Read xmltv with PHP #4
Replies: 1 comment 4 replies
-
Cool, I love creative ideas! Now we only have to convince @BusterNeece that playlist and schedule item descriptions would be really useful. Just imagine getting nicer show descriptions than "Playlist: MyPlayListName". ;-) I think using PHP SimpleXML is a good choice, but be warned that it becomes a real memory hog if you start parsing larger EPG files, which can happen when using AzuraCast servers with many stations, or xTeve. My xTeVe For creating an XMLTV EPG in PHP I’d use the well-written and actively developed XMLTV library by @jaylinski: https://github.com/jaylinski/xmltv. |
Beta Was this translation helpful? Give feedback.
-
I have done a quick test to show what is possible. Here is a quick example
https://demo.helmut-mueller-online.de/readxmltv.php
Beta Was this translation helpful? Give feedback.
All reactions