aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist/PlaylistMapper.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* PlaylistMapper: use map_spl_utf8_to_fs()Max Kellermann2014-05-101-10/+2
| | | | | | Eliminates some overhead and some duplicate code, and fixes a serious bug: the old code did not append the ".m3u" suffix, and thus the "load" command was completely broken for stored playlists. D'oh!
* PlaylistMapper: use class Storage instead of Mapper.cxxMax Kellermann2014-02-071-6/+19
|
* Playlist{Any,Registry,Mapper}: move functions to PlaylistStream.cxxMax Kellermann2014-02-071-10/+1
|
* playlist/CloseSongEnumerator: new wrapper classMax Kellermann2014-02-071-18/+11
| | | | | Simplifies a lot of code, because we don't need to return both the SongEnumerator and the InputStream.
* db: add compile-time option to disable databaseMax Kellermann2014-01-301-0/+6
|
* playlist/*: move to playlist/plugins/Max Kellermann2014-01-231-0/+102