kodi settings

This commit is contained in:
olli
2024-10-08 09:59:56 +02:00
parent 54db624e4c
commit b1fa5fa9bd
11 changed files with 1161 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<!--
Custom Channel Groups:
- Allows users to create a bespoke list of groups to load.
- For each name that matches a group name from the M3U include it in the channels loaded
- channelGroupName is the only value to be set
If you are creating your own Custom Channel Groups file make a copy of this file in the same directory so it's not overwritten and start from there.
NOTE: IF YOU MODIFY THIS FILE IT WILL BE OVERWRITTEN NEXT TIME THE ADDON IS STARTED
-->
<customChannelGroups>
<channelGroupName>My 1st Provder - Radio Channels</channelGroupName>
<channelGroupName>My 2nd Provider - Radio Channels</channelGroupName>
</customChannelGroups>