MPD Config
I want to have basic functionality like:
*) From a given CUE file and FLAC file containing several tracks, show this as separate tracks in the app with the nice info from the CUE file, like where each song starts, the song name, other info etc.
and
B) Same but for CUE+ISO files
I spent hours trying to configure MPD to do it. Also, to be completely honest, I don't understand how/why MPD could even do this, since we connect the app directly to the NAS, not via MPD. Maybe I'm barking at the wrong IP...
Here my added rows to /etc/mpd.conf which resulted in no change.
Code: Select all
playlist_plugin {
name "cue"
enabled "yes"
}
playlist_plugin {
name "flac"
enabled "yes"
}
playlist_plugin {
name "iso"
enabled "yes"
}