sabnzbd cleanup movie folders

Come up with a useful post-processing script? Share it here!
Post Reply
binhex
Sr. Member
Sr. Member
Posts: 470
Joined: December 5th, 2008, 11:54 am

sabnzbd cleanup movie folders

Post by binhex »

hi all, been using this script for a while now and it seems to do the job nicely for me so thought i would release it, the script will do the following tasks:-

1. copy metadata to destination movie folder (metadata generated from script auto movie downloader) - can be enabled/disabled
2. copy coverart to desintation movie folder  (coverart generated from script auto movie downloader) - can be enabled/disabled
3. delete sd movie once hd movie with same name is downloaded - can be enabled/disabled
4. delete nzb file from sabnzbd archive folder - can be enabled/disabled
5. delete unwanted subfolders in movie folder - can be enabled/disabled
6. delete small files - size definable
7. copy hd movie folder from completed to destination folder - size definable
8. rename hd movie folder to identify for re-encode - size definable
9. process folders with files that have certain file extensions only - extension definable

to configure the script please open with IDLE (python editor) or text editor and change the parameters at the top of the script.

python script ver 1.0.1:- http://www.mediafire.com/?duds0yq67ea3r8z

changelog
----------
ver 1.0.1
added in ability to detect path folder count for completed_dir as opposed to hard coded (was set to 6)

enjoy and please leave feedback if possible.

cheers,

binhex.
Last edited by binhex on December 7th, 2010, 4:47 pm, edited 1 time in total.
mrloofer
Newbie
Newbie
Posts: 6
Joined: November 12th, 2010, 10:04 am

Re: sabnzbd cleanup movie folders

Post by mrloofer »

no confing.ini in the zip file.

Edit: ok looking at the .py I see the config details in there. Probably want to make that clear in your readme file.
Last edited by mrloofer on November 19th, 2010, 8:55 am, edited 1 time in total.
binhex
Sr. Member
Sr. Member
Posts: 470
Joined: December 5th, 2008, 11:54 am

Re: sabnzbd cleanup movie folders

Post by binhex »

mrloofer wrote: no confing.ini in the zip file.

Edit: ok looking at the .py I see the config details in there. Probably want to make that clear in your readme file.
good point, i have edited the original post and will put this in the readme.txt, thanks for your feedback and i hope the script works ok.
Last edited by binhex on November 19th, 2010, 9:11 am, edited 1 time in total.
Post Reply