aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist/embcue_playlist_plugin.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* playlist/embcue: ignore "FILE", always point to container song fileMax Kellermann2012-02-121-2/+15
| | | | | An embedded CUE sheet must always point to the song file it is contained in.
* playlist/embcue: new plugin for reading embedded cue sheetsMax Kellermann2012-02-121-0/+168
Parses CUE data from the "CUESHEET" tag. Needs further integration in the update thread.