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 … 260 261 262 263 264 … 433 Next »
EPG update whoopsy

EPG update whoopsy
liteswap
Offline

Senior Member

Posts: 713
Threads: 70
Joined: Aug 2006
#11
2013-04-01, 09:18 PM
Mine updates at 0430 - I'm never watching or recording then.
- Silent client PVR: HDPlex HS.1 aluminium fanless case / Thin-ITX ASRock H81TM-ITX motherboard / Intel Celeron 1850T CPU / 4GB RAM / 120GB SSD / TBS6982 DBS-S2 [SIZE=1]dual-tuner card / Win10+nPVR+Plex Media Player feeding LG OLED55B6V + Anthem MRX510 AV Receiver / PMC GB1 / B&W / REL speakers.
- Noisy NAS: Xeon / Intel mobo / 16GB RAM / FreeNAS + Ubuntu VMs on VMware ESXi + 12TB RAID
[/SIZE] running Plex Media Server

imilne
Offline

Posting Freak

Posts: 2,423
Threads: 135
Joined: Feb 2008
#12
2013-04-01, 09:21 PM
I haven't looked at it, no. I can send you what I've done with the plugin if you wanted to try that...it has its own update time separate from the main one and will (optionally) only run it if no live tv or recordings are active.

I'm surprised you have a similar problem though. Every other tuner I've had has been fine with DVBGuide and npvr/gbpvr.

Iain
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#13
2013-04-01, 10:50 PM
imilne Wrote:I haven't looked at it, no. I can send you what I've done with the plugin if you wanted to try that...it has its own update time separate from the main one and will (optionally) only run it if no live tv or recordings are active.

I'm surprised you have a similar problem though. Every other tuner I've had has been fine with DVBGuide and npvr/gbpvr.

Iain
Normally I wouldn't, but since I have only one dvb-t and one dvb-c tuner left on the computer that has a strong enough signal to get a correct epg... Yes please, I'd like to try it.

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

Posting Freak

Posts: 2,423
Threads: 135
Joined: Feb 2008
#14
2013-04-02, 10:26 AM
Here it is. This is still trial code so I wouldn't recommend anyone else using it unless they wanted to test the EPG functionality. It wasn't really designed to be public.

You'll need to manually add the following entries to C:\Users\Public\NPVR\Plugins\System\System.xml:

Code:
<AutoEPG>2</AutoEPG>
<AutoEPGHour>08</AutoEPGHour>
<AutoEPGMinute>00</AutoEPGMinute>

<AutoEPG> has three values that relate to running an EPG update:

0: don't run
1: run regardless of tuner status
2: only run if the tuners are free, and no recordings are due to start in the next ten minutes

The plugin won't make a wake-up event in Windows for the time set. If you need that you'll have to set one up manually (and make it for a minute or so before the EPG was due to update).

Iain
Graham
Offline

Posting Freak

UK
Posts: 4,058
Threads: 102
Joined: Dec 2005
#15
2013-04-02, 11:15 AM
imilne Wrote:Here it is. This is still trial code
I stopped using auto EPG yonks ago after problems with the Radio Times website or Internet connection left me with an empty EPG and no recordings. I currently use a manual batch file with a file size test that warns me if the XMLTV file is too small.

If you want to make your plugin even more jazzy, you could add a test for "something" in the UpdateEPG batch file and only do an EPG update in NextPVR if the test is passed. Setting an environment variable might do it or a liitle prog that could be included in the batch file.
imilne
Offline

Posting Freak

Posts: 2,423
Threads: 135
Joined: Feb 2008
#16
2013-04-02, 01:07 PM
Graham Wrote:If you want to make your plugin even more jazzy, you could add a test for "something" in the UpdateEPG batch file and only do an EPG update in NextPVR if the test is passed. Setting an environment variable might do it or a liitle prog that could be included in the batch file.

The plugin has no interaction with the batch file though. It just asks NPVR to do an update and captures the messages output while it runs.

If you needed to test on filesize, a better option might be to do that in UpdateEPG.bat and then delete/move the file if it's too small. I think (could be wrong) that NPVR will just keep what EPG data it already has if it can't find new stuff.

Iain
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#17
2013-04-02, 07:49 PM
imilne Wrote:Here it is. This is still trial code so I wouldn't recommend anyone else using it unless they wanted to test the EPG functionality. It wasn't really designed to be public.

You'll need to manually add the following entries to C:\Users\Public\NPVR\Plugins\System\System.xml:

Code:
<AutoEPG>2</AutoEPG>
<AutoEPGHour>08</AutoEPGHour>
<AutoEPGMinute>00</AutoEPGMinute>

<AutoEPG> has three values that relate to running an EPG update:

