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

Not adding all thumbs-up tracks for an artist #191

Closed jblaker closed 6 years ago

jblaker commented 6 years ago

I created a simple smart playlist to simply display all songs by U2 with a thumbs-up. The playlist displays 12 songs but should be displaying 22.

I have "artist" set to "u2" using "equals (case ignored)" and "rating thumb" set to "up" and "equals (case ignored)".

I originally had artist and rating thumb set to just equals but used case ignored to see if it made a difference.

I have tried refreshing the Google Music tab, and opening it in a different tab, and restarting Chrome.

simon-weber commented 6 years ago

Sorry for the delay! I was traveling this weekend.

Do the missing songs show up when using the "test" button? If not, my bet would be that you're seeing https://github.com/simon-weber/Autoplaylists-for-Google-Music/issues/119, and you should be able to get it working by adding them to your library.

If they do show up when testing but don't make it to Google, then there's some kind of syncing issue. Send me your logs after triggering a sync and I'll see what I can find out.

jblaker commented 6 years ago

Thanks for the reply @simon-weber!

The songs do not show up when using the "test" button and the songs are definitely in my library. Sync log attached. Thanks again!

sync_log.txt

simon-weber commented 6 years ago

Wait, they don't show up when using the test button, right? Then the issue is before syncing happens. Some questions to narrow this down:

jblaker commented 6 years ago
screen shot 2018-08-01 at 3 53 42 pm screen shot 2018-08-01 at 3 53 15 pm
jblaker commented 6 years ago

I did notice some of the songs weren't added (song in playlist was part of Deluxe or Remaster edition and in my library was standard), so adding them did end up adding them to the playlist.

In the case of Miracle Drug (and a few others) there is only one version of the album and it is in my library but wasn't showing up. I just tested removing it from my library and re-adding it and now it shows up.

Thanks for your help in debugging this!

simon-weber commented 6 years ago

Sure thing. Glad we got it figured out!