11#ifndef MYMPD_MPD_CLIENT_SHORTCUTS_H
12#define MYMPD_MPD_CLIENT_SHORTCUTS_H
18 unsigned to,
unsigned whence, sds *error);
20 sds album_id,
unsigned to,
unsigned whence, sds *error);
22 struct t_list *albumids,
unsigned to,
unsigned whence, sds *error);
Central myMPD state for the mympd_api thread.
bool mympd_client_add_album_to_queue(struct t_partition_state *partition_state, struct t_cache *album_cache, sds album_id, unsigned to, unsigned whence, sds *error)
Definition shortcuts.c:88
bool mympd_client_command_list_end_check(struct t_partition_state *partition_state)
Definition shortcuts.c:28
bool mympd_client_add_albums_to_queue(struct t_partition_state *partition_state, struct t_cache *album_cache, struct t_list *albumids, unsigned to, unsigned whence, sds *error)
Definition shortcuts.c:115
bool mympd_client_add_uris_to_queue(struct t_partition_state *partition_state, struct t_list *uris, unsigned to, unsigned whence, sds *error)
Definition shortcuts.c:45
Definition cache_rax.h:22
Definition mympd_state.h:114