Page 1 of 1

filebot utorret script tweaking

Posted: 17 Aug 2013, 00:07
by srgsng25
i have a script i have been running for quite some time and it is working OK but i would love to be able to tweak it just a bit for our animated tv shows

here is my current script

filebot -script fn:amc "f:\videos\new movies" --output "f:\videos" --action move -non-strict --def "seriesFormat=TV Series/{n}/{'Season '+s}/{fn}" "animeFormat=Anime/{n}/{fn}" "movieFormat=f:/videos/{genres[0]}/{n} ({y})/{n} ({y})"

what i would like to do is have it detect if it is an animated tv show and then performs a move to the kids cartoon directory "f:/videos/kid tv/

Re: filebot utorret script tweaking

Posted: 17 Aug 2013, 00:13
by rednoah
You'd just have to add that logic to the series format,

eg pseudo code: if genres contains Animation and certification = for kids then Kids/... otherwise TV/...

Re: filebot utorret script tweaking

Posted: 17 Aug 2013, 00:47
by srgsng25
is this the script to copy as i am not well versed in scripting as all i am a cut and paste person

Re: filebot utorret script tweaking

Posted: 17 Aug 2013, 01:58
by rednoah
Nope. You'll have to figure it out from the samples and docs. I'm just about to set off to Yunnan for two weeks. ;)