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 … 378 379 380 381 382 … 433 Next »
PostUpdatEPG.bat not running

PostUpdatEPG.bat not running
roy
Offline

Posting Freak

Posts: 830
Threads: 95
Joined: Sep 2005
#1
2011-02-02, 10:10 PM
After installing the new TVListings with genre colors which needs to run xmltvextras in postupdateepg.bat, it seems that this bat is not being run after epg update. I don't think it has been running for me in nPVR at all.

Logs attached.

Logs also show an error regarding UpdateRecurringRecording() that Martin mentioned I should bring to your attention, but should probably be a separate thread.

Thanks
What, me worry?

MSI H270 PC Mate | Core i3-7100 | 16GB RAM | 275GB M.2 2280 SSD | 4TB + 2TB HDD | Zalman Z3 Case | Win10
HDHR Prime | HVR2250 | PCH A-110 | PCH A-100 | Harmony 650 & 700 remotes | Comcast | Schedules Direct
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#2
2011-02-02, 10:44 PM
I thought mine wasn't running either, but I just checked and it's working fine. NRecord doesn't log anything about running it though so I built logging into my PostUpdateEPG.bat. According to the timestamps in my log it appears the PostUpdateEPG.bat gets called just as it finishes scheduling all the episodes, before it exports the recording-backup.xml.
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#3
2011-02-03, 12:03 AM
This thread was closed for some reason. Since I see no comment from any mod about why it was closed, nor can I think of any reason why it should be closed, I'm going to assume I did it by accident when I posted my earlier reply. I've re-opened it; if it wasn't an accident then close it again and I'll leave it alone.
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
roy
Offline

Posting Freak

Posts: 830
Threads: 95
Joined: Sep 2005
#4
2011-02-03, 12:26 AM
I put logging in my file as well, which works when I run it manually, but it is not running when I do an EPG update, from system plugin.
What, me worry?

MSI H270 PC Mate | Core i3-7100 | 16GB RAM | 275GB M.2 2280 SSD | 4TB + 2TB HDD | Zalman Z3 Case | Win10
HDHR Prime | HVR2250 | PCH A-110 | PCH A-100 | Harmony 650 & 700 remotes | Comcast | Schedules Direct
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#5
2011-02-03, 12:36 AM
I don't know whether the PostUpdateEPG.bat is supposed to run when called from NextPVR (which is I presume what the System Plugin does). I think maybe it only runs after the automatic epg update called by NRecord. I'll check when I get a chance.
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
imilne
Offline

Posting Freak

Posts: 2,423
Threads: 135
Joined: Feb 2008
#6
2011-02-03, 10:32 AM
I can confirm that the System plugin does *not* make any calls to run the batch file. If it needs to, I can add it, but it would be handy if sub could confirm whether it needs to or not (just in case it's a bug).
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#7
2011-02-03, 12:27 PM
imilne Wrote:I can confirm that the System plugin does *not* make any calls to run the batch file. If it needs to, I can add it, but it would be handy if sub could confirm whether it needs to or not (just in case it's a bug).

I really hope it should be called from NextPVR as well, 'cause I don't use the automatic epg-update, and that means it will never be called if I ever need to put something in it.

"I'd rather have a bottle in front of me than a frontal lobotomy"
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#8
2011-02-03, 02:21 PM
The whole point of the PostUpdateEPG.bat was to provide a means to call other nightly maintenance routines which may or may not be EPG related (I currently use mine to update my netflix database). If users are employing other means to accomplish their EPG udpates, then they should use similar other means to run these other maintenance routines.

Depending on what is being done in the PostUpdateEPG.bat, it might create a real problem if it was called every time a user clicks "UpdateEPG" in Settings or in the System plugin. Again, the PostUpdateEPG.bat is NOT part of the EPG update process - it is called when the entire EPG udpate process is concluded (hence the "Post").

So on further thought, I think the PostUpdateEPG.bat should ONLY be called after the once-a-day automatic EPG update in NRecord. I think that's how it is now (I've not had a chance to verify it), and should not be changed.
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#9
2011-02-03, 02:36 PM
ok, on my system the PostUpdateEPG.bat DOES run when I click "UpdateEPG" in Settings. Worse, it sits and waits while the PostUpdateEPG.bat finishes - it's supposed to be a non-blocking call.

sub, as described above I really think the PostUpdateEPG.bat ought to only be run as part of the automatic epg update. recall that Whurston originally requested it for the purpose of updating the netflix database on his plugin - that update takes 2+ hours. it shouldn't be run if the user clicks "UpdateEPG" because they're trying to load new channel listings or troubleshoot a bug.
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
roy
Offline

Posting Freak

Posts: 830
Threads: 95
Joined: Sep 2005
#10
2011-02-03, 03:26 PM
PostUpdateEPG.bat did not run during/after my automatic EPG update last night. As mentioned, it does not run for me when I do EPG Update from system plugin either.

I think it should be run whenever/however an EPG Update is run, I think the EPG Update process should be the same whenever it is run.
What, me worry?

MSI H270 PC Mate | Core i3-7100 | 16GB RAM | 275GB M.2 2280 SSD | 4TB + 2TB HDD | Zalman Z3 Case | Win10
HDHR Prime | HVR2250 | PCH A-110 | PCH A-100 | Harmony 650 & 700 remotes | Comcast | Schedules Direct
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Auto Update EPG not running as scheduled? BairStrokes 2 1,836 2021-03-26, 12:02 PM
Last Post: NumberFive
  Recording service stopped or not running at scheduled time MattInetroit 3 1,974 2021-01-08, 12:03 AM
Last Post: mvallevand
  Auto Update EPG not running as scheduled Bobbybear 10 3,817 2020-10-24, 09:24 AM
Last Post: Bobbybear
  Recording service not running at recording time Ricknextpvr 18 6,689 2020-03-26, 03:56 PM
Last Post: sub
  IR Blasting from Kodi running NextPVR addon three6zerocool 11 3,032 2019-07-31, 04:51 PM
Last Post: sub
  UpdateEPG.bat not running jrockow 1 1,049 2019-06-26, 04:08 PM
Last Post: sub
  Error "Recording service not running" -- but really no tuners available? daneo 6 2,207 2019-01-30, 02:11 PM
Last Post: daneo
  Running into issues with the EPG bdken 7 2,052 2019-01-12, 04:44 PM
Last Post: sub
  Recording service not running at recording time johnm 7 2,875 2018-11-26, 02:36 AM
Last Post: johnm
  Extremely buggy running and crashing in NPVR client, but not as Kodi back end... gdogg371 3 1,436 2018-07-17, 09:29 AM
Last Post: gdogg371

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

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

Linear Mode
Threaded Mode