Skip to content

Commit

Permalink
Merge pull request #407 from mopidy/kingosticks-patch-1
Browse files Browse the repository at this point in the history
Readme updates for 5.0.0.a3
  • Loading branch information
kingosticks authored Oct 9, 2024
2 parents 99677b7 + 096d503 commit 9b1132b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9b1132b

Please sign in to comment.