Skip to content

Commit

Permalink
soundcloud: FIXME auth_token invalid
Browse files Browse the repository at this point in the history
Mopidy-Soundcloud is broken:
  mopidy/mopidy-soundcloud#123
  • Loading branch information
markferry committed Oct 3, 2022
1 parent b40a6fb commit a6bf4ba
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bedroom-mark.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
"host": "127.0.0.1",
"opts": ""
},
"soundcloud": {
"auth_token": "3-35204-1042735861-bgZZ8h4oZU7RVB"
},

"dev": true
}
3 changes: 3 additions & 0 deletions canard.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
"host": "127.0.0.1",
"opts": ""
},
"soundcloud": {
"auth_token": "3-35204-1042735861-bgZZ8h4oZU7RVB"
},

"dev": false
}
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ Mopidy-MPD
Mopidy-MQTT-NG
Mopidy-Spotify
Mopidy-TuneIn
Mopidy-Soundcloud
4 changes: 4 additions & 0 deletions templates/mopidy.template
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,9 @@ country = GB
locale = en_GB
snapcast_enabled = true
snapcast_host = {{snapcast.host}}

[soundcloud]
auth_token = {{soundcloud.auth_token}}

{{/mopidy.mpd_only}}
# vi: filetype=dosini

0 comments on commit a6bf4ba

Please sign in to comment.