Episode Fails to Rename

Any questions? Need some help?
Post Reply
brijazz
Posts: 25
Joined: 25 May 2022, 20:53

Episode Fails to Rename

Post by brijazz »

Any idea what's happening here? Filebot is failing on this file seemingly out-of-the-blue.

Code: Select all

No episode data found: [The White Lotus]
Failed to process group: {Series=the white lotus} [/Volumes/Plex/Plex TV/the.white.lotus.s02e06.1080p.web.h264-cakes.mkv]
└ Failed to identify or process any files
I'm using the CLI with:

Code: Select all

filebot -rename "$1" -non-strict --log-file ~/Documents/filebot.log --format "{~plex} [{vf}]" -exec touch {folder} {folder.dir}
Previous episodes of this show haven't been an issue (for example, the previous episode had the exact file name with only the episode number differing).
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Episode Fails to Rename

Post by rednoah »

Looks like the database isn't giving you any episodes for the given series name. Can you share the complete log file?
:idea: Please read the FAQ and How to Request Help.
brijazz
Posts: 25
Joined: 25 May 2022, 20:53

Re: Episode Fails to Rename

Post by brijazz »

Well, running the command again worked. Can't say what changed - temporary TheMovieDB issue, perhaps?
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Episode Fails to Rename

Post by rednoah »

brijazz wrote: 05 Dec 2022, 12:55 temporary TheMovieDB issue
Most likely.


:idea: Here's the complete console output that I'm getting:

Code: Select all

$ filebot -rename the.white.lotus.s02e06.1080p.web.h264-cakes.mkv
Classify media files
* Consider specifying --db TheMovieDB::TV to force Episode Mode
* Consider specifying --db TheMovieDB to force Movie Mode
Rename episodes using [TheMovieDB] with [Airdate]
Lookup via [The White Lotus]
Fetching episode data for [The White Lotus]
└─ 13 episodes
[MOVE] from [the.white.lotus.s02e06.1080p.web.h264-cakes.mkv] to [The White Lotus - 2x06 - Abductions.mkv]
Processed 1 file
:idea: Please read the FAQ and How to Request Help.
Post Reply