Skip to content
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

Show cover art of songs not in albums #1122

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

dimtpap
Copy link

@dimtpap dimtpap commented Jan 22, 2022

When a song is not in an album, the app will not show cover art that's embedded in the file.
This PR adds a new flag to Song to determine if it is in an album. If it is, the app in other places will use the cover from the album it is in, thus caching and loading it only once. If it's not, it will use the Song's ID to cache the album art.

I spent a few hours on this before realizing that the unique-cover branch has existed since 2016, however it has not had any activity ever since. This PR also differs from that branch because that branch just made it so every song's art is cached.

Locations and files of songs would be checked every time for album art. This commit puts songs with no album art in the cover cache with null size and blob. Getting these songs from cache returns the fallback cover.
@piiil
Copy link

piiil commented Oct 11, 2023

Would be interested in this as well. Any update? Any way to help out?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants