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:265
void mympd_api_jukebox_clear(struct t_list *list, sds partition_name)
Definition jukebox.c:33
bool mympd_api_jukebox_append_uris(struct t_partition_state *partition_state, struct t_list *uris)
Definition jukebox.c:92
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:76
bool mympd_api_jukebox_rm_entries(struct t_list *list, struct t_list *positions, sds partition_name, sds *error)
Definition jukebox.c:47
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:121
Central myMPD state for the mympd_api thread.
Definition cache_rax.h:22
Definition mympd_state.h:114
Definition mympd_state.h:166