I have a paid IPTV subscription that is missing epg sources. These sources are also unavailable from online xml editors like m3u4u or iptv-editor etc. I found my own source for guide data but don't understand how to edit a custom epg xml to link to m3u xml.
Here is a channel from the raw m3u:
#EXTINF:-1 tvg-ID="NULL" tvg-name="VIP KOR: Animax" tvg-logo="" group-title="Korea & Japan",VIP KOR: Animax
and here is the epg data source I want to use:
<channel update="i" site="[ U RL]" site_id="86" xmltv_id="Animax">Animax</channel>
How to link these two? Does tvg-name from raw m3u = xmltv_id from raw epg?
Upload your m3u file into the m3u editor you are using. In the EPG ID field put what's in the xmltv_id in your EPG file (it would be Animax in this case). After that, assign that xmltv file to your playlist in the player of your choice and it should populate. Basically the tvg_id and xmltv_id need to be exactly the same for it to work.