This repository has been archived by the owner on Jan 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
non-library store tracks in linked static playlists do not get synced #119
Labels
Comments
Someone recently ran into this on the mailing list. |
This was referenced Feb 26, 2017
It looks like this is affected more people now (maybe playlist linking is becoming more popular?). I'll take another look to see if Google returns full metadata for get_track_info. If not, I'll add a warning when querying a playlist affected by this. |
Closed
#181 (comment) notes how to batch-add tracks to the library. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
#117 (comment) describes an unexpected situation:
This is because non-library tracks are never put into the track cache, so they don't show up when querying for them. Fixing this is troublesome because of simon-weber/gmusicapi#182 and #97 (comment): this may end up getting blocked on Google.
If that ends up being the case, we could at least detect these tracks. It'd probably be relatively straightforward to even support a prompt to add them all to the user's library.
The text was updated successfully, but these errors were encountered: