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