Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PlaylistSong: always merge tags and LastModified | Max Kellermann | 2014-07-12 | 1 | -12/+2 |
| | |||||
* | PlaylistSong, CueParser: don't override Tag::time | Max Kellermann | 2014-07-12 | 1 | -9/+0 |
| | | | | | Now that Song::GetDuration() is used (which considers start_ms and end_ms), we don't need to override the Tag's duration value. | ||||
* | PlaylistSong: copy the "real" URI | Max Kellermann | 2014-02-10 | 1 | -0/+3 |
| | | | | | Playback with some decoder plugins was broken because the Queue's DetachedSong instances did not have the "real" URI (the mapped path). | ||||
* | PlaylistSong: include cleanup | Max Kellermann | 2014-02-07 | 1 | -2/+0 |
| | |||||
* | SongLoader: new class that merges duplicate code | Max Kellermann | 2014-02-03 | 1 | -53/+14 |
| | | | | | There was quite a lot of duplicate code for loading DetachedSong objects, with different semantics for "securely" loading local files. | ||||
* | db: add compile-time option to disable database | Max Kellermann | 2014-01-30 | 1 | -0/+4 |
| | |||||
* | Database*: move to db/ | Max Kellermann | 2014-01-24 | 1 | -1/+1 |
| | |||||
* | playlist/*: move to playlist/plugins/ | Max Kellermann | 2014-01-23 | 1 | -0/+131 |