Channel Groups as favorites
#1
Just in case someone else was trying to get what I've been trying to get:

You can add a grouped list of channels from your PVR to your favorites manually. Open up your favorites.xml and manually enter:
Code:
<favourite name="GROUPNAME">ActivateWindow(10700,&quot;pvr://channels/tv/GROUPNAME/&quot;,return)</favourite>

Just replace GROUPNAME with the name of your group.

Examples:
Code:
<favourite name="News">ActivateWindow(10700,&quot;pvr://channels/tv/News/&quot;,return)</favourite>
<favourite name="Networks">ActivateWindow(10700,&quot;pvr://channels/tv/Networks/&quot;,return)</favourite>
Reply


Messages In This Thread
Channel Groups as favorites - by zachmorris - 2017-09-09, 23:37
RE: Channel Groups as favorites - by trogggy - 2017-09-10, 00:19
Channel Groups as favorites - by ksooo - 2017-09-10, 12:53
RE: Channel Groups as favorites - by trogggy - 2017-09-10, 13:19
RE: Channel Groups as favorites - by trogggy - 2017-09-11, 13:16
Logout Mark Read Team Forum Stats Members Help
Channel Groups as favorites0