Skip to content

A command line tool for importing Tidal playlists into Spotify.

License

Notifications You must be signed in to change notification settings

ahter/tidal_to_spotify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A command-line tool for importing your TIDAL playlists into Spotify. (Check out the original project for the reverse.)

Installation

Clone this git repository and then run:

python3 -m pip install -r requirements.txt

Setup

  1. Rename the file example_config.yml to config.yml
  2. Go here and register a new app on developer.spotify.com.
  3. Copy and paste your client ID and client secret to the Spotify part of the config file.
  4. Copy and paste the value in 'redirect_uri' of the config file to Redirect URIs at developer.spotify.com and press ADD.
  5. Enter your Spotify username into the config file.

Usage

To synchronize all of your Tidal playlists with your Spotify account, run the following:

python3 sync.py

This will take a long time because the Tidal API is really slow.

About

A command line tool for importing Tidal playlists into Spotify.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%