Compare commits
7 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
16a8971c57 | |
|
|
62f33a2565 | |
|
|
b9351cf5d6 | |
|
|
8e62906661 | |
|
|
770faea730 | |
|
|
04e6945a51 | |
|
|
252c69d648 |
|
|
@ -4,7 +4,7 @@ title: Integrate IPTV for live TV (Threadfin + iptv-org + Eleza TV)
|
||||||
status: In Progress
|
status: In Progress
|
||||||
assignee: []
|
assignee: []
|
||||||
created_date: '2026-02-04 20:56'
|
created_date: '2026-02-04 20:56'
|
||||||
updated_date: '2026-03-22 22:08'
|
updated_date: '2026-04-06 03:18'
|
||||||
labels: []
|
labels: []
|
||||||
dependencies: []
|
dependencies: []
|
||||||
priority: high
|
priority: high
|
||||||
|
|
@ -58,4 +58,18 @@ Integrate Eleza TV (https://elezatv.com) as an IPTV source for live sports in Je
|
||||||
- Map XEPG channels in Threadfin for curated filtered playlist
|
- Map XEPG channels in Threadfin for curated filtered playlist
|
||||||
- EPG guide requires self-hosted iptv-org/epg generator (no pre-built guides available)
|
- EPG guide requires self-hosted iptv-org/epg generator (no pre-built guides available)
|
||||||
- Eleza TV subscription still optional for premium sports content
|
- Eleza TV subscription still optional for premium sports content
|
||||||
|
|
||||||
|
### 2026-04-06: EPG Guide Fixed - Full 24h Coverage
|
||||||
|
|
||||||
|
**Problems identified and fixed:**
|
||||||
|
1. **Mismatched FAST streams**: 11 channels had FAST/Pluto TV streams but EPG was for real cable channels. Replaced with real tvpass.org HLS feeds.
|
||||||
|
2. **EPG source overnight gap**: tvpassport.com only covered 10:00+ UTC. Switched 31 channels to tvguide.com/tvtv.us for full 24h coverage.
|
||||||
|
3. **Stale Jellyfin listing provider**: Old XMLTV provider had cached state causing 6h time shifts. Fixed by deleting and re-creating the provider.
|
||||||
|
|
||||||
|
**Changes on Netcup (media-server stack):**
|
||||||
|
- channels.m3u: Replaced 11 stream URLs with tvpass.org feeds, fixed display names
|
||||||
|
- channels.xml: Switched 14 US channels to tvguide.com, 17 to tvtv.us, kept tvpassport.com for intl news
|
||||||
|
- Jellyfin: Deleted old XMLTV listing provider, re-created fresh
|
||||||
|
|
||||||
|
**Result:** 40+ channels with correct EPG at any hour, up from 5-6. Fixed remaining 5 broken channels (A&E, E!, FX, Disney Channel, CBS News) by switching from stale tvguide.com site IDs to tvtv.us. All 56 EPG-configured channels now have full 24h guide data.
|
||||||
<!-- SECTION:NOTES:END -->
|
<!-- SECTION:NOTES:END -->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue