aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist/PlaylistStream.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* PlaylistStream: use OpenLocalInputStream()Max Kellermann2014-10-021-5/+3
|
* PlaylistStream: pass Path instance to playlist_open_path()Max Kellermann2014-10-021-7/+14
| | | | | Convert filesystem charset to UTF-8 for playlist_list_open_uri(). This fixes one of many remaining charset bugs.
* InputStream: add virtual destructorMax Kellermann2014-05-111-2/+2
| | | Replaces the method Close().
* Playlist{Any,Registry,Mapper}: move functions to PlaylistStream.cxxMax Kellermann2014-02-071-0/+93