|
myMPD
Internal API documentation
|
myMPD filesystem API More...
#include "src/lib/mympd_state.h"

Go to the source code of this file.
Functions | |
| sds | mympd_api_browse_filesystem (struct t_mympd_state *mympd_state, struct t_partition_state *partition_state, sds buffer, unsigned request_id, sds path, unsigned offset, unsigned limit, sds searchstr, const struct t_fields *tagcols) |
myMPD filesystem API
| sds mympd_api_browse_filesystem | ( | struct t_mympd_state * | mympd_state, |
| struct t_partition_state * | partition_state, | ||
| sds | buffer, | ||
| unsigned | request_id, | ||
| sds | path, | ||
| unsigned | offset, | ||
| unsigned | limit, | ||
| sds | searchstr, | ||
| const struct t_fields * | tagcols | ||
| ) |
Public functions Lists the entry of directory in the mpd music directory as jsonrpc response Custom order: directories, playlists, songs
| mympd_state | pointer to mympd state |
| partition_state | pointer to the partition state |
| buffer | already allocated sds string to append result |
| request_id | jsonrpc request id |
| path | path to list |
| offset | offset for listing |
| limit | max entries to list |
| searchstr | string to search |
| tagcols | columns to print |