mirror of
https://github.com/JakeStanger/mpd-discord-rpc.git
synced 2026-07-11 06:15:27 +01:00
[PR #41] [MERGED] Add support for Album Artist tags #335
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#335
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/41
Author: @derinsh
Created: 6/10/2023
Status: ✅ Merged
Merged: 6/10/2023
Merged by: @JakeStanger
Base:
master← Head:albumartist📝 Commits (5)
c1d8c3dEnable parsing album artist tage39d668Read album artist before artist when searching releaseb002d30More idiomatic tag for album artist66d41f0Update readme582d601Formatting assignment📊 Changes
3 files changed (+4 additions, -1 deletions)
View changed files
📝
README.md(+1 -0)📝
src/album_art.rs(+2 -1)📝
src/mpd_conn.rs(+1 -0)📄 Description
Album artists are more strongly associated with a release group. This PR adds two functionalities:
Allow entering
$albumartistin config.toml to show the AlbumArtist tag.When looking up album art, use the AlbumArtist tag if it exists, otherwise the Artist tag.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.