• https://github.com/linsomniac/spotify_to_ytmusic?tab=readme-ov-file
    • Use this tool
  • Steps:
    1. Download Miniforge prompt
      1. https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Windows-x86_64.exe
    2. Open miniforge prompt
    3. Create an environment for Spotify to youtube music transfer
      1. Type “conda create --name spotify_to_youtube”
    4. Activate the environment
      1. Type “conda activate spotify_to_youtube”
    5. Install python
      1. Type “pip install python”
    6. Install the transfer tool
      1. Type "pip install spotify2ytmusic"
    7. Generate log-in tokens for youtube music and download Spotify playlists, and make sure that they are in the same directory
      1. Create directory
        1. Type “mkdir spotify_to_youtube"
      2. Go to that directory
      3. Type “cd spotify_to_youtube"
    8. Generate token for youtubemusic
      1. Type “ytmusicapi oauth”
      2. Follow instructions on the pop-up
    9. Download playlist from Spotify
      1. Download the python file for downloading playlist: https://raw.githubusercontent.com/caseychu/spotify-backup/master/spotify-backup.py
      2. Move the file to the spotify_to_youtube folder (can do manually)
    10. Download the Spotify playlists and liked songs
      1. Type “python [spotify-backup.py](<http://spotify-backup.py/>) playlists.json --dump=liked,playlists --format=json”
    11. Like all the Youtube music songs that are from your Spotify
      1. Type “s2yt_load_liked”
    12. That’s it