aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/LightSong.hxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-08-29Tag: use SignedSongTime for the song durationMax Kellermann1-1/+1
2014-08-28db/LightSong: use std::chrono::duration for start_ms and end_msMax Kellermann1-4/+5
2014-02-04db/LightSong: make "real_uri" a pointerMax Kellermann1-2/+2
Reduce overhead. LightSong can always point to the "real" allocated string.
2014-01-24Database*: move to db/Max Kellermann1-0/+0
2014-01-21LightSong: add attribute "real_uri"Max Kellermann1-0/+10
The UPnP database plugin can now show relative song URIs for remote songs.
2014-01-19LightSong: new class to be used by DatabasePlugin callbacksMax Kellermann1-0/+82
Detach the Song class completely from the public API, only to be used by SimpleDatabase and the update thread.