Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
Widget for PVR Group
#1
@sualfred 
Is there a way to create a widget for a specific PVR Group? 

If I go into the PVR/Live TV Hub, it has "On Now", "Last Tuned" and then it goes through all of my PVR groups and creates widgets for them. How do I get just one of the PVR groups as a widget?

Ex.
I have a PVR group titled "Sports" that contains all of my sports channels. I would like to place that widget into the custom hub. Is there a command like
"plugin://script.embuary.helper/?info=getpvrgroup&group=Sports"
to get this done?
Reply
#2
Sadly not. 
You already can call the groups by Kodi itself, but groups are only assigned by an ID. Cannot remember the exact path at the moment. Once you add another group, this can be messed up.
Main: Lancool II Mesh  - Ryzen 9 5900x - MSI x570 Unify - Zotac RTX 3080 AMP HOLO - 32GB Trident Z Neo 3600 CL16 -  EVO 960 M.2 250GB / EVO 940 250GB / MX100 512GB /  Crucial P1 2TB / WD Blue 3D Nand 2TB 
Sound: Saxx AS30 DSP - Beyer Dynamic Custom One Pro 
TV: Nvidia Shield 2019 Pro- Adalight 114x LEDs - Sony 65XG9505 - Kodi / Emby - Yamaha RX-V683 - Heco Victa 700/101/251a + Dynavoice Magic FX-4
Server: i3 Skylake - 8GB - OMV4 - 22TB Storage
Reply
#3
(2021-05-19, 07:39)sualfred Wrote: Sadly not. 
You already can call the groups by Kodi itself, but groups are only assigned by an ID. Cannot remember the exact path at the moment. Once you add another group, this can be messed up.

OK. Thanks for the heads up on adding another group.
Reply
#4
Figured it out. For anyone else looking to do this you can create a custom widget with a path of:
Code:
pvr://channels/tv/Sports/

Change "Sports" to the name of your PVR Group.
Reply
#5
(2021-05-21, 15:39)Doctor Eggs Wrote: Figured it out. For anyone else looking to do this you can create a custom widget with a path of:
Code:
pvr://channels/tv/Sports/

Change "Sports" to the name of your PVR Group.

is this skin/addon/kodi-version dependent? 
how do you add a "custom" widget? I can't see an option for "custom".
Reply
#6
(2021-06-02, 17:21)shmizan Wrote:
(2021-05-21, 15:39)Doctor Eggs Wrote: Figured it out. For anyone else looking to do this you can create a custom widget with a path of:
Code:
pvr://channels/tv/Sports/

Change "Sports" to the name of your PVR Group.

is this skin/addon/kodi-version dependent? 
how do you add a "custom" widget? I can't see an option for "custom".
Go to Settings >> Custom Widgets >> Click on Edit Path >> Custom Item >> Paste "pvr://channels/tv/Sports/"

Then in the Config section for that widget, add your Headline (ex. Sports Channels), Type: Other, Layout: Wide

Then you can add it to the main menu (or one of the other hubs) by going to Settings >> Home and Hubs >> Edit widget configuration and add the custom widget that you created in the step above.
Reply

Logout Mark Read Team Forum Stats Members Help
Widget for PVR Group0