Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | playlist/flac: re-add the plugin | Max Kellermann | 2015-10-26 | 1 | -0/+4 |
| | | | | | | | | | | 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! | ||||
* | Merge branch 'v0.19.x' | Max Kellermann | 2015-01-26 | 1 | -4/+0 |
|\ | |||||
| * | Merge branch 'v0.18.x' into v0.19.x | Max Kellermann | 2015-01-26 | 1 | -4/+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. | ||||
* | | config/Option: convert to strictly-typed enum | Max Kellermann | 2015-01-21 | 1 | -3/+3 |
| | | |||||
* | | ConfigData: move struct config_param to Param.hxx | Max Kellermann | 2015-01-21 | 1 | -1/+1 |
| | | |||||
* | | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | | |||||
* | | configure.ac: add option to disable CUE | Max Kellermann | 2014-12-08 | 1 | -0/+2 |
| | | |||||
* | | playlist/pls: custom INI parser | Max Kellermann | 2014-12-04 | 1 | -3/+0 |
| | | | | | | | | Don't use GLib. | ||||
* | | configure.ac: add macro MPD_ENABLE_AUTO_PKG | Max Kellermann | 2014-11-21 | 1 | -1/+1 |
|/ | | | | Simplify the definition of many build options. | ||||
* | Decoder, Playlist: ignore URI query string for plugin detection | Max Kellermann | 2014-11-01 | 1 | -3/+6 |
| | | | | Use the new uri_get_suffix() overload that removes the query string. | ||||
* | InputStream: "protect" attributes | Max Kellermann | 2014-05-12 | 1 | -1/+1 |
| | |||||
* | PlaylistRegistry: disable the "pls" plugin without GLib | Max Kellermann | 2014-02-18 | 1 | -0/+3 |
| | |||||
* | Playlist{Any,Registry,Mapper}: move functions to PlaylistStream.cxx | Max Kellermann | 2014-02-07 | 1 | -31/+1 |
| | |||||
* | playlist/CloseSongEnumerator: new wrapper class | Max Kellermann | 2014-02-07 | 1 | -3/+3 |
| | | | | | Simplifies a lot of code, because we don't need to return both the SongEnumerator and the InputStream. | ||||
* | ConfigGlobal: add config_find_block() | Max Kellermann | 2014-01-24 | 1 | -28/+2 |
| | | | Merge duplicate code. | ||||
* | Input*: move to input/ | Max Kellermann | 2014-01-24 | 1 | -1/+1 |
| | |||||
* | Config*: move to config/ | Max Kellermann | 2014-01-24 | 1 | -2/+2 |
| | |||||
* | playlist/*: move to playlist/plugins/ | Max Kellermann | 2014-01-23 | 1 | -0/+335 |