Search found 4 matches

by vchris
25 Feb 2015, 01:34
Forum: Scripting and Automation
Topic: Do it all (rename, scrape, art, move, xbmc not.)
Replies: 7
Views: 4975

Re: Do it all (rename, scrape, art, move, xbmc not.)

I got most of it working the way I want to. But is there another method similar to fetchSeriesArtworkAndNfo()? Something like fetchEpisodeArtworkAndNfo()?

I can't find a full function reference for filebot.
by vchris
22 Feb 2015, 00:52
Forum: Scripting and Automation
Topic: Do it all (rename, scrape, art, move, xbmc not.)
Replies: 7
Views: 4975

Re: Do it all (rename, scrape, art, move, xbmc not.)

I wasn't able to find much about ut_label. Is there predefined values (TV/Movie)? Wouldn't it be the same if I run 2 scripts, one for tv shows containing the seriesFormat and output and one for movies? Also I put artwork=y but it's not exactly doing what I want. I want it to get the episode jpg and ...
by vchris
21 Feb 2015, 15:17
Forum: Scripting and Automation
Topic: Do it all (rename, scrape, art, move, xbmc not.)
Replies: 7
Views: 4975

Re: Do it all (rename, scrape, art, move, xbmc not.)

I believe this is sort of what I need (win deluge script): filebot -script fn:amc --output "X:/path/to/media" --log-file amc.log --action copy --conflict override -non-strict --def music=y subtitles=en artwork=y "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D" I guess ...
by vchris
20 Feb 2015, 01:49
Forum: Scripting and Automation
Topic: Do it all (rename, scrape, art, move, xbmc not.)
Replies: 7
Views: 4975

Do it all (rename, scrape, art, move, xbmc not.)

Basically I download tv shows and movies in separate temp folders and I want to rename, scrape, art, nfo and then move them to separate locations and then notify xbmc. I found the sorty.groovy script which is almost what I'm looking for but it's missing the fetching of art and nfo. Is there an easy ...