From 31485690b1c7633e1d197f1ea46f232ad0dcc0e9 Mon Sep 17 00:00:00 2001 From: Nick Steel Date: Wed, 9 Oct 2024 11:11:38 +0100 Subject: [PATCH 1/2] Clearer command to test gst-plugin-spotify Some people seem to be struggling --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index fcec3133..3f45dfd7 100644 --- a/README.rst +++ b/README.rst @@ -80,7 +80,7 @@ Dependencies Verify the GStreamer spotify plugin is correctly installed:: - gst-inspect-1.0 spotify + gst-inspect-1.0 spotifyaudiosrc | grep access-token && echo 'This is a compatible version' Installation From 096d503612378be5939d5f9f4c8bfab2a5421a35 Mon Sep 17 00:00:00 2001 From: Nick Steel Date: Wed, 9 Oct 2024 11:15:56 +0100 Subject: [PATCH 2/2] Remove manual credentials.json --- README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 3f45dfd7..fee40494 100644 --- a/README.rst +++ b/README.rst @@ -101,6 +101,8 @@ to authorize this extension against your Spotify account:: client_id = ... client_id value you got from mopidy.com ... client_secret = ... client_secret value you got from mopidy.com ... +**Remove any credentials.json file you may have manually created.** + The following configuration values are available: - ``spotify/enabled``: If the Spotify extension should be enabled or not. @@ -136,9 +138,9 @@ The following configuration values are available: - ``spotify/search_track_count``: Maximum number of tracks returned in search results. Number between 0 and 50. Defaults to 50. -- ``spotify/username``: Your Spotify Premium username. Obsolete. +- ``spotify/username``: Deprecated since v5.0.0a3. -- ``spotify/password``: Your Spotify Premium password. Obsolete. +- ``spotify/password``: Deprecated since v5.0.0a3. Project resources