Release
This commit is contained in:
13
sources/plugins/create/conf.php
Executable file
13
sources/plugins/create/conf.php
Executable file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
// configuration parameters
|
||||
|
||||
$useExternal = 'buildtorrent'; // Valid choices:
|
||||
// false - use internal realization (may be too slow for large files)
|
||||
// "transmissioncli" - use program transmissioncli (see http://www.transmissionbt.com/)
|
||||
// "transmissioncreate" - use program transmissioncreate (see http://www.transmissionbt.com/)
|
||||
// "createtorrent" - use program createtorrent (see http://www.createtorrent.com)
|
||||
// "mktorrent" - use program createtorrent (see http://mktorrent.sourceforge.net)
|
||||
// "buildtorrent" - use program buildtorrent (see http://claudiusmaximus.goto10.org/cm/torrent.html)
|
||||
$pathToCreatetorrent = ''/usr/bin/buildtorrent'; // Something like /bin/createtorrent, or /bin/transmissioncli. If empty, program will be found in PATH.
|
||||
|
||||
$recentTrackersMaxCount = 15;
|
||||
Reference in New Issue
Block a user