libmpd
0.19.0
|
Functions | |
int | mpd_playlist_mpd_queue_add (MpdObj *mi, int songid) |
int | mpd_playlist_mpd_queue_remove (MpdObj *mi, int songpos) |
Allow control of MPD new queue system
int mpd_playlist_mpd_queue_add | ( | MpdObj * | mi, |
int | songid | ||
) |
mi | a #MpdObj |
songid | the id of the song to add |
Add the song from the playlist with id songid.
int mpd_playlist_mpd_queue_remove | ( | MpdObj * | mi, |
int | songpos | ||
) |
mi | a #MpdObj |
songpos | the pos of the song to remove |
Removes the song from the queue at position songpos