From 404b51cf3516edf4688b088a6e6413bb86f8d62c Mon Sep 17 00:00:00 2001 From: Nikita Sklyarov Date: Mon, 22 May 2023 10:54:06 +0300 Subject: [PATCH] update documentation --- README.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.rst b/README.rst index 78f5848..11880af 100644 --- a/README.rst +++ b/README.rst @@ -52,6 +52,8 @@ Setup For backwards compatibility you can also create your own file and pass it using ``--file settings.ini``. +If you want to transfer liked songs from Spotify, choose "yes" for oAuth authentification, otherwise choose "no". + Usage ------ @@ -74,6 +76,18 @@ For migration purposes, it is possible to transfer all public playlists of a use spotify_to_ytmusic all +Transfer liked tracks of the Spotify user +----------------------------------------- + +**You must you oAuth authentification for transfering liked songs.** + +.. code-block:: + + spotify_to_ytmusic liked + +This command will open browser where you should give access to your account (if you havn't done that before). +After authorization you will be redirected to localhost, copy link you were redirected to (looks like localhost/?code=...) and paste to command line. + Command line options ---------------------