Last active
April 29, 2017 03:01
-
-
Save Danetag/ca8747c2617d907a9274b092b7079620 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "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