@ctrl/qbittorrent
    Preparing search index...

    Interface TorrentMetadata

    interface TorrentMetadata {
        comment: string;
        created_by: string;
        creation_date: number;
        hash: string;
        info: TorrentMetadataInfo;
        infohash_v1: string;
        infohash_v2: string;
        trackers: TorrentMetadataTracker[];
        webseeds: string[];
    }
    Index

    Properties

    comment: string

    Torrent comment

    created_by: string

    Torrent creator

    creation_date: number

    Torrent creation date as UTC epoch seconds

    hash: string

    Torrent ID

    Torrent metadata

    infohash_v1: string

    v1 info hash, or empty string for v2-only torrents

    infohash_v2: string

    v2 info hash, or empty string for v1-only torrents

    Torrent trackers

    webseeds: string[]

    Torrent web seed URLs