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

Go to the source code of this file.
Functions | |
| sds | mympd_api_song_details (struct t_mympd_state *mympd_state, struct t_partition_state *partition_state, sds buffer, unsigned request_id, const char *uri) |
| sds | mympd_api_song_comments (struct t_partition_state *partition_state, sds buffer, unsigned request_id, const char *uri) |
myMPD song API
| sds mympd_api_song_comments | ( | struct t_partition_state * | partition_state, |
| sds | buffer, | ||
| unsigned | request_id, | ||
| const char * | uri | ||
| ) |
Gets the comments from a song
| partition_state | pointer to partition state |
| buffer | already allocated sds string to append the response |
| request_id | jsonrpc request id |
| uri | song uri |
| sds mympd_api_song_details | ( | struct t_mympd_state * | mympd_state, |
| struct t_partition_state * | partition_state, | ||
| sds | buffer, | ||
| unsigned | request_id, | ||
| const char * | uri | ||
| ) |
Gets the song details, tags and stickers
| mympd_state | pointer to mympd state |
| partition_state | pointer to partition state |
| buffer | already allocated sds string to append the response |
| request_id | jsonrpc request id |
| uri | song uri |