summaryrefslogtreecommitdiff
path: root/playlist.c
Commit message (Expand)AuthorAge
* 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
* removed debug printf from pl_format_titleGravatar waker2011-04-10
* fix selection in search window to be in sync with main listGravatar waker2011-04-10
* don't search in readonly propertiesGravatar waker2011-04-10
* added "albumartist" as output value to %B title formattingGravatar waker2011-04-09
* %B title formatting will show band -> album artist -> artist, whatever is fou...Gravatar waker2011-04-06
* %t title formatting will give filename without ext, if title is not setGravatar waker2011-04-06
* added option to ignore archive files when adding foldersGravatar waker2011-04-05
* use "album artist" instead of "albumartist" in cue parserGravatar waker2011-04-04
* added m3u8 support to radio playlist loader; also fixed couple of bugsGravatar waker2011-04-04
* m3u: removed file size limitation on playlist filesGravatar waker2011-04-04
* added plugin-based playlist exportingGravatar waker2011-03-29
* fix race condition in pl_format_item_queueGravatar waker2011-03-28
* save/load playlist metadataGravatar waker2011-03-27
* initial support for playlist metadataGravatar waker2011-03-26
* title formatting: prefix 0-9 track numbers (%n) with 0, to improve sorting an...Gravatar waker2011-03-26
* got rid of filetype field in playitem structureGravatar waker2011-03-24