|
MPD
0.17~git
|
#include <db_selection.h>
Data Fields | |
| const char * | uri |
| The base URI of the search (UTF-8). | |
| bool | recursive |
| Recursively search all sub directories? | |
Definition at line 30 of file db_selection.h.
Recursively search all sub directories?
Definition at line 41 of file db_selection.h.
| const char* db_selection::uri |
The base URI of the search (UTF-8).
Must not begin or end with a slash. NULL or an empty string searches the whole database.
Definition at line 36 of file db_selection.h.
1.7.5.1