diff --git a/script.audio.motherearth/CHANGELOG.md b/script.audio.motherearth/CHANGELOG.md index 495c794a3..10d08a4ad 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 1b50f98dc..8341a88a0 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 c9390b8c0..3cc0686be 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 4da90315a..a1ddd4f1c 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 ae10f71d2..4877c774d 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 ab9b7f6fd..e7472a691 100644 --- a/script.audio.motherearth/resources/settings.xml +++ b/script.audio.motherearth/resources/settings.xml @@ -23,6 +23,7 @@ +