Go to the source code of this file.
|
int | printAllIn (struct client *client, const char *name) |
|
int | addAllIn (const char *name) |
|
int | addAllInToStoredPlaylist (const char *name, const char *utf8file) |
|
int | printInfoForAllIn (struct client *client, const char *name) |
|
int | searchForSongsIn (struct client *client, const char *name, const struct locate_item_list *criteria) |
|
int | findSongsIn (struct client *client, const char *name, const struct locate_item_list *criteria) |
|
int | findAddIn (struct client *client, const char *name, const struct locate_item_list *criteria) |
|
int | searchStatsForSongsIn (struct client *client, const char *name, const struct locate_item_list *criteria) |
|
unsigned long | sumSongTimesIn (const char *name) |
|
int | listAllUniqueTags (struct client *client, int type, const struct locate_item_list *criteria) |
|
int addAllIn |
( |
const char * |
name | ) |
|
int addAllInToStoredPlaylist |
( |
const char * |
name, |
|
|
const char * |
utf8file |
|
) |
| |
int printAllIn |
( |
struct client * |
client, |
|
|
const char * |
name |
|
) |
| |
int printInfoForAllIn |
( |
struct client * |
client, |
|
|
const char * |
name |
|
) |
| |
int searchStatsForSongsIn |
( |
struct client * |
client, |
|
|
const char * |
name, |
|
|
const struct locate_item_list * |
criteria |
|
) |
| |
unsigned long sumSongTimesIn |
( |
const char * |
name | ) |
|