Timeline Studio API Documentation - v0.26.0
    Preparing search index...

    Умная коллекция (автоматическая группировка по критериям)

    interface SmartCollection {
        color?: string;
        criteria: {
            custom?: string;
            dateRange?: { end: Date; start: Date };
            hasProxy?: boolean;
            offline?: boolean;
            rating?: { max: number; min: number };
            tags?: string[];
            type?: MediaItemType[];
            unused?: boolean;
        };
        icon?: string;
        id: string;
        name: string;
    }
    Index

    Properties

    color?: string

    Цвет коллекции

    criteria: {
        custom?: string;
        dateRange?: { end: Date; start: Date };
        hasProxy?: boolean;
        offline?: boolean;
        rating?: { max: number; min: number };
        tags?: string[];
        type?: MediaItemType[];
        unused?: boolean;
    }

    Критерии фильтрации

    icon?: string

    Иконка коллекции

    id: string

    Уникальный идентификатор

    name: string

    Название коллекции