[Mismatch] German "yearly" series

All your suggestions, requests and ideas for future development
Post Reply
snoozehard
Posts: 2
Joined: 27 May 2014, 00:16

[Mismatch] German "yearly" series

Post by snoozehard »

Hi,

I've been seeing mismatches with series that get a year instead of a season tag, all tested with filebot 4.1 (r2233)

heute show is at season 10 according to: http://thetvdb.com/?id=234791&tab=series

Code: Select all

$ /usr/share/filebot/bin/filebot.sh --action test --db thetvdb -r -rename -non-strict --format "/srv/files/video/series/{n}/s{s}/{sxe} - {t}" Heute.Show.2014.E16.German.720p.HDTV.x264.AC3.mkv 
Rename episodes using [TheTVDB]
Auto-detected query: [Heute Show]
Fetching episode data for [Heute Show]
[TEST] Rename [/srv/files/incoming/Heute.Show.2014.E16.German.720p.HDTV.x264.AC3.mkv] to [/srv/files/video/series/heute-show/s3/3x16 - PISA-Test, Hartz IV.mkv]
Processed 1 files
Done ヾ(@⌒ー⌒@)ノ
$
And Mit offenen Karten doesn't match at all, this one being flagged as "2014" in tvdb: http://www.thetvdb.com/?tab=season&seri ... 904&lid=14

Code: Select all

$ /usr/share/filebot/bin/filebot.sh --action test --db thetvdb -r -rename -non-strict --format "/srv/files/video/series/{n}/s{s}/{sxe} - {t}" Mit.offenen.Karten.2014.E20.Driftet.Belgien.auseinander.Doku.HDTV.720p.x264.AC3.mkv 
Rename episodes using [TheTVDB]
Auto-detected query: [Mit offenen Karten]
Failed to fetch episode data: [Mit offenen Karten]
Exception: Unable to match files to episode data
java.lang.Exception: Unable to match files to episode data
	at net.filebot.cli.CmdlineOperations.renameSeries(CmdlineOperations.java:213)
	at net.filebot.cli.CmdlineOperations.rename(CmdlineOperations.java:94)
	at net.filebot.cli.ArgumentProcessor.process(ArgumentProcessor.java:72)
	at net.filebot.Main.main(Main.java:192)
Failure (°_°)
$
Do I need to do some preprocessing on the filenames or is this something you must fix?
User avatar
rednoah
The Source
Posts: 23934
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [Mismatch] German "yearly" series

Post by rednoah »

1.
Your Heute Show 2014 E16 numbering doesn't match TheTVDB 10x16 numbering. So again out of luck here. The file must be numbered either by proper SxE or proper airdate, not something in between.

2.
Mit offenen Karten is German, so you need to use --lang deu to make the lookup work... but then Mit offenen Karten - 2014x16 - Driftet Belgien auseinander? doesn't even match your 2014.E20 so you're again out of luck here.
:idea: Please read the FAQ and How to Request Help.
snoozehard
Posts: 2
Joined: 27 May 2014, 00:16

Re: [Mismatch] German "yearly" series

Post by snoozehard »

Thank you for your fast reply, much obliged!
Post Reply