aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-01-18mapper: make the playlist directory optionalMax Kellermann1-0/+3
2009-01-17conf: use config_get_bool() instead of getBoolConfigParam()Max Kellermann1-7/+3
2009-01-17conf: no CamelCase, part IMax Kellermann1-2/+2
2009-01-16playlist: don't store getBoolConfigParam() in a boolMax Kellermann1-3/+5
2009-01-14playlist: safely search the playlist for deleted songMax Kellermann1-1/+1
2009-01-13playlist: implement Fisher-Yates shuffle properlyMax Kellermann1-2/+2
2009-01-10playlist: pass unsigned integers to playlistInfo()Max Kellermann1-14/+6
2009-01-10playlist: exclude end of rangeMax Kellermann1-1/+1
2009-01-10command: playlistinfo now uses a range argument rather than just a song idThomas Jansen1-1/+6
2009-01-04song: allocate the result of song_get_url()Max Kellermann1-24/+28
2009-01-04playlist: log errors during loadPlaylist()Max Kellermann1-3/+2
2009-01-04playlist: use GLib loggingMax Kellermann1-21/+19
2009-01-04playlist: use uri_has_scheme() instead of isRemoteUrl()Max Kellermann1-1/+1
2009-01-03state_file: errors are non-fatal in read_state_file()Max Kellermann1-12/+20
2009-01-02list: removed linked list libraryMax Kellermann1-1/+0
2009-01-02playlist: use GLib instead of utils.hMax Kellermann1-11/+15
2009-01-01playlist: use g_file_test() instead of stat()Max Kellermann1-2/+1
2009-01-01mapper: allocate playlist path from heapMax Kellermann1-4/+6
2008-12-30command: don't allow adding local files on WIN32Max Kellermann1-0/+2
2008-12-30playlist: use GLib's random number generatorMax Kellermann1-7/+10
2008-12-29removed os_compat.hMax Kellermann1-1/+6
2008-12-28utils: removed myFgets()Max Kellermann1-4/+9
2008-12-17playlist: clear pc.errored_song on deleteMax Kellermann1-2/+8
2008-12-16ls: removed isValidRemoteUtf8Url()Max Kellermann1-1/+1
2008-11-12playlist: call clearPlayerQueue() only if song is queued IIMax Kellermann1-14/+10
2008-11-11playlist: track song metadata changesMax Kellermann1-12/+9
2008-10-31path: moved playlist_dir to mapper.cMax Kellermann1-3/+4
2008-10-28utils: use g_str_has_prefix() instead of prefixcmp()Max Kellermann1-8/+8
2008-10-23stored_playlist: renamed and moved spl_delete() to stored_playlist.cMax Kellermann1-14/+0
2008-10-23stored_playlist: spl_load() returns GPtrArrayMax Kellermann1-16/+9
2008-10-23playlist: unsigned integersMax Kellermann1-129/+110
2008-10-22stored_playlist: moved functions from playlist.cMax Kellermann1-28/+0
2008-10-22stored_playlist: no CamelCaseMax Kellermann1-5/+5
2008-10-22renamed storedPlaylist.c to stored_playlist.cMax Kellermann1-1/+1
2008-10-15playlist: also allow world-readable local filesMax Kellermann1-1/+1
2008-10-15playlist: added support for adding songs not in the music databaseMax Kellermann1-0/+26
2008-10-15playlist: moved code to song_by_url()Max Kellermann1-4/+17
2008-10-15song: added song_in_database()Max Kellermann1-8/+7
2008-10-15locate: use g_utf8_casefold() instead of string_toupper()Max Kellermann1-2/+4
2008-10-14command: added command "idle"Max Kellermann1-0/+10
2008-10-14mapper: new song-to-filesystem mapper libraryMax Kellermann1-0/+1
2008-10-14playlist: moved code to playlist_save.cMax Kellermann1-12/+3
2008-10-13playlist: don't use isPlaylist() in deletePlaylist()Max Kellermann1-4/+3
2008-10-12player: added commands QUEUE and CANCELMax Kellermann1-45/+4
2008-10-12playlist: call clearPlayerQueue() only if song is queuedMax Kellermann1-23/+15
2008-10-09database: renamed get_get_song() to db_get_song()Max Kellermann1-3/+3
2008-10-08database: renamed functions, "db_" prefix and no CamelCaseMax Kellermann1-3/+3
2008-10-08directory: moved code to database.cMax Kellermann1-1/+1
2008-10-08song: removed CamelCaseMax Kellermann1-16/+16
2008-10-08song: replaced all song constructorsMax Kellermann1-2/+2