-
Notifications
You must be signed in to change notification settings - Fork 198
Open
Description
Related issue: MusicPlayerDaemon/MPD#2293
Bug report
Describe the bug
I have several albums with multiple album artists.
(This is often the case with jazz music where artists would collaborate on an album.)
Expected Behavior
When viewing an album artist, e.g. in Mpdroid, in MALP or in Cantata, the album should be listed for each one of the multiple album artists tagged with the songs of the album.
Actual Behavior
- Mpdroid and Cantata: The album is only shown for one of the album artists.
- MALP: There are multiple album entries for each one of the album artists, and only one of these album entries actually has tracks. When clicking on any of the other seemingly identical album entries not a single track is listed
Version
Music Player Daemon 0.24.3 (0.24.3)
Configuration
grep "^[^#]" /etc/mpd.conf prints
music_directory "/mnt/music/files"
playlist_directory "/mnt/music/playlists"
db_file "/var/lib/mpd/tag_cache"
state_file "/var/lib/mpd/state"
sticker_file "/var/lib/mpd/sticker.sql"
user "mpd"
bind_to_address "::"
port "6600"
save_absolute_paths_in_playlists "no"
input {
plugin "curl"
}
decoder {
plugin "hybrid_dsd"
enabled "no"
}
decoder {
plugin "wildmidi"
enabled "no"
#config_file "/etc/timidity/timidity.cfg"
}
audio_output {
type "alsa"
name "SPDIF"
device "hw:CARD=DAC,DEV=0"
mixer_type "software"
}
playlist_plugin {
name "cue"
enabled "false"
}
Metadata
Metadata
Assignees
Labels
No labels