Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix bug #1020: incorrect cursor/scroll after deleting playlists | Alexey Yakovenko | 2013-12-17 |
| | |||
* | gtkui: cleanup songchanged_cb; prevent auto-switching playlists because of ↵ | Alexey Yakovenko | 2013-11-23 |
| | | | | cursor follows playback; added plt_deselect_all API | ||
* | ported stuff to new file add API | Alexey Yakovenko | 2013-11-05 |
| | |||
* | file adding API WIP | Alexey Yakovenko | 2013-11-04 |
| | |||
* | copyright years updated | Alexey Yakovenko | 2013-10-06 |
| | |||
* | added new APIs for saving current playlist | Alexey Yakovenko | 2013-09-29 |
| | |||
* | changed license to ZLIB on all core files | waker | 2012-10-15 |
| | |||
* | fixed many calls to pl_find_meta[_raw] being called without pl_lock; | waker | 2012-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 random sort (based on patch from defusix) | waker | 2012-04-06 |
| | |||
* | updated (c) year to 2012 in the sources | waker | 2012-03-24 |
| | |||
* | added experimental support for metadata overrides. | waker | 2011-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 devel | waker | 2011-09-30 |
| | |||
* | in shuffle albums mode, skip previous album tracks if user selects track ↵ | waker | 2011-05-20 |
| | | | | manually | ||
* | added remaining plt_* replacements; minor fixups | waker | 2011-05-10 |
| | |||
* | added several new plt_* functions to work on specific playlists | waker | 2011-05-10 |
| | |||
* | changed few old-style pl_* functions which were working with current ↵ | waker | 2011-05-08 |
| | | | | playlist with the new ones, working with specific playlist passed as argument | ||
* | converter pl_sort into plt_sort | waker | 2011-05-08 |
| | |||
* | moved playtime and started_timestamp from playitem to streamer global variables; | waker | 2011-05-04 |
| | | | | | | playtime and started_timestamp are now passed in track event structures; fixed few lastfm submission and event-handling bugs; cleaned out old event sending helper functions | ||
* | changed some API entry points to make it possible working with specific ↵ | waker | 2011-04-29 |
| | | | | playlists, and not just the current one | ||
* | new future-proof playlist API, potentially reducing locking, and allowing ↵ | waker | 2011-04-25 |
| | | | | more flexibility | ||
* | improved plugin API versioning; | waker | 2011-04-25 |
| | | | | block adding files from cmdline while adding from gui | ||
* | get rid of some legacy events; | waker | 2011-04-16 |
| | | | | update playlist grouping on metadata changes | ||
* | got rid of plt_lock and global_lock in favor of just using pl_lock for all ↵ | waker | 2011-04-13 |
| | | | | | | | playlist access; added playlist modification time functions for tracking playlist changes; fixed gtkui playlist group rebuilding | ||
* | initial support for playlist metadata | waker | 2011-03-26 |
| | | | | | allows to add any set of properties to every playlist api is based on playItem metadata api | ||
* | got rid of filetype field in playitem structure | waker | 2011-03-24 |
| | |||
* | few fixes/improvements to metadata editor and related plugin APIs | waker | 2011-03-09 |
| | |||
* | moved most of track properties from playItem struct to metadata | waker | 2011-03-09 |
| | | | | implemented track properties with multiple selection | ||
* | fixed playlist corruption while adding files if cursor jumps to another playlist | waker | 2011-02-26 |
| | |||
* | updated copyright year to 2011 | waker | 2011-01-02 |
| | |||
* | added support for shuffle albums | waker | 2010-12-12 |
| | |||
* | added resume_last_session option | Alexey Yakovenko | 2010-08-30 |
| | |||
* | gtkui plugin overrides pl_add_file and pl_add_dir API functions and shows ↵ | Alexey Yakovenko | 2010-08-29 |
| | | | | progress dialog | ||
* | fixed current track redraw in search window | Alexey Yakovenko | 2010-08-29 |
| | |||
* | added option to open files from command line in named playlist | Alexey Yakovenko | 2010-08-12 |
| | |||
* | fixed pl_format_title code duplication in shellexec plugin | Alexey Yakovenko | 2010-07-29 |
| | |||
* | autosave new empty playlist after it had been added to list | Alexey Yakovenko | 2010-05-28 |
| | |||
* | improved playlist add/move/rename handling | Alexey Yakovenko | 2010-05-15 |
| | |||
* | fixed playqueue to work with multiple playlists | Alexey Yakovenko | 2010-05-06 |
| | |||
* | fixed reshuffling playlist that is not current | Alexey Yakovenko | 2010-04-20 |
| | |||
* | added new info page to track properties window | Alexey Yakovenko | 2010-04-18 |
| | |||
* | dragndrop move/copy action selection | Alexey Yakovenko | 2010-04-18 |
| | |||
* | added flags to each track in playlist, which bumped dbpl version to 1.2; | Alexey Yakovenko | 2010-04-17 |
| | | | | | | | list of file tags is no longer written as metadata string, but as flags; fixed couple of memory leaks; blocked metadata editing in subtracks; blocked metadata editing if playlist file format is less than 1.2; | ||
* | added auto-saving config/playlist files | Alexey Yakovenko | 2010-04-06 |
| | |||
* | removed obsolete function pl_format_item_display_name | Alexey Yakovenko | 2010-04-06 |
| | |||
* | implemented dragndrop between different playlists | Alexey Yakovenko | 2010-04-04 |
| | |||
* | cleaned up id3v2 parser; | Alexey Yakovenko | 2010-03-31 |
| | | | | | added support for multiple text frames of same type; improved (?) cp1251 detection | ||
* | fixed redraw of playing track after decoder->init failure | Alexey Yakovenko | 2010-03-21 |
| | |||
* | metadata editing WIP; added tab for global hotkey preferences | Alexey Yakovenko | 2010-03-18 |
| | |||
* | fixed handling of playlist switching in several places | Alexey Yakovenko | 2010-03-15 |
| | |||
* | remember selected tab | Alexey Yakovenko | 2010-03-15 |
| |