
-Given a root Movie directory , it moves makes a new folder, using the Newzbin "nice" name , moves the .avi (after joining if needed) and the nfo to this folder and than removes the original folder in your "complete" directory.
-If you have a two cd movie, if joins the two using mencoder (you need to install this yourself) and then renames and moves it. If the avi was successfully moved, it removes the original folder in your "complete" directory.
-Given a root TV directory, it renames the episode to "Show Name - 1x01 - Episode Title.avi" and moves it to "Root TV Directory/Show Name/Season 1/Show Name - 1x01 - Episode Title.avi". If the avi was successfully moved, it removes the original folder in your "complete" directory.
For script : http://pastebin.com/f20152ed3
Script is for Linux.
Tested & Using on : Ubuntu 6.06.1 LTS (Server)
Only usable with newzbin set to categories
To Do to get it working :
* Replace : WHERE_TO_SAVE_MOVIE_FILES to your storage folder for Movies
* Replace : WHERE_TO_SAVE_TV_FILES to your storage folder for Tv-shows
* Set it to : -x
Enjoy ::)