Search found 14 matches

by Mortyfar
22 Mar 2023, 11:43
Forum: Scripting and Automation
Topic: [AMC] Binding {n} does not yield "Quantum Leap (2022)" anymore
Replies: 3
Views: 472

Re: [AMC] Binding {n} does not yield "Quantum Leap (2022)" anymore

Okay, I will look into switching to thetvdb. I am using Kodi, witch is set up to use thetvdb database. On a side note I am wondering how themoviedb/tv sorts out the old show from the new. I.e. I have both shows of quantum leap. So if the naming is the same without year, how does that separate? Edit:...
by Mortyfar
22 Mar 2023, 09:13
Forum: Scripting and Automation
Topic: [AMC] Binding {n} does not yield "Quantum Leap (2022)" anymore
Replies: 3
Views: 472

[AMC] Binding {n} does not yield "Quantum Leap (2022)" anymore

Hi, something happened after v5/v5.1 Filebot fails to identify the year in the filename, this has worked fine before v5. Maybe I am supposed to add something to my script I don't know, hope you can help me out here. My command-line script: -script fn:amc --log-file d:/bittorrent/filebot/amc.log --ou...
by Mortyfar
19 Nov 2019, 18:49
Forum: Windows
Topic: unregistered error (when running as service with local system account)
Replies: 4
Views: 2270

Re: unregistered error (when running as service with local system account)

hehe yeah I changed it back from system to the user I'm logged in with, I see that wasn't very clear :)
by Mortyfar
19 Nov 2019, 16:19
Forum: Windows
Topic: unregistered error (when running as service with local system account)
Replies: 4
Views: 2270

Re: unregistered error (when running as service with local system account)

Thank you very much, that solved it ;)
Had some issues with tasks not running on schedule, so I changed the user to system. Hopefully it will run on the next scheduled time.
by Mortyfar
19 Nov 2019, 12:00
Forum: Windows
Topic: unregistered error (when running as service with local system account)
Replies: 4
Views: 2270

unregistered error (when running as service with local system account)

Hello I just purchased a license a few days ago, and ran into a small issue. I activated the license without any problems, in CMD. When I run my script with filebot.exe everything works fine. However, my script is setup to run in the background once a day using filebot.launcher.exe and that produces...
by Mortyfar
06 Jun 2018, 15:25
Forum: Feature Requests and Bug Reports
Topic: Weird themoviedb (TV) problem
Replies: 15
Views: 9789

Re: Weird themoviedb (TV) problem

Sorry to bother you again, this one show is really annoying the last o.g. when searching, the script removes the "."s, and the show can not be found on thetvdb? if I do a manual search "the last o g" show is not found, when searching "the last o.g." its found. I tried a...
by Mortyfar
05 Jun 2018, 10:58
Forum: Help and Support
Topic: exclude problem
Replies: 6
Views: 5773

Re: exclude problem

Quick question, I actually was wondering about this from the start, but in the tutorial you are using --action copy, witch will indeed run over the same files over and over again. I am however using --action move, and my script will only process new files, and is run once everyday. should I add the ...
by Mortyfar
05 Jun 2018, 10:47
Forum: Feature Requests and Bug Reports
Topic: Weird themoviedb (TV) problem
Replies: 15
Views: 9789

Re: Weird themoviedb (TV) problem

Okay, thanks for your help :)
by Mortyfar
05 Jun 2018, 10:21
Forum: Feature Requests and Bug Reports
Topic: Weird themoviedb (TV) problem
Replies: 15
Views: 9789

Re: Weird themoviedb (TV) problem

I am gonna try the blacklist approach and see if that helps. I tried removing the filter, and ran a test. all the shows seem to be found properly. If a show has been identified already is it then saved for later matches? seems weird that it didn't identify correctly before, and now there isn't any i...
by Mortyfar
05 Jun 2018, 10:00
Forum: Feature Requests and Bug Reports
Topic: Weird themoviedb (TV) problem
Replies: 15
Views: 9789

Re: Weird themoviedb (TV) problem

Run script [fn:amc] at [Tue Jun 05 11:57:29 CEST 2018] Parameter: movieFormat = e:/movies/{n.replace(':',' -')} ({y})/{n.replace(':',' -')} ({y}) Parameter: seriesFormat = d:/series/{n}/{'Season '+s}/{n} - {s00e00} - {t} { '(' + fn.match(/(?i)proper|repack/).lower().upperInitial() + ')' } Argument[...
by Mortyfar
05 Jun 2018, 09:46
Forum: Feature Requests and Bug Reports
Topic: Weird themoviedb (TV) problem
Replies: 15
Views: 9789

Re: Weird themoviedb (TV) problem

I was having problems with a show called "instinct us" = "instinct 2018", but was found as "the killing" and the show called "the last O.G." witch was found as "the last ship" my include txt: id Name of TV Show / Movie -------------------------------...
by Mortyfar
05 Jun 2018, 09:29
Forum: Feature Requests and Bug Reports
Topic: Weird themoviedb (TV) problem
Replies: 15
Views: 9789

Re: Weird themoviedb (TV) problem

I am using the code --filter "readLines('D:/bittorrent/filebot/include.txt').join().findAll(/\d+[^(\d{4})]/)*.toInteger().contains(id)" I'll be honest, I am not a programmer so this is kind of hard to figure out for me, I have no idea what the ".join()" and ".findAll(/\d+[^(...
by Mortyfar
04 Jun 2018, 18:45
Forum: Help and Support
Topic: Keeping tags like REPACK,PROPER...
Replies: 15
Views: 15724

Re: Keeping tags like REPACK,PROPER...

thank you very much, that works.
by Mortyfar
04 Jun 2018, 10:01
Forum: Help and Support
Topic: Keeping tags like REPACK,PROPER...
Replies: 15
Views: 15724

Re: Keeping tags like REPACK,PROPER...

Hi, I am hoping this it the right place to put this query, if not please excuse my ignorance. I am new to using filebot, and have found most of what I need on the forums, but I have stumbled into this issue and I can't seem to find the solution. I am trying to keep the script simple without doing a ...