Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | playlist/flac: re-add the plugin | Max Kellermann | 2015-10-26 | 2 | -0/+160 |
| | | | | | | | | | | This reverts commit d7d9dbd2c2798b6ff39acb07a3bed38b6f99e283 by reimplementing it with the current MPD API. 3 years ago, I was wrong about the "embcue" plugin being able to replace this one, because "embcue" reads a tag named "CUESHEET", while this plugin reads the "CUESHEET" FLAC metablock. There's an important difference between those two! | ||||
* | util/StringView: new utility class | Max Kellermann | 2015-09-30 | 3 | -3/+9 |
| | |||||
* | unix/Daemon, playlist/pls, ...: remove unused Domain variables | Max Kellermann | 2015-09-17 | 2 | -6/+0 |
| | |||||
* | playlist/embcue: fix last track | xent | 2015-08-05 | 1 | -1/+3 |
| | |||||
* | Merge branch 'v0.19.x' | Max Kellermann | 2015-01-26 | 2 | -167/+0 |
|\ | |||||
| * | Merge branch 'v0.18.x' into v0.19.x | Max Kellermann | 2015-01-26 | 2 | -167/+0 |
| | | |||||
* | | config/Param: split block-specific attributes to new struct ConfigBlock | Max Kellermann | 2015-01-21 | 1 | -3/+3 |
| | | | | | | | | The old struct config_param remains only for top-level string options. | ||||
* | | ConfigData: move struct config_param to Param.hxx | Max Kellermann | 2015-01-21 | 1 | -1/+1 |
| | | |||||
* | | Copyright year 2015 | Max Kellermann | 2015-01-01 | 20 | -20/+20 |
| | | |||||
* | | Merge tag 'v0.19.7' | Max Kellermann | 2014-12-17 | 1 | -1/+1 |
|\| | |||||
| * | Merge tag 'v0.18.21' into v0.19.x | Max Kellermann | 2014-12-17 | 1 | -1/+1 |
| | | |||||
* | | playlist/soundcloud: drop support for libyajl1 | Max Kellermann | 2014-12-05 | 1 | -35/+4 |
| | | | | | | | | Require the version 2 which has a more sane API. | ||||
* | | playlist, InotifySource, ...: update GLib comments | Max Kellermann | 2014-12-04 | 3 | -3/+3 |
| | | |||||
* | | playlist/pls: custom INI parser | Max Kellermann | 2014-12-04 | 1 | -86/+107 |
| | | | | | | | | Don't use GLib. | ||||
* | | Merge tag 'v0.19.2' | Max Kellermann | 2014-11-02 | 2 | -0/+2 |
|\| | |||||
| * | playlist/m3u: recognize the file suffix ".m3u8" | Max Kellermann | 2014-10-26 | 2 | -0/+2 |
| | | |||||
* | | SongSticker, playlist/soundcloud: add missing stdlib.h include | Max Kellermann | 2014-10-25 | 1 | -0/+1 |
| | | | | | | | | For free(). | ||||
* | | playlist/SoundCloud: don't use GLib for string allocation | Max Kellermann | 2014-10-25 | 1 | -31/+31 |
|/ | |||||
* | playlist/extm3u: strip first line for #EXTM3U detection | Max Kellermann | 2014-10-17 | 1 | -2/+6 |
| | |||||
* | Merge tag 'v0.18.16' | Max Kellermann | 2014-09-26 | 1 | -1/+1 |
| | |||||
* | Tag: use SignedSongTime for the song duration | Max Kellermann | 2014-08-29 | 3 | -3/+3 |
| | |||||
* | TextInputStream: don't strip | Max Kellermann | 2014-08-07 | 2 | -3/+5 |
| | | | | | Let the caller decide whether to strip. Only remove \n and \r (end-of-line markers). | ||||
* | util/StringUtil: rename strchug_fast() to StripLeft() | Max Kellermann | 2014-08-07 | 2 | -3/+3 |
| | |||||
* | input/TextInputStream: return char* | Max Kellermann | 2014-08-07 | 3 | -13/+9 |
| | | | | | Revert to the old API before commit e9e55b08, removing unnecessary bloat. | ||||
* | playlist/extm3u: use nullptr instead of NULL | Max Kellermann | 2014-07-30 | 1 | -4/+4 |
| | |||||
* | Merge branch 'v0.18.x' | Max Kellermann | 2014-07-09 | 1 | -0/+1 |
| | |||||
* | playlist/plugins/DespotifyPlaylistPlugin: fix build failure due to missing ↵ | Gustavo Zacarias | 2014-07-09 | 1 | -0/+1 |
| | | | | | | stdio.h include Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> | ||||
* | InputStream: add virtual destructor | Max Kellermann | 2014-05-11 | 1 | -2/+2 |
| | | | Replaces the method Close(). | ||||
* | cue/CueParser: move to playlist/ | Max Kellermann | 2014-02-19 | 2 | -2/+2 |
| | |||||
* | DespotifyUtils, Expat: move to lib/ | Max Kellermann | 2014-01-24 | 4 | -4/+4 |
| | |||||
* | Input*: move to input/ | Max Kellermann | 2014-01-24 | 6 | -6/+6 |
| | |||||
* | Config*: move to config/ | Max Kellermann | 2014-01-24 | 1 | -1/+1 |
| | |||||
* | playlist/*: move to playlist/plugins/ | Max Kellermann | 2014-01-23 | 20 | -0/+2064 |