aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist/PlaylistQueue.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* PlaylistMapper: use class Storage instead of Mapper.cxxMax Kellermann2014-02-071-1/+9
|
* playlist/CloseSongEnumerator: new wrapper classMax Kellermann2014-02-071-7/+2
| | | | | Simplifies a lot of code, because we don't need to return both the SongEnumerator and the InputStream.
* SongLoader: new class that merges duplicate codeMax Kellermann2014-02-031-4/+4
| | | | | There was quite a lot of duplicate code for loading DetachedSong objects, with different semantics for "securely" loading local files.
* Input*: move to input/Max Kellermann2014-01-241-1/+1
|
* playlist/*: move to playlist/plugins/Max Kellermann2014-01-231-0/+90