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.
sabnzbd cleanup movie folders
sabnzbd cleanup movie folders
Last edited by binhex on December 7th, 2010, 4:47 pm, edited 1 time in total.
Re: sabnzbd cleanup movie folders
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.
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.
Re: sabnzbd cleanup movie folders
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.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.
Last edited by binhex on November 19th, 2010, 9:11 am, edited 1 time in total.