|
myMPD
Internal API documentation
|
MPD song functions. More...
#include "compile_time.h"#include "src/mympd_worker/song.h"#include "src/lib/json/json_print.h"#include "src/lib/json/json_rpc.h"#include "src/mympd_client/errorhandler.h"
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 |