NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support v
« Previous 1 … 13 14 15 16 17 … 43 Next »
naming/renaming Groups

 
  • 0 Vote(s) - 0 Average
naming/renaming Groups
shellykantrow
Offline

Junior Member

Canada
Posts: 4
Threads: 2
Joined: Mar 2021
#1
2022-05-17, 09:42 AM
I have 2 providers with some groups with the same name.
when I add one group in and can see the channels in that group in the guide.
then I add the second group and the group in tvGuide shows only the channels in the 2nd group.
all of the channels in both groups show up in a search for a program on channel(s) in both groups.
So I figure if I could rename the first group before bringing in the groups for another provider would sollve the problem.

So my question(s) is(are)
1) how can I rename a group?
2) what else that I haven't thought of can I do?
sub
Online

Administrator

NextPVR HQ, New Zealand
Posts: 106,717
Threads: 767
Joined: Nov 2003
#2
2022-05-17, 04:42 PM
Unfortunately there is no easy way to rename a group at this stage. Strangely, no one has ever asked about doing that.
Tunes0710
Offline

Member

United Kingdom
Posts: 123
Threads: 22
Joined: Feb 2020
#3
2022-05-18, 08:31 PM
How about if you imported both in to xTeve and then filtered the list that way? and then imported the xTeve m3u in to npvr
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,947
Threads: 956
Joined: May 2006
#4
2022-05-18, 09:03 PM (This post was last modified: 2022-05-18, 09:04 PM by mvallevand.)
For me the simple way to merge would be to use sqlite3 on npvr.db3

Find the too and from group_oid

Code:
select * from channel_group_name;

and enter them here.

Code:
update channel_group
set group_oid = #too_group_oid, sort = rowid
where channel_oid not in (select channel_oid from channel_group where group_oid = #too_group_oid)
and group_oid = #from_group_oid;

Martin
shellykantrow
Offline

Junior Member

Canada
Posts: 4
Threads: 2
Joined: Mar 2021
#5
2022-05-20, 07:43 PM
Thanks for your replies.
I haven't used xTeve or SQLite.
maybe I'll look into them at some point.
Meanwhile, I found a work around by going into the db3 file with a hex editor and finding the group name and changing it, (making sure it didn't change the file size which i figure could be problematic), and then updating the group that didn't show up in Settings/Devices.
Now there are 2 separate groups, one from each provider.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,947
Threads: 956
Joined: May 2006
#6
2022-05-20, 08:03 PM
There are many sqlite database GUI manager for Windows and other platforms and editing with them is much safer than using a hex editor. You could enter sql command lines in them.

Martin
shellykantrow
Offline

Junior Member

Canada
Posts: 4
Threads: 2
Joined: Mar 2021
#7
2022-05-20, 08:33 PM
(2022-05-20, 08:03 PM)mvallevand Wrote: There are many sqlite database GUI manager for Windows and other platforms and editing with them is much safer than using a hex editor.  You could enter sql command lines in them.

Martin

noted.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Channel Groups hdpvr-doug8796 4 515 2024-09-20, 07:07 PM
Last Post: mvallevand
  m3u Channel Groups tucka20 6 1,766 2023-09-14, 04:45 PM
Last Post: sub
  The problem with the disable groups RickN 1 649 2023-05-16, 11:52 AM
Last Post: mvallevand
Question Filtering Groups/Channels I am missing something basic I think? dravenstone 12 3,507 2022-09-05, 07:14 PM
Last Post: BrettB
  Deleting (IPTV) channels/groups, 'Update XC" CenturyBreak 10 4,521 2021-09-01, 04:33 PM
Last Post: CenturyBreak
  Unable to scroll down groups when importing from XC groenator 0 752 2021-05-06, 11:59 AM
Last Post: groenator
  Channel groups, and client crash with empty group ctrlbrk 5 1,847 2020-06-07, 06:50 AM
Last Post: sub
Photo Recording the same episode and renaming original/new episode Tunes0710 6 1,739 2020-05-10, 03:18 AM
Last Post: sub
  NScriptHelper.dll and renaming file thartmann6 9 2,947 2020-04-28, 06:39 PM
Last Post: sub
  Ordering of Tv Groups mcaptur 3 1,451 2020-04-14, 01:28 AM
Last Post: foltz61

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

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

Linear Mode
Threaded Mode