Michele Frontier wrote:
> Thanks for your reply.
>
> I want use the OTA EPG which come over Sat and get shown in the Electronic Program Guide perfect, i thought it get created from tvh in a xmltv file somewhere, or at least i can push it to do so.
>
> your Link mean the other way around, how to use a external xmltv EPG in TVH. That is not what i want to do, i don't use TVH for my frontend or as a Player, nor do i records with. :)
Perhaps this is what you're trying to do? I run this on a schedule (crontab) and it pulls the XMLTV file for me. Then, I give the .xml file to PlexDVR and it matches the Plex EPG to the channels which are provided by Tvheadend. The xmltv information is basic though and does not appear to include the <category> tag, so Plex currently cannot tell the difference between Movies, Shows, Sports, News, etc (even though this information is available in the Tvheadend GUI).
bjzy@IPTVPlexDVR:~/iptv$ wget http://192.168.X.XXX:9981/xmltv/channels --user=admin --password=admin -O iptvGuide.xml