I have a PogoPlug E02 with Arch Linux that I finally got Sabnzbd and Sickbeard installed. Everything is downloaded onto a 1.5TB hard drive connected to the Pogo. I created a scripts folder in Sabnzbd for AutoProcessTV.cfg and the other files. I changed those settings to mine. I am having a problem where the last step in Sabnzbd isn't able to move the completed tv show into the Parent Show folder. Sickbeard was used to search for the show and it created the directory for that show under my media/tvshows folder.
I have on my 1.5 TB drive a directory called /media/tvshows
under /media/tvshows I have the name of TV shows with its own folder. Dexter, Fringe, etc.
So using Dexter, Sickbeard finds the show nzb file and sends it to Sabnzbd. Sabnzbd unpacks and puts the file together. Then Sabnzbd uses sabtoSickbeard.py to then put the file into the correct folder.
However mine isn't putting the movie into the Sickbeard created folder called Dexter. It leaves it out of the folder.
So it should look like /media/tvshows/Dexter/Dexter s1e1 but I am getting /media/tvshows/Dexter
\Dexter s1e1 These are two different folders.
Sabnzbd error log just says it can't move it so it just dumps the folder into /media/tvshows as default.
I thought it may be a permission issue since Sickbeard created that Dexter folder and Sabnzbd doesn't have access to move the file there.
If it is what would I need to fix this? Would I have to chmod -R 777 every new tv folder I create?
Don't know much about linux but if you could give me some suggestions I would be grateful.
I tried to ask in the Sickbeard forums but they said they don't support non x86 systems.