11#ifndef MYMPD_API_JUKEBOX_H
12#define MYMPD_API_JUKEBOX_H
21 unsigned offset,
unsigned limit, sds expression,
const struct t_fields *tagcols);
mympd_cmd_ids
Definition api.h:266
void mympd_api_jukebox_clear(struct t_list *list, sds partition_name)
Definition jukebox.c:32
bool mympd_api_jukebox_append_uris(struct t_partition_state *partition_state, struct t_list *uris)
Definition jukebox.c:91
sds mympd_api_jukebox_length(struct t_partition_state *partition_state, sds buffer, enum mympd_cmd_ids cmd_id, unsigned request_id)
Definition jukebox.c:75
bool mympd_api_jukebox_rm_entries(struct t_list *list, struct t_list *positions, sds partition_name, sds *error)
Definition jukebox.c:46
sds mympd_api_jukebox_list(struct t_partition_state *partition_state, struct t_stickerdb_state *stickerdb, struct t_cache *album_cache, sds buffer, enum mympd_cmd_ids cmd_id, unsigned request_id, unsigned offset, unsigned limit, sds expression, const struct t_fields *tagcols)
Definition jukebox.c:120
Central myMPD state for the mympd_api thread.
Definition cache_rax.h:22
Definition partition_state.h:27
Definition stickerdb_state.h:21