diff --git a/script.audio.motherearth/CHANGELOG.md b/script.audio.motherearth/CHANGELOG.md index 10d08a4ad..107c0bd60 100644 --- a/script.audio.motherearth/CHANGELOG.md +++ b/script.audio.motherearth/CHANGELOG.md @@ -1,3 +1,6 @@ +## 2.3 +- Mother Earth Jazz channel url changed + ## 2.2 - added Mother Earth Jazz channel diff --git a/script.audio.motherearth/README.md b/script.audio.motherearth/README.md index 8341a88a0..73378bd33 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.2 +Version 2.3 Choose FLAC or AAC-stream in addon options. diff --git a/script.audio.motherearth/addon.xml b/script.audio.motherearth/addon.xml index 3cc0686be..e19f987fd 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 - added Mother Earth Jazz channel + 2.3 Mother Earth Jazz channel url changed resources/icon.png diff --git a/script.audio.motherearth/motherearth.py b/script.audio.motherearth/motherearth.py index a1ddd4f1c..9ac7058cc 100644 --- a/script.audio.motherearth/motherearth.py +++ b/script.audio.motherearth/motherearth.py @@ -28,7 +28,7 @@ { 'channel': 3, 'title': 'Mother Earth Jazz', - 'url_aac': 'https://motherearth.streamserver24.com/listen/motherearth_jazz/motherearth.jazz.mp4', + 'url_aac': 'https://motherearth.streamserver24.com/listen/motherearth_jazz/motherearth.jazz.aac', 'url_flac': 'https://motherearth.streamserver24.com/listen/motherearth_jazz/motherearth.jazz', }, ]