aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist/cue (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-09-17CueParser.cxx: Append pregap to previous trackWill Tiffany2-12/+3
Only ignore indexes after first nonzero, preserving pregaps but appending them to the previous track instead of prepending to the current. The first index of the first track is used for the start time regardless of its number. Unneeded bool last_updated removed.
2015-08-23CueParser.cxx: ignore INDEX after first per trackWill Tiffany1-0/+1
Use the first INDEX in each TRACK section, instead of the last, for the start time. This preserves the original CD layout (including gaps between tracks), and avoids skipping sections of songs in more exotic cuesheets (eg musical suite tracks). Fixes 0004355 and 0003359
2015-01-01Copyright year 2015Max Kellermann2-2/+2
2014-08-28DetachedSong: use std::chrono::duration for start_ms and end_msMax Kellermann1-3/+3
2014-08-07util/StringUtil: rename strchug_fast() to StripLeft()Max Kellermann1-2/+2
2014-07-12PlaylistSong, CueParser: don't override Tag::timeMax Kellermann1-2/+0
Now that Song::GetDuration() is used (which considers start_ms and end_ms), we don't need to override the Tag's duration value.
2014-02-19cue/CueParser: move to playlist/Max Kellermann2-0/+462