summaryrefslogtreecommitdiff
path: root/playlist.c
Commit message (Expand)AuthorAge
* 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
* improved plugin API versioning;Gravatar waker2011-04-25
* added support for reading ddb playlists in format v1.3Gravatar waker2011-04-22
* fixed replaygain info display when not present in fileGravatar waker2011-04-18
* get rid of some legacy events;Gravatar waker2011-04-16
* replaygain: added fallback mode that will use album gain, if track gain was n...Gravatar waker2011-04-16
* more unification work on event systemGravatar waker2011-04-14
* new event passing systemGravatar waker2011-04-14
* got rid of plt_lock and global_lock in favor of just using pl_lock for all pl...Gravatar waker2011-04-13
* intermediate fix to playlist/streamer/plugevent mutex race conditionsGravatar waker2011-04-12