spotify2tidal / spotify_to_tidal

A command line tool for importing your Spotify playlists into Tidal
GNU Affero General Public License v3.0
241 stars 44 forks source link

WIP sync favorites #55

Closed c0ball closed 1 month ago

c0ball commented 1 month ago

Allow users to sync their Spotify favorites with a tidal playlist. In this implementation, there are two ways to configure the playlist:

Variant 1: Add this entry to the configuration file

- spotify_id: favorites
  tidal_id: a0b1234-0a1b-012a-abcd-a1b234c5d6d7

Then run the application in the favorites' mode: spotify_to_tidal --mode=favorites

or alternately skip the configuration file and provide the playlist ID via the console.

I am looking forward to your feedback!

timrae commented 1 month ago

I made some more fixes and pushed a branch here: https://github.com/spotify2tidal/spotify_to_tidal/tree/feature/sync-favorites-2

timrae commented 1 month ago

Phew, this feature was a lot more work than I expected... I put up a new PR #63 so please review and test that new PR