summaryrefslogtreecommitdiff
path: root/src/playlist.c
AgeCommit message (Expand)Author
2009-01-14playlist: safely search the playlist for deleted songMax Kellermann
2009-01-13playlist: implement Fisher-Yates shuffle properlyMax Kellermann
2009-01-13playlist: use GLib's random number generatorMax Kellermann
2009-01-13playlist: log errors during loadPlaylist()Max Kellermann
2008-12-17playlist: clear pc.errored_song on deleteMax Kellermann
2008-12-16ls: removed isValidRemoteUtf8Url()Max Kellermann
2008-11-12playlist: call clearPlayerQueue() only if song is queued IIMax Kellermann
2008-11-11playlist: track song metadata changesMax Kellermann
2008-10-31path: moved playlist_dir to mapper.cMax Kellermann
2008-10-28utils: use g_str_has_prefix() instead of prefixcmp()Max Kellermann
2008-10-23stored_playlist: renamed and moved spl_delete() to stored_playlist.cMax Kellermann
2008-10-23stored_playlist: spl_load() returns GPtrArrayMax Kellermann
2008-10-23playlist: unsigned integersMax Kellermann
2008-10-22stored_playlist: moved functions from playlist.cMax Kellermann
2008-10-22stored_playlist: no CamelCaseMax Kellermann
2008-10-22renamed storedPlaylist.c to stored_playlist.cMax Kellermann
2008-10-15playlist: also allow world-readable local filesMax Kellermann
2008-10-15playlist: added support for adding songs not in the music databaseMax Kellermann
2008-10-15playlist: moved code to song_by_url()Max Kellermann
2008-10-15song: added song_in_database()Max Kellermann
2008-10-15locate: use g_utf8_casefold() instead of string_toupper()Max Kellermann
2008-10-14command: added command "idle"Max Kellermann
2008-10-14mapper: new song-to-filesystem mapper libraryMax Kellermann
2008-10-14playlist: moved code to playlist_save.cMax Kellermann
2008-10-13playlist: don't use isPlaylist() in deletePlaylist()Max Kellermann
2008-10-12player: added commands QUEUE and CANCELMax Kellermann
2008-10-12playlist: call clearPlayerQueue() only if song is queuedMax Kellermann
2008-10-09database: renamed get_get_song() to db_get_song()Max Kellermann
2008-10-08database: renamed functions, "db_" prefix and no CamelCaseMax Kellermann
2008-10-08directory: moved code to database.cMax Kellermann
2008-10-08song: removed CamelCaseMax Kellermann
2008-10-08song: replaced all song constructorsMax Kellermann
2008-10-08playlist: simplified setPlaylistRandomStatus()Max Kellermann
2008-10-08use the "bool" data type instead of "int"Max Kellermann
2008-10-08song: converted typedef Song to struct songMax Kellermann
2008-10-07song: replace printSong* with song_print_*Eric Wong
2008-10-06song: stop storing song_typeEric Wong
2008-09-29switch to C99 types, part IIMax Kellermann
2008-09-29playlist: deleteASongFromPlaylist takes a const Song *Eric Wong
2008-09-23start using prefixcmp()Eric Wong
2008-09-07playlist: replaced song_id_exists() with song_id_to_position()Max Kellermann
2008-09-07playlist: don't pass "fd" to showPlaylist(), playlistChangesPosId()Max Kellermann
2008-09-07playlist: added playlist_save()Max Kellermann
2008-09-07playlist: pass struct client to loadPlaylist()Max Kellermann
2008-09-07pass "struct client" to dbUtils.c, song.c, tag_print.cMax Kellermann
2008-09-07playlist: PlaylistInfo() does not call commandError()Max Kellermann
2008-09-07playlist: don't pass "fd" to storedPlaylist.c functionsMax Kellermann
2008-09-07playlist: don't pass "fd" to playlist.c functionsMax Kellermann
2008-09-07playlist: showPlaylist() and shufflePlaylist() cannot failMax Kellermann
2008-09-07playlist: moved "repeat" and "random" value checks to command.cMax Kellermann