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

Go to the source code of this file.
Functions | |
| sds | mympd_worker_song_fingerprint (struct t_partition_state *partition_state, sds buffer, unsigned request_id, const char *uri) |
MPD song functions.
| sds mympd_worker_song_fingerprint | ( | struct t_partition_state * | partition_state, |
| sds | buffer, | ||
| unsigned | request_id, | ||
| const char * | uri | ||
| ) |
Gets the chromaprint fingerprint for the song
| partition_state | pointer to partition state |
| buffer | already allocated sds string to append the response |
| request_id | jsonrpc request id |
| uri | song uri |