aboutsummaryrefslogtreecommitdiffstats
path: root/src/db_plugin.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-09-13db_plugin: add method visit()Max Kellermann1-0/+24
2011-09-13db_plugin: add method get_song()Max Kellermann1-0/+21
New db_get_song() implementation.
2011-09-10db_plugin: introducing a plugin API for the song databaseMax Kellermann1-0/+111
First draft, not really pluggable currently - hard-coded to use the "simple" plugin, and calls several of its internal functions. The API is very simple currently, all searches are still performed over the root "directory" object. Future changes to the API will move those search implementations into the plugin, to allow more efficient implementations, or implementations that don't have the whole tree in memory all the time.