summaryrefslogtreecommitdiff
path: root/playlist.c
Commit message (Collapse)AuthorAge
* pltbrowser: drag-n-dropGravatar waker2013-08-25
|
* cue: fixed reading unquoted values with spacesGravatar waker2012-11-30
|
* fixed %Z title formatting crashGravatar waker2012-11-09
|
* Merge branch 'master' into develGravatar waker2012-10-19
|\ | | | | | | | | | | | | Conflicts: configure.ac streamer.c streamer.h
| * fixed redrawing playlist after files have been addedGravatar waker2012-10-16
| |
| * changed license to ZLIB on all core filesGravatar waker2012-10-15
| |
| * fixed updating streamer playlist after moving current playing track to ↵Gravatar waker2012-10-07
| | | | | | | | another playlist
* | Merge branch 'master' into develGravatar waker2012-10-05
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: README configure.ac deadbeef.h plugins.c plugins/gtkui/Makefile.am plugins/gtkui/ddbcellrenderertextmultiline.c plugins/gtkui/ddblistview.c plugins/gtkui/deadbeef.glade plugins/gtkui/gtkui.c plugins/gtkui/interface.c plugins/gtkui/plcommon.c plugins/shellexec/shellexec.c plugins/supereq/Makefile.am
| * fixed bug in the shuffle albums mode, which would crash the player if a ↵Gravatar waker2012-10-01
| | | | | | | | current track was paused, then deleted
| * fixed resuming in shuffle-albums modeGravatar waker2012-09-13
| |
| * cue: better trace messageGravatar waker2012-09-10
| |
| * added fwd-slash escaping support to title formatter using "%/"Gravatar waker2012-09-07
| |
| * show "" instead of "?" when the field is not found in metadataGravatar waker2012-09-06
| |
| * a bit more tracingGravatar waker2012-09-04
| |
| * minor cuesheet optimizationGravatar waker2012-08-24
| |
| * minor cuesheet code optimizationGravatar waker2012-08-24
| |
| * skip utf8 bom in cuesheetsGravatar waker2012-08-05
| |
| * added itunes tags support to title formattingGravatar waker2012-08-03
| |
| * return err if playlist save fails on renameGravatar waker2012-05-22
| |
| * implemented playlist saving as atomic operation; fixed few PATH_MAX definitionsGravatar waker2012-05-22
| |
| * disabled pl_lock debuggingGravatar waker2012-05-20
| |
| * fixed many calls to pl_find_meta[_raw] being called without pl_lock;Gravatar waker2012-05-17
| | | | | | | | | | added debug pl_ensure_lock function which asserts when pl_lock is not set when it is required; added new API functions for thread-safe metadata access
| * added filename handling to search_processGravatar waker2012-05-16
| |
| * fixed plt_search_process bug which was creating single-linked list instead ↵Gravatar waker2012-04-25
| | | | | | | | | | | | of double-linked; fixed plt_load bug which was leading to crash if playlist file fails to load early, e.g. if a file has size of 0
| * fixed ignoring cuesheet and log in searchGravatar waker2012-04-23
| |
* | Merge branch 'master' into develGravatar waker2012-04-09
|\| | | | | | | | | | | | | Conflicts: plugins/gtkui/callbacks.c plugins/gtkui/callbacks.h plugins/gtkui/gtkui.h
| * 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 error when loading playlist from URI
| * fixed clearing playqueue on exitGravatar waker2011-11-27
| |
| * title formatting: added %L %X %Z for 'selected playback length', 'selected ↵Gravatar waker2011-11-26
| | | | | | | | track count', and 'current channel configuration' respectively
| * 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 ↵Gravatar waker2011-11-14
| | | | | | | | failing when uri didn't have '.' char in it
* | Merge branch 'master' into develGravatar waker2011-11-03
|\| | | | | | | | | | | Conflicts: configure.ac scripts/quickinstall.sh
| * minor optimization to shuffle albumsGravatar waker2011-10-23
| |
| * after switching to shuffle-albums mode, while playing a track, mark all ↵Gravatar waker2011-10-23
| | | | | | | | previous album tracks as played
* | Merge branch 'master' into develGravatar waker2011-10-23
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: deadbeef.h metacache.c playlist.c plugins.c plugins/gtkui/Makefile.am plugins/gtkui/ddbcellrenderertextmultiline.c plugins/gtkui/ddbcellrenderertextmultiline.h plugins/gtkui/ddbequalizer.c plugins/gtkui/ddbequalizer.h plugins/gtkui/ddbseekbar.c plugins/gtkui/ddbseekbar.h plugins/gtkui/ddbtabstrip.c plugins/gtkui/fileman.c plugins/gtkui/gtkui.c plugins/gtkui/interface.c plugins/gtkui/plcommon.c plugins/gtkui/trkproperties.c
| * 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
| | | | | | | | | | for example field "!NAME" will override field ":NAME", but will not be stored so after player restart, the field will be restored to original :NAME
| * 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 ↵Gravatar waker2011-09-29
| | | | | | | | using Open Playlist from now
| * fixed memleak caused by tooltip handlerGravatar waker2011-09-18
| |
| * fixed crash on malformed cuesheet filesGravatar waker2011-08-31
| |
* | Merge branch 'medialib' into develGravatar waker2011-06-21
|\ \