|
|
@@ -1308,9 +1308,17 @@ function getHomepageList()
|
|
|
'name' => 'rTorrentURL',
|
|
|
'label' => 'URL',
|
|
|
'value' => $GLOBALS['rTorrentURL'],
|
|
|
- 'help' => 'Please make sure to use local IP address and port - You also may use local dns name too.',
|
|
|
+ 'help' => 'Only use if you cannot connect. Please make sure to use local IP address and port - You also may use local dns name too.',
|
|
|
'placeholder' => 'http(s)://hostname:port'
|
|
|
),
|
|
|
+ array(
|
|
|
+ 'type' => 'input',
|
|
|
+ 'name' => 'rTorrentURLOverride',
|
|
|
+ 'label' => 'rTorrent API URL Override',
|
|
|
+ 'value' => $GLOBALS['rTorrentURLOverride'],
|
|
|
+ 'help' => 'Please make sure to use local IP address and port - You also may use local dns name too.',
|
|
|
+ 'placeholder' => 'http(s)://hostname:port/xmlrpc'
|
|
|
+ ),
|
|
|
array(
|
|
|
'type' => 'input',
|
|
|
'name' => 'rTorrentUsername',
|