Filebot is failing getting series

Any questions? Need some help?
Post Reply
darkvinill
Posts: 15
Joined: 23 Feb 2018, 23:35

Filebot is failing getting series

Post by darkvinill »

Code: Select all

filebot -script fn:amc
--output /otp/path
--action move
--def unsorted=y
--def clean=y
--def deleteAfterExtract=y
media/Unsorted/Deception.2018.S01E01.Pilot.720p.AMZN.WEBRip.DDP5.1.x264-NTb[rarbg]
This code is working fine for Movies, but It fails on almost every TV Show.
Run script [fn:amc] at [Fri Mar 30 17:25:30 CEST 2018]
Parameter: unsorted = y
Parameter: clean = y
Parameter: deleteAfterExtract = y
Argument[0]: /media/Unsorted/Deception.2018.S01E01.Pilot.720p.AMZN.WEBRip.DDP5.1.x264-NTb[rarbg]

Input: /media/Unsorted/Deception.2018.S01E01.Pilot.720p.AMZN.WEBRip.DDP5.1.x264-NTb[rarbg]/Deception.2018.S01E01.Pilot.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb.mkv
Group: [tvs:deception] => [Deception.2018.S01E01.Pilot.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb.mkv]
Rename episodes using [TheTVDB]
Auto-detected query: [Deception, deception 2018]
CmdlineException: Multiple queries: Processing multiple shows at once requires -non-strict matching: [Deception, deception 2018]
Processing 1 unsorted files
Skipped [/media/Unsorted/Deception.2018.S01E01.Pilot.720p.AMZN.WEBRip.DDP5.1.x264-NTb[rarbg]/Deception.2018.S01E01.Pilot.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb.mkv] because [/media/Unsorted/Deception.2018.S01E01.Pilot.720p.AMZN.WEBRip.DDP5.1.x264-NTb[rarbg]/Deception.2018.S01E01.Pilot.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb.mkv] already exists
Processed 0 files

about CmdlineException, there's only 1 file inside that folder (qbittorrent)
my qbittorrent.sh uses ut_dir="$1" ut_kind="multi" ut_title="$2" ut_label="$3" (adapted to forum)

It works when I use --q Deception 2018
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Filebot is failing getting series

Post by rednoah »

Code: Select all

CmdlineException: Multiple queries: Processing multiple shows at once requires -non-strict matching: [Deception, deception 2018]
You need to specify -non-strict in this case. The amc script generally doesn't work well with strict mode, unless you're processing already well-named files. You will find that -non-strict is used in all my amc script examples.
:idea: Please read the FAQ and How to Request Help.
Post Reply