Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | db_print: print absolute URI of playlist entries | Max Kellermann | 2011-10-08 | 1 | -3/+17 |
| | | | | | | | 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_print: move code to function db_selection_print() | Max Kellermann | 2011-09-13 | 1 | -2/+15 |
| | | | | Use it in handle_lsinfo(), and eliminate some duplicate code. | ||||
* | db_visitor: add method playlist() | Max Kellermann | 2011-09-13 | 1 | -0/+37 |
| | |||||
* | database: don't allow uri==NULL | Max Kellermann | 2011-09-13 | 1 | -1/+1 |
| | | | | Add nonnull attributes and fix all callers. | ||||
* | database: add struct db_visitor | Max Kellermann | 2011-09-13 | 1 | -52/+92 |
| | | | | Use this struct for db_walk(). | ||||
* | dbUtils: move code to db_print.c | Max Kellermann | 2011-09-06 | 1 | -0/+270 |