|
libmpd
0.20.0
|
Functions | |
| int | mpd_playlist_mpd_queue_add (MpdObj *mi, int songid) |
| int | mpd_playlist_mpd_queue_remove (MpdObj *mi, int songpos) |
| int | mpd_playlist_load (MpdObj *mi, const char *path) |
Allow control of MPD new queue system
| int mpd_playlist_load | ( | MpdObj * | mi, |
| const char * | path | ||
| ) |
| mi | a MpdObj |
| path | The path to a playlist to load |
This queues a load command. The actual load isn't done until mpd_playlist_queue_commit is called
| int mpd_playlist_mpd_queue_add | ( | MpdObj * | mi, |
| int | songid | ||
| ) |