mirror of
https://github.com/JakeStanger/mpd-discord-rpc.git
synced 2026-07-11 08:15:27 +01:00
[PR #37] [MERGED] feat(album art): improve algorithm for finding covers #1397
Labels
No labels
bug
enhancement
help wanted
package
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JakeStanger/mpd-discord-rpc#1397
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/JakeStanger/mpd-discord-rpc/pull/37
Author: @JakeStanger
Created: 3/26/2023
Status: ✅ Merged
Merged: 3/26/2023
Merged by: @JakeStanger
Base:
master← Head:feat/better-album-art📝 Commits (1)
22803a1feat(album art): improve algorithm for finding covers📊 Changes
2 files changed (+129 additions, -55 deletions)
View changed files
📝
src/album_art.rs(+126 -51)📝
src/main.rs(+3 -4)📄 Description
Now checks both the release and release-group, caching both, for a higher hit rate.
Searching now looks for release groups rather than releases since these are more likely to have covers.
Resolves #36.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.