From 95b324bda6ebc3a48c5c7d2c636b400fe79b51ea Mon Sep 17 00:00:00 2001 From: Florian Reiterer Date: Sat, 7 Oct 2023 00:02:20 +0200 Subject: [PATCH] [script.audio.motherearth] 2.2 --- script.audio.motherearth/CHANGELOG.md | 3 +++ script.audio.motherearth/README.md | 2 +- script.audio.motherearth/addon.xml | 4 ++-- script.audio.motherearth/motherearth.py | 6 ++++++ .../resources/language/resource.language.en_gb/strings.po | 4 ++++ script.audio.motherearth/resources/settings.xml | 1 + 6 files changed, 17 insertions(+), 3 deletions(-) diff --git a/script.audio.motherearth/CHANGELOG.md b/script.audio.motherearth/CHANGELOG.md index 495c794a3c..10d08a4ad6 100644 --- a/script.audio.motherearth/CHANGELOG.md +++ b/script.audio.motherearth/CHANGELOG.md @@ -1,3 +1,6 @@ +## 2.2 +- added Mother Earth Jazz channel + ## 2.1 - updated to https - added artist fanart background when available diff --git a/script.audio.motherearth/README.md b/script.audio.motherearth/README.md index 1b50f98dcd..8341a88a07 100644 --- a/script.audio.motherearth/README.md +++ b/script.audio.motherearth/README.md @@ -1,6 +1,6 @@ # script.audio.motherearth Mother Earth Radio - Hi Res Audio and Vinyl 192kHz/24bit FLAC streaming -Version 2.1 +Version 2.2 Choose FLAC or AAC-stream in addon options. diff --git a/script.audio.motherearth/addon.xml b/script.audio.motherearth/addon.xml index c9390b8c03..3cc0686bed 100644 --- a/script.audio.motherearth/addon.xml +++ b/script.audio.motherearth/addon.xml @@ -1,5 +1,5 @@ - + @@ -16,7 +16,7 @@ GPL-3.0-or-later all -- updated to https streaming + added Mother Earth Jazz channel resources/icon.png diff --git a/script.audio.motherearth/motherearth.py b/script.audio.motherearth/motherearth.py index 4da90315a2..a1ddd4f1c4 100644 --- a/script.audio.motherearth/motherearth.py +++ b/script.audio.motherearth/motherearth.py @@ -25,6 +25,12 @@ 'url_aac': 'https://motherearth.streamserver24.com/listen/motherearth_instrumental/motherearth.instrumental.aac', 'url_flac': 'https://motherearth.streamserver24.com/listen/motherearth_instrumental/motherearth.instrumental', }, + { + 'channel': 3, + 'title': 'Mother Earth Jazz', + 'url_aac': 'https://motherearth.streamserver24.com/listen/motherearth_jazz/motherearth.jazz.mp4', + 'url_flac': 'https://motherearth.streamserver24.com/listen/motherearth_jazz/motherearth.jazz', + }, ] STREAM_INFO = {s['url_aac']: s for s in STREAMS} STREAM_INFO.update({s['url_flac']: s for s in STREAMS}) diff --git a/script.audio.motherearth/resources/language/resource.language.en_gb/strings.po b/script.audio.motherearth/resources/language/resource.language.en_gb/strings.po index ae10f71d2d..4877c774d1 100644 --- a/script.audio.motherearth/resources/language/resource.language.en_gb/strings.po +++ b/script.audio.motherearth/resources/language/resource.language.en_gb/strings.po @@ -28,3 +28,7 @@ msgstr "" msgctxt "#30205" msgid "Mother Earth Instrumental" msgstr "" + +msgctxt "#30206" +msgid "Mother Earth Jazz" +msgstr "" \ No newline at end of file diff --git a/script.audio.motherearth/resources/settings.xml b/script.audio.motherearth/resources/settings.xml index ab9b7f6fde..e7472a691e 100644 --- a/script.audio.motherearth/resources/settings.xml +++ b/script.audio.motherearth/resources/settings.xml @@ -23,6 +23,7 @@ +