Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | song: don't use GLib | Max Kellermann | 2013-01-08 | 1 | -0/+2 |
| | |||||
* | cue_parser: fix CUE files with only one track | Max Kellermann | 2013-01-03 | 1 | -7/+47 |
| | | | | | Track whether _finish() has been called, and deliver all partial results then. Fixes Mantis ticket 0003621. | ||||
* | cue_parser: add code comments | Max Kellermann | 2013-01-03 | 1 | -2/+21 |
| | |||||
* | cue_parser: fix memory leak | Max Kellermann | 2013-01-03 | 1 | -0/+3 |
| | |||||
* | playlist/cue: map "PERFORMER" to "artist" or "album artist" | Max Kellermann | 2012-08-25 | 1 | -1/+11 |
| | | | | Implements Mantis ticket 0003549. | ||||
* | cue_parser: support file types "MP3", "AIFF" | Max Kellermann | 2012-07-26 | 1 | -1/+3 |
| | | | | These two strings are common "FILE" types. | ||||
* | cue_parser: new line based CUE sheet parser | Max Kellermann | 2012-02-10 | 1 | -0/+327 |
To replace libcue, the unmaintained and crashy library. |