I have my own local playlist looks something like this:
#EXTM3U
#EXTINF:-1, Channel1
//Some link
#EXTINF:-1, Channel2
//some link
I used the simple client and added my list with local path.
I created a guide that looks like this:
<channel id="293">
<display-name lang="eng" link="http://www.tvguide.com">
Channel1
</display-name>
</channel>
<channel id="106">
<display-name lang="eng" link="http://www.tvguide.com">
Channel2
</display-name>
</channel>
Something like this, when the id is the one fitting for the channel in the link.
I added this xml to the epg local source in the simple client.
How come i'm not getting it to sync together?
What attributes should be the same so it will sync together?
Thanks
I think you could use:
#EXTINF:-1 group-title="Lietuviški" tvg-name="lrt",LRT TELEVIZIJA
<channel id="LRT TELEVIZIJA">
<display-name lang="lt">lrt</display-name>
OK great. I'll try these options!
Thanks