Skip to content

Commit

Permalink
further update from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
Groovylein committed Nov 18, 2023
1 parent aaa935a commit b910210
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docker/config/docker.mpd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ user "root"
# activation is in use.
#
# For network
bind_to_address "0.0.0.0"
bind_to_address "any"
#
# And for Unix Socket
#bind_to_address "/run/mpd/socket"
Expand Down
1 change: 0 additions & 1 deletion installation/includes/01_default_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ DISABLE_SSH_QOS=true
DISABLE_BOOT_SCREEN=true
DISABLE_BOOT_LOGS_PRINT=true
SETUP_MPD=true
UPDATE_RASPI_OS=false
UPDATE_RASPI_OS=${UPDATE_RASPI_OS:-"true"}
ENABLE_SAMBA=true
ENABLE_WEBAPP=true
Expand Down
1 change: 0 additions & 1 deletion installation/routines/customize_options.sh
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ Do you want to install Node? [Y/n]" 1>&3
fi
}


customize_options() {
echo "Customize Options starts"

Expand Down
12 changes: 1 addition & 11 deletions resources/default-settings/jukebox.default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ modules:
jingle: jingle
jingle.alsawave: jingle.alsawave
jingle.jinglemp3: jingle.jinglemp3
player: playern.plugin
# spotify: playerspot
player: player.plugin
cards: rfid.cards
rfid: rfid.reader
timers: timers
Expand Down Expand Up @@ -92,15 +91,6 @@ playermpd:
update_on_startup: true
check_user_rights: true
mpd_conf: ~/.config/mpd/mpd.conf
playerspot:
host: localhost
status_file: ../../shared/settings/spotify_player_status.json
collection_file: ../../shared/audiofolders/spotify/spotify_collection.yaml
second_swipe_action:
# Note: Does not follow the RPC alias convention (yet)
# Must be one of: 'toggle', 'play', 'skip', 'rewind', 'replay', 'none'
alias: toggle
spot_conf: ../../shared/spotify/config.toml"
rpc:
tcp_port: 5555
websocket_port: 5556
Expand Down

0 comments on commit b910210

Please sign in to comment.