Document the plugin API.
[nbdkit/ericb.git] / TODO
blob4f0c05a5d36557c3c7f58c266578b63f9fa689e4
1 Implement the new protocol and export names.  With export names it
2 should be possible to have multiple plugins on the command line (each
3 responding to a different export of course):
5   nbdkit --export /foo plugin.so --export /bar another-plugin.so
7 Note it should also be possible to either elect one plugin as the
8 default that accepts all exportnames, or to divide the export name
9 "space" up using regexps or wildcards.