Skip to content

Instantly share code, notes, and snippets.

@Danetag
Last active April 29, 2017 03:01
Show Gist options
  • Select an option

  • Save Danetag/ca8747c2617d907a9274b092b7079620 to your computer and use it in GitHub Desktop.

Select an option

Save Danetag/ca8747c2617d907a9274b092b7079620 to your computer and use it in GitHub Desktop.
[
{
"id": "default",
"params": {
"seed_artists": [],
"seed_genres": []
}
},
{
"id": "fallback",
"params": {
"seed_genres": ["happy", "hip-hop", "rock"]
}
},
{
"id": "sad",
"params": {
"target_valence": 0.3,
"target_energy": 0.3,
"target_danceability": 0.3,
"seed_genres": ["folk"]
}
},
{
"id": "energetic",
"params": {
"target_valence": 0.7,
"target_energy": 0.8,
"seed_genres": ["summer", "dance"]
}
},
{
"id": "dancing",
"params": {
"target_energy": 0.5,
"target_danceability": 0.9,
"target_popularity": 80,
"seed_genres": ["summer", "dance"]
}
},
{
"id": "party",
"params": {
"target_energy": 0.5,
"target_danceability": 0.8,
"seed_genres": ["dance"]
}
},
{
"id": "calm",
"params": {
"target_energy": 0.3,
"target_loudness": 0.2,
"seed_genres": ["jazz", "quiet", "chill"]
}
},
{
"id": "teenager",
"params":{
"seed_genres": ["post-teen pop"]
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment