AMC & Filebot matching differently.

Any questions? Need some help?
Post Reply
Sam86
Posts: 4
Joined: 23 Jan 2016, 21:02

AMC & Filebot matching differently.

Post 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?
User avatar
rednoah
The Source
Posts: 23953
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: AMC & Filebot matching differently.

Post by rednoah »

Thanks for the bug report. Fixed with r3454.
:idea: Please read the FAQ and How to Request Help.
Sam86
Posts: 4
Joined: 23 Jan 2016, 21:02

Re: AMC & Filebot matching differently.

Post 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.
User avatar
rednoah
The Source
Posts: 23953
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: AMC & Filebot matching differently.

Post 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
:idea: Please read the FAQ and How to Request Help.
Sam86
Posts: 4
Joined: 23 Jan 2016, 21:02

Re: AMC & Filebot matching differently.

Post 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 :/)
User avatar
rednoah
The Source
Posts: 23953
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: AMC & Filebot matching differently.

Post by rednoah »

Glad it's working now. Let me know if you find any other issues.
:idea: Please read the FAQ and How to Request Help.
Post Reply