Copy all playlists - no YTMusic playlists created
Opened this issue · 5 comments
yeah the sames happening to me, ive been trying to reinstall things but the issue persists....can someone help??
Hey man. I am not a coder so can you explain what i should do? How did you edit the code as you mentioned in that link?
I managed to fix the Spotify login by editing the spotify_backup.py file. Not able to figure out how to do it with Ytmusic.
Hey man. I am not a coder so can you explain what i should do? How did you edit the code as you mentioned in the that link?
I managed to fix the Spotify login by editing the spotify_backup.py file. Not able to figure out how to do it with Ytmusic.
Until the original repository merges the fix, you can use the fixed one. I'll guide how.
Instead of installing from pip, you will follow the "Run from source" commands, but the "git clone" command will be slightly different:
git clone https://github.com/BenediktKarl/spotify_to_ytmusic
cd spotify_to_ytmusic
git checkout ytmusicapi-browser
Rest of the commands will be the same, except one.
The ytmusicapi oauth
command (and other wrappers to it) will no longer work. Instead you will need to login to ytmusicapi using ytmusicapi browser
command and follow the first 4 instructions here.
Now, you are good to go, you can use the GUI, it should work perfectly.