[PR #863] [MERGED] Adding support for "tvg-chno"-Tag in M3U Channel Lists #8535

Closed
opened 2026-02-07 05:46:04 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/863
Author: @fruhnow
Created: 2/11/2019
Status: Merged
Merged: 2/14/2019
Merged by: @JustAMan

Base: masterHead: tvg-chno


📝 Commits (2)

  • 86089ec Adding support for "tvg-chno"-Tag in M3U Channel Lists
  • edf5ee0 combining some of the if's and adressing #820

📊 Changes

1 file changed (+39 additions, -35 deletions)

View changed files

📝 Emby.Server.Implementations/LiveTv/TunerHosts/M3uParser.cs (+39 -35)

📄 Description

Changes
Emby announced this back in July of 2018 (ref.: https://emby.media/community/index.php?/topic/56691-m3u-channel-numbers/?p=601373). Implemented this and tested it with a playlist.m3u generated from TVHeadend which is using the "tvg-chno"-Tag.

image
image

Issues
This fixes #820 in my test environment


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/863 **Author:** [@fruhnow](https://github.com/fruhnow) **Created:** 2/11/2019 **Status:** ✅ Merged **Merged:** 2/14/2019 **Merged by:** [@JustAMan](https://github.com/JustAMan) **Base:** `master` ← **Head:** `tvg-chno` --- ### 📝 Commits (2) - [`86089ec`](https://github.com/jellyfin/jellyfin/commit/86089ec03a4af121281154a6159cc70787571dbe) Adding support for "tvg-chno"-Tag in M3U Channel Lists - [`edf5ee0`](https://github.com/jellyfin/jellyfin/commit/edf5ee0cc43beaff4437ace4ae6b0202e414ec03) combining some of the if's and adressing #820 ### 📊 Changes **1 file changed** (+39 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/LiveTv/TunerHosts/M3uParser.cs` (+39 -35) </details> ### 📄 Description **Changes** Emby announced this back in July of 2018 (ref.: [https://emby.media/community/index.php?/topic/56691-m3u-channel-numbers/?p=601373](url)). Implemented this and tested it with a playlist.m3u generated from TVHeadend which is using the "tvg-chno"-Tag. ![image](https://user-images.githubusercontent.com/6041926/52539859-3c786680-2d83-11e9-92c3-d5d712f58594.png) ![image](https://user-images.githubusercontent.com/6041926/52539871-4d28dc80-2d83-11e9-9fab-96c224ad6f91.png) **Issues** This fixes #820 in my test environment --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 05:46:04 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#8535