Files
spotify-to-tidal/example_config.yml
Tim Rae bc75fbf779 Reduce default num subprocesses
The recent caching changes seem to have worsened the situation for me
2024-05-25 12:13:02 +02:00

20 lines
661 B
YAML

spotify:
client_id: your_client_id
client_secret: your_client_secret
username: your_spotify_username
redirect_uri: http://localhost:8888/callback
# uncomment this block if you want to only sync specific playlist IDs
#sync_playlists:
# - spotify_id: 1ABCDEqsABCD6EaABCDa0a
# tidal_id: a0b1234-0a1b-012a-abcd-a1b234c5d6d7
# uncomment this block if you want to sync all playlists in the account with some exceptions
#excluded_playlists:
# - spotify:playlist:1ABCDEqsABCD6EaABCDa0a
# number of concurrent subprocesses when searching tracks in a playlist.
# increasing this value can improve sync speed, but may increase 429 errors
subprocesses: 25