Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fixed bug in pl_add_meta which was skipping some of the fields, especially ↵ | Alexey Yakovenko | 2014-04-30 |
| | | | | when using pl_items_copy_junk | ||
* | copyright years updated | Alexey Yakovenko | 2013-10-06 |
| | |||
* | changed license to ZLIB on all core files | waker | 2012-10-15 |
| | |||
* | clear tag flags when all metadata is removed from a track | waker | 2012-08-03 |
| | |||
* | minor optimization in pl_add_meta | waker | 2012-05-31 |
| | |||
* | fixed pl_get_meta[_raw] crash bug | waker | 2012-05-18 |
| | |||
* | 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 | ||
* | 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 | ||
* | temporary workaround for cuesheet/log merging from different tag types | waker | 2011-05-09 |
| | |||
* | optimized search | waker | 2011-04-26 |
| | |||
* | intermediate fix to playlist/streamer/plugevent mutex race conditions | waker | 2011-04-12 |
| | |||
* | 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 |