[PR #8522] Update embedded image names to match docs #11744

Closed
opened 2026-02-07 06:43:47 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/jellyfin/jellyfin/pull/8522

State: closed
Merged: Yes


Realized I never added EmbeddedImageProvider to the docs, then when I did so I noticed I'd missed the type-specific image names ("movie" and "show") that are listed there. Seemed easier to add support for them to the code than explain an exception for them in the docs.

Changes

  • Add missing documented image filenames to EmbeddedImageProvider
  • Remove redundant "fanart" name (picked up by "art" since the matcher uses String.Contains)
**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/8522 **State:** closed **Merged:** Yes --- Realized I never added `EmbeddedImageProvider` to [the docs](https://jellyfin.org/docs/general/server/media/movies.html#images), then when I did so I noticed I'd missed the type-specific image names ("movie" and "show") that are listed there. Seemed easier to add support for them to the code than explain an exception for them in the docs. **Changes** - Add missing documented image filenames to `EmbeddedImageProvider` - Remove redundant "fanart" name (picked up by "art" since the matcher uses `String.Contains`)
OVERLORD added the pull-request label 2026-02-07 06:43:47 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11744