Tim Rae 4d7c3b0ef0 Filter out tracks which don't have valid album metadata
Apply a final sanity filter to tracklist to validate assumption in matching
algorithm that the album has certain fields available.

In most situations this filter is not necessary, but occasionally we do
seem to encounter tracks that have no album metadata
2024-10-14 01:25:48 +02:00
2024-06-11 20:32:31 +02:00
2024-06-10 09:32:44 +02:00
2022-02-10 16:08:11 +13:00

A command line tool for importing your Spotify playlists into Tidal. Due to various performance optimisations, it is particularly suited for periodic synchronisation of very large collections.

Installation

Clone this git repository and then run:

python3 -m pip install -e .

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 to the config file

Usage

To synchronize all of your Spotify playlists with your Tidal account run the following from the project root directory

spotify_to_tidal

You can also just synchronize a specific playlist by doing the following:

spotify_to_tidal --uri 1ABCDEqsABCD6EaABCDa0a # accepts playlist id or full playlist uri

or sync just your 'Liked Songs' with:

spotify_to_tidal --sync-favorites

See example_config.yml for more configuration options, and spotify_to_tidal --help for more options.


Join our amazing community as a code contributor



Description
No description provided
Readme 148 KiB
Languages
Python 99.5%
Shell 0.5%