Epg guide not loading

They're not talking about having troubles implementing the guide using that URL.

I have used this ninja repo about 20 times before but for the last week I cant get it to load.

The repo was not working yesterday (or the day before). Psycon acknowledged that fact and said he was working on getting it working again.
 
Working fine here today, and working fine "for lots of people." If it doesn't load, clear data and it let it re-load.

Yeh tried that, & everything else, but still not working.

I'm sorry mate, cause I know you don't like to hear it, but the guide regularly doesn't work for lots of people, just look at the posts on it all over this forum.
We can't all be making it up or not clearing data etc.

As I said it's a pity cause when it works it's great
 
When set up correctly in PVR Stalker client, the EPG works. I'm not talking about issues with dedicated boxes. Those who had issues with PVR Stalker client and followed directions got it working. Here it is from moments ago...

scr_grb4_zpsdunhrdts.jpg
 
Last edited:
When set up correctly in PVR Stalker client, the EPG works. I'm not talking about issues with dedicated boxes. Those who had issues with PVR Stalker client followed directions and got it working. Here it is from moments ago...

I believe you, I just can't get it here.

What url are you using?
Short or long one?
 
Hi Ilan,

Your method with URL works for me. However my guide is now offset by 1 hour. The Stalker EPG Updater had an option checked to fix that. Since I have now disable its use...how can your fix (URL) now included in the PVR Stalker Client as a remote URL correct the 1 hour time difference. The PVR Stalker Client by itself I believe cannot fix that problem. ?????




Good to hear. I will post a link to the crucial instructions in case people tune in late and can't figure out the plot...

http://iptvtalk.net/showthread.php?21373-Epg-guide-not-loading&p=156005&viewfull=1#post156005
 
Last edited:
It should be using your device's/system's time setting. I know you have thought of this, but make sure everything is set to the correct time...device, system/OS, and router, if is adjustable. Beyond that, try disabling TV, clearing data and then rebooting the device, modem and router -- and then enabling TV.
 
Last edited:
Hi Ilan,

Just for the record...the guide is displaying the correct time according to my system time on the FireStick. However it's the data in the guide that is shifted by one hour. As said before this was corrected when using the EPG Stalker Updater from EPG Ninja that has the guide offset 1 hour option. Since I no longer use this because I now use the custom URL you provided for stalker client...the guide data is off. Is there any sort of file I can modify manually to reflect the 1 hour change?

Tried what you suggested and it didn't work.

Thank You



It should be using your device's/system's time setting. I know you have thought of this, but make sure everything is set to the correct time...device, system/OS, and router, if is adjustable. Beyond that, try disabling TV, clearing data and then rebooting the device, modem and router -- and then enabling TV.
 
I'll be honest, I'm not sure how to address the issue at this point. I'll do some thinking. If Psycon drops by, he might have another suggestion.

I haven't tried the updater lately, but it was still working last week. The URL just made things easier for most. You could try the updater again to see if it will load the guide and allow for the time adjustment. Make sure to clear the data before you enable it.
 
Thanks buddy for trying and your help. It's greatly appreciated. I will be on the lookout for any updates.



I'll be honest, I'm not sure how to address the issue at this point. I'll do some thinking. If Psycon drops by, he might have another suggestion.

I haven't tried the updater lately, but it was still working last week. The URL just made things easier for most. You could try the updater again to see if it will load the guide and allow for the time adjustment. Make sure to clear the data before you enable it.
 
Is there any sort of file I can modify manually to reflect the 1 hour change?
Initially, I wasn't going to do this little "primer, but then thought it wouldn't be that tough to create, so...

I won't go through all the steps you'd need to walk-through to change the EPG to suit your needs, but if you can figure out what I'm talking about here, you most likely know enough to accomplish that end.

First, you'll need to download and install something like Notepad++ (see below...it's free, but you can make a donation) to edit the EPG's XML file. Next, download the guide. I'd stick with its default name, guide.xml.

