Hi Guys, I just discovered filebot and love it!
I'm hoping someone can help me out with the Utorrent post process script...
1.) I would like the tv-shows to be put in their own subfolder eg: E:\TV Shows\Dexter\Season 7\Dexter - S07E10 - Episode Name\Dexter - S07E10 - Episode Name
I've tried to modify the script, but can't seem to get it to work.. could someone please post the mod??
-My second issue is : I assume the utorrent post script isn't suppose to clean up the original achives and files, (mine doesn't) I've seen a script that does... How do you run multiple scripts?
Thax for any help
-Justin
utorrent post process script adjustment
Re: utorrent post process script adjustment
You can pass in your own format:
The rest is just normal commandline (use &&):
fn:cleaner takes care of clutter files and empty folders and things like that, but not archives.
EDIT:
You can override the extensions/patterns and filesize limit the cleaner is configured via cmdline parameters but make sure you dont accidentally delete your stuff.
Code: Select all
--def "seriesFormat=TV Shows/{n}/Season {s}/{n} - {s00e00} - {t}/{n} - {s00e00} - {t}"
Code: Select all
filebot -script fn:name args... && filebot -script fn:name args...
EDIT:
You can override the extensions/patterns and filesize limit the cleaner is configured via cmdline parameters but make sure you dont accidentally delete your stuff.
Re: utorrent post process script adjustment
Thx for the quick reply Rednoah!,, as soon as I get home I'll give it a go !!