Search found 3 matches

by isriam
Sat May 17, 2025 12:19 pm
Forum: Development Support
Topic: XMLTV guide data
Replies: 272
Views: 2190962

Re: XMLTV guide data

I'm using an application called threadfin that combines multiple m3u and xml into a single m3u. its very helpful for iptv streams, hdhomerun, and plex. The issue is the maintainer states channel logo should be in the m3u not the xml. I think there should be an option to include both. I've manually ...
by isriam
Sat May 17, 2025 8:26 am
Forum: Development Support
Topic: XMLTV guide data
Replies: 272
Views: 2190962

Re: XMLTV guide data

also here is a quick and dirty python script you can run with a cronjob.

#!/usr/bin/env python3
import requests

# Get DeviceAuth from local URL
discover_url = "http://192.168.1.50/discover.json"
response = requests.get(discover_url)
device_auth = response.json().get("DeviceAuth")

# Download ...
by isriam
Sat May 17, 2025 8:24 am
Forum: Development Support
Topic: XMLTV guide data
Replies: 272
Views: 2190962

Re: XMLTV guide data

signed up for this and deployed a python app that will query and download for me. however can someone explain why the tvg-logo is not in the hdhomerun m3u and only in the xmltv? I believe you should add these to the EXTINF data.

#EXTM3U
#EXTINF:-1 channel-id="3.1" channel-number="3.1" tvg-name ...