SQL Tree - MetaDb_Module

The module MetaDb_Module implements the virtual tables MediaLibrary and Playlist. The virtual table will be created with CREATE VIRTUAL TABLE <TableName> USING MetaDB_Module([parameter,...]);

The module accepts the following optional parameters:

add_defaults Specify, that all missing tags to the table definition will be added before the creation of the virtual table
no_multivalue_split Virtual tables, which are created with this parameter ignore the attribute split multivalue tag completely
medialibrary
Specify, that the virtual table implements access to the media library. This parameter is the default and can be omitted.
playlist
Specify, that the virtual table implements access to the playlists. It can only be omitted for accessing the playlists, if the table name is the same as the parameter name