Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | db_print: print absolute URI of playlist entries | Max Kellermann | 2011-10-08 | 1 | -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 Kellermann | 2011-09-13 | 1 | -0/+9 |
| | |||||
* | database: add struct db_visitor | Max Kellermann | 2011-09-13 | 1 | -0/+43 |
Use this struct for db_walk(). |