aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist/plugins/FlacPlaylistPlugin.cxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-10-26playlist/flac: re-add the pluginMax Kellermann1-0/+135
This reverts commit d7d9dbd2c2798b6ff39acb07a3bed38b6f99e283 by reimplementing it with the current MPD API. 3 years ago, I was wrong about the "embcue" plugin being able to replace this one, because "embcue" reads a tag named "CUESHEET", while this plugin reads the "CUESHEET" FLAC metablock. There's an important difference between those two!