aboutsummaryrefslogtreecommitdiffstats
path: root/src/Song.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ProxyDatabase: pass "detached" objects to visitorsMax Kellermann2012-08-151-1/+9
| | | | Fixes wrong object URIs with duplicate base names.
* Song: add function song_dup_detached()Max Kellermann2012-08-151-0/+36
| | | | | Initial support for "detached" songs that come from the database, but are private copies.
* Song: add function song_equals()Max Kellermann2012-08-151-0/+27
| | | | | decoder_is_current_song() now recognizes different instances of the same physical song.
* song: use C++ compilerMax Kellermann2012-08-081-0/+110