Party-mode 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_party_give (void) |
| Herrie's routine to fetch the next song from the playlist (always the first song). | |
| void | playq_party_idle (void) |
| Herrie's idle indication function. | |
| int | playq_party_select (struct vfsref *vr) |
| Herrie's song selection routine (bogus with Herrie, because we always start the first song). | |
| int | playq_party_next (void) |
| Herrie's routine to switch to the next function. | |
| int | playq_party_prev (void) |
| Herrie's routine to switch to the previous function. | |
| void | playq_party_notify_pre_removal (struct vfsref *vr) |
| Herrie's notification that a song is about to be deleted. | |
Party-mode playlist handling.
Definition in file playq_party.c.
1.6.3