Skip to content

Fix: display episode images from RSS item tags in HTML UI#825

Open
elalemanyo wants to merge 1 commit intomxpv:mainfrom
elalemanyo:fix/web_display_episode_images
Open

Fix: display episode images from RSS item tags in HTML UI#825
elalemanyo wants to merge 1 commit intomxpv:mainfrom
elalemanyo:fix/web_display_episode_images

Conversation

@elalemanyo
Copy link

Fixes a bug where episode images were not shown in the web UI.
The parser now checks common item-level image locations (namespaced itunes:image, media:thumbnail / media:content, and plain image), and falls back to channel-level images when necessary.

Changes:

  • Use querySelector with namespace escapes for itunes:image.
  • Add checks for media:thumbnail / media:content and plain image elements.
  • Add basic favicon
  • Remove some spaces 🙈

@mxpv
Copy link
Owner

mxpv commented Feb 14, 2026

@chkuendig PTAL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants