-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom_practice_types.json-example
More file actions
91 lines (91 loc) · 2.12 KB
/
custom_practice_types.json-example
File metadata and controls
91 lines (91 loc) · 2.12 KB
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
89
90
91
{
"__COMMENT__ default adjustments for adjust_song_counts true but dance_adjustments not specified": {
"PasoDoble": {
"1": 0,
"2": 1,
"3": 1,
"default": 2
},
"VWSlow": "cap_at_1",
"JSlow": "cap_at_1",
"VienneseWaltz": "n-1",
"Jive": "n-1",
"WCS": "cap_at_2"
},
"Beginner": {
"dances": ["Waltz", "JSlow", "Rumba", "Foxtrot", "ChaCha", "Tango"],
"num_selections": 1,
"auto_update": true,
"play_single_song": false,
"randomize_playlist": true,
"adjust_song_counts": false
},
"Intermediate": {
"dances": ["Waltz", "JSlow", "Rumba", "Foxtrot", "ChaCha", "Tango", "Samba", "QuickStep"],
"num_selections": 1,
"auto_update": true,
"play_single_song": false,
"randomize_playlist": true,
"adjust_song_counts": false
},
"LineDance": {
"dances": ["LineDance"],
"num_selections": 100,
"auto_update": false,
"play_single_song": true,
"randomize_playlist": false,
"adjust_song_counts": false
},
"Silver+ Standard 60min": {
"dances": ["Waltz", "Tango", "VienneseWaltz", "Foxtrot", "QuickStep"],
"num_selections": 4,
"auto_update": false,
"play_single_song": false,
"randomize_playlist": true,
"adjust_song_counts": true,
"dance_adjustments": {
"VienneseWaltz": {
"1": 0,
"2": 1,
"3": 2,
"default": 3
}
}
},
"Silver+ Latin 30min": {
"dances": ["Samba", "ChaCha", "Rumba", "PasoDoble", "Jive"],
"num_selections": 2,
"auto_update": false,
"play_single_song": false,
"randomize_playlist": true,
"adjust_song_counts": true,
"dance_adjustments": {
"PasoDoble": {
"1": 0,
"2": 1,
"3": 1,
"default": 2
}
}
},
"Misc": {
"dances": [
"AmericanRumba",
"ArgentineTango",
"Bolero",
"DiscoFox",
"Hustle",
"LindyHop",
"Mambo",
"Merengue",
"NC2Step",
"Polka",
"Salsa"
],
"num_selections": 100,
"auto_update": false,
"play_single_song": false,
"randomize_playlist": true,
"adjust_song_counts": false
}
}