-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix for missing album metadata when song played from album #581
Conversation
c918952
to
892193e
Compare
@SO9010 If you're on Linux could you do a quick check to see if this resolved the mpris album issues? |
Yes, doing that now :) |
@SO9010 Could you also just have a look through the PR. Just a sanity check in case :) |
@jacksongoode I just had a thought: It would be nice for consistency to have it so that we can also click on all the large covers within the album/artist views. |
I had a look through it and added a couple of comments. I like the download feature, but it feels very hidden; it would be nicer if we could right-click on it and then download it like that. We could also say where it downloads after it has been downloaded, as that is not user-specified. |
This probably resolves a few issues. One that I noticed was that the album metadata was unknown when we looked at the lyrics of a song that was played from the album, but outside of the context of an album if the song is played from a playlist it does have that album title. I think this could also be related to the MPRIS issue though I'm not sure #425 #368.