AppleSauce
    Preparing search index...

    Type Alias TorrentExternalIdentifier

    External identifier for a torrent

    type TorrentExternalIdentifier = {
        id: string;
        identifier: string;
        mediaType?: string;
        prefix: TorrentExternalIdentifierPrefix;
    }
    Index

    Properties

    id: string

    The ID part of the identifier

    identifier: string

    The full identifier string (e.g., "tmdb:movie:693134")

    mediaType?: string

    For second-level prefixes, the media type (e.g., "movie", "anime", "manga")

    The prefix type