Skip to content

Commit

Permalink
Merge pull request #2672 from FlorianReiterer/matrix
Browse files Browse the repository at this point in the history
[script.audio.motherearth] 2.3 Jazz channel changed
  • Loading branch information
basrieter authored Nov 10, 2024
2 parents ac7af91 + 9e48696 commit 172b4ee
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions script.audio.motherearth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.3
- Mother Earth Jazz channel url changed

## 2.2
- added Mother Earth Jazz channel

Expand Down
2 changes: 1 addition & 1 deletion script.audio.motherearth/README.md
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 2 additions & 2 deletions script.audio.motherearth/addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.audio.motherearth" name="Mother Earth Radio" version="2.2" provider-name="Florian Reiterer">
<addon id="script.audio.motherearth" name="Mother Earth Radio" version="2.3" provider-name="Florian Reiterer">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.requests" version="2.0.0"/>
Expand All @@ -16,7 +16,7 @@
<license>GPL-3.0-or-later</license>
<platform>all</platform>
<news>
added Mother Earth Jazz channel
2.3 Mother Earth Jazz channel url changed
</news>
<assets>
<icon>resources/icon.png</icon>
Expand Down
2 changes: 1 addition & 1 deletion script.audio.motherearth/motherearth.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
]
Expand Down

0 comments on commit 172b4ee

Please sign in to comment.