Hi there,
I was trying to modify the create plugin, because I want it to create torrents with ctorrent. I edited my conf.php as follows:
Code:
$useExternal = 'ctorrent';
Code:
$pathToCreatetorrent = '/usr/bin/ctorrent';
Then I created a bash script for ctorrent like for the other clients...