NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 9 10 11 12 13 … 56 Next »
Very fast Dutch TV listings with NLGrabXMLTV 1.0

 
  • 0 Vote(s) - 0 Average
Very fast Dutch TV listings with NLGrabXMLTV 1.0
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#31
2008-03-30, 08:12 AM
Sheik Yerbouti Wrote:Tip: to get my EPG working again I've deleted all my EPG info in GBPVR for each capture source and did an EPG update after that.
Get used to that when you're writing an EPG plugin. I can't remember how many times I had to do it while working on MceEpg2Xmltv, especially since I kept changing the way I created the channel id. Smile
pz1
Offline

Senior Member

Posts: 740
Threads: 16
Joined: Jan 2006
#32
2008-03-30, 08:39 AM
Sheik Yerbouti Wrote:Hmmm, I did some bad programming leading to "zomertijd" troubles. The first post now includes the latest version that fixes this problem temporarely (not a pretty solution), and it also includes some other small changes. I hope to do a better release pretty soon, but for now this version should work without problems.

Tip: to get my EPG working again I've deleted all my EPG info in GBPVR for each capture source and did an EPG update after that.

Chris
Layout seems OK. I can schedule recordings with EWA and MVP(=PVRX2), but GBPVR gives "Error: Input string was not in correct format"
Sheik Yerbouti
Offline

Posting Freak

Posts: 922
Threads: 77
Joined: Jul 2006
#33
2008-03-30, 09:20 AM
pz1 Wrote:Layout seems OK. I can schedule recordings with EWA and MVP(=PVRX2), but GBPVR gives "Error: Input string was not in correct format"
Thanks for your input. I've done some more adjustments but can't reproduce your problem, maybe you could try the attachment?

Chris
[SIZE="1"]i5 750 4GB RAM, Windows 10 Home, HDHomeRun HDHR3-4DC, Digital Devices Cine CT, OSCam on a Raspberry Pi with a Smargo Smartreader+, Raspberry Pi 2 OpenElec Kodi client, Gigabyte Brix 2807 OpenElec Kodi client[/SIZE]
pz1
Offline

Senior Member

Posts: 740
Threads: 16
Joined: Jan 2006
#34
2008-03-30, 10:18 AM (This post was last modified: 2008-03-30, 11:13 AM by pz1.)
Sheik Yerbouti Wrote:Thanks for your input. I've done some more adjustments but can't reproduce your problem, maybe you could try the attachment?
I have given it a try, but no improvement on GBPVR. The others are still OK.
If you can't reproduce it, than it is probably my machine. I hardly ever use GBPVR to schedule recordings. Most is done via EWA and next via MVP. So it won't affect me really. I suggest you ignore this till others report it, or if I come back naggingBig Grin
Pieter
HtV
Offline

Posting Freak

Posts: 3,470
Threads: 46
Joined: Dec 2005
#35
2008-03-30, 10:49 AM
Thanks Sheik, looks ok. Hadn't noticed any problem yet.Smile
I always update the epg in the afternoon, so it hadn't updated yet.

Hans
AMD Athlon 64 3000, HDD: 80, 120, 200 GB, Hauppauge 350 + 150, MVP, Asus 6000L Laptop client, Asus X50sl client,
Fritz!box 7140 modem/router, GBPVR 1.3.7.
syncpuls
Offline

Member

Posts: 68
Threads: 13
Joined: Jul 2005
#36
2008-04-02, 03:17 PM
Sheik Yerbouti Wrote:Hmmm, I did some bad programming leading to "zomertijd" troubles. The first post now includes the latest version that fixes this problem temporarely (not a pretty solution), and it also includes some other small changes. I hope to do a better release pretty soon, but for now this version should work without problems.

Tip: to get my EPG working again I've deleted all my EPG info in GBPVR for each capture source and did an EPG update after that.

Chris

How about:
TimeSpan diff = DateTime.Now - DateTime.Now.ToUniversalTime();
Console.WriteLine("Difference between Local time and UTC = " + diff.Hours);
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#37
2008-04-02, 10:39 PM
syncpuls Wrote:How about:
TimeSpan diff = DateTime.Now - DateTime.Now.ToUniversalTime();
Console.WriteLine("Difference between Local time and UTC = " + diff.Hours);
Or:

