You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add spotify_client_id and spotify_client_secret config options
- Implement spotify command to import playlists from Spotify to TIDAL
- Add pagination support to fetch all tracks from large Spotify playlists
- Show helpful configuration instructions if credentials missing
- Add spotipy dependency for Spotify API access
- Improve progress display with single progress bar for all downloads
- Skip printing individual track progress messages during spotify download
- Show summary of tracks found/not found on TIDAL
The spotify command allows importing Spotify playlists by searching for
matching tracks on TIDAL. Requires configuring Spotify API credentials:
tidal-dl-ng cfg spotify_client_id YOUR_CLIENT_ID
tidal-dl-ng cfg spotify_client_secret YOUR_CLIENT_SECRET
Usage: tidal-dl-ng spotify "spotify-playlist-url"
Signed-off-by: Harvey Lynden
Once configured, you can import content from Spotify. The import process first attempts to match tracks by ISRC (International Standard Recording Code) for exact matching between services, then falls back to text search if needed.
0 commit comments