NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Wishlist v
« Previous 1 … 61 62 63 64 65 … 193 Next »
Ability to name a channel to something different than comes from EPG.

 
  • 0 Vote(s) - 0 Average
Ability to name a channel to something different than comes from EPG.
rob11252
Offline

Member

Posts: 126
Threads: 9
Joined: Jan 2008
#1
2008-07-11, 10:31 PM
I discovered that gbpvr.db3 channel table has 4 columns: name, number, favourite and display name. 3 of them are visible in config-channels tab. My request is that the 4-th one "display name" would be visible in there also.
I also noticed that some components use "display name" - they are gbpvr configuration file, TV guide and list of recordings. Others use "name". They are: EWA, TV Guide details page and Recordings detail page. Also when you do manual recording, the "name" is used in recorded file name.
Would be great if everybody used "display name" across the board.

Background for my request:
The local ATSC stations have names difficult to remember like WXYZDT, WJKBDT, WDIVDT etc. EPGuides use these to identify the station, so I have to use them for configuration. But after it's done I would prefer to use more friendly names eg. instead of WXYZDT call it ABC-HD.

I found out that the gbpvr.db3 has mentioned above "display name" column and using Sqlite Database Browser I was able to rename them to what I like without upsetting TV Guide. So I am half there. The rest requires few changes in the code, hopefully not to difficult.
[SIZE="2"]GBPVR 1.3.11 on WinXP SP2; ATSC OTA.
Core 2 Duo 2.2GHz; 2GB RAM; NVIDIA 8500GT 256MB; Hauppauge HVR-1600 and Pinnacle HD Pro, 720p HDTV;[/SIZE]
rob11252
Offline

Member

Posts: 126
Threads: 9
Joined: Jan 2008
#2
2008-07-15, 10:41 PM
Hm, I guess everybody else who would like this feature is on vacation.

OK, let me be more direct.

Sub,

can you make these changes in the next release?
- add "display name" column in config file, channels tab?
- make sure pvrx2 uses "display name" instead of "name" [column headers from gbpvr.db3] in TV Guide details page, Recordings detail page and in recorded file name in manual recording?

UncleJohnsBand,

can you make this change:
-make sure EWA uses "display name" in TV Guide and other locations?


These changes won't change anything for most but will aid those who would like to customize.

Thanks.
[SIZE="2"]GBPVR 1.3.11 on WinXP SP2; ATSC OTA.
Core 2 Duo 2.2GHz; 2GB RAM; NVIDIA 8500GT 256MB; Hauppauge HVR-1600 and Pinnacle HD Pro, 720p HDTV;[/SIZE]
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,684
Threads: 767
Joined: Nov 2003
#3
2008-07-15, 11:15 PM
rob11252 Wrote:Sub,

can you make these changes in the next release?
- add "display name" column in config file, channels tab?
That was the intention fo the display_name, but I've never found time to add it into the config app. I'm pretty busy with my day job at moment, so not doing GB-PVR development right now. Will it be in the next release?... all I can give you is a maybe.
markbb1
Offline

Member

Posts: 155
Threads: 7
Joined: Jul 2006
#4
2008-07-16, 06:25 PM
sub Wrote:That was the intention fo the display_name, but I've never found time to add it into the config app. I'm pretty busy with my day job at moment, so not doing GB-PVR development right now. Will it be in the next release?... all I can give you is a maybe.

In the meantime, and if using XMLTV (should apply to Schedules Direct as well), the display-name can be modified in the source data before being imported into GBPVR. Change any display-name to whatever you want.
http://forum.epgstream.net/viewtopic.php?f=36&t=54
rob11252
Offline

Member

Posts: 126
Threads: 9
Joined: Jan 2008
#5
2008-07-17, 01:33 AM
Sub,
at least I know you have it on your "to do" list.

Markbb1,
thanks for the info, I'll check it out.
[SIZE="2"]GBPVR 1.3.11 on WinXP SP2; ATSC OTA.
Core 2 Duo 2.2GHz; 2GB RAM; NVIDIA 8500GT 256MB; Hauppauge HVR-1600 and Pinnacle HD Pro, 720p HDTV;[/SIZE]
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#6
2008-07-18, 02:45 PM
I just updated EWA to use the Channel objects properties rather then methods to get the channel number and name. This addressed an issue that was reported over in the EWA Support Forum. This will be in the next release that comes out.

I think this will get you what you are looking for....

I am now using:

channel.channelName and [SIZE=2]channel.channelNumber
[/SIZE]
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,684
Threads: 767
Joined: Nov 2003
#7
2008-07-18, 05:09 PM
UncleJohnsBand Wrote:channel.channelName and [SIZE=2]channel.channelNumber
[/SIZE]
Use the .getDisplayName() method instead, which will return the display name, or if that is not available, it'll return the name.
JeremyBeckett
Offline

Junior Member

Posts: 26
Threads: 2
Joined: Apr 2008
#8
2008-07-21, 09:45 PM
I edited the names in gbpvr.db3 Ths seems to have done the trick. I'll probably come back tomorrow and find the whole system has fried itself because of my tampering.

I'd like to be able to reorder the EPG channels. Alphabetical would be a great place to start.

Jeremy
rob11252
Offline

Member

Posts: 126
Threads: 9
Joined: Jan 2008
#9
2008-07-22, 03:17 AM
Jeremy,
if you edited the names in "display names" column, you should be OK.

GBPVR always uses channel numbers to put them in order, so set ABC as ch1., BBC as ch2, etc.
[SIZE="2"]GBPVR 1.3.11 on WinXP SP2; ATSC OTA.
Core 2 Duo 2.2GHz; 2GB RAM; NVIDIA 8500GT 256MB; Hauppauge HVR-1600 and Pinnacle HD Pro, 720p HDTV;[/SIZE]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Channel up / channel down buttons SimonW 1 206 2025-05-18, 03:57 PM
Last Post: sub
  Ability to add EPG Catagory to IPTV streams samwiliams33 1 280 2025-02-07, 07:34 PM
Last Post: mvallevand
  auto close popup channel list davy 3 481 2025-01-01, 11:14 PM
Last Post: sub
  Alpha sorting channel lists mvallevand 10 1,311 2024-07-10, 10:26 PM
Last Post: mvallevand
  Make channel icon filename matching case insenstive. RetiredWithDogs 0 711 2024-04-03, 07:17 AM
Last Post: RetiredWithDogs
  Better contrast for Channel Icons in the EPG spin35 6 1,130 2023-11-04, 12:12 AM
Last Post: mvallevand
  Channel filters mkomko 11 2,019 2023-09-08, 05:21 AM
Last Post: mkomko
  Divide Recordings by Channel (and other properties) ChaosMageX 1 729 2023-03-20, 07:35 PM
Last Post: mvallevand
  save pre, post padding settings for each channel koijh65 0 722 2023-01-10, 01:43 AM
Last Post: koijh65
  Search for channel in EPG.XML when mapping channel Paul92 0 881 2022-11-13, 10:42 AM
Last Post: Paul92

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

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

Linear Mode
Threaded Mode