-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My playlists don't sync automatically #80
Comments
Hi are you using the latest version? Can you try putting print(results) just after this line: And sharing what does it say? |
Fixed the token for username re installing. then I did the print(results) and got this
|
Hmm interesting, so it found your playlists, but it's not syncing them... How about here, can you put |
I get this
|
Hmm an empty list... I guess your Spotify username doesn't match the value in the config somehow then... print( config['spotify']['username'] )
playlists.extend([p for p in results['items'] if not p['id'] in exclude_list]) |
Looks like it is working. Thanks!!!! |
Now the only problem that Im having its that I have soo many playlists that I will have to start blacklisting hahaha. Once again thank you :) |
I've just pushed a new commit that should fix this in a better way than what I did above, could you please try it and let me know?
Yeah there's an option for that in the config file |
Yes It worked, thanks! |
I have to manually sync each playlist, when I do spotify_to_tidal it doesn't sync only when I use the --uri and the playlist url. what can be the Issue here? Thanks and amazing project!
The text was updated successfully, but these errors were encountered: