English version belowHi,
ich habe einen XMLTV-Grabber für den Streaming Server geschrieben. Dieser greift die EPG-Daten vom undokumentierten
servercmd.xhx des Streaming Servers ab und exportiert sie im XMLTV-Format, das bspw. von Kodi gelesen werden kann (mittels des IPTV-Simple PVR Clients).
Installation:Das
Github-Repository enthält Installationsanleitungen. Diese legen einen systemd-Service an, der stündlich die EPG-Daten aktualisiert. Wer kein systemd benutzen möchte/kann, kann natürlich auch einen Cronjob o. Ä. benutzen. Dann wird nur das
Python-Skript benötigt.
Die erzeugte XMLTV-Datei kann dann in Kodi verwendet werden (Addons -> Benutzer-Addons -> PVR-Clients -> PVR IPTV Simple Client -> Konfigurieren -> EPG-Einstellungen -> XMLTV-Pfad).
Da das Skript ein undokumentiertes Server-Feature verwendet, kann ich nicht garantieren, dass es nach einem Update noch funktioniert! Momentan funktioniert es allerdings wunderbar.
Hi,
I wrote an XMLTV grabber for the Streaming Server. It reads EPG data from the undocumented
servercmd.xhx of the Streaming Server and exports it in XMLTV format that can be read by e.g. Kodi (via the IPTV-Simple PVR client).
Installation:The
Github repository contains installation instructions. These create a systemd service that refreshes the EPG data once an hour. If you can't/don't want to use systemd, you can of course create a cronjob (or similar). You will only need the
Python script in that case.
The generated XMLTV file can then be used in Kodi (Add-ons -> My add-ons -> PVR clients -> PVR IPTV Simple Client -> Configure -> EPG Settings -> XMLTV Path).
Since the script uses an undocumented feature, I cannot guarantee it will work after an update of the Server! It works great at the moment, though.