@ctrl/qbittorrent
    Preparing search index...

    Interface TorrentMetadataInfo

    interface TorrentMetadataInfo {
        files: TorrentMetadataFile[];
        length: number;
        name: string;
        piece_length: number;
        pieces_num: number;
        private: boolean;
    }
    Index

    Properties

    Torrent file list

    length: number

    Total torrent size in bytes

    name: string

    Torrent name

    piece_length: number

    Torrent piece length in bytes

    pieces_num: number

    Number of pieces in the torrent

    private: boolean

    True if this is a private torrent