Page 1 of 1

AMC & Filebot matching differently.

Posted: 23 Jan 2016, 21:04
by Sam86
So, AMC has been great with most of my shows but it's having issues with the classic MASH TV Show.

Loading the files into Filebot manually matches correctly, however using my AMC script does not.

Image

Code: Select all

filebot -script fn:amc --output "/home/plexm/media/" --action move -non-strict "/hdd2/media/vm_tv/superchillin/downloads" --def subtitles=en artwork=y --def clean=y --def unsorted=y --def skipExtract=y --conflict auto
 --action test
Both use TheTVDB but one returns MASH correctly, and one some weird cartoon show. Any ideas why?

Re: AMC & Filebot matching differently.

Posted: 23 Jan 2016, 22:25
by rednoah
Thanks for the bug report. Fixed with r3454.

Re: AMC & Filebot matching differently.

Posted: 23 Jan 2016, 22:38
by Sam86
Oh, so it was a bug not me being silly?

-edit

It's now matching some correctly, but not all.

I'll output to a text file to see which is failing on.

-edit2

Scratch that, seems to have renamed them all fine in the test. My HDD write speeds a bit slow but I've turn test mode off and I'll leave it running overnight.
I'll report here if it worked properly.

Re: AMC & Filebot matching differently.

Posted: 23 Jan 2016, 22:52
by rednoah
M A S H (4 words, 7 chars) is very different from MASH (1 word, 4 chars) so things can get tricky.

The CLI should be smarter, but in this case the GUI got lucky. I'm quite surprised myself that it didn't ask for confirmation... :lol:

PS: every change can lead to unexpected side effects... so let me know if it works better now

Re: AMC & Filebot matching differently.

Posted: 24 Jan 2016, 00:03
by Sam86
rednoah wrote:M A S H (4 words, 7 chars) is very different from MASH (1 word, 4 chars) so things can get tricky.

The CLI should be smarter, but in this case the GUI got lucky. I'm quite surprised myself that it didn't ask for confirmation... :lol:

PS: every change can lead to unexpected side effects... so let me know if it works better now
I couldn't be bothered to sleep yet so rushed the script,

Image

Seems to have worked fine. I had changed to from MASH to M*A*S*H and M.A.S.H while testing, I can confirm all 3 work fine and there are no reported missmatches now.

Thank you :)

(PS sorry for hitting report instead of quote, to whichever admin reads that report :/)

Re: AMC & Filebot matching differently.

Posted: 24 Jan 2016, 08:27
by rednoah
Glad it's working now. Let me know if you find any other issues.