Posts: 2
Joined: Aug 2023
Reputation:
0
Hi all!
Not sure if this is a issue related to the skin or to v21.
I have some custom widgets configured to show channel groups in lists. This worked OK in v20 but after upgrading to v21 they won't work anymore.
I have the widgets configured with a custom item as follow:
pvr://channels/TV/XXX
where XXX changes with the group name.
If I use the command for the All Channels group (pvr://channels/TV/*) it does work so not sure why it won't work with a specific channel group.
Any advice on the issue?
Thanks!
Posts: 2,005
Joined: Jan 2015
Reputation:
146
ksooo
Team-Kodi Developer
Posts: 2,005
With v21 you need to supply the client id of the addon that provides the channel group. => pvr://channels/(tv|radio)/<groupname>@<clientid>
You should be able to find the id in kodi's log file or tv datbase.
Before you scream: Those things happen if you use an unofficial API. The URL scheme for pvr is not public, thus can change at any point in time.
Posts: 13
Joined: Feb 2024
Reputation:
1
I'm having trouble finding the client ID, how did you find yours?
Posts: 187
Joined: Dec 2017
Reputation:
13
C.O.D.
Senior Member
Posts: 187
Play one channel from each channel group and then look in the log file for the corresponding calls...
Manjaro Linux @ minisforum UM780XTX / KODI 'Omega' (Flatpak)
Posts: 13
Joined: Feb 2024
Reputation:
1
Ive tried that but I'm not seeing anything that resembles a client ID that's all numbers. I have component specific logging on for pvr as well. Are client IDs always a set amount of numbers or is there an example of what it would look like?
Posts: 13
Joined: Feb 2024
Reputation:
1
I think I figured out what's happening. I have 2 Sources I'm merging into 1 into "All Channels" and then I created a custom group labeled "Favorites" of channels from both sources. Kodi isn't recognizing in the backend my custom group. It shows under "information" I have 0 groups even though it should say 1 from my custom group "favorites". I don't understand why kodi is not recognizing but custom group even though I can use it perfectly in the guide.
Posts: 2,005
Joined: Jan 2015
Reputation:
146
ksooo
Team-Kodi Developer
Posts: 2,005
Groups created with Kodi‘s group manager are not synced back to any „backend“. They are only visible to the „frontend“.
However, I’m not sure how your last post is related to your original post.