diff --git a/librespot/audio/__init__.py b/librespot/audio/__init__.py index e600470..3e2fd98 100644 --- a/librespot/audio/__init__.py +++ b/librespot/audio/__init__.py @@ -31,13 +31,13 @@ PATCH : SpotiClub Audio Key Fetching (v0.2.0) Fetches the audio decryption key from the SpotiClub Audio Key API instead of Spotify directly. This is a workaround for Spotify's tightened restrictions on Audio Key access (they allow only Premium Tier now). -If you are using our fork, there is no reason for you to complete this section, as upon first run, Zotify will ask you for the logins and save them for future use. -But if needed somehow or by using this single patch file, there are 3 importants parameters to provide, and one is already filled in: +Since you are using our fork, there is normally no reason for you to complete this section, as upon first run, Zotify will ask you for the logins and save them for future use. +But if needed somehow, there are 3 importants parameters to provide, and one is already filled in: - server_url: The URL of the SpotiClub Audio Key API endpoint. You should not need to change this, except if a dev instructs you to do so. - spoticlub_user : Your SpotiClub FTP username. You can get this by using our Padoru Asssistant once. - spoticlub_password : Your SpotiClub FTP password, also obtainable via the Padoru Assistant. -Using the fork's assistant is the recommended way to get register your credentials, as overwriting this file during the beta phase will need you to put them here over and over again. +Using the fork's assistant is the recommended way to register your credentials, as overwriting this file during the beta phase will need you to put them here over and over again. """ ##### WRITE YOUR LOGINS DOWN HERE ##### #######################################