simon-weber / Autoplaylists-for-Google-Music

Adds autoplaylists, aka iTunes "smart playlists", to Google Music.
https://autoplaylists.simon.codes
MIT License
94 stars 18 forks source link

Unable to reliably read existing playlists? #181

Closed eldorel closed 6 years ago

eldorel commented 6 years ago

Ok, I've tried several different things, and none work as expected.

My goal is to create an autoplaylist that uses several existing playlists, and skips over tracks that I've thumbed down.

Initially, I created a playlist with two rules {playlist is equal to: "90's radio random" } {Rating thumb does not contain: Down}

Hitting the test button resulted in no songs. So I started experimenting.

I've created this test autoplaylist:

Test 1

(Synced 1/1/2018, 1:57:01 PM by Autoplaylists for Google Music™ to contain: playlist is equal to "90's_radio-random" sorted by: album ascending.)

Unless I am mistaken, this should have resulted in a mirrored copy of my original playlist. Note: the ONLY change from defaults is to add a single rule : "is in this other playlist"

And here is the original playlist. Original

As you can see, the Autoplaylist has only 18 tracks, while the original playlist contains 60.

Additionally, most of my other playlists return NO tracks when used as a rule.

Original:

Test:

(Synced 1/1/2018, 2:03:13 PM by Autoplaylists for Google Music™ to contain: playlist is equal to "Violins from hell" sorted by: album ascending.)

simon-weber commented 6 years ago

My first guess is https://github.com/simon-weber/Autoplaylists-for-Google-Music/issues/119, which should be easy to test: make sure everything in 90's_radio... is added to your library.

Let me know how that goes and we'll dig into the more complicated stuff if needed.

eldorel commented 6 years ago

Nope, Looks like that was it.

Sadly, that means that the autoplaylist is nearly useless for my use case.

I was trying to avoid having to manually click on thumbed down tracks and remove them from the playlists. It takes forever, since google insists on refreshing the page every time you add or remove a track from the list.

Having to manually click on every single track to add them to the library is just as bad if not worse.

So, unless there's a fast way to add an entire playlist to library that I'm not seeing, I'm just going to cancel my Play Music subscription and go back to manually managing my own library and syncing it between devices...

simon-weber commented 6 years ago

Ah, there's a way to batch add to library but it's a bit hidden away:

I think this will work even if there are library tracks in the selected list (though I can't easily test it since I don't have a subscription account).

eldorel commented 6 years ago

I can confirm that these steps work.

Thank you very much.

simon-weber commented 6 years ago

Glad to hear it and sorry for the trouble! I hope to have a better fix for this eventually.