From a6bf4baedd8618de3d6aa1cd722509009751a6f0 Mon Sep 17 00:00:00 2001 From: Mark Ferry Date: Thu, 21 Oct 2021 15:30:25 +0100 Subject: [PATCH] soundcloud: FIXME auth_token invalid Mopidy-Soundcloud is broken: https://github.com/mopidy/mopidy-soundcloud/issues/123 --- bedroom-mark.json | 3 +++ canard.json | 3 +++ requirements.txt | 1 + templates/mopidy.template | 4 ++++ 4 files changed, 11 insertions(+) diff --git a/bedroom-mark.json b/bedroom-mark.json index 6ce2f08..6233813 100644 --- a/bedroom-mark.json +++ b/bedroom-mark.json @@ -23,6 +23,9 @@ "host": "127.0.0.1", "opts": "" }, + "soundcloud": { + "auth_token": "3-35204-1042735861-bgZZ8h4oZU7RVB" + }, "dev": true } diff --git a/canard.json b/canard.json index 980bd3d..16244a8 100644 --- a/canard.json +++ b/canard.json @@ -22,6 +22,9 @@ "host": "127.0.0.1", "opts": "" }, + "soundcloud": { + "auth_token": "3-35204-1042735861-bgZZ8h4oZU7RVB" + }, "dev": false } diff --git a/requirements.txt b/requirements.txt index 7e64139..2d61914 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,3 +9,4 @@ Mopidy-MPD Mopidy-MQTT-NG Mopidy-Spotify Mopidy-TuneIn +Mopidy-Soundcloud diff --git a/templates/mopidy.template b/templates/mopidy.template index 6277e53..ef631ee 100644 --- a/templates/mopidy.template +++ b/templates/mopidy.template @@ -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