aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* playlist: corrected shuffle underflow testMax Kellermann2009-01-221-2/+2
* playlist: fix buffer underflow when getting current songMax Kellermann2009-01-221-7/+10
* playlist: convert assertion to check in TAG event handlerMax Kellermann2009-01-211-2/+3
* command: don't restart player in the "status" commandMax Kellermann2009-01-211-1/+3
* playlist: use the "enum player_error" typeMax Kellermann2009-01-211-1/+1
* playlist: free memory with g_free()Max Kellermann2009-01-211-10/+5
* use config_get_positive() instead of manual parsingMax Kellermann2009-01-211-12/+3
* event_pipe: added "TAG" eventMax Kellermann2009-01-201-28/+18
* mapper: make the playlist directory optionalMax Kellermann2009-01-181-0/+3
* conf: use config_get_bool() instead of getBoolConfigParam()Max Kellermann2009-01-171-7/+3
* conf: no CamelCase, part IMax Kellermann2009-01-171-2/+2
* playlist: don't store getBoolConfigParam() in a boolMax Kellermann2009-01-161-3/+5
* playlist: safely search the playlist for deleted songMax Kellermann2009-01-141-1/+1
* playlist: implement Fisher-Yates shuffle properlyMax Kellermann2009-01-131-2/+2
* playlist: pass unsigned integers to playlistInfo()Max Kellermann2009-01-101-14/+6
* playlist: exclude end of rangeMax Kellermann2009-01-101-1/+1
* command: playlistinfo now uses a range argument rather than just a song idThomas Jansen2009-01-101-1/+6
* song: allocate the result of song_get_url()Max Kellermann2009-01-041-24/+28
* playlist: log errors during loadPlaylist()Max Kellermann2009-01-041-3/+2
* playlist: use GLib loggingMax Kellermann2009-01-041-21/+19
* playlist: use uri_has_scheme() instead of isRemoteUrl()Max Kellermann2009-01-041-1/+1
* state_file: errors are non-fatal in read_state_file()Max Kellermann2009-01-031-12/+20
* list: removed linked list libraryMax Kellermann2009-01-021-1/+0
* playlist: use GLib instead of utils.hMax Kellermann2009-01-021-11/+15
* playlist: use g_file_test() instead of stat()Max Kellermann2009-01-011-2/+1
* mapper: allocate playlist path from heapMax Kellermann2009-01-011-4/+6
* command: don't allow adding local files on WIN32Max Kellermann2008-12-301-0/+2
* playlist: use GLib's random number generatorMax Kellermann2008-12-301-7/+10
* removed os_compat.hMax Kellermann2008-12-291-1/+6
* utils: removed myFgets()Max Kellermann2008-12-281-4/+9
* playlist: clear pc.errored_song on deleteMax Kellermann2008-12-171-2/+8
* ls: removed isValidRemoteUtf8Url()Max Kellermann2008-12-161-1/+1
* playlist: call clearPlayerQueue() only if song is queued IIMax Kellermann2008-11-121-14/+10
* playlist: track song metadata changesMax Kellermann2008-11-111-12/+9
* path: moved playlist_dir to mapper.cMax Kellermann2008-10-311-3/+4
* utils: use g_str_has_prefix() instead of prefixcmp()Max Kellermann2008-10-281-8/+8
* stored_playlist: renamed and moved spl_delete() to stored_playlist.cMax Kellermann2008-10-231-14/+0
* stored_playlist: spl_load() returns GPtrArrayMax Kellermann2008-10-231-16/+9
* playlist: unsigned integersMax Kellermann2008-10-231-129/+110
* stored_playlist: moved functions from playlist.cMax Kellermann2008-10-221-28/+0
* stored_playlist: no CamelCaseMax Kellermann2008-10-221-5/+5
* renamed storedPlaylist.c to stored_playlist.cMax Kellermann2008-10-221-1/+1
* playlist: also allow world-readable local filesMax Kellermann2008-10-151-1/+1
* playlist: added support for adding songs not in the music databaseMax Kellermann2008-10-151-0/+26
* playlist: moved code to song_by_url()Max Kellermann2008-10-151-4/+17
* song: added song_in_database()Max Kellermann2008-10-151-8/+7
* locate: use g_utf8_casefold() instead of string_toupper()Max Kellermann2008-10-151-2/+4
* command: added command "idle"Max Kellermann2008-10-141-0/+10
* mapper: new song-to-filesystem mapper libraryMax Kellermann2008-10-141-0/+1
* playlist: moved code to playlist_save.cMax Kellermann2008-10-141-12/+3