Plugins

Plugins will be looked up in LIBDIR/streamtuner/plugins, ~/.streamtuner/plugins, and in the directories specified in the colon-separated environment variable STREAMTUNER_PLUGINS_PATH (in that order). Filenames not having the system-specific shared object extension (usually .so) will be ignored.

A plugin must define an initialization function, which is responsible for registering one or more stream directory handlers. See STPluginInitCallback().