summaryrefslogtreecommitdiff
path: root/plmeta.c
Commit message (Collapse)AuthorAge
* fixed bug in pl_add_meta which was skipping some of the fields, especially ↵Gravatar Alexey Yakovenko2014-04-30
| | | | when using pl_items_copy_junk
* copyright years updatedGravatar Alexey Yakovenko2013-10-06
|
* changed license to ZLIB on all core filesGravatar waker2012-10-15
|
* clear tag flags when all metadata is removed from a trackGravatar waker2012-08-03
|
* minor optimization in pl_add_metaGravatar waker2012-05-31
|
* fixed pl_get_meta[_raw] crash bugGravatar waker2012-05-18
|
* 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
* updated (c) year to 2012 in the sourcesGravatar waker2012-03-24
|
* 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
* temporary workaround for cuesheet/log merging from different tag typesGravatar waker2011-05-09
|
* optimized searchGravatar waker2011-04-26
|
* intermediate fix to playlist/streamer/plugevent mutex race conditionsGravatar waker2011-04-12
|
* initial support for playlist metadataGravatar waker2011-03-26
allows to add any set of properties to every playlist api is based on playItem metadata api