@iamtraction/play-dl
    Preparing search index...

    Interface PlaylistJSON

    interface PlaylistJSON {
        durationInMs: number;
        durationInSec: number;
        id: number;
        name: string;
        sub_type: string;
        tracks: SoundCloudTrack[] | SoundCloudTrackDeprecated[];
        tracksCount: number;
        url: string;
        user: SoundCloudUser;
    }
    Index
    durationInMs: number

    SoundCloud Playlist Total Duration in milli seconds

    durationInSec: number

    SoundCloud Playlist Total Duration in seconds

    id: number

    SoundCloud Playlist ID

    name: string

    SoundCloud Playlist Name

    sub_type: string

    SoundCloud Playlist Sub type. == "album" for soundcloud albums

    SoundCloud Playlist tracks [ It can be fetched or not fetched ]

    tracksCount: number

    SoundCloud Playlist tracks number

    url: string

    SoundCloud Playlist URL

    SoundCloud Playlist user data