Each episode can have its own artwork. /âŠ/ The artwork to display for an episode can be specified using an image file named identically to the episode file and placed alongside it.
I have done exactly as the documentation says. That is, I have placed the video and the image file in the same folder with the exact same name (except for the extension of course) like this:
/TV SHOWS
/Sample TV Show
/Season 01
Sample TV Show - S01E01.mkv
Sample TV Show - S01E01.png
What I expect to happen
I expect the episode to appear with the episode artwork I placed in the season folder.
What happens
What happens is that Plex instead generates an episode artwork from a point in the video and completely ignores that I have placed a custom episode artwork in the folder.
I know this because I can see it in the edit menu:
Nope, the MKV file doesnât seem to have a cover art attached. At least this is what I get from mkvpropedit.exe:
mkvpropedit.exe "Sample TV Show - S01E01.mkv" --delete-attachment mime-type:image/jpeg
The file is being analyzed.
Warning: No attachment matched the spec 'mime-type:image/jpeg'.
No changes were made.
mkvpropedit.exe "Sample TV Show - S01E01.mkv" --delete-attachment mime-type:image/png
The file is being analyzed.
Warning: No attachment matched the spec 'mime-type:image/png'.
No changes were made.
I am not sure what you mean by sidecar episode picture, but if you look at the screenshot I provided you can see that the episode artwork does show up. Itâs just that Plex doesnât actually select that as the image for the episode.
I would rather not have to manually go into edit mode and set the episode artwork every time, if you know what I mean.