Simon Weber
Simon Weber
On a look through sentry I noticed one of the most frequent errors is from [this line](https://github.com/simon-weber/Autoplaylists-for-Google-Music/blob/4d3099daa06cc87bd5c29aa7bc2cc5e6c11a7257/src/js/syncing.js#L571). It seems to be mostly from a handful of users where a playlist...
This consolidates multiple older issues (https://github.com/simon-weber/Autoplaylists-for-Google-Music/issues/186, https://github.com/simon-weber/Autoplaylists-for-Google-Music/issues/185), all of which describe these symptoms: * some playlists contain less songs than they should, as shown through the "test" button * creating...
Having a way to set specific syncing settings on particular playlists is something that's been brought up a few times. Mostly it'd be helpful in reducing load by avoiding unwanted...
This consolidates multiple older issues (https://github.com/simon-weber/Autoplaylists-for-Google-Music/issues/189, https://github.com/simon-weber/Autoplaylists-for-Google-Music/issues/188, https://github.com/simon-weber/Autoplaylists-for-Google-Music/issues/187), all of which describe these symptoms: * syncs never apply, for existing or new autoplaylists (unlike https://github.com/simon-weber/Autoplaylists-for-Google-Music/issues/193, where new autoplaylists work but...
Discussed in this [mailing list post](https://groups.google.com/d/msg/autoplaylists-for-google-music/KzJ4yvkDPlc/6gRiVve1CAAJ), custom conditions would basically be autoplaylists with some behavior changes: * they don't sync * limit not capped at 1k * can be converted...
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...
As mentioned [here](https://groups.google.com/d/msg/autoplaylists-for-google-music/SYX2VVzzNnQ/6AF0IkvAAQAJ). My bet is that the library is removing and recreating the elements every time.
[This mailing list post](https://groups.google.com/d/msg/autoplaylists-for-google-music/bPCjWcj_uGQ/hL0IhOdSBAAJ) describes a similar situation to https://github.com/simon-weber/Autoplaylists-for-Google-Music/issues/36, but at the level of playlists themselves. Another idea along these lines is instant search over titles.
Right now this is kept in memory. Because automatic reloads often trigger on sync issues, the backoff state also gets lost.
[This post](https://groups.google.com/d/msg/autoplaylists-for-google-music/Na3_V6dG610/bsOfeHXRBwAJ) describes a situation that sounds a bit like https://github.com/simon-weber/Autoplaylists-for-Google-Music/issues/163 or maybe https://github.com/simon-weber/Autoplaylists-for-Google-Music/issues/109. My initial guess was that this has to due with cycle detection, but I didn't see...