NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 69 70 71 72 73 … 433 Next »
Only showing one hour of EPG data

Only showing one hour of EPG data
xilex
Offline

Junior Member

Posts: 14
Threads: 3
Joined: Sep 2017
#1
2017-11-28, 06:39 AM
Hi all, I'm utilizing live TV in Emby with the nextPVR plugin. I pulled EPG data from zap2it with the following command (manual execution of this specific command file):

[code=nocode:0]C:\Users\Public\NPVR\Scripts\zap2xml.exe -o C:\Users\Public\NPVR\Scripts\epg.xml -u XXXXXXX -p YYYYYYY -d 7 -S 1 -D -A "new live" -E "amp apos quot lt gt" –F
[/code]

That should have pulled 7 days of data, correct? But in Emby and in nextPVR, even after I've restarted nextPVR, there is only one hour of data showing. Any particular steps to follow before submitting a log? Thank you.
Graham
Offline

Posting Freak

UK
Posts: 4,058
Threads: 102
Joined: Dec 2005
#2
2017-11-28, 12:36 PM
xilex Wrote:That should have pulled 7 days of data, correct? But in Emby and in nextPVR, even after I've restarted nextPVR, there is only one hour of data showing. Any particular steps to follow before submitting a log? Thank you.

I can't comment on the zap2xml command line 'cos I don't know zap2xml.

Does the epg.xml file contain multiple days of data?

The default is for each channel to obtain its EPG data from the broadcast stream. I am told that this is only a few hours in the US. Do you need to edit the channels to use XMLTV and get EPG data from the epg.xml file? ... http://www.nextpvr.com/nwiki/pmwiki.php?...n.Channels

Please help us to diagnose by attaching logs to a post telling us the time that the EPG was updated ... There is a button at NextPVR Settings --> About that will zip the log files for you.
xilex
Offline

Junior Member

Posts: 14
Threads: 3
Joined: Sep 2017
#3
2017-11-29, 02:38 AM
The EPG should contain at least 7 days. Briefly glancing at it, there are entries for December, so they do exist. I've attached what XML file was generated (via manually executing the code I noted above). Also attaching some screenshots showing how I have set it up and have it pointing to my XML file. Does nextPVR know that the EPG file has been updated if it was done manually outside of the application?

Also of note, not sure if it matters, but I used to have a HDHomerun device attached but removed it, so each channel has 6 sources. I don't know how to get that back to just 2 sources on the Hauppauge DualHD tuner I am using.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,677
Threads: 767
Joined: Nov 2003
#4
2017-11-29, 02:50 AM
xilex Wrote:Does nextPVR know that the EPG file has been updated if it was done manually outside of the application?
It doesn't need to know if it's been updated. It reloads the epg each night at the time the epg update is scheduled to occur. It'll load whatever is in your file at that time
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,677
Threads: 767
Joined: Nov 2003
#5
2017-11-29, 02:53 AM
With your epg.xml, I'm getting multiple days of listings.

Can you hit the 'Update EPG' button, let it complete, then zip and attach the logs again.
xilex
Offline

Junior Member

Posts: 14
Threads: 3
Joined: Sep 2017
#6
2017-11-29, 03:21 AM
Thank you. I have run Update EPG and attached the logs. I see now, however, that the guide is correctly updated with the appropriate amount of days Smile I'm not sure why it's working now or not. I did Empty EPG before running Update EPG earlier. I think the problem is resolved for now. Thank you for helping!
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,677
Threads: 767
Joined: Nov 2003
#7
2017-11-29, 06:32 AM
Yep, everything looks ok in that log.
deanhatescoffee
Offline

Junior Member

