Search found 54 matches

by cafevincent
11 Oct 2018, 11:16
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 529096

Re: Exclude Blacklist & Series-Mappings

It's gonna be a long list, I've got 600+ pilots. How do I get the CLI console output?
by cafevincent
10 Oct 2018, 23:36
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 529096

Re: Exclude Blacklist & Series-Mappings

I have a problem problem renaming file in a directory \pilots\ so please add that. that or also \pilot episodes\
by cafevincent
06 Oct 2018, 04:07
Forum: Windows
Topic: please is there any way to use TheMovieDb for series?
Replies: 96
Views: 42842

Re: please is there any way to use TheMovieDb for series?

got it! works now. thanks, this really helps with the script a whole lot. sorry for the redundant noobism. still, I'm interested in the order of the mpaaCountryLIST, not to focus on US certifications but to customize the list. if I want 'FI' and 'US' but I prefer 'FI' then do I place it first or last?
by cafevincent
05 Oct 2018, 11:41
Forum: Windows
Topic: please is there any way to use TheMovieDb for series?
Replies: 96
Views: 42842

Re: please is there any way to use TheMovieDb for series?

so in simple -rename use I can put all the static arguments into the args.txt (without @ in filename) file like this? -rename --db TheMovieDB::TV --format "{def season = (any{special ? 0 : s} {s}); def episode = (any{special ? special : e} {e}); def eAddOns = ['append_to_response':'external_ids...
by cafevincent
05 Oct 2018, 09:50
Forum: Windows
Topic: please is there any way to use TheMovieDb for series?
Replies: 96
Views: 42842

Re: please is there any way to use TheMovieDb for series?

I'm trying to find examples of how to use an external file that only includes the formatting. didn't find any matching my situation so I tried my own. this is the content of my args.txt file: { def season = (any{special ? 0 : s} {s}); def episode = (any{special ? special : e} {e}); def eAddOns = ['a...
by cafevincent
04 Oct 2018, 22:29
Forum: Windows
Topic: please is there any way to use TheMovieDb for series?
Replies: 96
Views: 42842

Re: please is there any way to use TheMovieDb for series?

can this code chunk be loaded from an external file? it's a bit messy handling this in the script.
by cafevincent
04 Oct 2018, 19:31
Forum: Windows
Topic: please is there any way to use TheMovieDb for series?
Replies: 96
Views: 42842

Re: please is there any way to use TheMovieDb for series?

I can't get this to work. it now always comes up with "no certification". without that little code change it gave tv-14 nicely. plus can you make it so it puts nothing in the filename when no certification is found? note that there are other changes. I reconstructed it but still it gives m...
by cafevincent
04 Oct 2018, 01:25
Forum: Windows
Topic: please is there any way to use TheMovieDb for series?
Replies: 96
Views: 42842

Re: please is there any way to use TheMovieDb for series?

so are you saying this error appears when a show has no certification listed? and this new code allows it being missing? if I'm understanding this correctly, now that it isn't using themoviedb genres I can change def newGenre = genres*.split(' & ').flatten().each{it}; (allOf{n}{s00e00}{t}{any{tv...
by cafevincent
03 Oct 2018, 22:45
Forum: Windows
Topic: please is there any way to use TheMovieDb for series?
Replies: 96
Views: 42842

Re: please is there any way to use TheMovieDb for series?

some files still give me an error, this one (for example the show "united states of bacon")... Expression yields empty value: Cannot access last() element from an empty List net.filebot.format.SuppressedThrowables: Expression yields empty value: Cannot access last() element from an empty L...
by cafevincent
30 Sep 2018, 22:29
Forum: Windows
Topic: please is there any way to use TheMovieDb for series?
Replies: 96
Views: 42842

Re: please is there any way to use TheMovieDb for series?

perfect! many thanks!! I'm not sure what to think about the episode specific ratings since they are very rare but when there are ratings its very interesting. I think I'll stick with this one for now, thanks again!

also, how do I use this format in the GUI mode?
by cafevincent
28 Sep 2018, 08:48
Forum: Windows
Topic: please is there any way to use TheMovieDb for series?
Replies: 96
Views: 42842

Re: please is there any way to use TheMovieDb for series?

problem. can you see the error here? d:\SOURCE\Mom.S06E01.1080p.HDTV.x264-PLUTONiUM[TGx]>if "show" == "show" set "form={def tvdbId = net.filebot.WebServices.TheTVDB.search(series.name, Locale.US).id.join().toInteger(); def tvdbInfo = net.filebot.WebServices.TheTVDB.getSeries...
by cafevincent
23 Sep 2018, 22:55
Forum: Windows
Topic: please is there any way to use TheMovieDb for series?
Replies: 96
Views: 42842

Re: please is there any way to use TheMovieDb for series?

man it is so cool using this! renaming everything now. but just to split action & adventure and Sci-Fi & Fantasy is silly. Firefly is not fantasy, Game of Thrones is not sci-fi etc. I don't know why they decided to merge those genres since they've now stopped serving their purpose. they don'...
by cafevincent
23 Sep 2018, 20:32
Forum: Windows
Topic: please is there any way to use TheMovieDb for series?
Replies: 96
Views: 42842

Re: please is there any way to use TheMovieDb for series?

like so (ALL in 1 line): filebot -list --q firefly --db TheMovieDB::TV --format "{def eAddOns = ['append_to_response':'external_ids']; def sAddOns = ['append_to_response':'external_ids,content_ratings']; def episodeInfo = net.filebot.WebServices.TheMovieDB.request(\"tv/${id}/season/${s}/e...
by cafevincent
23 Sep 2018, 16:31
Forum: Windows
Topic: please is there any way to use TheMovieDb for series?
Replies: 96
Views: 42842

Re: please is there any way to use TheMovieDb for series?

I'm still wondering how to use all this code from the command line, in the meanwhile I have been trying the latest version of filebot and the omdb rating, imdbId seems to work. except when the imdbId starts with a 0, then it gets left out, rendering the id invalid. I'm not sure who to ask for a fix.
by cafevincent
21 Sep 2018, 08:57
Forum: Windows
Topic: please is there any way to use TheMovieDb for series?
Replies: 96
Views: 42842

Re: please is there any way to use TheMovieDb for series?

there is no need for all the info to be episode level accurate (although ep specific rating would be super), can't I just jut get all the info (incl. cert, rating, imdbId) for the series level instead? and if there is any problems on how its delivered I'll make it work in the script and construct th...
by cafevincent
20 Sep 2018, 22:31
Forum: Scripting and Automation
Topic: do you want this management script released?
Replies: 7
Views: 4043

Re: do you want this management script released?

good idea. I could make it so the director part checks what parts of the script you've downloaded and executes the ones it finds. same could be done for the sorter, each directory comes with it's own database. if that database is missing then that directory would not be forked.
by cafevincent
19 Sep 2018, 21:25
Forum: Windows
Topic: please is there any way to use TheMovieDb for series?
Replies: 96
Views: 42842

Re: please is there any way to use TheMovieDb for series?

I'm not sure what I'm looking at in this workaround. am I to use that last code box as-is where the formatting goes?

btw, don't tell me this is a VPN issue? I can't be turning that off. I'll check.
by cafevincent
19 Sep 2018, 21:05
Forum: Scripting and Automation
Topic: do you want this management script released?
Replies: 7
Views: 4043

Re: wanna see my take on HTPC automation?

Scripts and their functions: launch.cmd one 300s looping row that functions as the main menu. a prompt to choose a command, adjust a few settings. the echo on the whole script cluster is designed to complement this management style, where only minimal 1-line outputs are echoed, unless verbal mode is...
by cafevincent
19 Sep 2018, 20:56
Forum: Scripting and Automation
Topic: do you want this management script released?
Replies: 7
Views: 4043

do you want this management script released?

my personal media manager batch script has gotten so versatile you might wanna hear about it. I need to know if there is need for this to be released. this 17 script cluster runs continuously on a delayed loop. you keep the command prompt open and follow a very simplified, readable output of what's ...
by cafevincent
19 Sep 2018, 16:47
Forum: Windows
Topic: please is there any way to use TheMovieDb for series?
Replies: 96
Views: 42842

Re: please is there any way to use TheMovieDb for series?

I'm not sure if that was supposed to be ::TV or :TV but either way is no good. with single : I get error Fetch failed: Try again in 5 seconds (2 more) => java.io.IOException: Server returned HTTP response code: 401 for URL: http://www.omdbapi.com/?i=tt8679236&tomatoes=false with double :: I get ...
by cafevincent
19 Sep 2018, 15:42
Forum: Windows
Topic: please is there any way to use TheMovieDb for series?
Replies: 96
Views: 42842

Re: please is there any way to use TheMovieDb for series?

well it sounds like you don't want my script so why not just use this filebot -rename -non-strict --db TheMovieDB PATH_HERE --format "{n} {s00e00} {t} {genres} {certification} r{omdb.rating} {vf} {vc} {ac}-{omdb.imdbId}" btw: {t} will F up your movie files, better use 2 formats ;) better ...
by cafevincent
19 Sep 2018, 13:09
Forum: Scripting and Automation
Topic: Unofficial custom AMC script (intermediate users)
Replies: 26
Views: 31968

Re: Unofficial custom AMC script (intermediate users)

so is it possible to use this to only rename a single %path_to_filename% from command line, into this custom format? {n} {s00e00} {t} {genres} {certification} r{omdb.rating} {vf} {vc} {ac}-{omdb.imdbId} I am trying to fulfill my command line, realizing I need seriesFormat.groovy & Movie counterp...
by cafevincent
15 Sep 2018, 10:01
Forum: Scripting and Automation
Topic: Unofficial custom AMC script (intermediate users)
Replies: 26
Views: 31968

Re: Unofficial custom AMC script (intermediate users)

***Version 2*** warning, this is a very modified version of amc+htpc (2in1) This script now support: TV episodes from both thetvdb and themoviedb (Kodi style + a lot more info) Movies (Kodi style + a lot more info) Use like official AMC, but you may need a local copy of this: https://github.com/fil...
by cafevincent
14 Sep 2018, 15:25
Forum: Windows
Topic: please is there any way to use TheMovieDb for series?
Replies: 96
Views: 42842

Re: please is there any way to use TheMovieDb for series?

Yes, you can click the TheMovieDB button instead of the TheTVDB button (Episode Mode section) if you prefer to match files with TheMovieDB episode data. how about command line? how do I signal TheMovieDb that I want series results? If you're using TheTVDB, then you may be able to use the {omdb} (om...