I've begin fiddning with writing a plugin now and got lost when trying to add/delete files in the playlist.
The most logical functioncall i can find is
play_control::command( play_control::PLAYLIST_ADDFILES, <something> );
but this only shows a add files dialog. how to do it?
i tried to find out what the different functions actually do but as the parameter always is cast to int and the code for unmangling the parameters is hidden in the core (i think) i cant find out.
thanks :))