Add config param for sync_favorites_default and cleanup command line arg

This commit is contained in:
Tim Rae
2024-06-09 08:46:54 +02:00
parent 6d6a4fe43e
commit 7a1343ac91
3 changed files with 21 additions and 8 deletions

View File

@@ -30,6 +30,12 @@ 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:
```bash
spotify_to_tidal --sync-favorites
```
See example_config.yml for more configuration options, and `spotify_to_tidal --help` for more options.
---