mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #9475] Fall back to using "logo" attrib if "tvg-logo" is mssing in M3U-tuner #12131
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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