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