Page 1 of 2

Can you explain how EPG work

Posted: Sat Feb 17, 2018 10:15 am
by y40tzin
Hi,

I use progtv on my box android zidoo h6pro and its the best soft for my iptv, beautiful the best.

But i don't understand how work epg....

I paste my m3u its ok, but for epg i paste my xmltv url and no epg when i choose channels ?? and not appear on list channel....

Can you explain me step by step how to install the epg and configure it.
thank you very much.

Re: Can you explain how EPG work

Posted: Sat Feb 17, 2018 3:20 pm
by kbkranz
y40tzin,

with mine it took a bit to download guide data and channel list info, but eventually showed up. if its not showing then might be typo in epg url?

might also try entering instead under xtream code. all you need is user, pw, and host url, then it should grab channel list and epg data automatically for you.

host should be http://url_addy:port#/

Re: Can you explain how EPG work

Posted: Sat Feb 17, 2018 3:56 pm
by Prog
y40tzin: Only enter link to guide if you have ready guide from provider.

Re: Can you explain how EPG work

Posted: Sat Feb 17, 2018 10:20 pm
by y40tzin
i paste epg url from my provider with xmltv and dont work ??? only channels are update but no epg ???

Re: Can you explain how EPG work

Posted: Sun Feb 18, 2018 6:04 am
by Prog
Send me m3u and xml files for test.

Re: Can you explain how EPG work

Posted: Sun Feb 18, 2018 5:27 pm
by y40tzin
thx but i cant paste my m3u with my password and login ......

Re: Can you explain how EPG work

Posted: Sun Feb 18, 2018 5:45 pm
by Prog
I need only m3u files (possible with damaged urls)

Re: Can you explain how EPG work

Posted: Sun Feb 18, 2018 6:53 pm
by y40tzin

Re: Can you explain how EPG work

Posted: Mon Feb 19, 2018 6:04 am
by Prog
I need files. Not links. Please send me on email.

Re: Can you explain how EPG work

Posted: Fri Feb 23, 2018 3:52 pm
by areq1987
I have exactly the same problem m3u file load channels but EPG from link not..

Re: Can you explain how EPG work

Posted: Fri Feb 23, 2018 3:59 pm
by Prog
I am still wait from you m3u and guide files (on email)

Re: Can you explain how EPG work

Posted: Fri Feb 23, 2018 7:36 pm
by areq1987
Prog wrote:
Fri Feb 23, 2018 3:59 pm
I am still wait from you m3u and guide files (on email)
I send you my sample m3u structure file and link to epg which dosent load. Thanks for solution.

Re: Can you explain how EPG work

Posted: Sat Feb 24, 2018 7:41 am
by Prog
Thanks. Received. ChannelID in m3u not same line in m3u.
mp3:
#EXTINF:0 tvg-id="4FunDance.pl" xxxxx ,4Fun Dance

xml:
<channel id="4Fun Dance">
<display-name lang="pl">4Fun Dance</display-name>

Looks like need use channel name like ID of channel in place of normal ID...

Re: Can you explain how EPG work

Posted: Sat Feb 24, 2018 4:00 pm
by areq1987
Prog wrote: Thanks. Received. ChannelID in m3u not same line in m3u.
mp3:
#EXTINF:0 tvg-id="4FunDance.pl" xxxxx ,4Fun Dance

xml:
<channel id="4Fun Dance">
<display-name lang="pl">4Fun Dance</display-name>

Looks like need use channel name like ID of channel in place of normal ID...
Not really understand. Could you write how should it be?

Re: Can you explain how EPG work

Posted: Sat Feb 24, 2018 4:11 pm
by Prog
Should be
mp3:
#EXTINF:0 tvg-id="4FunDance.pl" xxxxx ,4Fun Dance

xml:
<channel id="4FunDance.pl">
<display-name lang="pl">4Fun Dance</display-name>