Skip to content

Commit

Permalink
config: path.java and spotify.jar
Browse files Browse the repository at this point in the history
  • Loading branch information
markferry committed Nov 19, 2023
1 parent e90407c commit 927b0ad
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"path": {
"config_root": "/etc/multizone-audio",
"media_root": "/mnt/md6-media",
"music_metadata": "music/metadata"
"music_metadata": "music/metadata",
"java": "/usr/bin/java"
},
"mqtt": {
"host": "pixie3"
Expand All @@ -18,7 +19,8 @@
"host": "media"
},
"spotify": {
"event": "librespot-event.sh"
"event": "librespot-event.sh",
"jar": "/opt/librespot/librespot-api-1.6.3.jar"
},
"hosts": [
{
Expand Down

0 comments on commit 927b0ad

Please sign in to comment.