aboutsummaryrefslogtreecommitdiffstats
path: root/src/db_visitor.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* db_print: print absolute URI of playlist entriesMax Kellermann2011-10-081-1/+3
| | | | | | | The protocol mandates that playlist URIs are absolute (i.e. full URI relative to the music directory, not relative to the parent directory). This adds the parameter "directory" to the "playlist" visitor method.
* db_visitor: add method playlist()Max Kellermann2011-09-131-0/+9
|
* database: add struct db_visitorMax Kellermann2011-09-131-0/+43
Use this struct for db_walk().