Incorrect Ep Number.. from E19 to E07?

Support for Ubuntu and other Desktop Linux distributions
Post Reply
stevezau
Posts: 9
Joined: 22 Sep 2017, 03:28

Incorrect Ep Number.. from E19 to E07?

Post by stevezau »

Hi, As of the last few weeks Filebot has been randomly renaming incorrect ep numbers..

on version 4.8.2 on ubuntu.

See example below,. it renames from ep19 to ep07. It's doing it randomly for other shows also.

Any ideas how i can troubleshoot?

thanks

Code: Select all

Parameter: unsorted = y
Parameter: artwork = n
Parameter: ut_kind = "multi"
Parameter: ut_dir = /data/_incoming/TV/Moonshiners.S08E19.Breaking.the.Code.1080p.WEB.x264-TBS
Parameter: ut_title = Moonshiners.S08E19.Breaking.the.Code.1080p.WEB.x264-TBS
Parameter: ut_label = TV
Read archive [moonshiners.s08e19.breaking.the.code.1080p.web.x264-tbs.rar] and extract to [/mnt/data/parity/_incoming/TV/Moonshiners.S08E19.Breaking.the.Code.1080p.WEB.x264-TBS/moonshiners.s08e19.breaking.the.code.1080p.web.x264-tbs/Moonshiners.S08E19.Breaking.the.Code.1080p.WEB.x264-TBS]
Extracting files [/mnt/data/parity/_incoming/TV/Moonshiners.S08E19.Breaking.the.Code.1080p.WEB.x264-TBS/moonshiners.s08e19.breaking.the.code.1080p.web.x264-tbs/Moonshiners.S08E19.Breaking.the.Code.1080p.WEB.x264-TBS/moonshiners.s08e19.breaking.the.code.1080p.web.x264-tbs.mkv]
Input: /mnt/data/parity/_incoming/TV/Moonshiners.S08E19.Breaking.the.Code.1080p.WEB.x264-TBS/moonshiners.s08e19.breaking.the.code.1080p.web.x264-tbs/Moonshiners.S08E19.Breaking.the.Code.1080p.WEB.x264-TBS/moonshiners.s08e19.breaking.the.code.1080p.web.x264-tbs.mkv
Group: [tvs:moonshiners] => [moonshiners.s08e19.breaking.the.code.1080p.web.x264-tbs.mkv]
Rename episodes using [TheTVDB]
Auto-detected query: [Moonshiners]
Fetching episode data for [Moonshiners]
Fetching episode data for [Moonshiners: Whiskey Business]
[MOVE] from [/mnt/data/parity/_incoming/TV/Moonshiners.S08E19.Breaking.the.Code.1080p.WEB.x264-TBS/moonshiners.s08e19.breaking.the.code.1080p.web.x264-tbs/Moonshiners.S08E19.Breaking.the.Code.1080p.WEB.x264-TBS/moonshiners.s08e19.breaking.the.code.1080p.web.x264-tbs.mkv] to [/data/TV Shows/Moonshiners/Season 08/Moonshiners - S08E07 - Breaking the Laws.mkv]
Processed 1 files

Code: Select all

FileBot 4.8.2 (r5789)
JNA Native: 5.2.2
MediaInfo: 18.05
7-Zip-JBinding: 9.20
Chromaprint: 1.4.2
Extended Attributes: OK
Unicode Filesystem: OK
Script Bundle: 2019-02-26 (r552)
Groovy: 2.5.1
JRE: Java(TM) SE Runtime Environment 10.0.2
JVM: 64-bit Java HotSpot(TM) 64-Bit Server VM
CPU/MEM: 20 Core / 15 GB Max Memory / 38 MB Used Memory
OS: Linux (amd64)
HW: Linux data 4.15.0-45-generic #48-Ubuntu SMP Tue Jan 29 16:28:13 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
DATA: /home/data/.filebot
Package: DEB
License: FileBot License PX6547103 (Valid-Until: 2068-12-24)
User avatar
rednoah
The Source
Posts: 22995
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Incorrect Ep Number.. from E19 to E07?

Post by rednoah »

What does the episode data say?

Code: Select all

filebot -list --q Moonshiners --db TheTVDB

It works for me now, so I can only assume that the data hadn't been entered into the database yet, and so FileBot got the next best match. Meaning that at the time, it was impossible to process the file correctly, and so the best action would have been fail. This behaviour can be enabled by not specifying -non-strict.

:arrow: You can ensure that this doesn't happen by contributing data to TheTVDB well in advance before each episodes air date for all the shows you're watching, especially the less popular ones. Processing files a few days after the episode air date will likely work as well, since by then other people will have noticed missing data and added it.
:idea: Please read the FAQ and How to Request Help.
stevezau
Posts: 9
Joined: 22 Sep 2017, 03:28

Re: Incorrect Ep Number.. from E19 to E07?

Post by stevezau »

Thanks that is what it was.

Is there some way to enable -non-strict but if ep no is different from latest then fail?

If i turn off -non-strict its causing many others to fail as it requires exact matching.
User avatar
rednoah
The Source
Posts: 22995
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Incorrect Ep Number.. from E19 to E07?

Post by rednoah »

Depending on your workflow, a simple date filter can be an effective and elegant solution.

Please read the Advanced Fine-Tuning section for details:
viewtopic.php?t=215
:idea: Please read the FAQ and How to Request Help.
Post Reply