tv show mismatch

All your suggestions, requests and ideas for future development
Post Reply
warover
Posts: 17
Joined: 26 Mar 2013, 13:52

tv show mismatch

Post by warover »

Tv show mismatch for filebot cli renaming
latest beta build

cli settings:
./filebot.sh -rename -non-strict --db tvrage --q the.returned.us --format "{n.space('.').lower().replaceAll(/'/)}.{s00e00.lower()}{'.'+fn.matchAll(/internal|real|proper|repack|rerip/).join('.').lower()}{'.'+fn.match(/1080p|1080i|720p|480p/).lower()}.{source.lower()}.{vc.lower()}-{fn.match(/(?<=[-])\w+$/).lower()}";

tvshow file --> renamed to
secrets.and.lies.us.* --> saras.secret.*
the.returned.us.* --> the.voice.us.*

http://www.tvrage.com/secrets-lies-abc
tvdb id: 279214
history.xml: <rename dir="/FILESERVER/fs/QUEUE" from="secrets.and.lies.us.107.hdtv.x264.mp4" to="saras.secrets.s01e07.hdtv.x264.mp4"/>
output: Rename episodes using [TVRage]
Fetching episode data for [Secrets]
Fetching episode data for [The Secrets]
Fetching episode data for [Sins & Secrets]
Fetching episode data for [Sara's Secrets]
Fetching episode data for [Secrets of the Dead]
[MOVE] Rename [/FILESERVER/fs/QUEUE/secrets.and.lies.us.107.hdtv.x264.mp4] to [saras.secrets.s01e07.hdtv.x264.mp4]
Processed 1 files

http://www.tvrage.com/the-returned-us
tvdb id: 283317
history.xml: <rename dir="/FILESERVER/fs/QUEUE" from="the.returned.us.106.hdtv.x264.mp4" to="the.voice.(us).s01e06.hdtv.x264.mp4"/>
output: Rename episodes using [TVRage]
Fetching episode data for [The 100]
Fetching episode data for [The Closer]
Fetching episode data for [The Shield]
Fetching episode data for [The X-Files]
Fetching episode data for [The Voice (US)]
[MOVE] Rename [/FILESERVER/fs/QUEUE/the.returned.us.106.hdtv.x264.mp4] to [the.voice.(us).s01e06.hdtv.x264.mp4]
Processed 1 files

sysinf:
FileBot 4.5.7 (r2887)
JNA Native: 4.0.0
MediaInfo: MediaInfoLib - v0.7.69
7-Zip-JBinding: OK
chromaprint-tools: java.io.IOException: Cannot run program "fpcalc": error=2, Datei oder Verzeichnis nicht gefunden
Extended Attributes: DISABLED
Groovy Engine: 2.3.9
JRE: Java(TM) SE Runtime Environment 1.8.0_40 (headless)
JVM: 64-bit Java HotSpot(TM) 64-Bit Server VM
CPU/MEM: 4 Core / 443 MB Max Memory / 17 MB Used Memory
OS: Linux (amd64)
uname: Linux RueFS 3.19.1-atom-custom #1 SMP Tue Mar 10 13:08:06 CET 2015 x86_64 x86_64 x86_64 GNU/Linux

UPDATE: my manual query is the culprit: for example: "--q the returned us" or "--q "the.returned.us" will find the wrong ones

output:
Rename episodes using [TVRage]
Fetching episode data for [The Voice (US)]
Fetching episode data for [The Office (US)]
Fetching episode data for [The Bridge (US)]
Fetching episode data for [The X Factor (US)]
Fetching episode data for [The Apprentice (US)]
[MOVE] Rename [/FILESERVER/fs/QUEUE/the.returned.us.106.hdtv.x264-k.mp4] to [the.voice.(us).s01e06.hdtv.x264.mp4]

I added manual query because auto-detected query doesn't always work for the firrst episodes of brand new shows.
how can I I fix it?
Last edited by warover on 14 Apr 2015, 10:03, edited 15 times in total.
User avatar
rednoah
The Source
Posts: 22991
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: tv show mismatch

Post by rednoah »

:arrow: Please read • How to 'Request Help' • and update your post.


You're missing:
* Logs
* File paths in clear text
* Links to TheTVDB that show the correct matches
:idea: Please read the FAQ and How to Request Help.
Post Reply