Skip to content

Commit

Permalink
Set title for Mother Earth Radio plugin (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
GioF71 authored May 13, 2024
1 parent 6050038 commit a41cecc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/bin/run-upmpdcli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,7 @@ if [ "${MOTHER_EARTH_RADIO_ENABLE^^}" == "YES" ]; then
echo "Enabling Mother Earth Radio, processing settings";
MOTHER_EARTH_RADIO_ENABLE=YES
sed -i 's/\#mother-earth-radiouser/mother-earth-radiouser/g' $CONFIG_FILE
sed -i 's/\#mother-earth-radiotitle/mother-earth-radiotitle/g' $CONFIG_FILE
fi

echo "TIDAL_ENABLE=[$TIDAL_ENABLE]"
Expand Down
1 change: 1 addition & 0 deletions app/conf/upmpdcli.conf
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,6 @@ upradiostitle = Upmpdcli Radio List
#tidalprependnumberinitemlist = TIDAL_PREPEND_NUMBER_IN_ITEM_LIST
# Radio Paradise
#radio-paradiseuser = radioparadise
#mother-earth-radiotitle = Mother Earth Radio
#mother-earth-radiouser = motherearthradio
#webserverdocumentroot = WEBSERVER_DOCUMENT_ROOT
1 change: 1 addition & 0 deletions doc/change-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Change Date|Major Changes
---|---
2024-05-13|Set title for Mother Earth Radio (see issue [#407](https://github.com/GioF71/upmpdcli-docker/issues/407))
2024-05-10|Support for config file snippet (see issue [#401](https://github.com/GioF71/upmpdcli-docker/issues/401))
2024-05-01|Support for `subsonictitle` (see issue [#398](https://github.com/GioF71/upmpdcli-docker/issues/398))
2024-04-24|Update to Upmpdcli version 1.8.10 (see issue [#393](https://github.com/GioF71/upmpdcli-docker/issues/393))
Expand Down

0 comments on commit a41cecc

Please sign in to comment.