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 … 663 664 665 666 667 … 1231 Next »
Channel mapping & changing display (zap2it changes)

 
  • 0 Vote(s) - 0 Average
Channel mapping & changing display (zap2it changes)
Braklet
Offline

Senior Member

Posts: 532
Threads: 60
Joined: Sep 2006
#1
2006-11-21, 03:05 PM
zap2it changed their digital ATSC channel reports recently, substituting base channel frequency for the customary PSIP "major.minor" channel numbers. To maintain EPG, GB-PVR users have to reallocate all channels to correspond to the new scheme.

This results in some annoying by products when using GB-PVRs EPG. I'd like to learn a little more about GB-PVR channel naming and display to see if I could modify things more to my liking.

GB-PVR maintains a database of Channel Name and Source Channel. I initially set these up by updating EPG from zap2it. zap2it EPG names end up in Channel Name and GB-PVR assigns Source Channel integers in order.

I have set up desired channel order via the Channels tab, by modifying the internal GB-PVR source channel #s.

Can I also modify the Channel Name, originally downloaded from zap2it? Or would this break the EPG update function?

Thanks!
Braklet
Offline

Senior Member

Posts: 532
Threads: 60
Joined: Sep 2006
#2
2006-11-28, 06:00 PM
I wish the GB-PVR EPG displayed the internal "Source Channel" #s in addition to the "Channel Name" originally pulled down from labs.zap2it.com.

Taking a look at the SQLite DB table CHANNEL, I find these columns:

oid, name, channelID, channel_number, favourite_channel, display_name

CHANNEL.name contains the annoying zap2it name, while CHANNEL.channel_number corresponds to GB-PVR "Source Channel."

Could I somehow add CHANNEL.channel_number to the EPG display? It already displays in that column's order.

Has anyone tried editing CHANNEL.name or does that break EPG update?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#3
2006-11-28, 06:09 PM
Quote:Could I somehow add CHANNEL.channel_number to the EPG display? It already displays in that column's order.
Unfortunately not at this stage. Maybe in a future release.

Quote:Has anyone tried editing CHANNEL.name or does that break EPG update?
It would break the EPG update process.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#4
2006-11-28, 06:10 PM
Any chance you could send me your zap2it username/password, so I could check what changes they've made to the digital channels? I dont really understand what exactly you're saying has changed. I've got a test account, but it only has analog channels.
Braklet
Offline

Senior Member

Posts: 532
Threads: 60
Joined: Sep 2006
#5
2006-11-28, 06:31 PM (This post was last modified: 2006-11-28, 06:41 PM by Braklet.)
sub Wrote:Any chance you could send me your zap2it username/password, so I could check what changes they've made to the digital channels? I dont really understand what exactly you're saying has changed. I've got a test account, but it only has analog channels.

I could do that (check your PMs a little later), but I can also attach a copy of zap2it.xml which should show all the pertinent details.

Looking at zap2it.xml, what I can glean is that they previously used the analog broadcast channel number as "fccChannelNumber" . Now they're using the actual ATSC channel allocation as "fccChannelNumber" . Technically this may be more correct but the underlying channel carrier is used in no EPGs (including zap2it.com).

