aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag_handler.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tag_handler: add new handler that updates has_playlistMax Kellermann2012-02-121-0/+7
|
* tag_handler: handle arbitrary name/value pairsMax Kellermann2012-02-121-0/+18
| | | | | 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-111-0/+76
Pass a callback table to scan_file() and scan_stream(), instead of returning a tag object.