-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
executable file
·88 lines (88 loc) · 4.74 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"auth": {
"client_id": "d997872320da45e19f5ac39c837bceab",
"client_secret": "d7e149341be04e608dcb24ea6622dd67",
"redirect_uri": "http://localhost:8080/",
"username": "soundbendor",
"scope": "playlist-modify-public,playlist-modify-private"
},
"cols": {
"deezer": [
"dzr_sng_id",
"sp_track_id",
"artist_name",
"track_name",
"valence",
"arousal"
],
"spotify": [
"sp_acousticness",
"sp_danceability",
"sp_duration_ms",
"sp_energy",
"sp_instrumentalness",
"sp_key",
"sp_liveness",
"sp_loudness",
"sp_speechiness",
"sp_tempo",
"sp_valence",
"sp_popularity",
"sp_time_sig", "sp_explicit", "sp_mode"
],
"msd": [
"MSD_key", "MSD_mode", "MSD_time_signature",
"MSD_key_confidence","MSD_loudness",
"MSD_mode_confidence","MSD_tempo",
"MSD_time_signature_confidence",
"MSD_segments_loudness_max_avg","MSD_segments_loudness_max_var",
"MSD_segments_loudness_max_min","MSD_segments_loudness_max_max","MSD_segments_loudness_max_med",
"MSD_segments_loudness_max_time_avg","MSD_segments_loudness_max_time_var",
"MSD_segments_loudness_max_time_min","MSD_segments_loudness_max_time_max","MSD_segments_loudness_max_time_med",
"MSD_segments_timbre_0_avg","MSD_segments_timbre_0_var",
"MSD_segments_timbre_0_min","MSD_segments_timbre_0_max","MSD_segments_timbre_0_med",
"MSD_segments_timbre_1_avg","MSD_segments_timbre_1_var",
"MSD_segments_timbre_1_min","MSD_segments_timbre_1_max","MSD_segments_timbre_1_med",
"MSD_segments_timbre_2_avg","MSD_segments_timbre_2_var",
"MSD_segments_timbre_2_min","MSD_segments_timbre_2_max","MSD_segments_timbre_2_med",
"MSD_segments_timbre_3_avg","MSD_segments_timbre_3_var",
"MSD_segments_timbre_3_min","MSD_segments_timbre_3_max","MSD_segments_timbre_3_med",
"MSD_segments_timbre_4_avg","MSD_segments_timbre_4_var",
"MSD_segments_timbre_4_min","MSD_segments_timbre_4_max","MSD_segments_timbre_4_med",
"MSD_segments_timbre_5_avg","MSD_segments_timbre_5_var",
"MSD_segments_timbre_5_min","MSD_segments_timbre_5_max","MSD_segments_timbre_5_med",
"MSD_segments_timbre_6_avg","MSD_segments_timbre_6_var",
"MSD_segments_timbre_6_min","MSD_segments_timbre_6_max","MSD_segments_timbre_6_med",
"MSD_segments_timbre_7_avg","MSD_segments_timbre_7_var",
"MSD_segments_timbre_7_min","MSD_segments_timbre_7_max","MSD_segments_timbre_7_med",
"MSD_segments_timbre_8_avg","MSD_segments_timbre_8_var",
"MSD_segments_timbre_8_min","MSD_segments_timbre_8_max","MSD_segments_timbre_8_med",
"MSD_segments_timbre_9_avg","MSD_segments_timbre_9_var",
"MSD_segments_timbre_9_min","MSD_segments_timbre_9_max","MSD_segments_timbre_9_med",
"MSD_segments_timbre_10_avg","MSD_segments_timbre_10_var",
"MSD_segments_timbre_10_min","MSD_segments_timbre_10_max","MSD_segments_timbre_10_med",
"MSD_segments_timbre_11_avg","MSD_segments_timbre_11_var",
"MSD_segments_timbre_11_min","MSD_segments_timbre_11_max","MSD_segments_timbre_11_med"
],
"segments": [
"head_loudness_max","head_loudness_start",
"head_pitches_0","head_pitches_1","head_pitches_2","head_pitches_3",
"head_pitches_4","head_pitches_5","head_pitches_6","head_pitches_7",
"head_pitches_8","head_pitches_9","head_pitches_10","head_pitches_11",
"head_timbre_0","head_timbre_1","head_timbre_2","head_timbre_3",
"head_timbre_4","head_timbre_5","head_timbre_6","head_timbre_7",
"head_timbre_8","head_timbre_9","head_timbre_10","head_timbre_11",
"tail_loudness_max","tail_loudness_start",
"tail_pitches_0","tail_pitches_1","tail_pitches_2","tail_pitches_3",
"tail_pitches_4","tail_pitches_5","tail_pitches_6","tail_pitches_7",
"tail_pitches_8","tail_pitches_9","tail_pitches_10","tail_pitches_11",
"tail_timbre_0","tail_timbre_1","tail_timbre_2","tail_timbre_3",
"tail_timbre_4","tail_timbre_5","tail_timbre_6","tail_timbre_7",
"tail_timbre_8","tail_timbre_9","tail_timbre_10","tail_timbre_11"
]
},
"catfeats": [
"sp_time_sig", "sp_explicit", "sp_mode",
"MSD_key", "MSD_mode", "MSD_time_signature"
]
}