utorrent post process script adjustment

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
jlm0924
Posts: 2
Joined: 10 Dec 2012, 01:19

utorrent post process script adjustment

Post by jlm0924 »

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
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: utorrent post process script adjustment

Post by rednoah »

You can pass in your own format:

Code: Select all

--def "seriesFormat=TV Shows/{n}/Season {s}/{n} - {s00e00} - {t}/{n} - {s00e00} - {t}"
The rest is just normal commandline (use &&):

Code: Select all

filebot -script fn:name args... && filebot -script fn:name args...
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.
:idea: Please read the FAQ and How to Request Help.
jlm0924
Posts: 2
Joined: 10 Dec 2012, 01:19

Re: utorrent post process script adjustment

Post by jlm0924 »

Thx for the quick reply Rednoah!,, as soon as I get home I'll give it a go !!
Post Reply