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/
filebot utorret script tweaking
Re: filebot utorret script tweaking
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/...
eg pseudo code: if genres contains Animation and certification = for kids then Kids/... otherwise TV/...
Re: filebot utorret script tweaking
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
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. 
