@ctrl/qbittorrent
    Preparing search index...

    Interface TorrentMetadataFile

    interface TorrentMetadataFile {
        length: number;
        path: string;
        priority?: TorrentFilePriority;
    }
    Index

    Properties

    Properties

    length: number

    File size in bytes

    path: string

    File path inside the torrent

    File priority when excluded file names apply. Added in qBittorrent WebUI API v2.16.0 https://github.com/qbittorrent/qBittorrent/blob/master/WebAPI_Changelog.md#2160