linsomniac/spotify_to_ytmusic

Copy all playlists - no YTMusic playlists created

Opened this issue · 5 comments

I got to Tab 5 (copy all playlists) in the UI, and it generated a list of Spotify playlists, but no YT Music playlists are listed under it.
image.

I let it run for a while but nothing happened. No new playlists appear in YT Music. Is there another step I am missing??

yeah the sames happening to me, ive been trying to reinstall things but the issue persists....can someone help??

its been resolved check it out #132

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.

Hey man. Thanks for this! If only i saw it a bit earlier. Did it in the hard way as mentioned in #125 and made it work.