[PR #3793] Minor fix to allow leading numbers in iptv channel names #9694

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

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

State: closed
Merged: No


Changes
GetChannelName removed '3+' as SatIP channel number from the name '3+ HD' due to NumberStyles.Any. I detected this issue with the following channel names: '3+ HD', '4+ HD', '5+ HD', '6+ HD' and '5 USA' already mentioned in GetChannelNumber.

Checking for tvg-chno and NumberStyles.Float should fix these cases.

**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/3793 **State:** closed **Merged:** No --- **Changes** GetChannelName removed '3+' as SatIP channel number from the name '3+ HD' due to NumberStyles.Any. I detected this issue with the following channel names: '3+ HD', '4+ HD', '5+ HD', '6+ HD' and '5 USA' already mentioned in GetChannelNumber. Checking for tvg-chno and NumberStyles.Float should fix these cases.
OVERLORD added the pull-request label 2026-02-07 06:06:50 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9694