Skip to content

A python tool to retrieve album arts and transfer songs from Spotify to YouTube Music.

Notifications You must be signed in to change notification settings

webrror/songfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Songfer

Tested on Ubuntu 20.04, WSL (Ubuntu 22.04.1 LTS) and macOS 12

A python tool to retrieve album arts and transfer songs from Spotify to YouTube Music.

Prerequisites

Note

Make sure to also follow this part of the ytmusicapi if you want to transfer songs

Usage

Run the following command

python3 songfer.py

Some issues you might encounter

  • Browser not opening for auth while using Songfer on WSL

    As of Ubuntu 22.04, wslu isn't a default package. This allowed you to open link in default Windows browser.

    Setting the BROWSER variable to point to installation path of browser on Windows might help fix this issue:

    export BROWSER=/mnt/c/path/to/your/windows/browser
    

    Example to set MS Edge

    export BROWSER=/mnt/c/Program\ Files\ \(x86\)//Microsoft/Edge/Application/msedge.exe
    
  • If you find any, let me know

Credit

@iannase