aboutsummaryrefslogtreecommitdiffstats
path: root/src/PlaylistUpdate.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* DatabasePlugin: split headerMax Kellermann2014-02-191-1/+1
|
* Playlist: pass Database to DatabaseModified()Max Kellermann2014-02-011-8/+2
| | | | Don't use global variable.
* Database*: move to db/Max Kellermann2014-01-241-3/+3
|
* DetachedSong: add attribute "real_uri"Max Kellermann2014-01-211-1/+1
| | | | Prepare for UPnP songs that retain there database identity.
* LightSong: new class to be used by DatabasePlugin callbacksMax Kellermann2014-01-191-3/+3
| | | | | Detach the Song class completely from the public API, only to be used by SimpleDatabase and the update thread.
* Song: embed the Tag object statically into class SongMax Kellermann2014-01-191-3/+1
| | | | | Reduces overhead because we need to manage only one memory allocation. According to valgrind/massif, we save 7%.
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* DetachedSong: fork of struct SongMax Kellermann2014-01-091-6/+7
| | | | | | From now on, struct Song will be used by the database only, and DetachedSong will be used by everybody else. DetachedSong is easier to use, but Song has lower overhead.
* Playlist: refresh new tags after database updateMax Kellermann2013-10-221-0/+80
Fixes regression from commit e96779d.