Mailing List Archive

Channel groups
It occurred to me tonight that a good number of mythtv users probably
have access to a _lot_ of TV channels (duh).

With the DVB radio patch, I now have access to some more.

I'm currently working on integrating my cable box into mythtv. When
that's done I'll have even more channels (like about 200 extra). Okay -
most of them are _dirge_ but a good few have shows I like to see
occasionally.

It's going to be tricky to find things to record & navigate through all
of these lists of channels, so am I alone in thinking that it'd be
really nice if mythtv allowed us to group channels into categories?

TV - breaking down into subcategories like 'entertainment', 'news' ,
'music'.. yada yada yada.

Radio (just to seperate it from TV so it's easier to tell which is which
in the listings).

Recordings can be grouped, so why not channels?

I'm not in the habit of making feature requests, but I think this one
would make poly-channel setups easier to live with. I know it's no
trivial task, so I'll understand if a loud 'no' is yelled in my
direction ;-)

Any thoughts?

Justin.
_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
Re: Channel groups [ In reply to ]
On Monday 09 January 2006 19:52, Justin Hornsby wrote:
> It occurred to me tonight that a good number of mythtv users probably
> have access to a _lot_ of TV channels (duh).
>
> With the DVB radio patch, I now have access to some more.
>
> I'm currently working on integrating my cable box into mythtv. When
> that's done I'll have even more channels (like about 200 extra). Okay -
> most of them are _dirge_ but a good few have shows I like to see
> occasionally.
>
> It's going to be tricky to find things to record & navigate through all
> of these lists of channels, so am I alone in thinking that it'd be
> really nice if mythtv allowed us to group channels into categories?
>
> TV - breaking down into subcategories like 'entertainment', 'news' ,
> 'music'.. yada yada yada.
>
> Radio (just to seperate it from TV so it's easier to tell which is which
> in the listings).
>
> Recordings can be grouped, so why not channels?
>
> I'm not in the habit of making feature requests, but I think this one
> would make poly-channel setups easier to live with. I know it's no
> trivial task, so I'll understand if a loud 'no' is yelled in my
> direction ;-)
>
> Any thoughts?
>
> Justin.

I don't see why one can't just use the show categories? If you look through
that category you'll get not only the channels dedicated to a certain
category (ie The Military History Channel) as well as any shows on other
channels that might not fit that category normally.

Get a subscription to TV Guide, the new format has an enlarged "what to watch
today" section.

--
Steve
_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
Re: Channel Groups [ In reply to ]
On Tue, 29 Sep 2020 11:33:57 +0530, you wrote:

>Hello,
>I would like to group channels into various categories like Movies, Music,
>Sports etc. It seems that this information goes to table 'channelgroup' and
>'channelgroupnames'. I feed my EPG data using mythfilldatabase and an xmltv
>file. Looking at the xmltvparser.cpp [1] code it is not obvious how the
>channel group table is populated. Does anybody know how I can set the
>channel group using xmltv?
>
>Thanks
>
>[1]
>https://code.mythtv.org/trac/browser/mythtv/mythtv/programs/mythfilldatabase/xmltvparser.cpp?rev=bcbcb356dc8ceaf3579474e6772fd451eb8d8fd7

As far as I know there is no support in MythTV for automatically
grouping channels. It is all done manually. There is one channel
group created automatically, "Favorites", grpid 1. From the Guide you
can add channels to the Favorites group. I think that if you created
another group using SQL, you would be able to add channels to that
group also, and to select that group to be displayed in the Guide. But
I do not know of any way for the GUI to create a new channel group.

There also seems to be a bug - I have channels in the Favorites group
in my channelgroup table that I have long since deleted from the
channel table. So the channel delete code is not checking the
channelgroup table when it deletes a channel, in v30 anyway.

It should be possible to write some Python or Perl to read the
category information in the program table and set up channel groups
from that. However, it would need to be a bit intelligent to work out
that a channel that has lots of categories should not be classified as
any single one of them - just because a general purpose channel plays
some sport, it probably should not be in the Sports channel group. So
maybe if a channel has say 90% or more of the same category for its
programmes, it should be automatically classified as being in that
channel group.

BTW The MythTV code has moved to github - I believe Trac is now
historical only:

https://github.com/MythTV/mythtv
_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-users
http://wiki.mythtv.org/Mailing_List_etiquette
MythTV Forums: https://forum.mythtv.org
Re: Channel Groups [ In reply to ]
On 29/09/2020 08:29, Stephen Worthington wrote:

> On Tue, 29 Sep 2020 11:33:57 +0530, you wrote:
>
>> Hello,
>> I would like to group channels into various categories like Movies, Music,
>> Sports etc. It seems that this information goes to table 'channelgroup' and
>> 'channelgroupnames'. I feed my EPG data using mythfilldatabase and an xmltv
>> file. Looking at the xmltvparser.cpp [1] code it is not obvious how the
>> channel group table is populated. Does anybody know how I can set the
>> channel group using xmltv?
>>
>> Thanks
>>
>> [1]
>> https://code.mythtv.org/trac/browser/mythtv/mythtv/programs/mythfilldatabase/xmltvparser.cpp?rev=bcbcb356dc8ceaf3579474e6772fd451eb8d8fd7
> As far as I know there is no support in MythTV for automatically
> grouping channels. It is all done manually. There is one channel
> group created automatically, "Favorites", grpid 1. From the Guide you
> can add channels to the Favorites group. I think that if you created
> another group using SQL, you would be able to add channels to that
> group also, and to select that group to be displayed in the Guide. But
> I do not know of any way for the GUI to create a new channel group.
>

You can create new Channel Groups in the TV Settings -> Channel Groups.


You can also select which channels belong to which Channel Group on
there also.


Paul H.

_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-users
http://wiki.mythtv.org/Mailing_List_etiquette
MythTV Forums: https://forum.mythtv.org