Error when processing The.1980s.The.Deadliest.Decade.S01E**.1080p.HULU.WEB-DL.AAC2.0.H.264-NTb.mkv

All about user-defined episode / movie / file name format expressions
Post Reply
Jorm
Posts: 20
Joined: 21 Apr 2021, 08:44

Error when processing The.1980s.The.Deadliest.Decade.S01E**.1080p.HULU.WEB-DL.AAC2.0.H.264-NTb.mkv

Post by Jorm »

Running filebot on a Series in a directory named The.1980s.The.Deadliest.Decade.S01.1080p.HULU.WEBRip.AAC2.0.x264-NTb\[rartv\] with files named The.1980s.The.Deadliest.Decade.S01E**.1080p.HULU.WEB-DL.AAC2.0.H.264-NTb.mkv results in error like below and it's a legit series name. How do you work around the issue?

Code: Select all

filebot -rename The.1980s.The.Deadliest.Decade.S01.1080p.HULU.WEBRip.AAC2.0.x264-NTb\[rartv\]  --db TheTVDB  -non-strict --mode interactive  --format "{n.ascii()} ({y})/Season {s00}/{n.ascii()} ({y}) - {s00e00} - {t} - {vf}"  --output ./test  --action TEST  --conflict index --file-filter "f.video|f.subtitle"
Rename episodes using [TheTVDB] with [Airdate]
Lookup via [0s the deadliest decade, s the deadliest, 0s the deadliest]
No episode data found: [0s the deadliest decade, s the deadliest, 0s the deadliest]
Failed to identify or process any files
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Error when processing The.1980s.The.Deadliest.Decade.S01E**.1080p.HULU.WEB-DL.AAC2.0.H.264-NTb.mkv

Post by rednoah »

Please provide one full file path for testing.

e.g.

Code: Select all

$ filebot -mediainfo -r The.1980s.* --format {f}

In the meanwhile, I'll try with this:

Code: Select all

The.1980s.The.Deadliest.Decade.S01.1080p.HULU.WEBRip.AAC2.0.x264-NTb/The.1980s.The.Deadliest.Decade.S01E01.1080p.HULU.WEB-DL.AAC2.0.H.264-NTb.mkv

EDIT:

Nevermind. I can reproduce the issue with the example path above. I'll look into it.


In the meanwhile, you can always use --q to force as specific series if auto-detection doesn't work right for one reason or another:

Code: Select all

$ filebot -rename -r The.1980s.* --q 319812 --db TheTVDB -non-strict --action TEST --log INFO
[TEST] from [The.1980s.The.Deadliest.Decade.S01E01.1080p.HULU.WEB-DL.AAC2.0.H.264-NTb.mkv] to [The 1980s The Deadliest Decade - 1x01 - The Yuppie Murder.mkv]
:idea: Please read the FAQ and How to Request Help.
Post Reply