NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Other Clients Old Stuff (legacy) NextPVR Enhanced Web Admin (NEWA) v
« Previous 1 … 25 26 27 28 29 … 47 Next »
Bugreport channel names

 
  • 0 Vote(s) - 0 Average
Bugreport channel names
MediaDept
Offline

Junior Member

Posts: 22
Threads: 4
Joined: Sep 2007
#1
2008-06-13, 10:29 AM
Hi,

I found a little bug in guide.aspx as well as in guide2.aspx regarding the channel names: There is a channel named "3sat" which is stored as channel number 3. In the TV guide overview, it is displayed as "at". On the details page it is displayed correctly as "3sat". I haven't tried yet moving it to another channel number, so don't know, if channel names starting with numbers are a problem in general or if it is this special case that the channel name starts with the number of the channel number.

Thanks for reading
MediaDept
MediaDept
Offline

Junior Member

Posts: 22
Threads: 4
Joined: Sep 2007
#2
2008-07-09, 04:43 PM
Hi,

I had a look to the source code and found the relevant lines in Guide.aspx.cs (line 220 ff.):
Code:
string channelName = channel.getName();
if (channelName.StartsWith(channel.getChannelNumber().ToString())) // cosmetic stuff for my american friends
{
    if (channelName != channel.getChannelNumber().ToString())
    {
        channelName = channelName.Substring(channel.getChannelNumber().ToString().Length + 1);
    }
    else
    {
        channelName = "";
    }
}

Is it possible to make this "correction" configurable?

Thanks
MediaDept
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#3
2008-07-14, 04:13 PM
This is fixed in the next release.....I updated the code to use the object properties rather than class methods to get the information to display.
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
MediaDept
Offline

Junior Member

Posts: 22
Threads: 4
Joined: Sep 2007
#4
2008-07-14, 05:21 PM
Thanks.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Bug fix request for Program details on a deleted channel topcat 6 3,557 2015-09-01, 12:22 AM
Last Post: UncleJohnsBand
  Channel Group drop down box 2leftfeet 3 2,915 2015-01-28, 01:56 AM
Last Post: UncleJohnsBand
  NEWA, Safari Browser on Mac, Live Channel sfatula 4 3,013 2015-01-01, 08:24 PM
Last Post: sfatula
  Channel order. (mobile NEWA) giorgioclimb 4 2,356 2013-12-16, 08:44 AM
Last Post: giorgioclimb
  Only showing up to channel 30 on NextPVR Web Server mbluett 3 2,196 2013-01-02, 03:33 AM
Last Post: UncleJohnsBand
  Channel Logos on NEWA webpage conradcjc 1 1,991 2012-12-12, 09:45 PM
Last Post: UncleJohnsBand
  Is a vertical channel layout possible? jsa 1 1,697 2012-01-08, 02:15 PM
Last Post: jsa
  Channel icons SFX Group 6 3,235 2011-09-25, 07:54 PM
Last Post: martint123
  Minor Issue - Channel Name Truncated by first 3 chars? jksmurf 5 2,433 2011-07-04, 03:29 PM
Last Post: UncleJohnsBand
  NEWA / NPVR - Channel Icons majortom999 15 8,858 2010-10-14, 04:30 AM
Last Post: majortom999

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

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

Linear Mode
Threaded Mode