Why does this not detect properly?

All about user-defined episode / movie / file name format expressions
Post Reply
snattack
Posts: 4
Joined: 01 Jan 2020, 22:18

Why does this not detect properly?

Post by snattack »

Hello,

Filename/folder:

Code: Select all

His.Dark.Materials.2020.S02E01.The.City.of.Magpies.2160p
...interpreted as:

Code: Select all

"Auto-detected query: [Dark, his dark materials]"
...causing RenameBot to generate a list that is too long to find the actual series. Why does it att "Dark," in the beginning, when there's nothing like it in the file name?

Using the following settings:

Code: Select all

filebot -rename [source folder] -r --db TheTVDB --output [target folder] --format "{ny}/Season {s.pad(2)}/{ny} {s00e00} {vf} {vc}-{mbps} {ac}-{af}" -non-strict --mode interactive
User avatar
rednoah
The Source
Posts: 22994
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Why does this not detect properly?

Post by rednoah »

IDK. Here's what I get:

Code: Select all

filebot -rename *.mkv --db TheTVDB --action TEST --log INFO
[TEST] from [His.Dark.Materials.2020.S02E01.The.City.of.Magpies.2160p.mkv] to [His Dark Materials - 2x01 - The City of Magpies.mkv]
:idea: Please read the FAQ and How to Request Help.
kim
Power User
Posts: 1251
Joined: 15 May 2014, 16:17

Re: Why does this not detect properly?

Post by kim »

I think you are using an older version of filebot ?
try updating

or
maybe use filter and/or query
snattack
Posts: 4
Joined: 01 Jan 2020, 22:18

Re: Why does this not detect properly?

Post by snattack »

Thanks, updating to latest version did the trick. I don't usually update anything but security-patches, that's why I missed it.
User avatar
rednoah
The Source
Posts: 22994
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Why does this not detect properly?

Post by rednoah »

snattack wrote: 18 Nov 2020, 00:42 Thanks, updating to latest version did the trick. I don't usually update anything but security-patches, that's why I missed it.
Please always include sysinfo output in the future.


:idea: Please read How to Request Help.
:idea: Please read the FAQ and How to Request Help.
Post Reply