Go to the source code of this file.
|
xmms_playlist_t * | xmms_playlist_init (void) |
| Initializes a new xmms_playlist_t. More...
|
|
gboolean | xmms_playlist_advance (xmms_playlist_t *playlist) |
| Go to next song in playlist according to current playlist mode. More...
|
|
xmms_medialib_entry_t | xmms_playlist_current_entry (xmms_playlist_t *playlist) |
| Retrieve the currently active xmms_medialib_entry_t. More...
|
|
void | xmms_playlist_add_entry_unlocked (xmms_playlist_t *playlist, const const gchar *plname, xmmsv_coll_t *plcoll, xmms_medialib_entry_t file, xmms_error_t *err) |
|
GList * | xmms_playlist_list (xmms_playlist_t *playlist, const gchar *plname, xmms_error_t *err) |
|
gboolean | xmms_playlist_remove_by_entry (xmms_playlist_t *playlist, xmms_medialib_entry_t entry) |
| Remove all additions of entry in the playlist. More...
|
|
void | xmms_playlist_add_entry (xmms_playlist_t *playlist, const gchar *plname, xmms_medialib_entry_t file, xmms_error_t *err) |
| Add an entry to the playlist without validating it. More...
|
|
void | xmms_playlist_insert_entry (xmms_playlist_t *playlist, const gchar *plname, guint32 pos, xmms_medialib_entry_t file, xmms_error_t *err) |
| Insert an entry at a given position in the playlist without validating it. More...
|
|
xmms_mediainfo_reader_t * | xmms_playlist_mediainfo_reader_get (xmms_playlist_t *playlist) |
| returns pointer to mediainfo reader. More...
|
|
GTree * | xmms_playlist_changed_msg_new (xmms_playlist_t *playlist, xmms_playlist_changed_actions_t type, xmms_medialib_entry_t id, const gchar *plname) |
|
void | xmms_playlist_changed_msg_send (xmms_playlist_t *playlist, GTree *dict) |
|
◆ XMMS_DEFAULT_PARTYSHUFFLE_UPCOMING
#define XMMS_DEFAULT_PARTYSHUFFLE_UPCOMING 10 |
◆ XMMS_MAX_INT_ATTRIBUTE_LEN
#define XMMS_MAX_INT_ATTRIBUTE_LEN 64 |
◆ XMMS_MAX_URI_LEN
#define XMMS_MAX_URI_LEN 1024 |
◆ XMMS_MEDIA_DATA_LEN
#define XMMS_MEDIA_DATA_LEN 1024 |
◆ XMMS_PLAYLIST_COLLECTION_CHANGED_MSG
◆ xmms_playlist_t
◆ xmms_playlist_add_entry_unlocked()
◆ xmms_playlist_changed_msg_new()
◆ xmms_playlist_changed_msg_send()
void xmms_playlist_changed_msg_send |
( |
xmms_playlist_t * |
playlist, |
|
|
GTree * |
dict |
|
) |
| |
◆ xmms_playlist_list()