Constructor for SoundCloud Playlist
JSON parsed SoundCloud playlist data
Provided SoundCloud Client ID
SoundCloud Playlist Total Duration in milli seconds
SoundCloud Playlist Total Duration in seconds
SoundCloud Playlist ID
SoundCloud Playlist Name
SoundCloud Playlist Sub type. == "album" for soundcloud albums
SoundCloud Playlist tracks [ It can be fetched or not fetched ]
SoundCloud Playlist tracks number
SoundCloud Class type. == "playlist"
SoundCloud Playlist URL
SoundCloud Playlist user data
Fetches all the tracks in the playlist and returns them
const playlist = await play.soundcloud('playlist url')
const tracks = await playlist.all_tracks()
An array of SoundCloudTrack
Fetches all unfetched songs in a playlist.
For fetching songs and getting all songs, see fetched_tracks property.
playlist class
SoundCloud Playlist Class