NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 419 420 421 422 423 … 433 Next »
Removing channel number from channel name

Removing channel number from channel name
dvasco
Offline

Senior Member

Posts: 718
Threads: 113
Joined: Jun 2006
#1
2010-07-07, 06:29 PM
For example I have 306 HDNET mapped as channel 103. I would like the 306 not to show up. You were able to build a utility to strip the number for GBPVR - http://forums.gbpvr.com//showthread.php?34691
Are able to build the same utility again for NPVR?
[SIZE="1"] [COLOR="Blue"]
NPVR | Athlon XP 5000+ 2 GB RAM | Asus EAH3450 | Hauppauge HVR-1600 & Colossus | MS MCE Beanbag
Harmony 659 | RF keyboard | Vizio 42" LCD & Panasonic 32" CRT | 3 PCH A-100 [/COLOR][/SIZE]
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#2
2010-07-08, 01:22 PM (This post was last modified: 2010-07-08, 01:36 PM by pBS.)
you can alter them with sqlite3.exe and a batch file if they're somewhat consistent in naming...
Code:
sqlite3.exe -separator "   " "npvr.db3" "update channel set name = substr(name,4,25) ;"
removes first 4 chars of 'name' in channel table[3 channel# + space]... keeping up to 25 chars after that..
just need to place sqlite3.exe in npvr data dir and run cmd..Smile

careful tho as this cuts off first 4 chars of *all* channel names..
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Removing history lemmy999 7 2,450 2023-07-28, 07:08 PM
Last Post: NYPlayer
  IR Server Suite Channel Changer BTJustice 26 27,263 2023-01-11, 08:49 PM
Last Post: Frapo
  Device Update - Channel Mapping chezmorris 10 4,704 2022-07-01, 01:59 PM
Last Post: mvallevand
  IPTV Channel Mapping jrockow 15 7,837 2021-03-07, 09:45 PM
Last Post: jrockow
  channel icon location Brucek2839 2 1,720 2021-03-04, 10:30 PM
Last Post: Brucek2839
  UK channel More4 - tunes but cannot view? prothed 7 2,750 2021-02-17, 02:59 PM
Last Post: Graham
  send channel chanes via winLIRC?? chef Paula 67 13,437 2021-02-11, 07:38 PM
Last Post: mvallevand
  NextPVR hangs when tuning to offline channel? CormacBaptiste 2 1,941 2021-02-03, 01:29 PM
Last Post: Graham
  Possible to set the EPG source for more than one channel at a time? LeGrandZombie 15 8,082 2020-12-06, 02:15 AM
Last Post: pitbull1969
  xmltv and EPG channel icons HaTaX 5 4,098 2020-10-28, 04:25 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