EDIT: That is not correct; obviously the labs.zap2it.com EPG updates use the new channel format, but none of the online guides (including http://www.zap2it.com) nor my ATSC tuners do.

Ideally, labs.zap2it.com would use the same channel names as http://www.zap2it.com. I just quick-scanned the latter and ATSC channels show up in the standard "analog broadcast.digital offset" format. In my case, the channel that shows up in GB-PVR as "59 WUNCDT" is listed in the website matrix as "4.1 WUNCDT" . I've edited my own corresponding GB-PVR channel number to 1041.

Thanks for at least thinking about it. All I'd like at this point would be an editable channel name within GB-PVR that wouldn't break EPG updates.
Braklet
Offline

Senior Member

Posts: 532
Threads: 60
Joined: Sep 2006
#6
2006-11-28, 06:51 PM
Here's an interesting aside:

I just logged into my GB-PVR install's web admin portal, and the EPG matrix contains "CHANNEL.channel_number" "CHANNEL.name" . That's sort of what I'd like to see in the internal GB-PVR screens, since we have some control over the channel_number.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#7
2006-11-28, 07:01 PM
Quote:I could do that (check your PMs a little later), but I can also attach a copy of zap2it.xml which should show all the pertinent details.

Looking at zap2it.xml, what I can glean is that they previously used the analog broadcast channel number as "fccChannelNumber" . Now they're using the actual ATSC channel allocation as "fccChannelNumber" . Technically this may be more correct but the underlying channel carrier is used in no EPGs (including zap2it.com).

EDIT: That is not correct; obviously the labs.zap2it.com EPG updates use the new channel format, but none of the online guides (including http://www.zap2it.com) nor my ATSC tuners do.

Ideally, labs.zap2it.com would use the same channel names as http://www.zap2it.com. I just quick-scanned the latter and ATSC channels show up in the standard "analog broadcast.digital offset" format. In my case, the channel that shows up in GB-PVR as "59 WUNCDT" is listed in the website matrix as "4.1 WUNCDT" . I've edited my own corresponding GB-PVR channel number to 1041.
Thanks, I'll take a look. I wont need the zap2it login details since you've supplied the zap2it.xml.

I'll see if there is some alternative I can give you in the next release.
Quote:All I'd like at this point would be an editable channel name within GB-PVR that wouldn't break EPG updates.
Sorry, but we probably wont be able to do that any time soon. Pretty much everything in GB-PVR is based on the channel name, and letting the user edit that will cause all sorts of grief, and require a lot of changes.
Braklet
Offline

Senior Member

Posts: 532
Threads: 60
Joined: Sep 2006
#8
2006-11-28, 07:13 PM
sub Wrote:Pretty much everything in GB-PVR is based on the channel name, and letting the user edit that will cause all sorts of grief, and require a lot of changes.

I'd be happy with CHANNEL.channel_number showing up in the in-app EPG, as it does in the web portal.

I understand why it would be bad to let people muck around with the actual channel name, but perhaps an alternate "channel label" field could be added?

This ATSC stuff is very goofy for everyone involved. Wink

Thanks again for taking a look.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#9
2006-11-28, 07:39 PM
It wasnt really intended for this purpose, but have you tried editing "display_name" column of the CHANNEL table? It might do the job for you.
Braklet
Offline

Senior Member

Posts: 532
Threads: 60
Joined: Sep 2006
#10
2006-11-29, 04:09 PM
sub Wrote:It wasnt really intended for this purpose, but have you tried editing "display_name" column of the CHANNEL table? It might do the job for you.

Um, no. I noticed that CHANNEL.display_name was always NULL and paid it no mind. I'll try some simple edits just to see what happens. What purpose does that column currently serve?

Thanks for the tip!
« 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
  USA Cable Discovery Channel problems with Schedules Direct ram4x4nut 0 3,999 2013-02-21, 05:08 AM
Last Post: ram4x4nut
  Channel 4 HD new tuning string Pob 0 2,666 2012-03-29, 08:59 PM
Last Post: Pob
  Composite Channel not being tuned properly seymoria 14 7,059 2012-01-24, 01:56 PM
Last Post: seymoria
  Need help remapping Channel guide and actual channels divinehammer 3 3,848 2012-01-20, 10:43 AM
Last Post: kayleigh
  Composite channel configuration problem. seymoria 6 4,703 2012-01-15, 10:15 PM
Last Post: seymoria
  Live TV Locks Onto Different Channel persim 1 2,375 2011-10-24, 06:33 PM
Last Post: sub
  Recording fails but only on one channel (live viewing still works) dshoup 5 3,621 2011-09-19, 01:15 AM
Last Post: sub
  Channel 4 HD and sat ini DanielP 40 13,079 2011-04-12, 10:42 PM
Last Post: mvallevand
  How to get Sky Digital channel guide into GBPVR? bobster 34 11,722 2011-04-01, 08:10 PM
Last Post: bobster
  Setting for Numeric Channel Change Timeout? smajor 6 2,885 2011-03-16, 07:21 PM
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