| Commit message (Expand) | Author | Age |
* | treat file adding as background job, so that quit doesn't crash | Alexey Yakovenko | 2014-07-07 |
* | removed "escaped filename" trace message | Alexey Yakovenko | 2014-06-23 |
* | disabled tracing in playlist.c | Alexey Yakovenko | 2014-06-22 |
* | include strdupa.h in playlist.c | Alexey Yakovenko | 2014-06-22 |
* | added uri support to plt_insert_file_int, improved pls parser | Alexey Yakovenko | 2014-06-22 |
* | cue: ignore multifile cuesheets, as they are not supported (bug #971) | Alexey Yakovenko | 2014-06-21 |
* | gtkui, playlist: disable custom title in both "add location" and playlist con... | Alexey Yakovenko | 2014-06-19 |
* | gtkui: better custom title configuration using context menu | Alexey Yakovenko | 2014-06-17 |
* | fixed cue charset detection regression | Alexey Yakovenko | 2014-06-14 |
* | improved cuesheet charset detection | Alexey Yakovenko | 2014-06-13 |
* | pl_save_all won't save unmodified playlists | Alexey Yakovenko | 2014-06-12 |
* | Fix cuesheets to work when startsample is non-zero | Ian Nartowicz | 2014-05-27 |
* | don't call utfcasestr_fast on non-utf8 data, to fix plt_search_process crash ... | Alexey Yakovenko | 2014-05-26 |
* | added sanity check into pl_items_copy_junk, to make sure we won't dereference... | Alexey Yakovenko | 2014-04-30 |
* | removed shift-jis hack from cuesheet parser, this should now work without the... | Alexey Yakovenko | 2014-04-30 |
* | eliminate unused mutex_plt | Alexey Yakovenko | 2014-02-27 |
* | remove playlist count limitation (bug #1059) | Alexey Yakovenko | 2014-02-24 |
* | experimental: added support for DDB:CUSTOM_TITLE metadata, for setting radio ... | Alexey Yakovenko | 2014-02-05 |
* | fixed playlist loaders refcounting bug | Alexey Yakovenko | 2014-01-20 |
* | fix bug #971: don't load playlists from archives | Alexey Yakovenko | 2014-01-15 |
* | invalid cuesheet lines are replaced with placeholders; added shift-jis recodi... | Alexey Yakovenko | 2014-01-05 |
* | new API and vfs_zip patch, fixing bug #986, vfs.scandir not being able to han... | Alexey Yakovenko | 2014-01-04 |
* | fix bug #1020: incorrect cursor/scroll after deleting playlists | Alexey Yakovenko | 2013-12-17 |
* | removed debug mode preventing plt_clear during add_files | Alexey Yakovenko | 2013-11-24 |
* | gtkui: cleanup songchanged_cb; prevent auto-switching playlists because of cu... | Alexey Yakovenko | 2013-11-23 |
* | fixed ignore_archives and ignore_symlinks in plt_add_dir2 | Alexey Yakovenko | 2013-11-23 |
* | fixed plt_load2 return bug | Alexey Yakovenko | 2013-11-17 |
* | ported stuff to new file add API | Alexey Yakovenko | 2013-11-05 |
* | file adding API WIP | Alexey Yakovenko | 2013-11-04 |
* | initial work on new file adding API | Alexey Yakovenko | 2013-11-03 |
* | copyright years updated | Alexey Yakovenko | 2013-10-06 |
* | added new APIs for saving current playlist | Alexey Yakovenko | 2013-09-29 |
* | pltbrowser: drag-n-drop | waker | 2013-08-25 |
* | cue: fixed reading unquoted values with spaces | waker | 2012-11-30 |
* | fixed %Z title formatting crash | waker | 2012-11-09 |
* | Merge branch 'master' into devel | waker | 2012-10-19 |
|\ |
|
| * | fixed redrawing playlist after files have been added | waker | 2012-10-16 |
| * | changed license to ZLIB on all core files | waker | 2012-10-15 |
| * | fixed updating streamer playlist after moving current playing track to anothe... | waker | 2012-10-07 |
* | | Merge branch 'master' into devel | waker | 2012-10-05 |
|\| |
|
| * | fixed bug in the shuffle albums mode, which would crash the player if a curre... | waker | 2012-10-01 |
| * | fixed resuming in shuffle-albums mode | waker | 2012-09-13 |
| * | cue: better trace message | waker | 2012-09-10 |
| * | added fwd-slash escaping support to title formatter using "%/" | waker | 2012-09-07 |
| * | show "" instead of "?" when the field is not found in metadata | waker | 2012-09-06 |
| * | a bit more tracing | waker | 2012-09-04 |
| * | minor cuesheet optimization | waker | 2012-08-24 |
| * | minor cuesheet code optimization | waker | 2012-08-24 |
| * | skip utf8 bom in cuesheets | waker | 2012-08-05 |
| * | added itunes tags support to title formatting | waker | 2012-08-03 |