|
MPD
0.17~git
|
Glue between playlist plugin and the play queue. More...
Go to the source code of this file.
Functions | |
| enum playlist_result | playlist_load_into_queue (const char *uri, struct playlist_provider *source, struct playlist *dest, struct player_control *pc, bool secure) |
| Loads the contents of a playlist and append it to the specified play queue. | |
| enum playlist_result | playlist_open_into_queue (const char *uri, struct playlist *dest, struct player_control *pc, bool secure) |
| Opens a playlist with a playlist plugin and append to the specified play queue. | |
Glue between playlist plugin and the play queue.
Definition in file playlist_queue.h.
| enum playlist_result playlist_load_into_queue | ( | const char * | uri, |
| struct playlist_provider * | source, | ||
| struct playlist * | dest, | ||
| struct player_control * | pc, | ||
| bool | secure | ||
| ) |
Loads the contents of a playlist and append it to the specified play queue.
| uri | the URI of the playlist, used to resolve relative song URIs |
| enum playlist_result playlist_open_into_queue | ( | const char * | uri, |
| struct playlist * | dest, | ||
| struct player_control * | pc, | ||
| bool | secure | ||
| ) |
Opens a playlist with a playlist plugin and append to the specified play queue.
1.7.5.1