Method |
Description |
|
__construct ( string $address, integer $port = null, string $protocol = null, integer $version = 1, boolean $verifySSL = false ) |
Info API setup |
|
addTask ( string $uri, unknown $file = null, string $login = null, string $password = null, string $zipPassword = null ) : Ambigous |
Add a new Task |
|
cleanSearch ( ustring $taskId ) : stdClass |
Stops and destroys a search task |
|
deleteTask ( string | array $taskId, boolean $forceComplete = false ) : Ambigous |
Delete a task |
|
getCategory ( ) : stdClass |
Gets available categories from BTSearch |
|
getConfig ( ) : stdClass |
Get Limitation settings |
|
getInfo ( ) |
Return Information about DownloadStation
- is_manager
- version
- version_string |
|
getModule ( ) : stdClass |
Gets the installed modules (torrent providers) from BTSearch |
|
getRssFeedList ( ustring | array $rssId = 'ALL', $offset, $limit ) : stdClass |
Refresh all RSS |
|
getRssList ( integer $offset, integer $limit ) : stdClass |
Get a list of RSS "feeds" |
|
getScheduleConfig ( ) : stdClass |
Get Schedule settings |
|
getSearchList ( ustring $taskId, integer $offset, integer $limit, string $sortBy = 'title', string $sortDirection = 'desc', string $filterCategory = '', string $filterTitle = '' ) : stdClass |
Get list of the given search task |
|
getStatistics ( ) : array |
Get Statistics |
|
getTaskInfo ( string | array $taskId, array $additional = null ) : boolean |
Get more info about a task |
|
getTaskList ( integer $offset, integer $limit, array $additional = null ) : boolean |
Get a list of Task |
|
pauseTask ( ustring | array $taskId ) : Ambigous |
Pause a task |
|
refreshRss ( ustring | array $rssId = 'ALL' ) : stdClass |
Refresh all RSS |
|
resumeTask ( ustring | array $taskId ) : Ambigous |
Resume a task |
|
setConfig ( $params ) : boolean |
Set Limitation settings |
|
setScheduleConfig ( $params ) : boolean |
Set Limitation settings |
|
startSearchTask ( ustring $keyword, string $module = 'enabled' ) : stdClass |
Starts a new search task |
|