From b1fa5fa9bda2fbf3d524f8091403f414ffdec978 Mon Sep 17 00:00:00 2001 From: olli <> Date: Tue, 8 Oct 2024 09:59:56 +0200 Subject: [PATCH] kodi settings --- README.md | 9 + .../addon_data/game.libretro/settings.xml | 4 + .../customRadioGroups-example.xml | 16 + .../channelGroups/customTVGroups-example.xml | 17 + .../genreTextMappings/Rytec-UK-Ireland.xml | 134 +++++ .../genres/genreTextMappings/genres.xml | 9 + .../pvr.iptvsimple/genres/kodiDvbGenres.xml | 138 +++++ .../genres/kodiDvbGenresTypeSubtype.xml | 138 +++++ .../pvr.iptvsimple/instance-settings-1.xml | 82 +++ .../providers/providerMappings.xml | 46 ++ kodi-settings/userdata/guisettings.xml | 568 ++++++++++++++++++ 11 files changed, 1161 insertions(+) create mode 100644 kodi-settings/userdata/addon_data/game.libretro/settings.xml create mode 100644 kodi-settings/userdata/addon_data/pvr.iptvsimple/channelGroups/customRadioGroups-example.xml create mode 100644 kodi-settings/userdata/addon_data/pvr.iptvsimple/channelGroups/customTVGroups-example.xml create mode 100644 kodi-settings/userdata/addon_data/pvr.iptvsimple/genres/genreTextMappings/Rytec-UK-Ireland.xml create mode 100644 kodi-settings/userdata/addon_data/pvr.iptvsimple/genres/genreTextMappings/genres.xml create mode 100644 kodi-settings/userdata/addon_data/pvr.iptvsimple/genres/kodiDvbGenres.xml create mode 100644 kodi-settings/userdata/addon_data/pvr.iptvsimple/genres/kodiDvbGenresTypeSubtype.xml create mode 100644 kodi-settings/userdata/addon_data/pvr.iptvsimple/instance-settings-1.xml create mode 100644 kodi-settings/userdata/addon_data/pvr.iptvsimple/providers/providerMappings.xml create mode 100644 kodi-settings/userdata/guisettings.xml diff --git a/README.md b/README.md index e69de29..c8f0709 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,9 @@ +# Kodi and Linux Desktop Installation and Configuration +This installs and Configures the following: +- Kodi +- Cinnamon Desktop +- LightDM Autologin +- Specific Raspberry Settings +## Kodi Remote Password +Please change the Kodi remote password (fter installation defaults to xxxx). + diff --git a/kodi-settings/userdata/addon_data/game.libretro/settings.xml b/kodi-settings/userdata/addon_data/game.libretro/settings.xml new file mode 100644 index 0000000..f6ea7c4 --- /dev/null +++ b/kodi-settings/userdata/addon_data/game.libretro/settings.xml @@ -0,0 +1,4 @@ + + false + + diff --git a/kodi-settings/userdata/addon_data/pvr.iptvsimple/channelGroups/customRadioGroups-example.xml b/kodi-settings/userdata/addon_data/pvr.iptvsimple/channelGroups/customRadioGroups-example.xml new file mode 100644 index 0000000..1fece3e --- /dev/null +++ b/kodi-settings/userdata/addon_data/pvr.iptvsimple/channelGroups/customRadioGroups-example.xml @@ -0,0 +1,16 @@ + + + + My 1st Provder - Radio Channels + My 2nd Provider - Radio Channels + \ No newline at end of file diff --git a/kodi-settings/userdata/addon_data/pvr.iptvsimple/channelGroups/customTVGroups-example.xml b/kodi-settings/userdata/addon_data/pvr.iptvsimple/channelGroups/customTVGroups-example.xml new file mode 100644 index 0000000..a832a76 --- /dev/null +++ b/kodi-settings/userdata/addon_data/pvr.iptvsimple/channelGroups/customTVGroups-example.xml @@ -0,0 +1,17 @@ + + + + My 1st Provder - Sports + My 2nd Provder - Entertainment + My 3rd Provder - Movies + \ No newline at end of file diff --git a/kodi-settings/userdata/addon_data/pvr.iptvsimple/genres/genreTextMappings/Rytec-UK-Ireland.xml b/kodi-settings/userdata/addon_data/pvr.iptvsimple/genres/genreTextMappings/Rytec-UK-Ireland.xml new file mode 100644 index 0000000..e791d3d --- /dev/null +++ b/kodi-settings/userdata/addon_data/pvr.iptvsimple/genres/genreTextMappings/Rytec-UK-Ireland.xml @@ -0,0 +1,134 @@ + + + + Rytec UK/Ireland + + General Movie/Drama + Film + Animated Movie/Drama + Thriller + Detective/Thriller + Action + Adventure + Adventure/War + Western + Gangster + Fantasy + Science Fiction + Family + Sitcom + Comedy + TV Drama. Comedy + Drama + Soap/Melodrama/Folkloric + TV Drama + TV Drama. Melodrama + TV Drama. Factual + TV Drama. Crime + TV Drama. Period + Medical Drama + Romance + Crime drama + Historical/Period Drama + Police/Crime Drama + + + News + General News/Current Affairs + Documentary + Documentary. News + Discussion. News + + + Series + Show + Vets/Pets + Wildlife + Property + General Show/Game Show + Game Show + Challenge/Reality Show + Show. Variety Show + Variety Show + Entertainment + Miscellaneous + Talk Show + Show. Talk Show + + + Sport + Live/Sport + General Sports + Football. Sports + Martial Sports + Martial Sports. Sports + Wrestling + + + Children + Educational/Schools Programmes + Animation + Cartoons/Puppets + + + Music + General Music/Ballet/Dance + Music. Folk + Musical + + + General Arts/Culture + Arts/Culture + Arts/Culture. Fine Arts + Religion + + + Social/Political + Social/Political. Famous People + + + Education + Educational + History" + Factual" + General Education/Science/Factual Topics + Science + Educational. Nature + Environment + Technology + Computers/Internet/Gaming + + + Leisure + Leisure. Lifestyle + Travel + Health + Leisure. Health + Medicine/Health + Cookery + Leisure. Cooking + Leisure. Shopping + Advertisement/Shopping + Consumer + + + + Factual Crime + diff --git a/kodi-settings/userdata/addon_data/pvr.iptvsimple/genres/genreTextMappings/genres.xml b/kodi-settings/userdata/addon_data/pvr.iptvsimple/genres/genreTextMappings/genres.xml new file mode 100644 index 0000000..869eac4 --- /dev/null +++ b/kodi-settings/userdata/addon_data/pvr.iptvsimple/genres/genreTextMappings/genres.xml @@ -0,0 +1,9 @@ + + + + Placeholder Genres File + + + diff --git a/kodi-settings/userdata/addon_data/pvr.iptvsimple/genres/kodiDvbGenres.xml b/kodi-settings/userdata/addon_data/pvr.iptvsimple/genres/kodiDvbGenres.xml new file mode 100644 index 0000000..b7b6369 --- /dev/null +++ b/kodi-settings/userdata/addon_data/pvr.iptvsimple/genres/kodiDvbGenres.xml @@ -0,0 +1,138 @@ + + + + Kodi DVB Genres using Hexadecimal for genreId + + Undefined + + + General Movie / Drama + Detective / Thriller + Adventure / Western / War + Science Fiction / Fantasy / Horror + Comedy + Soap / Melodrama / Folkloric + Romance + Serious / Classical / Religious / Historical Movie / Drama + Adult Movie / Drama + + + News / Current Affairs + News / Weather Report + News Magazine + Documentary + Discussion / Interview / Debate + + + Show / Game Show + Game Show / Quiz / Contest + Variety Show + Talk Show + + + Sports + Special Event + Sport Magazine + Football + Tennis / Squash + Team Sports + Athletics + Motor Sport + Water Sport + Winter Sports + Equestrian + Martial Sports + + + Children's / Youth Programmes + Pre-school Children's Programmes + Entertainment Programmes for 6 to 14 + Entertainment Programmes for 10 to 16 + Informational / Educational / School Programme + Cartoons / Puppets + + + Music / Ballet / Dance + Rock / Pop + Serious / Classical Music + Folk / Traditional Music + Jazz + Musical / Opera + Ballet + + + Arts / Culture + Performing Arts + Fine Arts + Religion + Popular Culture / Traditional Arts + Literature + Film / Cinema + Experimental Film / Video + Broadcasting / Press + New Media + Arts / Culture Magazines + Fashion + + + Social / Political / Economics + Magazines / Reports / Documentary + Economics / Social Advisory + Remarkable People + + + Education / Science / Factual + Nature / Animals / Environment + Technology / Natural Sciences + Medicine / Physiology / Psychology + Foreign Countries / Expeditions + Social / Spiritual Sciences + Further Education + Languages + + + Leisure / Hobbies + Tourism / Travel + Handicraft + Motoring + Fitness and Health + Cooking + Advertisement / Shopping + Gardening + + + Special Characteristics + Original Language + Black and White + Unpublished + Live Broadcast + + + Drama + Detective / Thriller + Adventure / Western / War + Science Fiction / Fantasy / Horror + + Comedy + Soap / Melodrama / Folkloric + Romance + Serious / ClassicalReligion / Historical + Adult + diff --git a/kodi-settings/userdata/addon_data/pvr.iptvsimple/genres/kodiDvbGenresTypeSubtype.xml b/kodi-settings/userdata/addon_data/pvr.iptvsimple/genres/kodiDvbGenresTypeSubtype.xml new file mode 100644 index 0000000..66e7516 --- /dev/null +++ b/kodi-settings/userdata/addon_data/pvr.iptvsimple/genres/kodiDvbGenresTypeSubtype.xml @@ -0,0 +1,138 @@ + + + + Kodi DVB Genres using Integers for type and subtype + + Undefined + + + Movie / Drama + Detective / Thriller + Adventure / Western / War + Science fiction / Fantasy / Horror + Comedy + Soap / Melodrama / Folkloric + Romance + Serious / Classical / Religious / Historical Movie / Drama + Adult Movie / Drama + + + News / Current Affairs + News / Weather Report + News Magazine + Documentary + Discussion / Interview / Debate + + + Show / Game Show + Game Show / Quiz / Contest + Variety show + Talk Show + + + Sports + Special Event + Sports Magazines + Football / Soccer + Tennis / Squash + Team Sports + Athletics + Motor Sport + Water Sport + Winter Sports + Equestrian + Martial Sports + + + Children's / Youth Programs + Pre-school Children's Programs + Entertainment programs for 6 to 14 + Entertainment programs for 10 to 16 + Informational / Educational / School programs + Cartoons / Puppets + + + Music / Ballet / Dance + Rock / Pop + Serious music / Classical Music + Folk / Traditional Music + Jazz + Musical / Opera + Ballet + + + Arts / Culture + Performing Arts + Fine Arts + Religion + Popular Culture / Traditional Arts + Literature + Film / Cinema + Experimental Film / Video + Broadcasting / Press + New Media + Arts magazines / Culture Magazines + Fashion + + + Social / Political issues / Economics + Magazines / Reports / Documentary + Economics / Social Advisory + Remarkable People + + + Education / Science / Factual topics + Nature / Animals / Environment + Technology / Natural sciences + Medicine / Physiology / Psychology + Foreign countries / Expeditions + Social / Spiritual Sciences + Further Education + Languages + + + Leisure Hobbies + Tourism / Travel + Handicraft + Motoring + Fitness and Health + Cooking + Advertisement / Shopping + Gardening + + + Special Characteristics + Original Language + Black & White + Unpublished + Live Broadcast + + + Drama + Detective/Thriller + Adventure/Western/War + Science Fiction/Fantasy/Horror + + Comedy + Soap/Melodrama/Folkloric + Romance + Serious/ClassicalReligion/Historical + Adult + \ No newline at end of file diff --git a/kodi-settings/userdata/addon_data/pvr.iptvsimple/instance-settings-1.xml b/kodi-settings/userdata/addon_data/pvr.iptvsimple/instance-settings-1.xml new file mode 100644 index 0000000..6c07ba4 --- /dev/null +++ b/kodi-settings/userdata/addon_data/pvr.iptvsimple/instance-settings-1.xml @@ -0,0 +1,82 @@ + + kodi nerds + true + 1 + + http://bit.ly/kn-kodi + true + 1 + false + 0 + 60 + 4 + 10 + 20 + + false + special://userdata/addon_data/pvr.iptvsimple/providers/providerMappings.xml + 0 + 1 + + + + + + special://userdata/addon_data/pvr.iptvsimple/channelGroups/customTVGroups-example.xml + false + 0 + 1 + + + + + + special://userdata/addon_data/pvr.iptvsimple/channelGroups/customRadioGroups-example.xml + false + 1 + + http://rytecepg.dyndns.tv/epg_data/rytecDE_Basic.xz + true + 0 + false + true + false + 0 + special://userdata/addon_data/pvr.iptvsimple/genres/genreTextMappings/genres.xml + + 1 + + + false + 1 + true + true + true + false + 2 + false + true + false + true + true + true + false + false + + 5 + 0 + 0 + 0 + false + 5 + 15 + false + false + 127.0.0.1 + 4022 + true + false + + + + diff --git a/kodi-settings/userdata/addon_data/pvr.iptvsimple/providers/providerMappings.xml b/kodi-settings/userdata/addon_data/pvr.iptvsimple/providers/providerMappings.xml new file mode 100644 index 0000000..23f554c --- /dev/null +++ b/kodi-settings/userdata/addon_data/pvr.iptvsimple/providers/providerMappings.xml @@ -0,0 +1,46 @@ + + + + + Freesat + satellite + https://www.lyngsat.com/logo/corp/ff/freesat_uk.png + UK,IE + en_GB,en_IE + + + Sky + satellite + https://www.lyngsat.com/logo/corp/ss/sky_uk.png + UK,IE + en_GB,en_IE + + + Saorview + aerial + https://upload.wikimedia.org/wikipedia/en/thumb/9/92/Saorview_logo.png/320px-Saorview_logo.png + IE + en_GB,en_IE + + diff --git a/kodi-settings/userdata/guisettings.xml b/kodi-settings/userdata/guisettings.xml new file mode 100644 index 0000000..a21eb75 --- /dev/null +++ b/kodi-settings/userdata/guisettings.xml @@ -0,0 +1,568 @@ + + true + true + true + true + 60 + + + + false + skin.estuary + SKINDEFAULT + SKINDEFAULT + Default + 0 + 5 + false + + resource.language.de_de + DEFAULT + German QWERTZ + English QWERTY + Deutschland + Germany + Europe/Berlin + regional + regional + regional + regional + regional + regional + screensaver.xbmc.builtin.dim + 3 + true + true + false + 3 + 0 + 10000 + 720 + 480 + true + false + true + true + true + false + 0 + + 48 + false + false + false + false + true + true + true + true + false + false + 1 + false + 1 + false + true + true + false + true + true + 0,1,2 + false + false + false + false + 1 + true + 0 + 0 + + true + 0 + + + + + true + true + true + true + true + false + false + false + + metadata.generic.albums + metadata.generic.artists + false + 0 + false + false + + + folder.jpg, cover.jpg, cover.jpeg, thumb.jpg + false + false + [%N. ]%A - %T + + + true + true + false + + true + true + true + 17 + metadata.themoviedb.org.python + metadata.tvshows.themoviedb.org.python + metadata.local + + -600,-300,-180,-60,-30,-10,10,30,60,180,300,600 + 750 + 0 + true + false + 0 + 0 + 0 + 20 + false + true + true + true + true + true + false + 0,1 + true + true + false + false + true + true + false + true + true + true + true + true + true + true + true + true + true + 0 + 0 + true + true + true + true + false + -60,-30,-10,10,30,60 + 750 + 0 + true + + 1 + 89 + 89 + false + false + 0 + false + 1 + 0 + 0 + true + + %A/%A - %B/[%N. ][%A - ]%T + audioencoder.kodi.builtin.aac + true + 5 + true + false + false + mediadefault + true + original + false + false + false + 2 + DEFAULT + 42 + 0 + FFFFFFFF + 100 + 25 + FF000000 + 0 + 0 + FF000000 + 80 + FF000000 + 100 + 15 + 4.95 + false + 0 + 0 + DEFAULT + false + 0 + English + 0 + + true + false + + + true + true + false + false + false + + 1 + 3 + 2 + true + 120 + false + 3 + false + 5 + true + true + 0 + 0 + true + 0 + true + true + false + 10 + 0 + 120 + 0 + 0 + true + true + 10 + true + false + false + 15 + + 15 + false + 00:00:00 + false + + 300 + false + Kodi + true + 840d90d2-9685-4498-8207-5ab2a16bcd71 + true + 8080 + true + kodi + xxxx + false + webinterface.default + true + 9777 + 10 + 20 + true + 750 + 25 + false + false + true + false + false + true + false + false + true + false + false + + WORKGROUP + 0.0.0.0 + 0 + 3 + false + true + 128 + 3 + 128 + 4 + 20 + 400 + 131072 + 1 + + Default + 0 + 17 + DESKTOP + true + false + 0 + 0 + false + 8 + false + 0 + + + 0 + 0 + 0 + 220 + 6 + true + 0 + false + true + 40 + + false + false + 0 + 100 + 3 + PIPEWIRE:Default|Default Output Device (PIPEWIRE) + 1 + 2 + 90 + true + false + 30 + 2 + 48000 + 1 + true + 1 + 100 + resource.uisounds.kodi + false + Default + true + false + false + false + false + false + true + true + true + true + false + false + de + false + 0 + + 8080 + + + 0 + 30 + 0 + 0 + 0 + false + 0 + true + true + 1 + false + false + + + true + false + 256 + 2048 + 2048 + 4096 + 256 + 256 + 256 + 2048 + 2048 + 4096 + special://profile/playlists/ + false + true + + + 720896 + 1 + 1 + 0 + + + 720896 + 1 + 1 + 0 + + + 65536 + 1 + 1 + 0 + + + 65536 + 1 + 1 + 0 + + + 65536 + 1 + 1 + 0 + + + 65536 + 8 + 1 + 0 + + + 720896 + 1 + 1 + 0 + + + 720896 + 1 + 1 + 0 + + + 720896 + 1 + 1 + 0 + + + 65536 + 1 + 1 + 0 + + + 720896 + 23 + 1 + 0 + + + 65536 + 1 + 1 + 0 + + + 65536 + 1 + 1 + 0 + + + 65536 + 1 + 1 + 0 + + + 65536 + 1 + 1 + 0 + + + 65536 + 1 + 1 + 0 + + + 65536 + 1 + 1 + 0 + + + + 3 + + 0 + true + + 55 + + + + 1 + 1 + 0.000000 + false + 0.000000 + 0 + 1.000000 + 1.000000 + 0.000000 + 0.000000 + true + 50.000000 + 50.000000 + 20.000000 + 0.000000 + 0.000000 + false + 0 + 0 + 1 + 1.000000 + + + + + normal + 0 + + + + false + false + + 0 + + + 0 + 0 + 0 + 0 + + false + false + + 0 + + + +