Skip to content

Commit

Permalink
grumble
Browse files Browse the repository at this point in the history
  • Loading branch information
dubo-dubon-duponey committed Mar 20, 2024
1 parent a652809 commit 2273f41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion context/runtime/boot/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ configuration+="$(printf 'mqtt {
publish_cover = "%s"; //whether to publish the cover over mqtt in binary form. This may lead to a bit of load on the broker
// enable_remote = "no"; //whether to remote control via MQTT. RC is available under `topic`/remote.
// Available commands are "command", "beginff", "beginrew", "mutetoggle", "nextitem", "previtem", "pause", "playpause", "play", "stop", "playresume", "shuffle_songs", "volumedown", "volumeup"
}
};
' \
"$MOD_MQTT_ENABLED" \
"${MOD_MQTT_HOST:-}" \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ dsp =
// In those cases, "enabled" and "include_cover_art" will both be "yes" by default
metadata =
{
cover_art_cache_directory = "/magnetar/cache/shairport-sync/coverart
cover_art_cache_directory = "/magnetar/cache/shairport-sync/coverart";
pipe_name = "/magnetar/runtime/shairport-sync/metadata";

// enabled = "yes"; // set this to yes to get Shairport Sync to solicit metadata from the source and to pass it on via a pipe
Expand Down

0 comments on commit 2273f41

Please sign in to comment.