Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

added_on

added_on: number

art

art: null | string

Base album art URL for Rainwave.

Usage:

const artLowRes = `https://rainwave.cc/${albumArt}_120.jpg`;
const artMedRes = `https://rainwave.cc/${albumArt}_240.jpg`;
const artMaxRes = `https://rainwave.cc/${albumArt}_320.jpg`;
if (!albumArt) {
  const backupArt = "https://rainwave.cc/static/images4/noart_1.jpg";
}

cool

cool: boolean

cool_lowest

cool_lowest: number

Optional cool_multiply

cool_multiply: undefined | number
internal

Optional cool_override

cool_override: undefined | null | number
internal

fave

fave: null | boolean

fave_count

fave_count: number

genres

genres: SongGroup[]

id

id: number

name

name: string

played_last

played_last: number

rating

rating: null | number

rating_complete

rating_complete: null | boolean

rating_count

rating_count: number

rating_histogram

rating_histogram: Record<string, number>

rating_rank

rating_rank: number

rating_rank_percentile

rating_rank_percentile: number

rating_user

rating_user: null | number

request_count

request_count: number

request_rank

request_rank: number

request_rank_percentile

request_rank_percentile: number

song_count

song_count: number

songs

songs: SongOnAlbum[]

vote_count

vote_count: number

Generated using TypeDoc