NFPS / Private EPG Script needed

IPTV Private Server (NFPS)

profster

New member
Aug 15, 2015
122
5
0
yes i do
I'm trying to setup an app for IPTV using our NFPS. I have the channels in ok with the string containing my login and password but when I enter a string for Playlist XML TV EPG URL it does not work. I tried a generic string that contains my login and password (no luck) so I searched on our site and tried Kens string (no luck), and I tried one I found that was written by the Kokaleka guys and still no luck. I also have tested all this on MOL2 and everything works great using Kens.

I am aware of a very good app on our site Kokaleka but I'm experimenting with a new one that seems more like built in apps on the T2 and T3. This is an app to use on other android boxes.

Can any of the experts give me some info so I can solve this little quandary.
 
I'm trying to setup an app for IPTV using our NFPS. I have the channels in ok with the string containing my login and password but when I enter a string for Playlist XML TV EPG URL it does not work. I tried a generic string that contains my login and password (no luck) so I searched on our site and tried Kens string (no luck), and I tried one I found that was written by the Kokaleka guys and still no luck. I also have tested all this on MOL2 and everything works great using Kens.

I am aware of a very good app on our site Kokaleka but I'm experimenting with a new one that seems more like built in apps on the T2 and T3. This is an app to use on other android boxes.

Can any of the experts give me some info so I can solve this little quandary.
* (NFPS p3 used as example(Change to your Service /Portal URL & ID/pwd)
URL address format to request the Providers EPG;
Code:
http://p3.iptvprivateserver.tv:80/xmltv.php?username=1a2b3c4d5e6f&password=1a2b3c4d5e6f

URL address format to request the Providers Generic m3u Playlist;
Code:
http://p3.iptvprivateserver.tv:80/get.php?username=1a2b3c4d5e6f&password=1a2b3c4d5e6f&type=m3u_plus&output=ts

kens EPG guide;
Code:
https://raw.githubusercontent.com/kens13/epg/master/guide_ks.xml

kens "New" EPG for IPTVXtra
Code:
https://raw.githubusercontent.com/kens13/epg/master/guide_iptvxtra.xml
 
  • Like
Reactions: profster
I just tried "Kens New" and it works. make sure you use https and not just http

"https://raw.githubusercontent.com/kens13/epg/master/guide_iptvxtra.xml"

I think that Perfect Player "https://iptvextra.wixsite.com/iptv-extra/file-share/db2a83d3-6e2c-4eb9-8dc8-9aacfd84394f" is the best addon for Android box. There is a setup video on that site to get PP working.
 
I used the P*.iptvprivateserver.tv:80/xmltv.php?username.............................. and it works fine except for one thing. When I look at the EPG for a channel it shows the program but no description to what the program is about. Any ideas? Using on T3 and Z7+ Addition: I just setup M3U on T2 and the EPG works and so does the descriptions. There must be something else needed in the XMITV URL?