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 12, 2022
1 parent 3aa2c08 commit 03039fc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,9 @@
"opts": "-s Device --mixer=hardware:Speaker",
"volume": 100
},
"soundcloud": {
"auth_token": "3-35204-1042735861-bgZZ8h4oZU7RVB"
},
"spotify": {
"zeroconf": "39812"
},
Expand Down
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}}

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

0 comments on commit 03039fc

Please sign in to comment.