Simon Weber
Simon Weber
We had a good run! I've only looked at Youtube Music briefly, but I wouldn't hold your breath for autoplaylists support there. Even putting aside the effort to support a...
Sure thing! Here's a link to the email for folks not on the mailing list: https://mailchi.mp/cee505e6e327/google-music-shutdown
I've never heard from anyone on Chromium. Are things like chrome.sync and OAuth permissions in the manifest supported? I'd guess that the permissions page is the OAuth prompt. That creates...
I'd try [reloading](https://github.com/simon-weber/Autoplaylists-for-Google-Music/wiki/Debugging#reloading-the-extension): it seems like the syncing loop may have gotten stuck. Let me know how that goes.
I can't tell much from the screenshot, but my guess is that you'll just need to [slow down your syncs for a while](https://github.com/simon-weber/Autoplaylists-for-Google-Music/wiki/Debugging#handling-syncing-failures-or-an-overloaded-account) Google gets things together. Sorry there's not...
That's odd. Do you mean that they show up in the test view, but not on Google's end? Or that they don't show up even in the test view?
Give this a shot: * find a >29 play song on Google's end that should be matching * open the [debug interface](https://github.com/simon-weber/Autoplaylists-for-Google-Music/wiki/Debugging#manually-making-queries) and hit run without changes to show all...
Ah, then you should be able to fix this by adding the tracks to your library. https://github.com/simon-weber/Autoplaylists-for-Google-Music/issues/181#issuecomment-354689197 describes a way you can batch-add entire playlists at once, if that's helpful.
You know, it's probably better to detect this and put something in the UI so users can decide what to do about it. It's easy to manually fix (by just...
This can also prevent syncing in cases where the failed autoplaylist gets linked: ``` background.js:11460 TypeError: Cannot read property 'localId' of undefined at Object.queryTracks (background.js:28051) at resolve (background.js:27892) at new...