Custom playlist behaviour routines. More...

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. | |
| 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 | |
| int | playq_repeat |
| Flag whether repeat is turned on by the user. | |
Custom playlist behaviour routines.
Definition in file playq_modules.h.
1.6.3