summaryrefslogtreecommitdiff
path: root/playlist.c
Commit message (Expand)AuthorAge
* added filename handling to search_processGravatar waker2012-05-16
* fixed plt_search_process bug which was creating single-linked list instead of...Gravatar waker2012-04-25
* fixed ignoring cuesheet and log in searchGravatar waker2012-04-23
* added random sort (based on patch from defusix)Gravatar waker2012-04-06
* updated (c) year to 2012 in the sourcesGravatar waker2012-03-24
* fixed minor cue parsing bugGravatar waker2012-03-11
* added a few missing returnsGravatar waker2012-02-02
* added hack for loading playlists from zip filesGravatar waker2012-01-08
* fixed filehandle leak in plt_load;Gravatar waker2011-12-29
* fixed clearing playqueue on exitGravatar waker2011-11-27
* title formatting: added %L %X %Z for 'selected playback length', 'selected tr...Gravatar waker2011-11-26
* allow blank values in config variablesGravatar waker2011-11-26
* added album artist support to shuffle albums modeGravatar waker2011-11-18
* deleted legacy m3u and pls parsers; fixed bug in uri checker which was failin...Gravatar waker2011-11-14
* minor optimization to shuffle albumsGravatar waker2011-10-23
* after switching to shuffle-albums mode, while playing a track, mark all previ...Gravatar waker2011-10-23
* dont't remove moved tracks from playqueueGravatar waker2011-10-13
* ignore cuesheet if any cue track is out of time bounds of the audio fileGravatar waker2011-10-02
* added experimental support for metadata overrides.Gravatar waker2011-10-01
* merge new APIs for 0.5.2 from develGravatar waker2011-09-30
* disabled built-in pls/m3u codeGravatar waker2011-09-30
* disable loading m3u/pls playlist using "open file(s)/folder(s)", always using...Gravatar waker2011-09-29
* fixed memleak caused by tooltip handlerGravatar waker2011-09-18
* fixed crash on malformed cuesheet filesGravatar waker2011-08-31
* OpenIndian b148 support (and perhaps other Solaris builds).Gravatar Kevin van der Vlist2011-06-12
* few fixes to make it possible to reinitialize player after complete shutdown,...Gravatar waker2011-06-12
* unbreak shuffleGravatar waker2011-05-22
* minor bugfix in pl_set_orderGravatar waker2011-05-22
* changed cue loader to use VFS, for reading from archivesGravatar waker2011-05-22
* remove bogus printf from init_shuffle_albumsGravatar waker2011-05-20
* set initial item duration to -1Gravatar waker2011-05-20
* in shuffle albums mode, skip previous album tracks if user selects track manu...Gravatar waker2011-05-20
* call streamer_notify_playlist_deleted from plt_remove, instead of plt_freeGravatar waker2011-05-16
* fixed several pl_lock race conditions in streamer;Gravatar waker2011-05-14
* fixed several memleaks in gtkuiGravatar waker2011-05-14
* added remaining plt_* replacements; minor fixupsGravatar waker2011-05-10
* added several new plt_* functions to work on specific playlistsGravatar waker2011-05-10
* lock playlist in pl_get_totaltimeGravatar waker2011-05-09
* changed few old-style pl_* functions which were working with current playlist...Gravatar waker2011-05-08
* converter pl_sort into plt_sortGravatar waker2011-05-08
* moved playtime and started_timestamp from playitem to streamer global variables;Gravatar waker2011-05-04
* fixed m3u loader race condition when called recursivelyGravatar waker2011-05-01
* changed some API entry points to make it possible working with specific playl...Gravatar waker2011-04-29
* fixed zero-length last track after dragndrop-opening pls fileGravatar waker2011-04-27
* added progress dialog to pls and m3u loadersGravatar waker2011-04-27
* fixed bug which led to auto-saving current playlist to all playlist filesGravatar waker2011-04-27
* optimized searchGravatar waker2011-04-26
* new future-proof playlist API, potentially reducing locking, and allowing mor...Gravatar waker2011-04-25
* fixed opening pls and m3u playlists from drag-n-dropped urlsGravatar waker2011-04-25
* allow unquoted single-word strings in cuesheetsGravatar waker2011-04-25