aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist/cue_playlist_plugin.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
|
* playlist/cue: fill song.start_ms, .end_msMax Kellermann2009-12-271-0/+3
| | | | This patch adds practical usefulness to the CUE playlist plugin.
* playlist/cue: return the original song URIMax Kellermann2009-12-271-10/+1
| | | | The caller should be responsible for building the absolute URI.
* playlist: added CUE playlist pluginMax Kellermann2009-12-161-0/+137
This plugin is the groundwork for MPD's future generic CUE sheet support. That's not complete yet, e.g. there is no way for a playlist plugin to address an arbitrary position within a music file.