Posts: 5
Threads: 0
Joined: Nov 2017
#8
2018-01-01, 05:59 AM (This post was last modified: 2018-01-01, 06:12 AM by deanhatescoffee.)
I have a very similar setup as xilex - I'm using NextPVR with Emby, and zap2it for the EPG. Something weird has been happening for the last few weeks that I haven't been able to figure out. NextPVR doesn't want to auto update with listings beyond about 4pm on 1/1/18. I have a Task Scheduler job set to run the UpdateEPG.bat file automatically at 4:10am, and then NextPVR is set to update the EPG at 4:30am. Task Scheduler shows that UpdateEPG.bat was run, and I've witnessed that Task Scheduler does run the batch file, so I know that's being done right. Running the UpdateEPG.bat file takes anywhere from 1 minute to 10 minutes. However, when I run the UpdateEPG from NextPVR, it only takes 10 seconds and doesn't actually do anything (no command line window, as UpdateEPG.bat is supposed to do), though the NextPVR logs do show that it ran. The only way to get the EPG in NextPVR to actually update beyond 1/1/18 is to manually run the UpdateEPG.bat file, then run UpdateEPG through the settings in NextPVR - sometimes 2 or 3 times before it finally "takes."

Do you have any recommendations? Please help when you can. And happy new year. Smile

Edit: Added logs, and UpdateEPG.bat script:
Code:
C:\Users\Public\NPVR\Scripts\zap2xml.exe -o C:\Users\Public\NPVR\Scripts\epg.xml -z -u USERNAME -p PASSWORD -d 14 -I -D -W -A "new live" -E "amp apos quot lt gt"
xilex
Offline

Junior Member

Posts: 14
Threads: 3
Joined: Sep 2017
#9
2018-01-01, 06:47 AM
Does the EPG look okay in NextPVR app? Put in -S 1 so you don't hammer their servers; just means wait 1sec between requests. I have been using NextPVR's scheduling to update the EPG; then in Emby you time it so it refreshes its own guide from NextPVR's guide data after it has been updated.

This is my batch file:
Code:
cd C:\Users\Public\NPVR\Scripts\
C:\Users\Public\NPVR\Scripts\zap2xml.exe -o C:\Users\Public\NPVR\Scripts\epg.xml -u XXXXXX -p XXXXXXX -d 7 -S 1 -D -A "new live" -E "amp apos quot lt gt" –F
deanhatescoffee
Offline

Junior Member

Posts: 5
Threads: 0
Joined: Nov 2017
#10
2018-01-01, 07:27 AM
In Emby under Guide Providers, I don't have anything there because it just pulls the EPG from NextPVR's epg.xml anyway. My issue is in NextPVR itself, it just shows "(no show details)" in the guide after 4pm on 1/1/18, after it automatically updates nightly at 4:30am. Because I did the manual fix I mentioned above earlier today, it looks OK now, but I'll see if I can get a screenshot after it updates in a few hours. Another thing I've noticed is that NextPVR doesn't seem to update its internal EPG when the epg.xml file is updated, which is why I'm running the UpdateEPG.bat twice - first through Task Scheduler, then again through NextPVR.
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  No data received jcole998 1 232 2025-04-15, 03:08 PM
Last Post: mvallevand
  No data delivered/failed to lock a signal? from Hauppauge HDHR/DCR-2650 bishoph 8 3,554 2020-04-13, 09:55 PM
Last Post: sub
  EPG is off by 1 hour before daylight saving change tonight MCEabused 3 2,009 2020-04-05, 06:18 PM
Last Post: sub
  OTA EPG guide data only for 2 hrs acegolfer 6 3,554 2020-03-18, 08:30 PM
Last Post: mvallevand
  4 Channels not showing in list otherguy 12 4,254 2020-02-22, 05:23 PM
Last Post: sub
  EPG showing "no show details" for mapped channels iameric 3 2,399 2019-12-17, 12:00 AM
Last Post: iameric
  Whole display not showing in nextpvr GUI jimtanis 4 2,384 2019-12-02, 01:25 AM
Last Post: gstone123
  Changed Recording Directory - Previous Recordings Not Showing Enzpol 2 2,111 2019-11-28, 05:06 AM
Last Post: Enzpol
  Channles loosing EPG data Brucek2839 5 2,263 2019-11-21, 03:17 AM
Last Post: mvallevand
  HDHomerun not showing in 4.0 Tompeel 1 1,553 2019-11-18, 05:39 PM
Last Post: Tompeel

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode