Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 ↵ | Alexey Yakovenko | 2014-06-19 |
| | | | | context menu, until new title formatting is finished | ||
* | 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 |
| | | | | when searching e.g. in tracks which have non-utf8 filenames | ||
* | added sanity check into pl_items_copy_junk, to make sure we won't ↵ | Alexey Yakovenko | 2014-04-30 |
| | | | | dereference null pointers | ||
* | removed shift-jis hack from cuesheet parser, this should now work without ↵ | Alexey Yakovenko | 2014-04-30 |
| | | | | the hack | ||
* | 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 |
| | | | | | | | station titles new text field in the Add Location dialog automatically use in title formatting for %B and %a | ||
* | 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 ↵ | Alexey Yakovenko | 2014-01-05 |
| | | | | recoding to cuesheet parser | ||
* | new API and vfs_zip patch, fixing bug #986, vfs.scandir not being able to ↵ | Alexey Yakovenko | 2014-01-04 |
| | | | | handle pathes longer than 256 bytes because of dirent misuse | ||
* | 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 ↵ | Alexey Yakovenko | 2013-11-23 |
| | | | | cursor follows playback; added plt_deselect_all API | ||
* | 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 |
|\ | | | | | | | | | | | | | Conflicts: configure.ac streamer.c streamer.h | ||
| * | 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 ↵ | waker | 2012-10-07 |
| | | | | | | | | another playlist | ||
* | | Merge branch 'master' into devel | waker | 2012-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 ↵ | waker | 2012-10-01 |
| | | | | | | | | current track was paused, then deleted | ||
| * | 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 |
| | | |||
| * | return err if playlist save fails on rename | waker | 2012-05-22 |
| | | |||
| * | implemented playlist saving as atomic operation; fixed few PATH_MAX definitions | waker | 2012-05-22 |
| | |