Some developers are interested in extending Deadbeef command line with more options.
Currently it's not supported, but the API is there,
and it should be relatively easy to implement without breaking the existing plugins.
- Reuse the existing API:
int (*exec_cmdline) (const char *cmdline, int cmdline_size);
- Use it only with the plugins which use the API, which corresponds to deadbeef release which adds the feature.