[PR #9475] Fall back to using "logo" attrib if "tvg-logo" is mssing in M3U-tuner #12131

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

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

State: closed
Merged: Yes


Changes
If attribute "tvg-logo" is not found when m3u is parsed, look for attribut "logo" instead.
Issues
Jellyfin uses only "tvg-logo" attribute from m3u for live tv channel icons. In conjunction with tvhead headend this wont work as tvheadend uses "logo" attribute. This PR adds looking for "logo" as fall back, so following examples will both work:
#EXTINF:-1 tvg-logo="http://tvheadendserver:9981/imagecache/8"
#EXTINF:-1 logo="http://tvheadendserver:9981/imagecache/8"
-> See https://features.jellyfin.org/posts/2065/livetv-m3u-tuner-fallback-for-channellogo

**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/9475 **State:** closed **Merged:** Yes --- **Changes** If attribute "tvg-logo" is not found when m3u is parsed, look for attribut "logo" instead. **Issues** Jellyfin uses only "tvg-logo" attribute from m3u for live tv channel icons. In conjunction with tvhead headend this wont work as tvheadend uses "logo" attribute. This PR adds looking for "logo" as fall back, so following examples will both work: #EXTINF:-1 tvg-logo="http://tvheadendserver:9981/imagecache/8" #EXTINF:-1 logo="http://tvheadendserver:9981/imagecache/8" -> See https://features.jellyfin.org/posts/2065/livetv-m3u-tuner-fallback-for-channellogo
OVERLORD added the pull-request label 2026-02-07 06:50:33 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#12131