Autoplaylists-for-Google-Music icon indicating copy to clipboard operation
Autoplaylists-for-Google-Music copied to clipboard

non-library store tracks in linked static playlists do not get synced

Open simon-weber opened this issue 8 years ago • 3 comments

https://github.com/simon-weber/Autoplaylists-for-Google-Music/issues/117#issuecomment-269149723 describes an unexpected situation:

  • create a static playlist by adding a store track that's not in your library
  • link it to an autoplaylist
  • -> the autoplaylist does not contain that track

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 https://github.com/simon-weber/gmusicapi/issues/182 and https://github.com/simon-weber/Autoplaylists-for-Google-Music/issues/97#issuecomment-261733918: 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.

simon-weber avatar Dec 29 '16 20:12 simon-weber

Someone recently ran into this on the mailing list.

simon-weber avatar Feb 24 '17 17:02 simon-weber

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.

simon-weber avatar Mar 19 '17 16:03 simon-weber

https://github.com/simon-weber/Autoplaylists-for-Google-Music/issues/181#issuecomment-354689197 notes how to batch-add tracks to the library.

simon-weber avatar Jan 02 '18 03:01 simon-weber