The one show I really want this script to work for doesn't work because of multiple shows in TVDB with a similar name . is there a way round this?
Thanks!
Jon
Group: [tvs:eastenders] => [EastEnders.2014.04.01.WS.PDTV.XviD-TVChaosUK.avi, Ea
stEnders.2014.04.03.WS.PDTV.XviD-TVChaosUK.avi, EastEnders.2014.04.04.WS.PDTV.Xv
iD-TVChaosUK.avi]
Rename episodes using [TheTVDB]
Auto-detected query: [EastEnders]
Exception: Multiple options: Force auto-select requires non-strict matching: [Ea
stEnders, EastEnders: E20, EastEnders Revealed]
Done ?(?????)?
AMC multiple renaming options?
Re: AMC multiple renaming options?
Have you tried using non-strict matching? What's the cmdline call? What options are you setting? Have you tried using the latest revision?
Re: AMC multiple renaming options?
here is the command line call
filebot -script fn:amc --output "K:\media" --action copy "C:\input" --def excludeList=amc.txt
I am not experienced in any of this so I have no idea how to use non strict matching, or how to check the latest revision!
Thanks
Jon
filebot -script fn:amc --output "K:\media" --action copy "C:\input" --def excludeList=amc.txt
I am not experienced in any of this so I have no idea how to use non strict matching, or how to check the latest revision!
Thanks
Jon
Re: AMC multiple renaming options?
As per the manual, this is the recommended usage:
Note that the -non-strict flag is set. The FAQ is your friend.
And it works:
Code: Select all
filebot -script fn:amc --output "/path/to/output" --action copy -non-strict "/path/to/input" --def excludeList=amc.txt
And it works:
Code: Select all
Input: D:\workspace\testdata\AMC-TEST\EastEnders.2014.04.01.WS.PDTV.XviD-TVChaosUK.avi
Group: [tvs:eastenders] => [EastEnders.2014.04.01.WS.PDTV.XviD-TVChaosUK.avi]
Rename episodes using [TheTVDB]
Auto-detected query: [EastEnders]
Fetching episode data for [EastEnders]
Fetching episode data for [EastEnders: E20]
Fetching episode data for [EastEnders Revealed]
[COPY] Rename [D:\workspace\testdata\AMC-TEST\EastEnders.2014.04.01.WS.PDTV.XviD-TVChaosUK.avi] to [D:\workspace\output\TV Shows\EastEnders\Season 30\EastEnders - S30E56 - 01 04 2014.avi]
Processed 1 files
Re: AMC multiple renaming options?
Thank you!
it was me being stupid, I changed "action copy -non-strict" to "action test" and when I changed it back I just typed copy and totally missed the non strict.
again thank you!
it was me being stupid, I changed "action copy -non-strict" to "action test" and when I changed it back I just typed copy and totally missed the non strict.
again thank you!