[PR #41] [MERGED] Add support for Album Artist tags #868

Closed
opened 2026-05-23 00:58:26 +01:00 by JakeStanger · 0 comments
Owner

📋 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: masterHead: albumartist


📝 Commits (5)

  • c1d8c3d Enable parsing album artist tag
  • e39d668 Read album artist before artist when searching release
  • b002d30 More idiomatic tag for album artist
  • 66d41f0 Update readme
  • 582d601 Formatting 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:

  1. Allow entering $albumartist in config.toml to show the AlbumArtist tag.

  2. 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.

## 📋 Pull Request Information **Original PR:** https://github.com/JakeStanger/mpd-discord-rpc/pull/41 **Author:** [@derinsh](https://github.com/derinsh) **Created:** 6/10/2023 **Status:** ✅ Merged **Merged:** 6/10/2023 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `albumartist` --- ### 📝 Commits (5) - [`c1d8c3d`](https://github.com/JakeStanger/mpd-discord-rpc/commit/c1d8c3de26c6155a253fe77e240c213a9dcd95c9) Enable parsing album artist tag - [`e39d668`](https://github.com/JakeStanger/mpd-discord-rpc/commit/e39d6688ba1d4349912b6501efbffb8ca0aba40e) Read album artist before artist when searching release - [`b002d30`](https://github.com/JakeStanger/mpd-discord-rpc/commit/b002d309c556488d56d56b8fce8b038081f55cb9) More idiomatic tag for album artist - [`66d41f0`](https://github.com/JakeStanger/mpd-discord-rpc/commit/66d41f0b0b84ba49715a001c0b1314aea89493bb) Update readme - [`582d601`](https://github.com/JakeStanger/mpd-discord-rpc/commit/582d60178cacb1d5a988b3fc36a67bdd2cd549e3) Formatting assignment ### 📊 Changes **3 files changed** (+4 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) 📝 `src/album_art.rs` (+2 -1) 📝 `src/mpd_conn.rs` (+1 -0) </details> ### 📄 Description Album artists are more strongly associated with a release group. This PR adds two functionalities: 1. Allow entering `$albumartist` in config.toml to show the AlbumArtist tag. 2. When looking up album art, use the AlbumArtist tag if it exists, otherwise the Artist tag. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-23 00:58:26 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/mpd-discord-rpc#868
No description provided.