XMMS-style playlist handling. More...
#include "stdinc.h"#include "gui.h"#include "playq.h"#include "playq_modules.h"#include "vfs.h"
Go to the source code of this file.
Functions | |
| struct vfsref * | playq_xmms_give (void) |
| XMMS-like function that retreives the next song from the playlist. | |
| void | playq_xmms_idle (void) |
| XMMS-like function to notify that playback is going idle. | |
| int | playq_xmms_select (struct vfsref *vr) |
| XMMS-like function to start playback of a specific song. | |
| int | playq_xmms_next (void) |
| XMMS-like function that switches playback to the next song. | |
| int | playq_xmms_prev (void) |
| XMMS-like function that switches playback to the previous song. | |
| void | playq_xmms_notify_pre_removal (struct vfsref *vr) |
| XMMS-like notification that a song is about to be deleted. | |
Variables | |
| static struct vfsref * | cursong = NULL |
| Currently played song. | |
| static struct vfsref * | selectsong = NULL |
| Used-specified song that should be played next. | |
XMMS-style playlist handling.
Definition in file playq_xmms.c.
1.6.3