Set-up PVR Stalker client to use Local and then navigate to the guide.xml file you just downloaded. Go to TV > Guide and Clear data so the guide loads. Look within the guide for a few shows, and note the times. (They should be off by one hour as you indicated.) You're going to compare these times to the times in your edited guide, adjusting until you get things right.

Load guide.xml in Notepad++. There are over 150,000 lines of code, so the global search and replace will be your best friend for this task.

What you will be editing is the time offset in the guide. (You won't have to know coding to do this.) The lines Notepad++ will edit look like this:

<programme channel="I2.28460311.microsoft.com" start="20160909233000 +0000" stop="20160910000000 +0000">

Within Notepad++ be at the very top of the file, click Search and then choose Replace from the ensuing drop down menu. In the "Find what" area, enter +0000 (normally, this is the time offset from UTC time). In the "Replace with" area, enter +0100 and click Replace All. Save the edited file.

Now, clear your guide data so it will load the edited version of the guide. Compare the original program times to the edited program times (you should see a change of one hour), and determine which direction you need to go to get things aligned with your local time. If that didn't do it, try another search and replace. (The time offset can be negative, too, like -0100.) I'm thinking +0100 or -0100 will do the trick in your case.

After you've done this a few times, it shouldn't take more than 2 minutes to download, edit, save and load the guide.

Notepad++
Code:
https://notepad-plus-plus.org/download/v6.9.2.html
 
Last edited:
Ilan,

Great explanation bro and thank you for taking the time to share it with us. I have a quick question....you mentioned in the above explanation EPG xml and Guide xml. Just want to confirm its the guide xml I am editing? If I am...do you know the exact location of the file?

Also would the guide xml file ever be overwritten once I modify the times?

Thanks Ilan.


If I do find the file before you respond I will edit this post.
 
If you input the guide's URL in a browser, the guide will load in the browser's window. Just do a save as "guide.xml" from within the browser after the guide is fully loaded.

The guide will not be overwritten, but the data will run out in a short time (as is normal) and you will have a blank guide. In that case, you would download a new copy of the guide and repeat the editing process.
 
Last edited:
Hi Ilan,

I found a file in the temp folder called epg_xmltv.xml. This is the path PVR Stalker Client points to when local is chosen. The xml file does contain the times as explained above. But again Ilan if I am using the remote URL (http://nfps.epg.ninja) to download the guide data...I would not be able to edit that file wherever it downloads to.

Looking foward to any further explanations.


Ilan,

Great explanation bro and thank you for taking the time to share it with us. I have a quick question....you mentioned in the above explanation EPG xml and Guide xml. Just want to confirm its the guide xml I am editing? If I am...do you know the exact location of the file?

Also would the guide xml file ever be overwritten once I modify the times?

Thanks Ilan.


If I do find the file before you respond I will edit this post.
 
Ilan,

Understood. Please ignore the above post as I posted it before reading your addional explanation. From what I understand the solution is not really a permanent one as I will have to edit the xml file every time I manually download the guide. Sounds great for me personally however it may not work out for my customers.
Nevertheless knowledge is power my friend and I am eternally greatfull for your detailed explanation.

Thanks again and I will keep an eye out for updates.



If you input the guide's URL in a browser, the guide will load in the browser's window. Just do a save as "guide.xml" from within the browser after the guide is fully loaded.

The guide will not be overwritten, but the data will run out in a short time (as is normal) and you will have a blank guide. In that case, you would download a new copy of the guide and repeat the editing process.
 
OK, new problem. Using Mbox, MXII, Kodi 16.1, Bulit-in Stalker client. EPG guide stuck at 7:30 PM(EST) on Sept 11th. Tried clearing data, restarting guide, nothing changes.
Using ilan setup with short url for guide.

This is not the first time this has happened. Once guide does load, it always stops at 7:30 PM the next day