aboutsummaryrefslogtreecommitdiff
path: root/src/playlist.c
Commit message (Expand)AuthorAge
* playlist: moved is_valid_playlist_name() to stored_playlist.cMax Kellermann2009-01-25
* playlist: moved savePlaylist() and loadPlaylsit() to playlist_save.cMax Kellermann2009-01-25
* playlist: removed g_rand, PLAYLIST_HASH_MULTMax Kellermann2009-01-25
* queue: added queue_shuffle_order_last()Max Kellermann2009-01-25
* stored_playlist: moved configuration variables from playlist.cMax Kellermann2009-01-25
* playlist: removed locate functions to queue_print.cMax Kellermann2009-01-24
* locate: renamed LocateTagItem to "struct locate_item"Max Kellermann2009-01-24
* command: use queue_print_*()Max Kellermann2009-01-24
* playlist: added playlist_get_queue()Max Kellermann2009-01-24
* playlist: renamed the Playlist typedef to "struct playlist"Max Kellermann2009-01-24
* playlist: moved stopOnError and errorCount into struct playlistMax Kellermann2009-01-24
* playlist: restore random mode after playlist is loadedMax Kellermann2009-01-23
* playlist: removed song_id_to_position()Max Kellermann2009-01-23
* playlist: fix "clear" crash in random modeMax Kellermann2009-01-23
* playlist: moved saving/loading code to queue_save.cMax Kellermann2009-01-23
* playlist: moved PlaylistInfo() to playlist_print.cMax Kellermann2009-01-23
* playlist: moved some printing code to queue_print.cMax Kellermann2009-01-23
* playlist: pass const pointers to search functionsMax Kellermann2009-01-23
* playlist: removed swapSongs()Max Kellermann2009-01-23
* playlist: don't unpause on deleteMax Kellermann2009-01-23
* playlist: added source commentsMax Kellermann2009-01-23
* playlist: assert in playPlaylistIfPlayerStopped()Max Kellermann2009-01-23
* playlist: don't shuffle if not in random modeMax Kellermann2009-01-23
* playlist: removed unreachable "playing" checkMax Kellermann2009-01-23
* playlist: removed stopOnError flag from playPlaylist()Max Kellermann2009-01-23
* playlist: restart playing in deleteFromPlaylist()Max Kellermann2009-01-23
* playlist: calculate next song before deleting the current oneMax Kellermann2009-01-23
* playlist: return early from shufflePlaylist()Max Kellermann2009-01-23
* playlist: replaced playlist_state with flag playlist.playingMax Kellermann2009-01-23
* queue: added queue_shuffle_order()Max Kellermann2009-01-23
* playlist: check if repeat mode changesMax Kellermann2009-01-23
* playlist: recalculate the queued song after random is toggledMax Kellermann2009-01-23
* playlist: moved code to playlist_queue_song_order()Max Kellermann2009-01-23
* playlist: moved code to queue.cMax Kellermann2009-01-22
* playlist: corrected shuffle underflow testMax Kellermann2009-01-22
* playlist: fix buffer underflow when getting current songMax Kellermann2009-01-22
* playlist: convert assertion to check in TAG event handlerMax Kellermann2009-01-21
* command: don't restart player in the "status" commandMax Kellermann2009-01-21
* playlist: use the "enum player_error" typeMax Kellermann2009-01-21
* playlist: free memory with g_free()Max Kellermann2009-01-21
* use config_get_positive() instead of manual parsingMax Kellermann2009-01-21
* event_pipe: added "TAG" eventMax Kellermann2009-01-20
* mapper: make the playlist directory optionalMax Kellermann2009-01-18
* conf: use config_get_bool() instead of getBoolConfigParam()Max Kellermann2009-01-17
* conf: no CamelCase, part IMax Kellermann2009-01-17
* playlist: don't store getBoolConfigParam() in a boolMax Kellermann2009-01-16
* playlist: safely search the playlist for deleted songMax Kellermann2009-01-14
* playlist: implement Fisher-Yates shuffle properlyMax Kellermann2009-01-13
* playlist: pass unsigned integers to playlistInfo()Max Kellermann2009-01-10
* playlist: exclude end of rangeMax Kellermann2009-01-10