Page 1 of 1

Why does this not detect properly?

Posted: 15 Nov 2020, 14:41
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

Re: Why does this not detect properly?

Posted: 15 Nov 2020, 14:59
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]

Re: Why does this not detect properly?

Posted: 15 Nov 2020, 21:02
by kim
I think you are using an older version of filebot ?
try updating

or
maybe use filter and/or query

Re: Why does this not detect properly?

Posted: 18 Nov 2020, 00:42
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.

Re: Why does this not detect properly?

Posted: 18 Nov 2020, 03:44
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.