Interface AutoplayConfig

interface AutoplayConfig {
    enabled: boolean;
    minPlayTime: number;
    sources: {
        spotify: boolean;
        youtube: boolean;
        youtubemusic: boolean;
        soundcloud: boolean;
    };
    limit: number;
    minDuration: number;
    maxDuration: number;
    excludeKeywords: string[];
}

Properties

enabled: boolean
minPlayTime: number
sources: {
    spotify: boolean;
    youtube: boolean;
    youtubemusic: boolean;
    soundcloud: boolean;
}

Type declaration

  • spotify: boolean
  • youtube: boolean
  • youtubemusic: boolean
  • soundcloud: boolean
limit: number
minDuration: number

Filter out tracks shorter than this (ms)

maxDuration: number

Filter out tracks longer than this (ms)

excludeKeywords: string[]

Filter out specific keywords in titles