@ctrl/rtorrent
    Preparing search index...

    Interface RTorrentTorrent

    rTorrent torrent data structure Based on d.multicall2 response format https://github.com/rakshasa/rtorrent/wiki/Commands#multicall

    interface RTorrentTorrent {
        basePath: string;
        bytesDone: number;
        chunksHashed: number;
        chunkSize: number;
        completedChunks: number;
        creationDate: number;
        custom1: string;
        custom2: string;
        downRate: number;
        finishedTime: number;
        freeDiskspace: number;
        hash: string;
        hashing: number;
        isActive: boolean;
        isComplete: boolean;
        isMultiFile: boolean;
        isOpen: boolean;
        isPrivate: boolean;
        leftBytes: number;
        message: string;
        name: string;
        peersAccounted: number;
        peersComplete: number;
        peersConnected: number;
        priority: RTorrentPriority;
        ratio: number;
        sizeBytes: number;
        sizeChunks: number;
        skipTotal: number;
        state: RTorrentTorrentState;
        stateChanged: number;
        throttleName: string;
        trackerFocus: number;
        upRate: number;
        upTotal: number;
        views: string[];
    }
    Index

    Properties

    basePath: string

    Base download path

    bytesDone: number

    Bytes downloaded

    chunksHashed: number

    Chunks hashed

    chunkSize: number

    Chunk size in bytes

    completedChunks: number

    Number of completed chunks

    creationDate: number

    Creation date (Unix timestamp)

    custom1: string

    Custom label/category

    custom2: string

    Custom field 2

    downRate: number

    Download rate in bytes per second

    finishedTime: number

    Finished timestamp (Unix)

    freeDiskspace: number

    Free disk space

    hash: string

    Torrent hash

    hashing: number

    Hashing status

    isActive: boolean

    Whether torrent is active

    isComplete: boolean

    Whether torrent is complete

    isMultiFile: boolean

    Whether torrent is multi-file

    isOpen: boolean

    Whether torrent is open

    isPrivate: boolean

    Whether torrent is private

    leftBytes: number

    Remaining bytes to download

    message: string

    Torrent message

    name: string

    Torrent name

    peersAccounted: number

    Number of peers in swarm

    peersComplete: number

    Number of complete peers

    peersConnected: number

    Number of connected peers

    Priority level

    ratio: number

    Upload ratio (in thousandths, e.g., 1000 = 1.0)

    sizeBytes: number

    Total size in bytes

    sizeChunks: number

    Total number of chunks

    skipTotal: number

    Skip total

    Torrent state

    stateChanged: number

    State changed timestamp

    throttleName: string

    Throttle name

    trackerFocus: number

    Tracker focus

    upRate: number

    Upload rate in bytes per second

    upTotal: number

    Total uploaded bytes

    views: string[]

    Associated views