TimeSpan diff = TimeZone.CurrentTimeZone.GetUtcOffset(DateTime.Now);
Sheik Yerbouti
Offline

Posting Freak

Posts: 922
Threads: 77
Joined: Jul 2006
#38
2008-04-29, 08:21 PM
I just uploaded version 1.0.6 in the first message of this thread. The changes:
- Full data from the source xml files for use with UltraXMLTV_Enhancer;
- Sorting the programs based on the start time before making corrections on start and end times, to prevent programs overlapping.

Chris
[SIZE="1"]i5 750 4GB RAM, Windows 10 Home, HDHomeRun HDHR3-4DC, Digital Devices Cine CT, OSCam on a Raspberry Pi with a Smargo Smartreader+, Raspberry Pi 2 OpenElec Kodi client, Gigabyte Brix 2807 OpenElec Kodi client[/SIZE]
pz1
Offline

Senior Member

Posts: 740
Threads: 16
Joined: Jan 2006
#39
2008-04-30, 05:40 AM (This post was last modified: 2008-04-30, 05:59 AM by pz1.)
Sheik Yerbouti Wrote:I just uploaded version 1.0.6 in the first message of this thread.
I'll give it a try. The version I just dowloaded still has version number 1.0.0.0. The date is 29-4-2008 and the size is different from the previous, so I guess its the correct version.
EDIT: Seems to work OK for me. This resource only has about 2 days of new program data. Not a problem for me, but others may not like it. The advantage over amontilado's grabber is speed, reduced load on tvgids.nl, and no more screwed up program guides for NED3 and some other channels
Pieter
Sheik Yerbouti
Offline

Posting Freak

Posts: 922
Threads: 77
Joined: Jul 2006
#40
2008-04-30, 06:06 AM (This post was last modified: 2008-04-30, 06:34 AM by Sheik Yerbouti.)
pz1 Wrote:I'll give it a try. The version I just dowloaded still has version number 1.0.0.0. The date is 29-4-2008 and the size is different from the previous, so I guess its the correct version.
I only keep track of the version number in the log file, but it's probably a good idea to change the version number of the .exe also. Most of the time I get an EPG of a week. I just tried it and I see program info from today (wednesday) untill tuesday.

Chris
[SIZE="1"]i5 750 4GB RAM, Windows 10 Home, HDHomeRun HDHR3-4DC, Digital Devices Cine CT, OSCam on a Raspberry Pi with a Smargo Smartreader+, Raspberry Pi 2 OpenElec Kodi client, Gigabyte Brix 2807 OpenElec Kodi client[/SIZE]
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (10): « Previous 1 2 3 4 5 6 … 10 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  TV Listings 3.7.2 released alibert 0 3,021 2016-11-21, 05:13 PM
Last Post: alibert
  TV Listings 3.7.1 released alibert 3 3,999 2015-01-10, 11:05 AM
Last Post: liteswap
  TV Listings 3.7.0 released alibert 0 3,355 2013-10-23, 06:45 AM
Last Post: alibert
  TV Listings 3.6.2 released alibert 3 5,444 2013-04-30, 01:14 AM
Last Post: dljones8053
  TV Listings 3.6.1 released alibert 3 4,213 2012-08-06, 07:51 AM
Last Post: alibert
  TV Listings 3.6.0 released alibert 0 2,623 2012-03-19, 05:13 PM
Last Post: alibert
  TV Listings 3.5.1 released alibert 0 1,971 2011-11-20, 09:08 AM
Last Post: alibert
  TV Listings 3.5 released alibert 1 1,776 2011-07-04, 10:07 PM
Last Post: ShiningDragon
  TV Listings 3.4 released alibert 9 4,830 2011-03-24, 01:36 AM
Last Post: raceviper13
  TV Listings 3.3 released alibert 1 1,637 2011-01-18, 12:30 AM
Last Post: smajor

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

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

Linear Mode
Threaded Mode