0: don't run
1: run regardless of tuner status
2: only run if the tuners are free, and no recordings are due to start in the next ten minutes

The plugin won't make a wake-up event in Windows for the time set. If you need that you'll have to set one up manually (and make it for a minute or so before the EPG was due to update).

Iain
Thanks, I'll give it a go when I have a spare moment this week.

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

Member

Posts: 110
Threads: 18
Joined: Dec 2004
#18
2013-04-03, 07:55 PM (This post was last modified: 2013-04-03, 08:11 PM by Turas.)
same problem here. settings are:
<EPGUpdateHour>None</EPGUpdateHour>
<EPGUpdateTime>03:38:00</EPGUpdateTime>
<EPGUpdateEnabled>false</EPGUpdateEnabled>

but wakeup-timer is installed nevertheless:
Timer set by [SERVICE] \Device\HarddiskVolume1\Program Files (x86)\NPVR\NRecord.exe (NPVR Recording Service) expires at 03:34:07 on 04.04.2013.

on my client i don't need any wakeup at all.
would be enough to wakeup my server to update the epg. (or for me it would be even better to only wake the server up once every third day).

an option to set <EPGUpdateTime> to "None" like it was possible for <EPGUpdateHour> would be helpful for me.
<EPGUpdateTime>None</EPGUpdateTime>

br turas
+++ never buy the first version +++
Zeb
Offline

Senior Member

U.S.A.
Posts: 596
Threads: 2
Joined: Dec 2012
#19
2013-04-03, 10:55 PM
There was a brief exchange between sub and I regarding the new <EPGUpdateTime> in posts 5-7 of http://forums.nextpvr.com/showthread.php...out-2-6-2& I recall looking at config.xml soon after that; and just as sub indicated, no time had yet been saved. The null value might have been "-" or "--", something like that. I'm sure that sub could say, or any user who has installed 2.6.2 but hasn't yet visited Settings/Misc2. If one was determined, they might try uninstalling NPVR, deleting (or moving/renaming) config.xml, reinstalling, then changing <EPGUpdateHour> to "None" (and changing any other Misc2 settings) by editing the new config.xml. If you must look at Misc2, exit via Cancel or [X] rather than OK. I'm happy with my XMLTV updates personally, and this might not solve the problem or even cause other problems for all I know.
Turas
Offline

Member

Posts: 110
Threads: 18
Joined: Dec 2004
#20
2013-04-04, 06:03 PM
Zeb Wrote:There was a brief exchange between sub and I regarding the new <EPGUpdateTime> in posts 5-7 of http://forums.nextpvr.com/showthread.php...out-2-6-2& I recall looking at config.xml soon after that; and just as sub indicated, no time had yet been saved. The null value might have been "-" or "--", something like that. I'm sure that sub could say, or any user who has installed 2.6.2 but hasn't yet visited Settings/Misc2. If one was determined, they might try uninstalling NPVR, deleting (or moving/renaming) config.xml, reinstalling, then changing <EPGUpdateHour> to "None" (and changing any other Misc2 settings) by editing the new config.xml. If you must look at Misc2, exit via Cancel or [X] rather than OK. I'm happy with my XMLTV updates personally, and this might not solve the problem or even cause other problems for all I know.

thx for the suggestions, but it seems putting >-< or >--< or >-:-:-< is not acceptable. startup of service fails. seems it must have been some other value that you used...
+++ never buy the first version +++
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): « Previous 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  EPG Update Errors jcole998 23 1,189 2025-05-11, 06:03 PM
Last Post: mvallevand
  Device Update - Channel Mapping chezmorris 10 4,688 2022-07-01, 01:59 PM
Last Post: mvallevand
  ITV/BBC HD and EPG missing from scan and update angelisle 16 4,122 2021-08-26, 11:45 AM
Last Post: NumberFive
  Auto Update EPG not running as scheduled? BairStrokes 2 1,722 2021-03-26, 12:02 PM
Last Post: NumberFive
  automatic EPG update virtualpaul 18 12,769 2021-01-29, 12:40 PM
Last Post: virtualpaul
  Auto Update EPG not running as scheduled Bobbybear 10 3,590 2020-10-24, 09:24 AM
Last Post: Bobbybear
  Microsoft update Brucek2839 2 1,498 2020-09-12, 03:29 AM
Last Post: Brucek2839
  cmd line update urls? pBS 0 1,198 2019-11-30, 11:05 AM
Last Post: pBS
  NextPVR channel changing between DVB-T and Hauppauge Colossus channels: Update three6zerocool 0 1,296 2019-09-28, 09:55 AM
Last Post: three6zerocool
  DVB EPG does not update bass_gas 9 5,429 2019-08-15, 04:55 PM
Last Post: Ludron

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

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

Linear Mode
Threaded Mode