aboutsummaryrefslogtreecommitdiff
path: root/src/tag_handler.h
Commit message (Collapse)AuthorAge
* tag_handler: add new handler that updates has_playlistMax Kellermann2012-02-12
|
* tag_handler: handle arbitrary name/value pairsMax Kellermann2012-02-12
| | | | | The new method pair() receives an arbitrary name/value pair. Support for this is being added to a few decoder plugins.
* decoder_plugin: scan tags with callback tableMax Kellermann2012-02-11
Pass a callback table to scan_file() and scan_stream(), instead of returning a tag object.