File tree Expand file tree Collapse file tree 6 files changed +17
-3
lines changed
language/resource.language.en_gb Expand file tree Collapse file tree 6 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 2.2
2+ - added Mother Earth Jazz channel
3+
14## 2.1
25- updated to https
36- added artist fanart background when available
Original file line number Diff line number Diff line change 11# script.audio.motherearth
22Mother Earth Radio - Hi Res Audio and Vinyl 192kHz/24bit FLAC streaming
33
4- Version 2.1
4+ Version 2.2
55
66Choose FLAC or AAC-stream in addon options.
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
2- <addon id =" script.audio.motherearth" name =" Mother Earth Radio" version =" 2.1 " provider-name =" Florian Reiterer" >
2+ <addon id =" script.audio.motherearth" name =" Mother Earth Radio" version =" 2.2 " provider-name =" Florian Reiterer" >
33 <requires >
44 <import addon =" xbmc.python" version =" 3.0.0" />
55 <import addon =" script.module.requests" version =" 2.0.0" />
1616 <license >GPL-3.0-or-later</license >
1717 <platform >all</platform >
1818 <news >
19- - updated to https streaming
19+ added Mother Earth Jazz channel
2020 </news >
2121 <assets >
2222 <icon >resources/icon.png</icon >
Original file line number Diff line number Diff line change 2525 'url_aac' : 'https://motherearth.streamserver24.com/listen/motherearth_instrumental/motherearth.instrumental.aac' ,
2626 'url_flac' : 'https://motherearth.streamserver24.com/listen/motherearth_instrumental/motherearth.instrumental' ,
2727 },
28+ {
29+ 'channel' : 3 ,
30+ 'title' : 'Mother Earth Jazz' ,
31+ 'url_aac' : 'https://motherearth.streamserver24.com/listen/motherearth_jazz/motherearth.jazz.mp4' ,
32+ 'url_flac' : 'https://motherearth.streamserver24.com/listen/motherearth_jazz/motherearth.jazz' ,
33+ },
2834]
2935STREAM_INFO = {s ['url_aac' ]: s for s in STREAMS }
3036STREAM_INFO .update ({s ['url_flac' ]: s for s in STREAMS })
Original file line number Diff line number Diff line change @@ -28,3 +28,7 @@ msgstr ""
2828msgctxt "#30205"
2929msgid "Mother Earth Instrumental"
3030msgstr ""
31+
32+ msgctxt "#30206"
33+ msgid "Mother Earth Jazz"
34+ msgstr ""
Original file line number Diff line number Diff line change 2323 <option label =" 30203" >0</option >
2424 <option label =" 30204" >1</option >
2525 <option label =" 30205" >2</option >
26+ <option label =" 30206" >3</option >
2627 </options >
2728 </constraints >
2829 <control type =" spinner" format =" string" />
You can’t perform that action at this time.
0 commit comments