JakeStanger / mpd-discord-rpc

Rust application which displays your currently playing song / album / artist from MPD in Discord using Rich Presence.
https://crates.io/crates/mpd-discord-rpc
MIT License
90 stars 18 forks source link

Add support for Album Artist tags #41

Closed derinsh closed 1 year ago

derinsh commented 1 year ago

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.

JakeStanger commented 1 year ago

Hey, thanks for the PR. Could you fix the formatting / any clippy warnings please and I'll be happy to merge

derinsh commented 1 year ago

@JakeStanger Yes of course. This is my first albeit small attempt at rust code :)

JakeStanger commented 1 year ago

This is my first albeit small attempt at rust code :)

Everybody's gotta start somewhere :) Cheers for sorting that