[][src]Module qbittorrent::queries

Structs

LogRequest

Getting log information

LogRequestBuilder

Builder for LogRequest.

TorrentDownload

Metadata for downloading magnet links and torrent files

TorrentDownloadBuilder

Builder for TorrentDownload.

TorrentRequest

filter optional Filter torrent list. Allowed filters: all, downloading, completed, paused, active, inactive, 'resumed' category optional Get torrents with the given category (empty string means "without category"; no "category" parameter means "any category") sort optional Sort torrents by given key. All the possible keys are listed here below reverse optional Enable reverse sorting. Possible values are true and false (default) limit optional Limit the number of torrents returned offset optional Set offset (if less than 0, offset from end) hashes optional Filter by hashes. Can contain multiple hashes separated by |

TorrentRequestBuilder

Builder for TorrentRequest.

Enums

TorrentFilter