NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) GB-PVR Support (legacy) v
« Previous 1 … 791 792 793 794 795 … 1231 Next »
Same channels are added to channel list with every reload

 
  • 0 Vote(s) - 0 Average
Same channels are added to channel list with every reload
h00ch
Offline

Member

Posts: 203
Threads: 42
Joined: Apr 2006
#1
2006-05-22, 01:21 AM
Since installing the latest version of GBPVR (from scratch since update didn't work for me), my list of channels gets duplicated every time I update with Zap2It. I get 75 channels in my area. Every day my channel list grows by 75 channels. I currently have 300 channels in my list. The original 75 in numerical order, then 3 more sets of the same 75 channels but in no order at all. Any ideas what's happening here? Do I need to re-install GBPVR?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#2
2006-05-22, 01:26 AM
Can you zip and attach your logs so I can take a look?
GoodGuys
Offline

Senior Member

Posts: 433
Threads: 41
Joined: Jun 2005
#3
2006-05-22, 10:04 AM
I had this kind of thing happen to me (i.e. seeing all channels duplicating themselves) too.
However, in my case, this only happened once - i.e. I have about 45 channels on some capture source, and something bad I did (see below) caused them to appear twice. They did not appear 3 or 4 times, though.
This happened when the XMLTV file suddenly had a few extra TAB character in front (and after) the channel display name compared to the previous run, like this:
Code:
<channel id="1.tv2day.co.il">        
    <display-name>            YES 1        </display-name>        
</channel>
In the previous run it was like this:
Code:
<channel id="1.tv2day.co.il">        
<display-name>YES 1</display-name>        
</channel>
Then all channels suddenly appeared again in the capture source's channel list.

How did I do this to myself? Simple. I wrote a Python script that splits programm titles into show-name and episode number better than my grabber. Only I used Python's pretty-xml output option, which added these extra TABs. Reverting to simple XML output from the Python script fixed it, but I had to manually go and delete these channels.

The net result was the fact that in the TV Guide I simply saw 2 sets of channels.

I don't know if this is related at all, though.

Sub - does GBPVR not strip leading and trailing whitespace? The script I mention also did this to the show names, descriptions, etc. The TV Guide appeared to be empty at first glance because it mostly showed the TABs and clipped the show name before it could display any visible characters...

GGF
AMD64 3000+, MSI-Neo4F, 1GB, 1.5TB WD-SATA, PVR350+150 34btn remote, ATI 2460HD TVOut, 1.4.7: VMR9fse, CS3 skin
Jim_
Offline

Senior Member

Posts: 696
Threads: 21
Joined: Dec 2005
#4
2006-05-22, 07:21 PM
I’ve only run into this one time and haven’t looked into it very far, so this is just a guess and could be way off…
I had the same problem when re-using the same exact xmltv file two days in a row. And I use a utility that verifies the channel lineup header has not changed in any way.

It appears that if 97.7 (in an automatic update only) ever receives data from zap2it that contains listing information from the previous day, or uses yesterdays xmltv file, it can add channels to the bottom of the existing lineup.
This may end up being a nasty bug that most people will run into eventually.

Try this.
Add a few pending recordings.
Go into GBPVR config and empty your EPG source, then click ok until you exit config with an empty EPG.
Open the GBPVR app and look at your TV Guide, all the channels (now empty)will be there, but are they still in the proper order?
I'll do a little more testing when I get a chance.
[SIZE="1"]HP e9240f| Phenom II X4-945| Radeon HD4650 1-gig | 8 gig ram | Blu-Ray
Windows 7 64bit | 1TB system | 1.5TB Recordings | 3-TB Library
HDMI >> Sony 40" 1080p LCD TV
HVR-2250 | HVR-1290 | WinTV PVR USB2 | WinTV HD-PVR | GBPVR 1.4.7[/SIZE]
Projects: I-xmltv (Unsupported at this time) |
Jim_
Offline

Senior Member

Posts: 696
Threads: 21
Joined: Dec 2005
#5
2006-05-23, 07:10 PM
Jim_ Wrote:I’ve only run into this one time and haven’t looked into it very far, so this is just a guess and could be way off…

I was way off in part, so.... My Bad. :o
I did a little more testing and found that I had unknowingly left duplicate channels in config, after testing various ways that an epg update could fail.

If duplicate unused channels are listed in config, epg updates can be very problematic under various conditions, including using yesterdays valid xmltv file.
After the duplicate channels were removed from the config channel list, I had no problems updating the epg using an outdated file.

So, if you ever have a duplicate channel problem.
Open gbpvr config and remove them from your channel list or you could have problems in the future, for no apparent reason.
[SIZE="1"]HP e9240f| Phenom II X4-945| Radeon HD4650 1-gig | 8 gig ram | Blu-Ray
Windows 7 64bit | 1TB system | 1.5TB Recordings | 3-TB Library
HDMI >> Sony 40" 1080p LCD TV
HVR-2250 | HVR-1290 | WinTV PVR USB2 | WinTV HD-PVR | GBPVR 1.4.7[/SIZE]
Projects: I-xmltv (Unsupported at this time) |
Jim_
Offline

Senior Member

Posts: 696
Threads: 21
Joined: Dec 2005
#6
2006-05-23, 07:12 PM
Sub, I’ve noticed some undocumented commands floating around the board like “GBPVR –removeallgenre” is there one for removing all channels (or all unreferenced) from the db?

TIA!
Jim
[SIZE="1"]HP e9240f| Phenom II X4-945| Radeon HD4650 1-gig | 8 gig ram | Blu-Ray
Windows 7 64bit | 1TB system | 1.5TB Recordings | 3-TB Library
HDMI >> Sony 40" 1080p LCD TV
HVR-2250 | HVR-1290 | WinTV PVR USB2 | WinTV HD-PVR | GBPVR 1.4.7[/SIZE]
Projects: I-xmltv (Unsupported at this time) |
Jim_
Offline

Senior Member

Posts: 696
Threads: 21
Joined: Dec 2005
#7
2006-05-24, 06:07 PM
Jim_ Wrote:Sub, I’ve noticed some undocumented commands floating around the board like “GBPVR –removeallgenre” is there one for removing all channels (or all unreferenced) from the db?

TIA!
Jim

bump
[SIZE="1"]HP e9240f| Phenom II X4-945| Radeon HD4650 1-gig | 8 gig ram | Blu-Ray
Windows 7 64bit | 1TB system | 1.5TB Recordings | 3-TB Library
HDMI >> Sony 40" 1080p LCD TV
HVR-2250 | HVR-1290 | WinTV PVR USB2 | WinTV HD-PVR | GBPVR 1.4.7[/SIZE]
Projects: I-xmltv (Unsupported at this time) |
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#8
2006-05-24, 06:31 PM
Jim_ Wrote:Sub, I’ve noticed some undocumented commands floating around the board like “GBPVR –removeallgenre” is there one for removing all channels (or all unreferenced) from the db?

TIA!
Jim
No there isnt.
h00ch
Offline

Member

Posts: 203
Threads: 42
Joined: Apr 2006
#9
2006-05-25, 01:03 AM
Sorry I didn't reply sooner... I bought a new 250GB HD for my PVR PC so I re-installed Windows and started from scratch. I'm not having the duplicate entries problem anymore. I think it may have started after installing the channel logo tool, but I'm not sure about the timing of the problem starting...
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  no EPG for two channels JimPletcher 5 4,863 2019-08-15, 09:53 PM
Last Post: jobby99
  Locking in QAM Channels highestbid 8 7,545 2014-03-12, 03:10 AM
Last Post: highestbid
  USA Cable Discovery Channel problems with Schedules Direct ram4x4nut 0 3,998 2013-02-21, 05:08 AM
Last Post: ram4x4nut
  Channel 4 HD new tuning string Pob 0 2,662 2012-03-29, 08:59 PM
Last Post: Pob
  Composite Channel not being tuned properly seymoria 14 7,036 2012-01-24, 01:56 PM
Last Post: seymoria
  Need help remapping Channel guide and actual channels divinehammer 3 3,835 2012-01-20, 10:43 AM
Last Post: kayleigh
  Composite channel configuration problem. seymoria 6 4,695 2012-01-15, 10:15 PM
Last Post: seymoria
  Two Channels Without Video skycyclepilot 5 3,583 2011-10-29, 07:49 PM
Last Post: sub
  Live TV Locks Onto Different Channel persim 1 2,373 2011-10-24, 06:33 PM
Last Post: sub
  Recording fails but only on one channel (live viewing still works) dshoup 5 3,615 2011-09-19, 01:15 AM
Last Post: sub

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

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

Linear Mode
Threaded Mode