Add non-lexical tags

#8
by jazasyed - opened
This view is limited to 50 files because it contains too many changes.  See the raw diff here.
Files changed (50) hide show
  1. README.md +14 -1
  2. alignment/10._Disparan_-_criatura.json +242 -202
  3. alignment/1_Freak_-_Automatisch_Gekommen.json +362 -302
  4. alignment/Avercage_-_Embers.json +260 -217
  5. alignment/Baila_-_Alfonso_Lugo.json +218 -182
  6. alignment/Besando_Sapos_-_Dream_Tabu.json +386 -322
  7. alignment/Bitte_beweg_dich_nicht_-_Bukto.json +224 -187
  8. alignment/Burn_Out_Man_-_Abendblau.json +296 -247
  9. alignment/CHRISTMAS_AVEC_TOI_-_imfreshyourepretty.json +398 -332
  10. alignment/CLUB_DESTINO__-_Pensando_en_ti_-_CLUB_DESTINO.json +218 -182
  11. alignment/Cafe_Jenseitz_Bebelstraße_-_kangaroo.musique.json +104 -87
  12. alignment/Capotes_à_un_Franc_-_elmanu.json +158 -132
  13. alignment/Caralibro_-_Vagos_Permanentes.json +146 -122
  14. alignment/Color_Out_-_Falling_Star.json +224 -187
  15. alignment/Confession_-_Quesabe.json +296 -247
  16. alignment/Cortez_-_Feel__Stripped_.json +254 -212
  17. alignment/Culture_&_Co._-_cool.cavemen.json +164 -137
  18. alignment/DON_VALDES_-_Tu_sais_Man.json +362 -302
  19. alignment/Da_wurdest_du_geboren_-_Alice_Tlustos_.json +146 -122
  20. alignment/Der_Baum_-_Dienstag_is_Damensauna_(2).json +278 -232
  21. alignment/Der_Musiker_-_d-music.json +554 -462
  22. alignment/Die_Revolution_gehört_Dir!_-_partysahnen.json +248 -207
  23. alignment/Diosa_de_la_noche_-_Brunela_Crochenci.json +176 -147
  24. alignment/Drei_Nüsse_-_patrouille.json +326 -272
  25. alignment/En_liberté_-_tom.leyak.json +266 -222
  26. alignment/Esencia_-_NandoMalo_.json +308 -257
  27. alignment/Explosive_Ear_Candy_-_Like_The_Sun.json +434 -362
  28. alignment/Fantasma_-_Los_Rombos.json +134 -112
  29. alignment/Freifliegen_-_durch.dick.und.duenn.json +194 -162
  30. alignment/Fußabdrücke_-_Andreas_Jachmann.json +194 -162
  31. alignment/Guayeteo_-_JhoyKing.json +290 -242
  32. alignment/HILA_-_Give_Me_the_Same.json +344 -287
  33. alignment/Háblame_-_(Talk_to_me)_-_Brunela_Crochenci.json +146 -122
  34. alignment/Ich_kann_dich_nicht_vergessen_-_Wingenbach_Frank.json +254 -212
  35. alignment/Intentando_Destacar_-_Sundayers_.json +236 -197
  36. alignment/Intro_[Pulsschlag]_-_Zeugen_der_Leere_(2).json +74 -62
  37. alignment/JASON_MILLER_-_CROWD_PLEASER.json +428 -357
  38. alignment/Keine_Lust_-_Jonny_M.json +740 -617
  39. alignment/Kinematic_-_Peyote.json +86 -72
  40. alignment/LUNABLIND_-_Vision__Radio_Edit_.json +320 -267
  41. alignment/La_rumba_del_coronavirus_-_Rich_Don_Jeri.json +410 -342
  42. alignment/Le_musée_d'air_contemporain_-_KPTN.json +290 -242
  43. alignment/Le_royaume_des_glous_glous_-_Raoul_de_QSM.json +146 -122
  44. alignment/Les_files_d'attente_-_Law'.json +308 -257
  45. alignment/Libre_by_CybeR_AttaCK_-_CyberAttacK.json +308 -257
  46. alignment/Lower_Loveday_-_Is_It_Right_.json +158 -132
  47. alignment/Mes_Larmes_-_kobzx2z.json +392 -327
  48. alignment/Moon_I_Mean_-_Wrong_Concept.json +284 -237
  49. alignment/Musik_-_Heiko.json +218 -182
  50. alignment/Mère_nature_-_Law'.json +218 -182
README.md CHANGED
@@ -126,10 +126,23 @@ Alternatively, if you already have transcriptions, you might prefer to skip load
126
  dataset = load_dataset("jamendolyrics/jam-alt", revision="v1.3.0", split="test").remove_columns("audio")
127
  ```
128
 
 
 
 
 
 
 
 
 
 
 
 
 
 
129
  ## Citation
130
 
131
  When using the benchmark, please cite our [ISMIR paper](https://doi.org/10.5281/zenodo.14877443) as well as the original [JamendoLyrics paper](https://arxiv.org/abs/2306.07744).
132
- For the line-level timings, please cite the ICME workshop paper.
133
  ```bibtex
134
  @inproceedings{cifka-2024-jam-alt,
135
  author = {Ond{\v{r}}ej C{\'{\i}}fka and
 
126
  dataset = load_dataset("jamendolyrics/jam-alt", revision="v1.3.0", split="test").remove_columns("audio")
127
  ```
128
 
129
+ ## Using non-lexical tags
130
+
131
+ In addition to the `text` field, each song and line timing also contains a field `text_tagged` with
132
+ non-lexical vocables in the text enclosed in inline opening and closing tags `<nl>` and `</nl>`,
133
+ as in shown in this verse from `Les_files_d'attente_-_Law'`:
134
+
135
+ ```
136
+ <nl> (Ouh) </nl> chacun est pour l'autre le suivant
137
+ Personne ne bouge, tout l'monde attend <nl> (ouh-ouh-ouh-ouh) </nl>
138
+ Marchez-vous dessus, montrez les dents
139
+ Crachez-vous dessus, l'est encore temps
140
+ ```
141
+
142
  ## Citation
143
 
144
  When using the benchmark, please cite our [ISMIR paper](https://doi.org/10.5281/zenodo.14877443) as well as the original [JamendoLyrics paper](https://arxiv.org/abs/2306.07744).
145
+ For the line-level timings or non-lexical tags, please cite the ICME workshop paper.
146
  ```bibtex
147
  @inproceedings{cifka-2024-jam-alt,
148
  author = {Ond{\v{r}}ej C{\'{\i}}fka and
alignment/10._Disparan_-_criatura.json CHANGED
@@ -1,204 +1,244 @@
1
  {
2
- "lines": [
3
- {
4
- "start": 16.02,
5
- "end": 20.35,
6
- "text": "Disparan, la línea hay que cruzar\n"
7
- },
8
- {
9
- "start": 20.35,
10
- "end": 25.3,
11
- "text": "La línea que separa su mundo, que es mejor\n\n"
12
- },
13
- {
14
- "start": 25.42,
15
- "end": 30.2,
16
- "text": "Cruzar, dar la vida, buscar trabajo, un sitio, un lugar\n"
17
- },
18
- {
19
- "start": 30.2,
20
- "end": 35.0,
21
- "text": "Apostar todo a una ficha, él, yo, tú, ¿y quién más?\n"
22
- },
23
- {
24
- "start": 35.12,
25
- "end": 37.35,
26
- "text": "Los que van a cruzar la línea\n"
27
- },
28
- {
29
- "start": 37.53,
30
- "end": 40.15,
31
- "text": "Cruzar las balas, la cerca, su dignidad\n"
32
- },
33
- {
34
- "start": 40.47,
35
- "end": 44.99,
36
- "text": "Quieren encontrar un lugar\n\n"
37
- },
38
- {
39
- "start": 45.56,
40
- "end": 50.15,
41
- "text": "Disparan, la línea hay que cruzar\n"
42
- },
43
- {
44
- "start": 50.47,
45
- "end": 54.99,
46
- "text": "Separan, la tierra hay que alcanzar\n"
47
- },
48
- {
49
- "start": 55.42,
50
- "end": 59.88,
51
- "text": "Protegen su mundo, que es mejor\n"
52
- },
53
- {
54
- "start": 60.31,
55
- "end": 64.07,
56
- "text": "Nos alejan por la fuerza\n\n"
57
- },
58
- {
59
- "start": 64.8,
60
- "end": 69.37,
61
- "text": "Cruzar, dar la vida, buscar trabajo, un sitio, un lugar\n"
62
- },
63
- {
64
- "start": 69.49,
65
- "end": 74.38,
66
- "text": "Apostar todo a una ficha, él, yo, tú, ¿y quién más?\n"
67
- },
68
- {
69
- "start": 74.48,
70
- "end": 76.68,
71
- "text": "Los que van a cruzar la línea\n"
72
- },
73
- {
74
- "start": 76.98,
75
- "end": 79.54,
76
- "text": "Cruzar las balas, la cerca, su dignidad\n"
77
- },
78
- {
79
- "start": 79.88,
80
- "end": 84.52,
81
- "text": "Quieren encontrar un lugar\n\n"
82
- },
83
- {
84
- "start": 124.07,
85
- "end": 125.0,
86
- "text": "No puedo parar\n"
87
- },
88
- {
89
- "start": 125.26,
90
- "end": 126.29,
91
- "text": "No quiero parar\n"
92
- },
93
- {
94
- "start": 126.49,
95
- "end": 127.45,
96
- "text": "Decido salir\n"
97
- },
98
- {
99
- "start": 127.7,
100
- "end": 128.78,
101
- "text": "Decido marchar\n"
102
- },
103
- {
104
- "start": 128.98,
105
- "end": 129.93,
106
- "text": "No puedo esperar\n"
107
- },
108
- {
109
- "start": 130.16,
110
- "end": 131.11,
111
- "text": "No quiero esperar\n"
112
- },
113
- {
114
- "start": 131.42,
115
- "end": 132.32,
116
- "text": "Quiero algo mejor\n"
117
- },
118
- {
119
- "start": 132.58,
120
- "end": 133.52,
121
- "text": "Me tiro a la mar\n\n"
122
- },
123
- {
124
- "start": 133.86,
125
- "end": 134.9,
126
- "text": "No puedo parar\n"
127
- },
128
- {
129
- "start": 135.13,
130
- "end": 136.11,
131
- "text": "No quiero parar\n"
132
- },
133
- {
134
- "start": 136.35,
135
- "end": 138.58,
136
- "text": "Yo quiero empezar en otro lugar\n"
137
- },
138
- {
139
- "start": 138.77,
140
- "end": 139.84,
141
- "text": "Decido partir\n"
142
- },
143
- {
144
- "start": 140.01,
145
- "end": 141.1,
146
- "text": "Decido probar\n"
147
- },
148
- {
149
- "start": 141.25,
150
- "end": 143.48,
151
- "text": "Decido salir y no tragar\n\n"
152
- },
153
- {
154
- "start": 143.71,
155
- "end": 144.77,
156
- "text": "No puedo parar\n"
157
- },
158
- {
159
- "start": 144.96,
160
- "end": 145.98,
161
- "text": "No quiero parar\n"
162
- },
163
- {
164
- "start": 146.17,
165
- "end": 148.44,
166
- "text": "Yo quiero empezar en otro lugar\n"
167
- },
168
- {
169
- "start": 148.64,
170
- "end": 149.68,
171
- "text": "Decido partir\n"
172
- },
173
- {
174
- "start": 149.88,
175
- "end": 150.81,
176
- "text": "Decido probar\n"
177
- },
178
- {
179
- "start": 151.12,
180
- "end": 153.28,
181
- "text": "Decido salir y no tragar\n\n"
182
- },
183
- {
184
- "start": 153.51,
185
- "end": 154.57,
186
- "text": "No puedo parar\n"
187
- },
188
- {
189
- "start": 154.77,
190
- "end": 155.85,
191
- "text": "No puedo parar\n"
192
- },
193
- {
194
- "start": 156.04,
195
- "end": 156.98,
196
- "text": "No puedo parar\n"
197
- },
198
- {
199
- "start": 157.25,
200
- "end": 158.24,
201
- "text": "No puedo parar\n"
202
- }
203
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
204
  }
 
1
  {
2
+ "lines": [
3
+ {
4
+ "start": 16.02,
5
+ "end": 20.35,
6
+ "text": "Disparan, la línea hay que cruzar\n",
7
+ "text_tagged": "Disparan, la línea hay que cruzar\n"
8
+ },
9
+ {
10
+ "start": 20.35,
11
+ "end": 25.3,
12
+ "text": "La línea que separa su mundo, que es mejor\n\n",
13
+ "text_tagged": "La línea que separa su mundo, que es mejor\n\n"
14
+ },
15
+ {
16
+ "start": 25.42,
17
+ "end": 30.2,
18
+ "text": "Cruzar, dar la vida, buscar trabajo, un sitio, un lugar\n",
19
+ "text_tagged": "Cruzar, dar la vida, buscar trabajo, un sitio, un lugar\n"
20
+ },
21
+ {
22
+ "start": 30.2,
23
+ "end": 35.0,
24
+ "text": "Apostar todo a una ficha, él, yo, tú, ¿y quién más?\n",
25
+ "text_tagged": "Apostar todo a una ficha, él, yo, tú, ¿y quién más?\n"
26
+ },
27
+ {
28
+ "start": 35.12,
29
+ "end": 37.35,
30
+ "text": "Los que van a cruzar la línea\n",
31
+ "text_tagged": "Los que van a cruzar la línea\n"
32
+ },
33
+ {
34
+ "start": 37.53,
35
+ "end": 40.15,
36
+ "text": "Cruzar las balas, la cerca, su dignidad\n",
37
+ "text_tagged": "Cruzar las balas, la cerca, su dignidad\n"
38
+ },
39
+ {
40
+ "start": 40.47,
41
+ "end": 44.99,
42
+ "text": "Quieren encontrar un lugar\n\n",
43
+ "text_tagged": "Quieren encontrar un lugar\n\n"
44
+ },
45
+ {
46
+ "start": 45.56,
47
+ "end": 50.15,
48
+ "text": "Disparan, la línea hay que cruzar\n",
49
+ "text_tagged": "Disparan, la línea hay que cruzar\n"
50
+ },
51
+ {
52
+ "start": 50.47,
53
+ "end": 54.99,
54
+ "text": "Separan, la tierra hay que alcanzar\n",
55
+ "text_tagged": "Separan, la tierra hay que alcanzar\n"
56
+ },
57
+ {
58
+ "start": 55.42,
59
+ "end": 59.88,
60
+ "text": "Protegen su mundo, que es mejor\n",
61
+ "text_tagged": "Protegen su mundo, que es mejor\n"
62
+ },
63
+ {
64
+ "start": 60.31,
65
+ "end": 64.07,
66
+ "text": "Nos alejan por la fuerza\n\n",
67
+ "text_tagged": "Nos alejan por la fuerza\n\n"
68
+ },
69
+ {
70
+ "start": 64.8,
71
+ "end": 69.37,
72
+ "text": "Cruzar, dar la vida, buscar trabajo, un sitio, un lugar\n",
73
+ "text_tagged": "Cruzar, dar la vida, buscar trabajo, un sitio, un lugar\n"
74
+ },
75
+ {
76
+ "start": 69.49,
77
+ "end": 74.38,
78
+ "text": "Apostar todo a una ficha, él, yo, tú, ¿y quién más?\n",
79
+ "text_tagged": "Apostar todo a una ficha, él, yo, tú, ¿y quién más?\n"
80
+ },
81
+ {
82
+ "start": 74.48,
83
+ "end": 76.68,
84
+ "text": "Los que van a cruzar la línea\n",
85
+ "text_tagged": "Los que van a cruzar la línea\n"
86
+ },
87
+ {
88
+ "start": 76.98,
89
+ "end": 79.54,
90
+ "text": "Cruzar las balas, la cerca, su dignidad\n",
91
+ "text_tagged": "Cruzar las balas, la cerca, su dignidad\n"
92
+ },
93
+ {
94
+ "start": 79.88,
95
+ "end": 84.52,
96
+ "text": "Quieren encontrar un lugar\n\n",
97
+ "text_tagged": "Quieren encontrar un lugar\n\n"
98
+ },
99
+ {
100
+ "start": 124.07,
101
+ "end": 125.0,
102
+ "text": "No puedo parar\n",
103
+ "text_tagged": "No puedo parar\n"
104
+ },
105
+ {
106
+ "start": 125.26,
107
+ "end": 126.29,
108
+ "text": "No quiero parar\n",
109
+ "text_tagged": "No quiero parar\n"
110
+ },
111
+ {
112
+ "start": 126.49,
113
+ "end": 127.45,
114
+ "text": "Decido salir\n",
115
+ "text_tagged": "Decido salir\n"
116
+ },
117
+ {
118
+ "start": 127.7,
119
+ "end": 128.78,
120
+ "text": "Decido marchar\n",
121
+ "text_tagged": "Decido marchar\n"
122
+ },
123
+ {
124
+ "start": 128.98,
125
+ "end": 129.93,
126
+ "text": "No puedo esperar\n",
127
+ "text_tagged": "No puedo esperar\n"
128
+ },
129
+ {
130
+ "start": 130.16,
131
+ "end": 131.11,
132
+ "text": "No quiero esperar\n",
133
+ "text_tagged": "No quiero esperar\n"
134
+ },
135
+ {
136
+ "start": 131.42,
137
+ "end": 132.32,
138
+ "text": "Quiero algo mejor\n",
139
+ "text_tagged": "Quiero algo mejor\n"
140
+ },
141
+ {
142
+ "start": 132.58,
143
+ "end": 133.52,
144
+ "text": "Me tiro a la mar\n\n",
145
+ "text_tagged": "Me tiro a la mar\n\n"
146
+ },
147
+ {
148
+ "start": 133.86,
149
+ "end": 134.9,
150
+ "text": "No puedo parar\n",
151
+ "text_tagged": "No puedo parar\n"
152
+ },
153
+ {
154
+ "start": 135.13,
155
+ "end": 136.11,
156
+ "text": "No quiero parar\n",
157
+ "text_tagged": "No quiero parar\n"
158
+ },
159
+ {
160
+ "start": 136.35,
161
+ "end": 138.58,
162
+ "text": "Yo quiero empezar en otro lugar\n",
163
+ "text_tagged": "Yo quiero empezar en otro lugar\n"
164
+ },
165
+ {
166
+ "start": 138.77,
167
+ "end": 139.84,
168
+ "text": "Decido partir\n",
169
+ "text_tagged": "Decido partir\n"
170
+ },
171
+ {
172
+ "start": 140.01,
173
+ "end": 141.1,
174
+ "text": "Decido probar\n",
175
+ "text_tagged": "Decido probar\n"
176
+ },
177
+ {
178
+ "start": 141.25,
179
+ "end": 143.48,
180
+ "text": "Decido salir y no tragar\n\n",
181
+ "text_tagged": "Decido salir y no tragar\n\n"
182
+ },
183
+ {
184
+ "start": 143.71,
185
+ "end": 144.77,
186
+ "text": "No puedo parar\n",
187
+ "text_tagged": "No puedo parar\n"
188
+ },
189
+ {
190
+ "start": 144.96,
191
+ "end": 145.98,
192
+ "text": "No quiero parar\n",
193
+ "text_tagged": "No quiero parar\n"
194
+ },
195
+ {
196
+ "start": 146.17,
197
+ "end": 148.44,
198
+ "text": "Yo quiero empezar en otro lugar\n",
199
+ "text_tagged": "Yo quiero empezar en otro lugar\n"
200
+ },
201
+ {
202
+ "start": 148.64,
203
+ "end": 149.68,
204
+ "text": "Decido partir\n",
205
+ "text_tagged": "Decido partir\n"
206
+ },
207
+ {
208
+ "start": 149.88,
209
+ "end": 150.81,
210
+ "text": "Decido probar\n",
211
+ "text_tagged": "Decido probar\n"
212
+ },
213
+ {
214
+ "start": 151.12,
215
+ "end": 153.28,
216
+ "text": "Decido salir y no tragar\n\n",
217
+ "text_tagged": "Decido salir y no tragar\n\n"
218
+ },
219
+ {
220
+ "start": 153.51,
221
+ "end": 154.57,
222
+ "text": "No puedo parar\n",
223
+ "text_tagged": "No puedo parar\n"
224
+ },
225
+ {
226
+ "start": 154.77,
227
+ "end": 155.85,
228
+ "text": "No puedo parar\n",
229
+ "text_tagged": "No puedo parar\n"
230
+ },
231
+ {
232
+ "start": 156.04,
233
+ "end": 156.98,
234
+ "text": "No puedo parar\n",
235
+ "text_tagged": "No puedo parar\n"
236
+ },
237
+ {
238
+ "start": 157.25,
239
+ "end": 158.24,
240
+ "text": "No puedo parar\n",
241
+ "text_tagged": "No puedo parar\n"
242
+ }
243
+ ]
244
  }
alignment/1_Freak_-_Automatisch_Gekommen.json CHANGED
@@ -1,304 +1,364 @@
1
  {
2
- "lines": [
3
- {
4
- "start": 21.78,
5
- "end": 24.45,
6
- "text": "Ich würd' so gerne meinen Namen verlieren\n"
7
- },
8
- {
9
- "start": 24.89,
10
- "end": 26.38,
11
- "text": "(Das wär' schon okay)\n"
12
- },
13
- {
14
- "start": 26.54,
15
- "end": 29.22,
16
- "text": "Vollkommen unerkannt durch Straßen maschieren\n"
17
- },
18
- {
19
- "start": 29.7,
20
- "end": 31.41,
21
- "text": "(No, you don't know me)\n"
22
- },
23
- {
24
- "start": 31.41,
25
- "end": 34.05,
26
- "text": "Es würde niemand danach fragen was geht\n"
27
- },
28
- {
29
- "start": 34.49,
30
- "end": 36.12,
31
- "text": "(Alter scheiß auf mein Smartphone)\n"
32
- },
33
- {
34
- "start": 36.34,
35
- "end": 38.93,
36
- "text": "Und ich hätte endlich Zeit zu verstehn\n"
37
- },
38
- {
39
- "start": 39.28,
40
- "end": 40.58,
41
- "text": "(Ich muss einfach mal klar kommen)\n\n"
42
- },
43
- {
44
- "start": 40.58,
45
- "end": 42.6,
46
- "text": "Ich schließ' mich ein\n"
47
- },
48
- {
49
- "start": 42.88,
50
- "end": 44.69,
51
- "text": "Und komm' nicht raus\n\n"
52
- },
53
- {
54
- "start": 44.69,
55
- "end": 47.42,
56
- "text": "Ich bin ein Freak, ein Freak\n"
57
- },
58
- {
59
- "start": 47.72,
60
- "end": 49.55,
61
- "text": "Rede ständig von meinem wunderschönen Glied\n"
62
- },
63
- {
64
- "start": 49.55,
65
- "end": 52.25,
66
- "text": "Ich bin ein Freak, ein Freak\n"
67
- },
68
- {
69
- "start": 52.48,
70
- "end": 54.31,
71
- "text": "Glaube nicht, dass es für mich hier etwas gibt\n"
72
- },
73
- {
74
- "start": 54.31,
75
- "end": 57.04,
76
- "text": "Ich bin ein Freak, ein Freak\n"
77
- },
78
- {
79
- "start": 57.28,
80
- "end": 59.12,
81
- "text": "Rede ständig nur von meiner scheiß Musik\n"
82
- },
83
- {
84
- "start": 59.12,
85
- "end": 61.78,
86
- "text": "Ich bin ein Freak, ein Freak\n"
87
- },
88
- {
89
- "start": 62.09,
90
- "end": 63.9,
91
- "text": "Glaube nicht, dass mich von euch jemand besiegt\n"
92
- },
93
- {
94
- "start": 63.9,
95
- "end": 65.27,
96
- "text": "Ich bin ein Freak!\n\n"
97
- },
98
- {
99
- "start": 65.1,
100
- "end": 67.63,
101
- "text": "Ich würd' so gern den ganzen Tag musizieren\n"
102
- },
103
- {
104
- "start": 68.05,
105
- "end": 69.77,
106
- "text": "(So mit Hoes und Cocain)\n"
107
- },
108
- {
109
- "start": 69.77,
110
- "end": 72.55,
111
- "text": "Wer das nicht will, kann bei mir oral probieren\n"
112
- },
113
- {
114
- "start": 72.88,
115
- "end": 74.56,
116
- "text": "(Könnte sofort losgehn)\n"
117
- },
118
- {
119
- "start": 74.57,
120
- "end": 77.27,
121
- "text": "Hört sich das an, als würd' ich Spanisch verstehn?\n"
122
- },
123
- {
124
- "start": 77.7,
125
- "end": 79.13,
126
- "text": "(Una loco pendejo)\n"
127
- },
128
- {
129
- "start": 79.36,
130
- "end": 81.96,
131
- "text": "Ich zeig dir einfach meinen Penis und geh\n"
132
- },
133
- {
134
- "start": 82.21,
135
- "end": 83.98,
136
- "text": "(Ich bin interessiert an dem Echo)\n\n"
137
- },
138
- {
139
- "start": 102.89,
140
- "end": 104.93,
141
- "text": "Ich schließ' mich ein\n"
142
- },
143
- {
144
- "start": 105.29,
145
- "end": 107.13,
146
- "text": "Und komm' nicht raus\n\n"
147
- },
148
- {
149
- "start": 107.13,
150
- "end": 109.86,
151
- "text": "Ich bin ein Freak, ein Freak\n"
152
- },
153
- {
154
- "start": 110.09,
155
- "end": 111.92,
156
- "text": "Rede ständig von meinem wunderschönen Glied\n"
157
- },
158
- {
159
- "start": 111.92,
160
- "end": 114.57,
161
- "text": "Ich bin ein Freak, ein Freak\n"
162
- },
163
- {
164
- "start": 114.89,
165
- "end": 116.66,
166
- "text": "Glaube nicht, dass es für mich hier etwas gibt\n"
167
- },
168
- {
169
- "start": 116.75,
170
- "end": 119.37,
171
- "text": "Ich bin ein Freak, ein Freak\n"
172
- },
173
- {
174
- "start": 119.67,
175
- "end": 121.44,
176
- "text": "Rede ständig nur von meiner scheiß Musik\n"
177
- },
178
- {
179
- "start": 121.54,
180
- "end": 124.29,
181
- "text": "Ich bin ein Freak, ein Freak\n"
182
- },
183
- {
184
- "start": 124.47,
185
- "end": 126.18,
186
- "text": "Glaube nicht, dass mich von euch jemand besiegt\n"
187
- },
188
- {
189
- "start": 126.33,
190
- "end": 127.68,
191
- "text": "Ich bin ein Freak!\n\n"
192
- },
193
- {
194
- "start": 127.5,
195
- "end": 129.41,
196
- "text": "Während du sprichst, bin ich in Gedanken nackt\n"
197
- },
198
- {
199
- "start": 129.75,
200
- "end": 131.36,
201
- "text": "Ich trage nur meine Gitarre\n"
202
- },
203
- {
204
- "start": 132.17,
205
- "end": 134.2,
206
- "text": "Ich hör nicht hin, ob irgendjemand etwas sagt\n"
207
- },
208
- {
209
- "start": 134.57,
210
- "end": 136.22,
211
- "text": "Ich glaub' wir reden über Mathe\n"
212
- },
213
- {
214
- "start": 136.99,
215
- "end": 138.98,
216
- "text": "Während du sprichst, bin ich in Gedanken nackt\n"
217
- },
218
- {
219
- "start": 139.38,
220
- "end": 141.13,
221
- "text": "Ich trage nur meine Gitarre\n"
222
- },
223
- {
224
- "start": 141.83,
225
- "end": 143.79,
226
- "text": "Ich hör nicht hin, ob irgendjemand etwas sagt\n"
227
- },
228
- {
229
- "start": 144.17,
230
- "end": 145.48,
231
- "text": "Ich glaub', ich sitze in der Kacke\n\n"
232
- },
233
- {
234
- "start": 145.48,
235
- "end": 148.25,
236
- "text": "Ich bin ein Freak, ein Freak\n"
237
- },
238
- {
239
- "start": 148.52,
240
- "end": 150.34,
241
- "text": "Rede ständig von meinem wunderschönen Glied\n"
242
- },
243
- {
244
- "start": 150.34,
245
- "end": 153.06,
246
- "text": "Ich bin ein Freak, ein Freak\n"
247
- },
248
- {
249
- "start": 153.29,
250
- "end": 155.12,
251
- "text": "Glaube nicht, dass es für mich hier etwas gibt\n"
252
- },
253
- {
254
- "start": 155.12,
255
- "end": 157.86,
256
- "text": "Ich bin ein Freak, ein Freak\n"
257
- },
258
- {
259
- "start": 158.1,
260
- "end": 159.92,
261
- "text": "Rede ständig nur von meiner scheiß Musik\n"
262
- },
263
- {
264
- "start": 159.92,
265
- "end": 162.69,
266
- "text": "Ich bin ein Freak, ein Freak\n"
267
- },
268
- {
269
- "start": 162.87,
270
- "end": 164.59,
271
- "text": "Glaube nicht, dass mich von euch jemand besiegt\n"
272
- },
273
- {
274
- "start": 164.72,
275
- "end": 166.59,
276
- "text": "Ich bin ein Freak!\n\n"
277
- },
278
- {
279
- "start": 169.46,
280
- "end": 171.38,
281
- "text": "Ich bin ein Freak!\n"
282
- },
283
- {
284
- "start": 174.33,
285
- "end": 176.17,
286
- "text": "Ich bin ein Freak!\n"
287
- },
288
- {
289
- "start": 179.14,
290
- "end": 180.93,
291
- "text": "Ich bin ein Freak!\n\n"
292
- },
293
- {
294
- "start": 182.09,
295
- "end": 183.93,
296
- "text": "Glaube nicht, dass mich von euch jemand besiegt\n\n"
297
- },
298
- {
299
- "start": 183.93,
300
- "end": 185.37,
301
- "text": "Ich bin ein Freak!\n"
302
- }
303
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
304
  }
 
1
  {
2
+ "lines": [
3
+ {
4
+ "start": 21.78,
5
+ "end": 24.45,
6
+ "text": "Ich würd' so gerne meinen Namen verlieren\n",
7
+ "text_tagged": "Ich würd' so gerne meinen Namen verlieren\n"
8
+ },
9
+ {
10
+ "start": 24.89,
11
+ "end": 26.38,
12
+ "text": "(Das wär' schon okay)\n",
13
+ "text_tagged": "(Das wär' schon okay)\n"
14
+ },
15
+ {
16
+ "start": 26.54,
17
+ "end": 29.22,
18
+ "text": "Vollkommen unerkannt durch Straßen maschieren\n",
19
+ "text_tagged": "Vollkommen unerkannt durch Straßen maschieren\n"
20
+ },
21
+ {
22
+ "start": 29.7,
23
+ "end": 31.41,
24
+ "text": "(No, you don't know me)\n",
25
+ "text_tagged": "(No, you don't know me)\n"
26
+ },
27
+ {
28
+ "start": 31.41,
29
+ "end": 34.05,
30
+ "text": "Es würde niemand danach fragen was geht\n",
31
+ "text_tagged": "Es würde niemand danach fragen was geht\n"
32
+ },
33
+ {
34
+ "start": 34.49,
35
+ "end": 36.12,
36
+ "text": "(Alter scheiß auf mein Smartphone)\n",
37
+ "text_tagged": "(Alter scheiß auf mein Smartphone)\n"
38
+ },
39
+ {
40
+ "start": 36.34,
41
+ "end": 38.93,
42
+ "text": "Und ich hätte endlich Zeit zu verstehn\n",
43
+ "text_tagged": "Und ich hätte endlich Zeit zu verstehn\n"
44
+ },
45
+ {
46
+ "start": 39.28,
47
+ "end": 40.58,
48
+ "text": "(Ich muss einfach mal klar kommen)\n\n",
49
+ "text_tagged": "(Ich muss einfach mal klar kommen)\n\n"
50
+ },
51
+ {
52
+ "start": 40.58,
53
+ "end": 42.6,
54
+ "text": "Ich schließ' mich ein\n",
55
+ "text_tagged": "Ich schließ' mich ein\n"
56
+ },
57
+ {
58
+ "start": 42.88,
59
+ "end": 44.69,
60
+ "text": "Und komm' nicht raus\n\n",
61
+ "text_tagged": "Und komm' nicht raus\n\n"
62
+ },
63
+ {
64
+ "start": 44.69,
65
+ "end": 47.42,
66
+ "text": "Ich bin ein Freak, ein Freak\n",
67
+ "text_tagged": "Ich bin ein Freak, ein Freak\n"
68
+ },
69
+ {
70
+ "start": 47.72,
71
+ "end": 49.55,
72
+ "text": "Rede ständig von meinem wunderschönen Glied\n",
73
+ "text_tagged": "Rede ständig von meinem wunderschönen Glied\n"
74
+ },
75
+ {
76
+ "start": 49.55,
77
+ "end": 52.25,
78
+ "text": "Ich bin ein Freak, ein Freak\n",
79
+ "text_tagged": "Ich bin ein Freak, ein Freak\n"
80
+ },
81
+ {
82
+ "start": 52.48,
83
+ "end": 54.31,
84
+ "text": "Glaube nicht, dass es für mich hier etwas gibt\n",
85
+ "text_tagged": "Glaube nicht, dass es für mich hier etwas gibt\n"
86
+ },
87
+ {
88
+ "start": 54.31,
89
+ "end": 57.04,
90
+ "text": "Ich bin ein Freak, ein Freak\n",
91
+ "text_tagged": "Ich bin ein Freak, ein Freak\n"
92
+ },
93
+ {
94
+ "start": 57.28,
95
+ "end": 59.12,
96
+ "text": "Rede ständig nur von meiner scheiß Musik\n",
97
+ "text_tagged": "Rede ständig nur von meiner scheiß Musik\n"
98
+ },
99
+ {
100
+ "start": 59.12,
101
+ "end": 61.78,
102
+ "text": "Ich bin ein Freak, ein Freak\n",
103
+ "text_tagged": "Ich bin ein Freak, ein Freak\n"
104
+ },
105
+ {
106
+ "start": 62.09,
107
+ "end": 63.9,
108
+ "text": "Glaube nicht, dass mich von euch jemand besiegt\n",
109
+ "text_tagged": "Glaube nicht, dass mich von euch jemand besiegt\n"
110
+ },
111
+ {
112
+ "start": 63.9,
113
+ "end": 65.27,
114
+ "text": "Ich bin ein Freak!\n\n",
115
+ "text_tagged": "Ich bin ein Freak!\n\n"
116
+ },
117
+ {
118
+ "start": 65.1,
119
+ "end": 67.63,
120
+ "text": "Ich würd' so gern den ganzen Tag musizieren\n",
121
+ "text_tagged": "Ich würd' so gern den ganzen Tag musizieren\n"
122
+ },
123
+ {
124
+ "start": 68.05,
125
+ "end": 69.77,
126
+ "text": "(So mit Hoes und Cocain)\n",
127
+ "text_tagged": "(So mit Hoes und Cocain)\n"
128
+ },
129
+ {
130
+ "start": 69.77,
131
+ "end": 72.55,
132
+ "text": "Wer das nicht will, kann bei mir oral probieren\n",
133
+ "text_tagged": "Wer das nicht will, kann bei mir oral probieren\n"
134
+ },
135
+ {
136
+ "start": 72.88,
137
+ "end": 74.56,
138
+ "text": "(Könnte sofort losgehn)\n",
139
+ "text_tagged": "(Könnte sofort losgehn)\n"
140
+ },
141
+ {
142
+ "start": 74.57,
143
+ "end": 77.27,
144
+ "text": "Hört sich das an, als würd' ich Spanisch verstehn?\n",
145
+ "text_tagged": "Hört sich das an, als würd' ich Spanisch verstehn?\n"
146
+ },
147
+ {
148
+ "start": 77.7,
149
+ "end": 79.13,
150
+ "text": "(Una loco pendejo)\n",
151
+ "text_tagged": "(Una loco pendejo)\n"
152
+ },
153
+ {
154
+ "start": 79.36,
155
+ "end": 81.96,
156
+ "text": "Ich zeig dir einfach meinen Penis und geh\n",
157
+ "text_tagged": "Ich zeig dir einfach meinen Penis und geh\n"
158
+ },
159
+ {
160
+ "start": 82.21,
161
+ "end": 83.98,
162
+ "text": "(Ich bin interessiert an dem Echo)\n\n",
163
+ "text_tagged": "(Ich bin interessiert an dem Echo)\n\n"
164
+ },
165
+ {
166
+ "start": 102.89,
167
+ "end": 104.93,
168
+ "text": "Ich schließ' mich ein\n",
169
+ "text_tagged": "Ich schließ' mich ein\n"
170
+ },
171
+ {
172
+ "start": 105.29,
173
+ "end": 107.13,
174
+ "text": "Und komm' nicht raus\n\n",
175
+ "text_tagged": "Und komm' nicht raus\n\n"
176
+ },
177
+ {
178
+ "start": 107.13,
179
+ "end": 109.86,
180
+ "text": "Ich bin ein Freak, ein Freak\n",
181
+ "text_tagged": "Ich bin ein Freak, ein Freak\n"
182
+ },
183
+ {
184
+ "start": 110.09,
185
+ "end": 111.92,
186
+ "text": "Rede ständig von meinem wunderschönen Glied\n",
187
+ "text_tagged": "Rede ständig von meinem wunderschönen Glied\n"
188
+ },
189
+ {
190
+ "start": 111.92,
191
+ "end": 114.57,
192
+ "text": "Ich bin ein Freak, ein Freak\n",
193
+ "text_tagged": "Ich bin ein Freak, ein Freak\n"
194
+ },
195
+ {
196
+ "start": 114.89,
197
+ "end": 116.66,
198
+ "text": "Glaube nicht, dass es für mich hier etwas gibt\n",
199
+ "text_tagged": "Glaube nicht, dass es für mich hier etwas gibt\n"
200
+ },
201
+ {
202
+ "start": 116.75,
203
+ "end": 119.37,
204
+ "text": "Ich bin ein Freak, ein Freak\n",
205
+ "text_tagged": "Ich bin ein Freak, ein Freak\n"
206
+ },
207
+ {
208
+ "start": 119.67,
209
+ "end": 121.44,
210
+ "text": "Rede ständig nur von meiner scheiß Musik\n",
211
+ "text_tagged": "Rede ständig nur von meiner scheiß Musik\n"
212
+ },
213
+ {
214
+ "start": 121.54,
215
+ "end": 124.29,
216
+ "text": "Ich bin ein Freak, ein Freak\n",
217
+ "text_tagged": "Ich bin ein Freak, ein Freak\n"
218
+ },
219
+ {
220
+ "start": 124.47,
221
+ "end": 126.18,
222
+ "text": "Glaube nicht, dass mich von euch jemand besiegt\n",
223
+ "text_tagged": "Glaube nicht, dass mich von euch jemand besiegt\n"
224
+ },
225
+ {
226
+ "start": 126.33,
227
+ "end": 127.68,
228
+ "text": "Ich bin ein Freak!\n\n",
229
+ "text_tagged": "Ich bin ein Freak!\n\n"
230
+ },
231
+ {
232
+ "start": 127.5,
233
+ "end": 129.41,
234
+ "text": "Während du sprichst, bin ich in Gedanken nackt\n",
235
+ "text_tagged": "Während du sprichst, bin ich in Gedanken nackt\n"
236
+ },
237
+ {
238
+ "start": 129.75,
239
+ "end": 131.36,
240
+ "text": "Ich trage nur meine Gitarre\n",
241
+ "text_tagged": "Ich trage nur meine Gitarre\n"
242
+ },
243
+ {
244
+ "start": 132.17,
245
+ "end": 134.2,
246
+ "text": "Ich hör nicht hin, ob irgendjemand etwas sagt\n",
247
+ "text_tagged": "Ich hör nicht hin, ob irgendjemand etwas sagt\n"
248
+ },
249
+ {
250
+ "start": 134.57,
251
+ "end": 136.22,
252
+ "text": "Ich glaub' wir reden über Mathe\n",
253
+ "text_tagged": "Ich glaub' wir reden über Mathe\n"
254
+ },
255
+ {
256
+ "start": 136.99,
257
+ "end": 138.98,
258
+ "text": "Während du sprichst, bin ich in Gedanken nackt\n",
259
+ "text_tagged": "Während du sprichst, bin ich in Gedanken nackt\n"
260
+ },
261
+ {
262
+ "start": 139.38,
263
+ "end": 141.13,
264
+ "text": "Ich trage nur meine Gitarre\n",
265
+ "text_tagged": "Ich trage nur meine Gitarre\n"
266
+ },
267
+ {
268
+ "start": 141.83,
269
+ "end": 143.79,
270
+ "text": "Ich hör nicht hin, ob irgendjemand etwas sagt\n",
271
+ "text_tagged": "Ich hör nicht hin, ob irgendjemand etwas sagt\n"
272
+ },
273
+ {
274
+ "start": 144.17,
275
+ "end": 145.48,
276
+ "text": "Ich glaub', ich sitze in der Kacke\n\n",
277
+ "text_tagged": "Ich glaub', ich sitze in der Kacke\n\n"
278
+ },
279
+ {
280
+ "start": 145.48,
281
+ "end": 148.25,
282
+ "text": "Ich bin ein Freak, ein Freak\n",
283
+ "text_tagged": "Ich bin ein Freak, ein Freak\n"
284
+ },
285
+ {
286
+ "start": 148.52,
287
+ "end": 150.34,
288
+ "text": "Rede ständig von meinem wunderschönen Glied\n",
289
+ "text_tagged": "Rede ständig von meinem wunderschönen Glied\n"
290
+ },
291
+ {
292
+ "start": 150.34,
293
+ "end": 153.06,
294
+ "text": "Ich bin ein Freak, ein Freak\n",
295
+ "text_tagged": "Ich bin ein Freak, ein Freak\n"
296
+ },
297
+ {
298
+ "start": 153.29,
299
+ "end": 155.12,
300
+ "text": "Glaube nicht, dass es für mich hier etwas gibt\n",
301
+ "text_tagged": "Glaube nicht, dass es für mich hier etwas gibt\n"
302
+ },
303
+ {
304
+ "start": 155.12,
305
+ "end": 157.86,
306
+ "text": "Ich bin ein Freak, ein Freak\n",
307
+ "text_tagged": "Ich bin ein Freak, ein Freak\n"
308
+ },
309
+ {
310
+ "start": 158.1,
311
+ "end": 159.92,
312
+ "text": "Rede ständig nur von meiner scheiß Musik\n",
313
+ "text_tagged": "Rede ständig nur von meiner scheiß Musik\n"
314
+ },
315
+ {
316
+ "start": 159.92,
317
+ "end": 162.69,
318
+ "text": "Ich bin ein Freak, ein Freak\n",
319
+ "text_tagged": "Ich bin ein Freak, ein Freak\n"
320
+ },
321
+ {
322
+ "start": 162.87,
323
+ "end": 164.59,
324
+ "text": "Glaube nicht, dass mich von euch jemand besiegt\n",
325
+ "text_tagged": "Glaube nicht, dass mich von euch jemand besiegt\n"
326
+ },
327
+ {
328
+ "start": 164.72,
329
+ "end": 166.59,
330
+ "text": "Ich bin ein Freak!\n\n",
331
+ "text_tagged": "Ich bin ein Freak!\n\n"
332
+ },
333
+ {
334
+ "start": 169.46,
335
+ "end": 171.38,
336
+ "text": "Ich bin ein Freak!\n",
337
+ "text_tagged": "Ich bin ein Freak!\n"
338
+ },
339
+ {
340
+ "start": 174.33,
341
+ "end": 176.17,
342
+ "text": "Ich bin ein Freak!\n",
343
+ "text_tagged": "Ich bin ein Freak!\n"
344
+ },
345
+ {
346
+ "start": 179.14,
347
+ "end": 180.93,
348
+ "text": "Ich bin ein Freak!\n\n",
349
+ "text_tagged": "Ich bin ein Freak!\n\n"
350
+ },
351
+ {
352
+ "start": 182.09,
353
+ "end": 183.93,
354
+ "text": "Glaube nicht, dass mich von euch jemand besiegt\n\n",
355
+ "text_tagged": "Glaube nicht, dass mich von euch jemand besiegt\n\n"
356
+ },
357
+ {
358
+ "start": 183.93,
359
+ "end": 185.37,
360
+ "text": "Ich bin ein Freak!\n",
361
+ "text_tagged": "Ich bin ein Freak!\n"
362
+ }
363
+ ]
364
  }
alignment/Avercage_-_Embers.json CHANGED
@@ -1,219 +1,262 @@
1
  {
2
- "lines": [
3
- {
4
- "start": 32.45,
5
- "end": 34.1,
6
- "text": "Through days of thunders\n"
7
- },
8
- {
9
- "start": 34.26,
10
- "end": 40.1,
11
- "text": "Continuing stolid smiles to wear\n"
12
- },
13
- {
14
- "start": 40.55,
15
- "end": 42.44,
16
- "text": "We're going on\n"
17
- },
18
- {
19
- "start": 43.04,
20
- "end": 46.98,
21
- "text": "We nearly carried it to the end\n\n"
22
- },
23
- {
24
- "start": 47.32,
25
- "end": 48.88,
26
- "text": "And every whisper\n"
27
- },
28
- {
29
- "start": 49.06,
30
- "end": 54.91,
31
- "text": "And every beat of windy heart\n"
32
- },
33
- {
34
- "start": 55.3,
35
- "end": 57.39,
36
- "text": "We're holding on\n"
37
- },
38
- {
39
- "start": 57.76,
40
- "end": 64.33,
41
- "text": "For the moment when we unite\n\n"
42
- },
43
- {
44
- "start": 64.51,
45
- "end": 66.06,
46
- "text": "No face\n"
47
- },
48
- {
49
- "start": 66.06,
50
- "end": 69.5,
51
- "text": "Is seen at dusk of a raining day\n"
52
- },
53
- {
54
- "start": 69.67,
55
- "end": 71.28,
56
- "text": "No name\n"
57
- },
58
- {
59
- "start": 71.66,
60
- "end": 75.5,
61
- "text": "Is spoken in a loud voice\n"
62
- },
63
- {
64
- "start": 75.5,
65
- "end": 77.37,
66
- "text": "Still, still\n\n"
67
- },
68
- {
69
- "start": 77.37,
70
- "end": 80.12,
71
- "text": "One day it all\n"
72
- },
73
- {
74
- "start": 80.36,
75
- "end": 84.77,
76
- "text": "Will gone forever, will gone forever\n"
77
- },
78
- {
79
- "start": 84.77,
80
- "end": 87.47,
81
- "text": "Don't close your eyes\n"
82
- },
83
- {
84
- "start": 87.81,
85
- "end": 95.15,
86
- "text": "You'll gone forever, you'll gone forever\n\n"
87
- },
88
- {
89
- "start": 95.15,
90
- "end": 96.91,
91
- "text": "Just reach the border\n"
92
- },
93
- {
94
- "start": 96.91,
95
- "end": 102.81,
96
- "text": "To throw your past and go ahead\n"
97
- },
98
- {
99
- "start": 103.25,
100
- "end": 105.25,
101
- "text": "Hey, light your heart\n"
102
- },
103
- {
104
- "start": 105.58,
105
- "end": 110.74,
106
- "text": "As we're led by a winding thread\n\n"
107
- },
108
- {
109
- "start": 112.47,
110
- "end": 114.11,
111
- "text": "No face\n"
112
- },
113
- {
114
- "start": 114.11,
115
- "end": 117.51,
116
- "text": "Is seen at dusk of a raining day\n"
117
- },
118
- {
119
- "start": 117.51,
120
- "end": 119.51,
121
- "text": "No name\n"
122
- },
123
- {
124
- "start": 119.67,
125
- "end": 123.51,
126
- "text": "Is spoken with the loud voice\n"
127
- },
128
- {
129
- "start": 123.63,
130
- "end": 125.4,
131
- "text": "Still, still\n\n"
132
- },
133
- {
134
- "start": 125.4,
135
- "end": 128.06,
136
- "text": "One day it all\n"
137
- },
138
- {
139
- "start": 128.38,
140
- "end": 132.82,
141
- "text": "Will gone forever, will gone forever\n"
142
- },
143
- {
144
- "start": 132.82,
145
- "end": 135.59,
146
- "text": "Don't close your eyes\n"
147
- },
148
- {
149
- "start": 135.83,
150
- "end": 143.67,
151
- "text": "You'll gone forever, you'll gone forever\n\n"
152
- },
153
- {
154
- "start": 169.22,
155
- "end": 179.27,
156
- "text": "And we are one, so I promise\n"
157
- },
158
- {
159
- "start": 182.66,
160
- "end": 189.26,
161
- "text": "Mmm-ah, ah, ah-ah-ah\n\n"
162
- },
163
- {
164
- "start": 189.26,
165
- "end": 192.9,
166
- "text": "One day it all\n"
167
- },
168
- {
169
- "start": 193.35,
170
- "end": 199.34,
171
- "text": "Will gone forever, will gone forever\n"
172
- },
173
- {
174
- "start": 199.67,
175
- "end": 203.13,
176
- "text": "Don't close your eyes\n"
177
- },
178
- {
179
- "start": 203.46,
180
- "end": 209.13,
181
- "text": "You'll gone forever, you'll gone forever\n\n"
182
- },
183
- {
184
- "start": 209.45,
185
- "end": 213.45,
186
- "text": "There's no more pain\n"
187
- },
188
- {
189
- "start": 213.67,
190
- "end": 215.89,
191
- "text": "Which lasts forever\n"
192
- },
193
- {
194
- "start": 216.13,
195
- "end": 219.67,
196
- "text": "And never severs\n"
197
- },
198
- {
199
- "start": 219.67,
200
- "end": 223.53,
201
- "text": "Once in the end\n"
202
- },
203
- {
204
- "start": 223.74,
205
- "end": 226.15,
206
- "text": "The flame was rendered\n"
207
- },
208
- {
209
- "start": 226.15,
210
- "end": 228.76,
211
- "text": "But living embers\n"
212
- },
213
- {
214
- "start": 228.92,
215
- "end": 230.58,
216
- "text": "Will burn\n"
217
- }
218
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
219
  }
 
1
  {
2
+ "lines": [
3
+ {
4
+ "start": 32.45,
5
+ "end": 34.1,
6
+ "text": "Through days of thunders\n",
7
+ "text_tagged": "Through days of thunders\n"
8
+ },
9
+ {
10
+ "start": 34.26,
11
+ "end": 40.1,
12
+ "text": "Continuing stolid smiles to wear\n",
13
+ "text_tagged": "Continuing stolid smiles to wear\n"
14
+ },
15
+ {
16
+ "start": 40.55,
17
+ "end": 42.44,
18
+ "text": "We're going on\n",
19
+ "text_tagged": "We're going on\n"
20
+ },
21
+ {
22
+ "start": 43.04,
23
+ "end": 46.98,
24
+ "text": "We nearly carried it to the end\n\n",
25
+ "text_tagged": "We nearly carried it to the end\n\n"
26
+ },
27
+ {
28
+ "start": 47.32,
29
+ "end": 48.88,
30
+ "text": "And every whisper\n",
31
+ "text_tagged": "And every whisper\n"
32
+ },
33
+ {
34
+ "start": 49.06,
35
+ "end": 54.91,
36
+ "text": "And every beat of windy heart\n",
37
+ "text_tagged": "And every beat of windy heart\n"
38
+ },
39
+ {
40
+ "start": 55.3,
41
+ "end": 57.39,
42
+ "text": "We're holding on\n",
43
+ "text_tagged": "We're holding on\n"
44
+ },
45
+ {
46
+ "start": 57.76,
47
+ "end": 64.33,
48
+ "text": "For the moment when we unite\n\n",
49
+ "text_tagged": "For the moment when we unite\n\n"
50
+ },
51
+ {
52
+ "start": 64.51,
53
+ "end": 66.06,
54
+ "text": "No face\n",
55
+ "text_tagged": "No face\n"
56
+ },
57
+ {
58
+ "start": 66.06,
59
+ "end": 69.5,
60
+ "text": "Is seen at dusk of a raining day\n",
61
+ "text_tagged": "Is seen at dusk of a raining day\n"
62
+ },
63
+ {
64
+ "start": 69.67,
65
+ "end": 71.28,
66
+ "text": "No name\n",
67
+ "text_tagged": "No name\n"
68
+ },
69
+ {
70
+ "start": 71.66,
71
+ "end": 75.5,
72
+ "text": "Is spoken in a loud voice\n",
73
+ "text_tagged": "Is spoken in a loud voice\n"
74
+ },
75
+ {
76
+ "start": 75.5,
77
+ "end": 77.37,
78
+ "text": "Still, still\n\n",
79
+ "text_tagged": "Still, still\n\n"
80
+ },
81
+ {
82
+ "start": 77.37,
83
+ "end": 80.12,
84
+ "text": "One day it all\n",
85
+ "text_tagged": "One day it all\n"
86
+ },
87
+ {
88
+ "start": 80.36,
89
+ "end": 84.77,
90
+ "text": "Will gone forever, will gone forever\n",
91
+ "text_tagged": "Will gone forever, will gone forever\n"
92
+ },
93
+ {
94
+ "start": 84.77,
95
+ "end": 87.47,
96
+ "text": "Don't close your eyes\n",
97
+ "text_tagged": "Don't close your eyes\n"
98
+ },
99
+ {
100
+ "start": 87.81,
101
+ "end": 95.15,
102
+ "text": "You'll gone forever, you'll gone forever\n\n",
103
+ "text_tagged": "You'll gone forever, you'll gone forever\n\n"
104
+ },
105
+ {
106
+ "start": 95.15,
107
+ "end": 96.91,
108
+ "text": "Just reach the border\n",
109
+ "text_tagged": "Just reach the border\n"
110
+ },
111
+ {
112
+ "start": 96.91,
113
+ "end": 102.81,
114
+ "text": "To throw your past and go ahead\n",
115
+ "text_tagged": "To throw your past and go ahead\n"
116
+ },
117
+ {
118
+ "start": 103.25,
119
+ "end": 105.25,
120
+ "text": "Hey, light your heart\n",
121
+ "text_tagged": "Hey, light your heart\n"
122
+ },
123
+ {
124
+ "start": 105.58,
125
+ "end": 110.74,
126
+ "text": "As we're led by a winding thread\n\n",
127
+ "text_tagged": "As we're led by a winding thread\n\n"
128
+ },
129
+ {
130
+ "start": 112.47,
131
+ "end": 114.11,
132
+ "text": "No face\n",
133
+ "text_tagged": "No face\n"
134
+ },
135
+ {
136
+ "start": 114.11,
137
+ "end": 117.51,
138
+ "text": "Is seen at dusk of a raining day\n",
139
+ "text_tagged": "Is seen at dusk of a raining day\n"
140
+ },
141
+ {
142
+ "start": 117.51,
143
+ "end": 119.51,
144
+ "text": "No name\n",
145
+ "text_tagged": "No name\n"
146
+ },
147
+ {
148
+ "start": 119.67,
149
+ "end": 123.51,
150
+ "text": "Is spoken with the loud voice\n",
151
+ "text_tagged": "Is spoken with the loud voice\n"
152
+ },
153
+ {
154
+ "start": 123.63,
155
+ "end": 125.4,
156
+ "text": "Still, still\n\n",
157
+ "text_tagged": "Still, still\n\n"
158
+ },
159
+ {
160
+ "start": 125.4,
161
+ "end": 128.06,
162
+ "text": "One day it all\n",
163
+ "text_tagged": "One day it all\n"
164
+ },
165
+ {
166
+ "start": 128.38,
167
+ "end": 132.82,
168
+ "text": "Will gone forever, will gone forever\n",
169
+ "text_tagged": "Will gone forever, will gone forever\n"
170
+ },
171
+ {
172
+ "start": 132.82,
173
+ "end": 135.59,
174
+ "text": "Don't close your eyes\n",
175
+ "text_tagged": "Don't close your eyes\n"
176
+ },
177
+ {
178
+ "start": 135.83,
179
+ "end": 143.67,
180
+ "text": "You'll gone forever, you'll gone forever\n\n",
181
+ "text_tagged": "You'll gone forever, you'll gone forever\n\n"
182
+ },
183
+ {
184
+ "start": 169.22,
185
+ "end": 179.27,
186
+ "text": "And we are one, so I promise\n",
187
+ "text_tagged": "And we are one, so I promise\n"
188
+ },
189
+ {
190
+ "start": 182.66,
191
+ "end": 189.26,
192
+ "text": "Mmm-ah, ah, ah-ah-ah\n\n",
193
+ "text_tagged": "<nl> Mmm-ah, ah, ah-ah-ah </nl>\n\n"
194
+ },
195
+ {
196
+ "start": 189.26,
197
+ "end": 192.9,
198
+ "text": "One day it all\n",
199
+ "text_tagged": "One day it all\n"
200
+ },
201
+ {
202
+ "start": 193.35,
203
+ "end": 199.34,
204
+ "text": "Will gone forever, will gone forever\n",
205
+ "text_tagged": "Will gone forever, will gone forever\n"
206
+ },
207
+ {
208
+ "start": 199.67,
209
+ "end": 203.13,
210
+ "text": "Don't close your eyes\n",
211
+ "text_tagged": "Don't close your eyes\n"
212
+ },
213
+ {
214
+ "start": 203.46,
215
+ "end": 209.13,
216
+ "text": "You'll gone forever, you'll gone forever\n\n",
217
+ "text_tagged": "You'll gone forever, you'll gone forever\n\n"
218
+ },
219
+ {
220
+ "start": 209.45,
221
+ "end": 213.45,
222
+ "text": "There's no more pain\n",
223
+ "text_tagged": "There's no more pain\n"
224
+ },
225
+ {
226
+ "start": 213.67,
227
+ "end": 215.89,
228
+ "text": "Which lasts forever\n",
229
+ "text_tagged": "Which lasts forever\n"
230
+ },
231
+ {
232
+ "start": 216.13,
233
+ "end": 219.67,
234
+ "text": "And never severs\n",
235
+ "text_tagged": "And never severs\n"
236
+ },
237
+ {
238
+ "start": 219.67,
239
+ "end": 223.53,
240
+ "text": "Once in the end\n",
241
+ "text_tagged": "Once in the end\n"
242
+ },
243
+ {
244
+ "start": 223.74,
245
+ "end": 226.15,
246
+ "text": "The flame was rendered\n",
247
+ "text_tagged": "The flame was rendered\n"
248
+ },
249
+ {
250
+ "start": 226.15,
251
+ "end": 228.76,
252
+ "text": "But living embers\n",
253
+ "text_tagged": "But living embers\n"
254
+ },
255
+ {
256
+ "start": 228.92,
257
+ "end": 230.58,
258
+ "text": "Will burn\n",
259
+ "text_tagged": "Will burn\n"
260
+ }
261
+ ]
262
  }
alignment/Baila_-_Alfonso_Lugo.json CHANGED
@@ -1,184 +1,220 @@
1
  {
2
- "lines": [
3
- {
4
- "start": 10.62,
5
- "end": 13.18,
6
- "text": "Qué bueno que swipeaste a la derecha, mamá\n"
7
- },
8
- {
9
- "start": 13.47,
10
- "end": 16.03,
11
- "text": "Porque a esta noche le daremos movimiento\n"
12
- },
13
- {
14
- "start": 16.11,
15
- "end": 18.53,
16
- "text": "Que uno o dos tequilas solo pa' calentar\n"
17
- },
18
- {
19
- "start": 18.8,
20
- "end": 21.31,
21
- "text": "Mira que aquí estamos pa' disfrutar el momento\n\n"
22
- },
23
- {
24
- "start": 21.45,
25
- "end": 23.92,
26
- "text": "Show me what you got, oh baby, dance for me y me das\n"
27
- },
28
- {
29
- "start": 24.13,
30
- "end": 26.63,
31
- "text": "Toda tu pasión y tu sudor, mas vete lento\n"
32
- },
33
- {
34
- "start": 26.8,
35
- "end": 29.38,
36
- "text": "Que no tengo prisa, que esta noche da pa' más\n"
37
- },
38
- {
39
- "start": 29.46,
40
- "end": 31.56,
41
- "text": "Muévete cerquita aquí nomás\n\n"
42
- },
43
- {
44
- "start": 32.13,
45
- "end": 37.38,
46
- "text": "Baila, baila, hasta que me enamores, baby, tú\n"
47
- },
48
- {
49
- "start": 37.46,
50
- "end": 42.79,
51
- "text": "Baila, baila, probaré tus sabores, baby, tú\n"
52
- },
53
- {
54
- "start": 42.79,
55
- "end": 48.13,
56
- "text": "Baila, baila, enséñame tus colores, baby, tú\n"
57
- },
58
- {
59
- "start": 48.13,
60
- "end": 52.83,
61
- "text": "Baila, baila, al beat de mi corazón\n\n"
62
- },
63
- {
64
- "start": 74.96,
65
- "end": 77.42,
66
- "text": "Toma mi mano, dame tu espalda\n"
67
- },
68
- {
69
- "start": 77.66,
70
- "end": 80.22,
71
- "text": "Y lentamente sentiré cómo me bailas\n"
72
- },
73
- {
74
- "start": 80.35,
75
- "end": 82.8,
76
- "text": "Muévete rico, que no hay palabras\n"
77
- },
78
- {
79
- "start": 82.99,
80
- "end": 85.47,
81
- "text": "Pa' describir cómo en mi cielo tú te empalmas\n\n"
82
- },
83
- {
84
- "start": 85.64,
85
- "end": 87.98,
86
- "text": "Mueve tus pies, que bien sabés\n"
87
- },
88
- {
89
- "start": 88.29,
90
- "end": 90.72,
91
- "text": "Que yo contigo desde el bungee y sin arnés\n"
92
- },
93
- {
94
- "start": 90.93,
95
- "end": 93.19,
96
- "text": "Y al oído, yo te diré\n"
97
- },
98
- {
99
- "start": 93.6,
100
- "end": 97.4,
101
- "text": "Que el dirty talk se nos vendrá hasta en inglés, oh yes (oh yes)\n\n"
102
- },
103
- {
104
- "start": 97.46,
105
- "end": 102.8,
106
- "text": "Baila, baila, hasta que me enamores, baby, tú\n"
107
- },
108
- {
109
- "start": 102.8,
110
- "end": 108.13,
111
- "text": "Baila, baila, probaré tus sabores, baby, tú\n"
112
- },
113
- {
114
- "start": 108.13,
115
- "end": 113.46,
116
- "text": "Baila, baila, enséñame tus colores, baby, tú\n"
117
- },
118
- {
119
- "start": 113.46,
120
- "end": 118.11,
121
- "text": "Baila, baila, al beat de mi corazón\n\n"
122
- },
123
- {
124
- "start": 140.08,
125
- "end": 142.52,
126
- "text": "Y a la luna llena le daremos calor\n"
127
- },
128
- {
129
- "start": 142.71,
130
- "end": 145.3,
131
- "text": "Y esta noche entera pintará de colores\n"
132
- },
133
- {
134
- "start": 145.46,
135
- "end": 147.95,
136
- "text": "Baby, tú me bailas y me llegan los temblores\n"
137
- },
138
- {
139
- "start": 148.11,
140
- "end": 150.75,
141
- "text": "Porque con tus labios tú me das to's los sabores\n\n"
142
- },
143
- {
144
- "start": 150.75,
145
- "end": 153.17,
146
- "text": "Sabes que este mundo no es lo mismo sin tu amor\n"
147
- },
148
- {
149
- "start": 153.47,
150
- "end": 155.9,
151
- "text": "Dámelo todo, que yo lo acomodo\n"
152
- },
153
- {
154
- "start": 156.11,
155
- "end": 158.43,
156
- "text": "Dámelo al max, que el mío lo tendrás\n"
157
- },
158
- {
159
- "start": 158.61,
160
- "end": 162.61,
161
- "text": "Llenémonos de besos, que hoy somos traviesos en exceso\n\n"
162
- },
163
- {
164
- "start": 164.79,
165
- "end": 170.13,
166
- "text": "Baila, baila, hasta que me enamores, baby, tú\n"
167
- },
168
- {
169
- "start": 170.13,
170
- "end": 175.47,
171
- "text": "Baila, baila, probaré tus sabores, baby, tú\n"
172
- },
173
- {
174
- "start": 175.47,
175
- "end": 180.79,
176
- "text": "Baila, baila, enséñame tus colores, baby, tú\n"
177
- },
178
- {
179
- "start": 180.79,
180
- "end": 185.54,
181
- "text": "Baila, baila, al beat de mi corazón\n"
182
- }
183
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
184
  }
 
1
  {
2
+ "lines": [
3
+ {
4
+ "start": 10.62,
5
+ "end": 13.18,
6
+ "text": "Qué bueno que swipeaste a la derecha, mamá\n",
7
+ "text_tagged": "Qué bueno que swipeaste a la derecha, mamá\n"
8
+ },
9
+ {
10
+ "start": 13.47,
11
+ "end": 16.03,
12
+ "text": "Porque a esta noche le daremos movimiento\n",
13
+ "text_tagged": "Porque a esta noche le daremos movimiento\n"
14
+ },
15
+ {
16
+ "start": 16.11,
17
+ "end": 18.53,
18
+ "text": "Que uno o dos tequilas solo pa' calentar\n",
19
+ "text_tagged": "Que uno o dos tequilas solo pa' calentar\n"
20
+ },
21
+ {
22
+ "start": 18.8,
23
+ "end": 21.31,
24
+ "text": "Mira que aquí estamos pa' disfrutar el momento\n\n",
25
+ "text_tagged": "Mira que aquí estamos pa' disfrutar el momento\n\n"
26
+ },
27
+ {
28
+ "start": 21.45,
29
+ "end": 23.92,
30
+ "text": "Show me what you got, oh baby, dance for me y me das\n",
31
+ "text_tagged": "Show me what you got, oh baby, dance for me y me das\n"
32
+ },
33
+ {
34
+ "start": 24.13,
35
+ "end": 26.63,
36
+ "text": "Toda tu pasión y tu sudor, mas vete lento\n",
37
+ "text_tagged": "Toda tu pasión y tu sudor, mas vete lento\n"
38
+ },
39
+ {
40
+ "start": 26.8,
41
+ "end": 29.38,
42
+ "text": "Que no tengo prisa, que esta noche da pa' más\n",
43
+ "text_tagged": "Que no tengo prisa, que esta noche da pa' más\n"
44
+ },
45
+ {
46
+ "start": 29.46,
47
+ "end": 31.56,
48
+ "text": "Muévete cerquita aquí nomás\n\n",
49
+ "text_tagged": "Muévete cerquita aquí nomás\n\n"
50
+ },
51
+ {
52
+ "start": 32.13,
53
+ "end": 37.38,
54
+ "text": "Baila, baila, hasta que me enamores, baby, tú\n",
55
+ "text_tagged": "Baila, baila, hasta que me enamores, baby, tú\n"
56
+ },
57
+ {
58
+ "start": 37.46,
59
+ "end": 42.79,
60
+ "text": "Baila, baila, probaré tus sabores, baby, tú\n",
61
+ "text_tagged": "Baila, baila, probaré tus sabores, baby, tú\n"
62
+ },
63
+ {
64
+ "start": 42.79,
65
+ "end": 48.13,
66
+ "text": "Baila, baila, enséñame tus colores, baby, tú\n",
67
+ "text_tagged": "Baila, baila, enséñame tus colores, baby, tú\n"
68
+ },
69
+ {
70
+ "start": 48.13,
71
+ "end": 52.83,
72
+ "text": "Baila, baila, al beat de mi corazón\n\n",
73
+ "text_tagged": "Baila, baila, al beat de mi corazón\n\n"
74
+ },
75
+ {
76
+ "start": 74.96,
77
+ "end": 77.42,
78
+ "text": "Toma mi mano, dame tu espalda\n",
79
+ "text_tagged": "Toma mi mano, dame tu espalda\n"
80
+ },
81
+ {
82
+ "start": 77.66,
83
+ "end": 80.22,
84
+ "text": "Y lentamente sentiré cómo me bailas\n",
85
+ "text_tagged": "Y lentamente sentiré cómo me bailas\n"
86
+ },
87
+ {
88
+ "start": 80.35,
89
+ "end": 82.8,
90
+ "text": "Muévete rico, que no hay palabras\n",
91
+ "text_tagged": "Muévete rico, que no hay palabras\n"
92
+ },
93
+ {
94
+ "start": 82.99,
95
+ "end": 85.47,
96
+ "text": "Pa' describir cómo en mi cielo tú te empalmas\n\n",
97
+ "text_tagged": "Pa' describir cómo en mi cielo tú te empalmas\n\n"
98
+ },
99
+ {
100
+ "start": 85.64,
101
+ "end": 87.98,
102
+ "text": "Mueve tus pies, que bien sabés\n",
103
+ "text_tagged": "Mueve tus pies, que bien sabés\n"
104
+ },
105
+ {
106
+ "start": 88.29,
107
+ "end": 90.72,
108
+ "text": "Que yo contigo desde el bungee y sin arnés\n",
109
+ "text_tagged": "Que yo contigo desde el bungee y sin arnés\n"
110
+ },
111
+ {
112
+ "start": 90.93,
113
+ "end": 93.19,
114
+ "text": "Y al oído, yo te diré\n",
115
+ "text_tagged": "Y al oído, yo te diré\n"
116
+ },
117
+ {
118
+ "start": 93.6,
119
+ "end": 97.4,
120
+ "text": "Que el dirty talk se nos vendrá hasta en inglés, oh yes (oh yes)\n\n",
121
+ "text_tagged": "Que el dirty talk se nos vendrá hasta en inglés, oh yes (oh yes)\n\n"
122
+ },
123
+ {
124
+ "start": 97.46,
125
+ "end": 102.8,
126
+ "text": "Baila, baila, hasta que me enamores, baby, tú\n",
127
+ "text_tagged": "Baila, baila, hasta que me enamores, baby, tú\n"
128
+ },
129
+ {
130
+ "start": 102.8,
131
+ "end": 108.13,
132
+ "text": "Baila, baila, probaré tus sabores, baby, tú\n",
133
+ "text_tagged": "Baila, baila, probaré tus sabores, baby, tú\n"
134
+ },
135
+ {
136
+ "start": 108.13,
137
+ "end": 113.46,
138
+ "text": "Baila, baila, enséñame tus colores, baby, tú\n",
139
+ "text_tagged": "Baila, baila, enséñame tus colores, baby, tú\n"
140
+ },
141
+ {
142
+ "start": 113.46,
143
+ "end": 118.11,
144
+ "text": "Baila, baila, al beat de mi corazón\n\n",
145
+ "text_tagged": "Baila, baila, al beat de mi corazón\n\n"
146
+ },
147
+ {
148
+ "start": 140.08,
149
+ "end": 142.52,
150
+ "text": "Y a la luna llena le daremos calor\n",
151
+ "text_tagged": "Y a la luna llena le daremos calor\n"
152
+ },
153
+ {
154
+ "start": 142.71,
155
+ "end": 145.3,
156
+ "text": "Y esta noche entera pintará de colores\n",
157
+ "text_tagged": "Y esta noche entera pintará de colores\n"
158
+ },
159
+ {
160
+ "start": 145.46,
161
+ "end": 147.95,
162
+ "text": "Baby, tú me bailas y me llegan los temblores\n",
163
+ "text_tagged": "Baby, tú me bailas y me llegan los temblores\n"
164
+ },
165
+ {
166
+ "start": 148.11,
167
+ "end": 150.75,
168
+ "text": "Porque con tus labios tú me das to's los sabores\n\n",
169
+ "text_tagged": "Porque con tus labios tú me das to's los sabores\n\n"
170
+ },
171
+ {
172
+ "start": 150.75,
173
+ "end": 153.17,
174
+ "text": "Sabes que este mundo no es lo mismo sin tu amor\n",
175
+ "text_tagged": "Sabes que este mundo no es lo mismo sin tu amor\n"
176
+ },
177
+ {
178
+ "start": 153.47,
179
+ "end": 155.9,
180
+ "text": "Dámelo todo, que yo lo acomodo\n",
181
+ "text_tagged": "Dámelo todo, que yo lo acomodo\n"
182
+ },
183
+ {
184
+ "start": 156.11,
185
+ "end": 158.43,
186
+ "text": "Dámelo al max, que el mío lo tendrás\n",
187
+ "text_tagged": "Dámelo al max, que el mío lo tendrás\n"
188
+ },
189
+ {
190
+ "start": 158.61,
191
+ "end": 162.61,
192
+ "text": "Llenémonos de besos, que hoy somos traviesos en exceso\n\n",
193
+ "text_tagged": "Llenémonos de besos, que hoy somos traviesos en exceso\n\n"
194
+ },
195
+ {
196
+ "start": 164.79,
197
+ "end": 170.13,
198
+ "text": "Baila, baila, hasta que me enamores, baby, tú\n",
199
+ "text_tagged": "Baila, baila, hasta que me enamores, baby, tú\n"
200
+ },
201
+ {
202
+ "start": 170.13,
203
+ "end": 175.47,
204
+ "text": "Baila, baila, probaré tus sabores, baby, tú\n",
205
+ "text_tagged": "Baila, baila, probaré tus sabores, baby, tú\n"
206
+ },
207
+ {
208
+ "start": 175.47,
209
+ "end": 180.79,
210
+ "text": "Baila, baila, enséñame tus colores, baby, tú\n",
211
+ "text_tagged": "Baila, baila, enséñame tus colores, baby, tú\n"
212
+ },
213
+ {
214
+ "start": 180.79,
215
+ "end": 185.54,
216
+ "text": "Baila, baila, al beat de mi corazón\n",
217
+ "text_tagged": "Baila, baila, al beat de mi corazón\n"
218
+ }
219
+ ]
220
  }
alignment/Besando_Sapos_-_Dream_Tabu.json CHANGED
@@ -1,324 +1,388 @@
1
  {
2
- "lines": [
3
- {
4
- "start": 29.71,
5
- "end": 31.37,
6
- "text": "Esta es la ocasión\n"
7
- },
8
- {
9
- "start": 31.77,
10
- "end": 33.47,
11
- "text": "De verte marchar\n"
12
- },
13
- {
14
- "start": 33.8,
15
- "end": 35.13,
16
- "text": "Por fin viviré\n"
17
- },
18
- {
19
- "start": 35.32,
20
- "end": 37.42,
21
- "text": "Por fin voy a luchar\n"
22
- },
23
- {
24
- "start": 37.91,
25
- "end": 39.52,
26
- "text": "Mi vida sin ti\n"
27
- },
28
- {
29
- "start": 39.98,
30
- "end": 43.27,
31
- "text": "Mi vida y nadie más\n\n"
32
- },
33
- {
34
- "start": 46.12,
35
- "end": 47.61,
36
- "text": "Es el momento\n"
37
- },
38
- {
39
- "start": 48.16,
40
- "end": 49.91,
41
- "text": "De verme triunfar\n"
42
- },
43
- {
44
- "start": 50.23,
45
- "end": 51.65,
46
- "text": "De dejarte atrás\n"
47
- },
48
- {
49
- "start": 51.65,
50
- "end": 54.02,
51
- "text": "Decir adiós sin más\n"
52
- },
53
- {
54
- "start": 54.34,
55
- "end": 56.02,
56
- "text": "Lo nuestro está así\n"
57
- },
58
- {
59
- "start": 56.39,
60
- "end": 59.09,
61
- "text": "¿Qué quieres de mí?\n\n"
62
- },
63
- {
64
- "start": 62.47,
65
- "end": 63.94,
66
- "text": "Salió la verdad\n"
67
- },
68
- {
69
- "start": 64.56,
70
- "end": 66.26,
71
- "text": "No me engañarás\n"
72
- },
73
- {
74
- "start": 66.65,
75
- "end": 68.04,
76
- "text": "Yo quiero vivir\n"
77
- },
78
- {
79
- "start": 68.16,
80
- "end": 70.4,
81
- "text": "Sin mirar atrás\n"
82
- },
83
- {
84
- "start": 70.72,
85
- "end": 72.44,
86
- "text": "Lo nuestro acabó\n"
87
- },
88
- {
89
- "start": 72.81,
90
- "end": 75.8,
91
- "text": "Asúmelo ya\n\n"
92
- },
93
- {
94
- "start": 79.45,
95
- "end": 81.23,
96
- "text": "Besando sapos\n"
97
- },
98
- {
99
- "start": 81.47,
100
- "end": 83.54,
101
- "text": "Paso la vida así\n"
102
- },
103
- {
104
- "start": 83.54,
105
- "end": 85.39,
106
- "text": "Buscando al guapo\n"
107
- },
108
- {
109
- "start": 85.59,
110
- "end": 88.12,
111
- "text": "Que me haga sonreír\n"
112
- },
113
- {
114
- "start": 89.16,
115
- "end": 91.58,
116
- "text": "No sé quién me contó\n"
117
- },
118
- {
119
- "start": 91.73,
120
- "end": 93.99,
121
- "text": "Que había un final feliz\n\n"
122
- },
123
- {
124
- "start": 95.39,
125
- "end": 97.02,
126
- "text": "Creía que tú\n"
127
- },
128
- {
129
- "start": 97.43,
130
- "end": 98.96,
131
- "text": "Eras especial\n"
132
- },
133
- {
134
- "start": 99.47,
135
- "end": 101.52,
136
- "text": "Un hombre distinto\n"
137
- },
138
- {
139
- "start": 101.52,
140
- "end": 103.21,
141
- "text": "A los demás\n"
142
- },
143
- {
144
- "start": 103.53,
145
- "end": 105.37,
146
- "text": "Qué tonta que fui\n"
147
- },
148
- {
149
- "start": 105.63,
150
- "end": 108.58,
151
- "text": "No entiendo qué te vi\n\n"
152
- },
153
- {
154
- "start": 111.76,
155
- "end": 113.56,
156
- "text": "Perdí la esperanza\n"
157
- },
158
- {
159
- "start": 113.82,
160
- "end": 115.35,
161
- "text": "De tanto esperar\n"
162
- },
163
- {
164
- "start": 115.89,
165
- "end": 117.52,
166
- "text": "Alguien que me quiera\n"
167
- },
168
- {
169
- "start": 117.52,
170
- "end": 119.65,
171
- "text": "Alguien de verdad\n"
172
- },
173
- {
174
- "start": 119.97,
175
- "end": 121.78,
176
- "text": "Qué mal verme así\n"
177
- },
178
- {
179
- "start": 122.04,
180
- "end": 124.68,
181
- "text": "Tengo que espabilar\n\n"
182
- },
183
- {
184
- "start": 128.2,
185
- "end": 129.7,
186
- "text": "Vuelve a suceder\n"
187
- },
188
- {
189
- "start": 130.21,
190
- "end": 131.78,
191
- "text": "La historia de ayer\n"
192
- },
193
- {
194
- "start": 132.28,
195
- "end": 133.83,
196
- "text": "Tengo que aprender\n"
197
- },
198
- {
199
- "start": 133.83,
200
- "end": 135.75,
201
- "text": "No lo puedo creer\n"
202
- },
203
- {
204
- "start": 136.11,
205
- "end": 137.9,
206
- "text": "Que me pase a mí\n"
207
- },
208
- {
209
- "start": 138.18,
210
- "end": 142.36,
211
- "text": "Que me pase otra vez\n\n"
212
- },
213
- {
214
- "start": 145.07,
215
- "end": 146.78,
216
- "text": "Besando sapos\n"
217
- },
218
- {
219
- "start": 147.13,
220
- "end": 149.22,
221
- "text": "Paso la vida así\n"
222
- },
223
- {
224
- "start": 149.22,
225
- "end": 151.01,
226
- "text": "Buscando al guapo\n"
227
- },
228
- {
229
- "start": 151.25,
230
- "end": 153.86,
231
- "text": "Que me haga sonreír\n"
232
- },
233
- {
234
- "start": 154.77,
235
- "end": 157.15,
236
- "text": "No sé quién me contó\n"
237
- },
238
- {
239
- "start": 157.31,
240
- "end": 159.55,
241
- "text": "Que había un final feliz\n"
242
- },
243
- {
244
- "start": 159.75,
245
- "end": 163.34,
246
- "text": "Un final feliz\n\n"
247
- },
248
- {
249
- "start": 167.68,
250
- "end": 169.48,
251
- "text": "Besando sapos\n"
252
- },
253
- {
254
- "start": 184.02,
255
- "end": 185.86,
256
- "text": "Besando sapos\n\n"
257
- },
258
- {
259
- "start": 188.11,
260
- "end": 189.74,
261
- "text": "Besando sapos\n"
262
- },
263
- {
264
- "start": 190.11,
265
- "end": 192.29,
266
- "text": "Paso la vida así\n"
267
- },
268
- {
269
- "start": 192.29,
270
- "end": 194.01,
271
- "text": "Buscando al guapo\n"
272
- },
273
- {
274
- "start": 194.32,
275
- "end": 196.88,
276
- "text": "Que me haga sonreír\n"
277
- },
278
- {
279
- "start": 197.88,
280
- "end": 200.24,
281
- "text": "No sé quién me contó\n"
282
- },
283
- {
284
- "start": 200.5,
285
- "end": 202.98,
286
- "text": "Que había un final feliz\n\n"
287
- },
288
- {
289
- "start": 220.96,
290
- "end": 222.76,
291
- "text": "Besando sapos\n"
292
- },
293
- {
294
- "start": 223.04,
295
- "end": 225.05,
296
- "text": "Paso la vida así\n"
297
- },
298
- {
299
- "start": 225.05,
300
- "end": 226.84,
301
- "text": "Buscando al guapo\n"
302
- },
303
- {
304
- "start": 227.16,
305
- "end": 229.85,
306
- "text": "Que me haga sonreír\n"
307
- },
308
- {
309
- "start": 230.7,
310
- "end": 233.01,
311
- "text": "No sé quién me contó\n"
312
- },
313
- {
314
- "start": 233.25,
315
- "end": 235.29,
316
- "text": "Que había un final feliz\n"
317
- },
318
- {
319
- "start": 235.61,
320
- "end": 238.78,
321
- "text": "Un final feliz\n"
322
- }
323
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
324
  }
 
1
  {
2
+ "lines": [
3
+ {
4
+ "start": 29.71,
5
+ "end": 31.37,
6
+ "text": "Esta es la ocasión\n",
7
+ "text_tagged": "Esta es la ocasión\n"
8
+ },
9
+ {
10
+ "start": 31.77,
11
+ "end": 33.47,
12
+ "text": "De verte marchar\n",
13
+ "text_tagged": "De verte marchar\n"
14
+ },
15
+ {
16
+ "start": 33.8,
17
+ "end": 35.13,
18
+ "text": "Por fin viviré\n",
19
+ "text_tagged": "Por fin viviré\n"
20
+ },
21
+ {
22
+ "start": 35.32,
23
+ "end": 37.42,
24
+ "text": "Por fin voy a luchar\n",
25
+ "text_tagged": "Por fin voy a luchar\n"
26
+ },
27
+ {
28
+ "start": 37.91,
29
+ "end": 39.52,
30
+ "text": "Mi vida sin ti\n",
31
+ "text_tagged": "Mi vida sin ti\n"
32
+ },
33
+ {
34
+ "start": 39.98,
35
+ "end": 43.27,
36
+ "text": "Mi vida y nadie más\n\n",
37
+ "text_tagged": "Mi vida y nadie más\n\n"
38
+ },
39
+ {
40
+ "start": 46.12,
41
+ "end": 47.61,
42
+ "text": "Es el momento\n",
43
+ "text_tagged": "Es el momento\n"
44
+ },
45
+ {
46
+ "start": 48.16,
47
+ "end": 49.91,
48
+ "text": "De verme triunfar\n",
49
+ "text_tagged": "De verme triunfar\n"
50
+ },
51
+ {
52
+ "start": 50.23,
53
+ "end": 51.65,
54
+ "text": "De dejarte atrás\n",
55
+ "text_tagged": "De dejarte atrás\n"
56
+ },
57
+ {
58
+ "start": 51.65,
59
+ "end": 54.02,
60
+ "text": "Decir adiós sin más\n",
61
+ "text_tagged": "Decir adiós sin más\n"
62
+ },
63
+ {
64
+ "start": 54.34,
65
+ "end": 56.02,
66
+ "text": "Lo nuestro está así\n",
67
+ "text_tagged": "Lo nuestro está así\n"
68
+ },
69
+ {
70
+ "start": 56.39,
71
+ "end": 59.09,
72
+ "text": "¿Qué quieres de mí?\n\n",
73
+ "text_tagged": "¿Qué quieres de mí?\n\n"
74
+ },
75
+ {
76
+ "start": 62.47,
77
+ "end": 63.94,
78
+ "text": "Salió la verdad\n",
79
+ "text_tagged": "Salió la verdad\n"
80
+ },
81
+ {
82
+ "start": 64.56,
83
+ "end": 66.26,
84
+ "text": "No me engañarás\n",
85
+ "text_tagged": "No me engañarás\n"
86
+ },
87
+ {
88
+ "start": 66.65,
89
+ "end": 68.04,
90
+ "text": "Yo quiero vivir\n",
91
+ "text_tagged": "Yo quiero vivir\n"
92
+ },
93
+ {
94
+ "start": 68.16,
95
+ "end": 70.4,
96
+ "text": "Sin mirar atrás\n",
97
+ "text_tagged": "Sin mirar atrás\n"
98
+ },
99
+ {
100
+ "start": 70.72,
101
+ "end": 72.44,
102
+ "text": "Lo nuestro acabó\n",
103
+ "text_tagged": "Lo nuestro acabó\n"
104
+ },
105
+ {
106
+ "start": 72.81,
107
+ "end": 75.8,
108
+ "text": "Asúmelo ya\n\n",
109
+ "text_tagged": "Asúmelo ya\n\n"
110
+ },
111
+ {
112
+ "start": 79.45,
113
+ "end": 81.23,
114
+ "text": "Besando sapos\n",
115
+ "text_tagged": "Besando sapos\n"
116
+ },
117
+ {
118
+ "start": 81.47,
119
+ "end": 83.54,
120
+ "text": "Paso la vida así\n",
121
+ "text_tagged": "Paso la vida así\n"
122
+ },
123
+ {
124
+ "start": 83.54,
125
+ "end": 85.39,
126
+ "text": "Buscando al guapo\n",
127
+ "text_tagged": "Buscando al guapo\n"
128
+ },
129
+ {
130
+ "start": 85.59,
131
+ "end": 88.12,
132
+ "text": "Que me haga sonreír\n",
133
+ "text_tagged": "Que me haga sonreír\n"
134
+ },
135
+ {
136
+ "start": 89.16,
137
+ "end": 91.58,
138
+ "text": "No sé quién me contó\n",
139
+ "text_tagged": "No sé quién me contó\n"
140
+ },
141
+ {
142
+ "start": 91.73,
143
+ "end": 93.99,
144
+ "text": "Que había un final feliz\n\n",
145
+ "text_tagged": "Que había un final feliz\n\n"
146
+ },
147
+ {
148
+ "start": 95.39,
149
+ "end": 97.02,
150
+ "text": "Creía que tú\n",
151
+ "text_tagged": "Creía que tú\n"
152
+ },
153
+ {
154
+ "start": 97.43,
155
+ "end": 98.96,
156
+ "text": "Eras especial\n",
157
+ "text_tagged": "Eras especial\n"
158
+ },
159
+ {
160
+ "start": 99.47,
161
+ "end": 101.52,
162
+ "text": "Un hombre distinto\n",
163
+ "text_tagged": "Un hombre distinto\n"
164
+ },
165
+ {
166
+ "start": 101.52,
167
+ "end": 103.21,
168
+ "text": "A los demás\n",
169
+ "text_tagged": "A los demás\n"
170
+ },
171
+ {
172
+ "start": 103.53,
173
+ "end": 105.37,
174
+ "text": "Qué tonta que fui\n",
175
+ "text_tagged": "Qué tonta que fui\n"
176
+ },
177
+ {
178
+ "start": 105.63,
179
+ "end": 108.58,
180
+ "text": "No entiendo qué te vi\n\n",
181
+ "text_tagged": "No entiendo qué te vi\n\n"
182
+ },
183
+ {
184
+ "start": 111.76,
185
+ "end": 113.56,
186
+ "text": "Perdí la esperanza\n",
187
+ "text_tagged": "Perdí la esperanza\n"
188
+ },
189
+ {
190
+ "start": 113.82,
191
+ "end": 115.35,
192
+ "text": "De tanto esperar\n",
193
+ "text_tagged": "De tanto esperar\n"
194
+ },
195
+ {
196
+ "start": 115.89,
197
+ "end": 117.52,
198
+ "text": "Alguien que me quiera\n",
199
+ "text_tagged": "Alguien que me quiera\n"
200
+ },
201
+ {
202
+ "start": 117.52,
203
+ "end": 119.65,
204
+ "text": "Alguien de verdad\n",
205
+ "text_tagged": "Alguien de verdad\n"
206
+ },
207
+ {
208
+ "start": 119.97,
209
+ "end": 121.78,
210
+ "text": "Qué mal verme así\n",
211
+ "text_tagged": "Qué mal verme así\n"
212
+ },
213
+ {
214
+ "start": 122.04,
215
+ "end": 124.68,
216
+ "text": "Tengo que espabilar\n\n",
217
+ "text_tagged": "Tengo que espabilar\n\n"
218
+ },
219
+ {
220
+ "start": 128.2,
221
+ "end": 129.7,
222
+ "text": "Vuelve a suceder\n",
223
+ "text_tagged": "Vuelve a suceder\n"
224
+ },
225
+ {
226
+ "start": 130.21,
227
+ "end": 131.78,
228
+ "text": "La historia de ayer\n",
229
+ "text_tagged": "La historia de ayer\n"
230
+ },
231
+ {
232
+ "start": 132.28,
233
+ "end": 133.83,
234
+ "text": "Tengo que aprender\n",
235
+ "text_tagged": "Tengo que aprender\n"
236
+ },
237
+ {
238
+ "start": 133.83,
239
+ "end": 135.75,
240
+ "text": "No lo puedo creer\n",
241
+ "text_tagged": "No lo puedo creer\n"
242
+ },
243
+ {
244
+ "start": 136.11,
245
+ "end": 137.9,
246
+ "text": "Que me pase a mí\n",
247
+ "text_tagged": "Que me pase a mí\n"
248
+ },
249
+ {
250
+ "start": 138.18,
251
+ "end": 142.36,
252
+ "text": "Que me pase otra vez\n\n",
253
+ "text_tagged": "Que me pase otra vez\n\n"
254
+ },
255
+ {
256
+ "start": 145.07,
257
+ "end": 146.78,
258
+ "text": "Besando sapos\n",
259
+ "text_tagged": "Besando sapos\n"
260
+ },
261
+ {
262
+ "start": 147.13,
263
+ "end": 149.22,
264
+ "text": "Paso la vida así\n",
265
+ "text_tagged": "Paso la vida así\n"
266
+ },
267
+ {
268
+ "start": 149.22,
269
+ "end": 151.01,
270
+ "text": "Buscando al guapo\n",
271
+ "text_tagged": "Buscando al guapo\n"
272
+ },
273
+ {
274
+ "start": 151.25,
275
+ "end": 153.86,
276
+ "text": "Que me haga sonreír\n",
277
+ "text_tagged": "Que me haga sonreír\n"
278
+ },
279
+ {
280
+ "start": 154.77,
281
+ "end": 157.15,
282
+ "text": "No sé quién me contó\n",
283
+ "text_tagged": "No sé quién me contó\n"
284
+ },
285
+ {
286
+ "start": 157.31,
287
+ "end": 159.55,
288
+ "text": "Que había un final feliz\n",
289
+ "text_tagged": "Que había un final feliz\n"
290
+ },
291
+ {
292
+ "start": 159.75,
293
+ "end": 163.34,
294
+ "text": "Un final feliz\n\n",
295
+ "text_tagged": "Un final feliz\n\n"
296
+ },
297
+ {
298
+ "start": 167.68,
299
+ "end": 169.48,
300
+ "text": "Besando sapos\n",
301
+ "text_tagged": "Besando sapos\n"
302
+ },
303
+ {
304
+ "start": 184.02,
305
+ "end": 185.86,
306
+ "text": "Besando sapos\n\n",
307
+ "text_tagged": "Besando sapos\n\n"
308
+ },
309
+ {
310
+ "start": 188.11,
311
+ "end": 189.74,
312
+ "text": "Besando sapos\n",
313
+ "text_tagged": "Besando sapos\n"
314
+ },
315
+ {
316
+ "start": 190.11,
317
+ "end": 192.29,
318
+ "text": "Paso la vida así\n",
319
+ "text_tagged": "Paso la vida así\n"
320
+ },
321
+ {
322
+ "start": 192.29,
323
+ "end": 194.01,
324
+ "text": "Buscando al guapo\n",
325
+ "text_tagged": "Buscando al guapo\n"
326
+ },
327
+ {
328
+ "start": 194.32,
329
+ "end": 196.88,
330
+ "text": "Que me haga sonreír\n",
331
+ "text_tagged": "Que me haga sonreír\n"
332
+ },
333
+ {
334
+ "start": 197.88,
335
+ "end": 200.24,
336
+ "text": "No sé quién me contó\n",
337
+ "text_tagged": "No sé quién me contó\n"
338
+ },
339
+ {
340
+ "start": 200.5,
341
+ "end": 202.98,
342
+ "text": "Que había un final feliz\n\n",
343
+ "text_tagged": "Que había un final feliz\n\n"
344
+ },
345
+ {
346
+ "start": 220.96,
347
+ "end": 222.76,
348
+ "text": "Besando sapos\n",
349
+ "text_tagged": "Besando sapos\n"
350
+ },
351
+ {
352
+ "start": 223.04,
353
+ "end": 225.05,
354
+ "text": "Paso la vida así\n",
355
+ "text_tagged": "Paso la vida así\n"
356
+ },
357
+ {
358
+ "start": 225.05,
359
+ "end": 226.84,
360
+ "text": "Buscando al guapo\n",
361
+ "text_tagged": "Buscando al guapo\n"
362
+ },
363
+ {
364
+ "start": 227.16,
365
+ "end": 229.85,
366
+ "text": "Que me haga sonreír\n",
367
+ "text_tagged": "Que me haga sonreír\n"
368
+ },
369
+ {
370
+ "start": 230.7,
371
+ "end": 233.01,
372
+ "text": "No sé quién me contó\n",
373
+ "text_tagged": "No sé quién me contó\n"
374
+ },
375
+ {
376
+ "start": 233.25,
377
+ "end": 235.29,
378
+ "text": "Que había un final feliz\n",
379
+ "text_tagged": "Que había un final feliz\n"
380
+ },
381
+ {
382
+ "start": 235.61,
383
+ "end": 238.78,
384
+ "text": "Un final feliz\n",
385
+ "text_tagged": "Un final feliz\n"
386
+ }
387
+ ]
388
  }
alignment/Bitte_beweg_dich_nicht_-_Bukto.json CHANGED
@@ -1,189 +1,226 @@
1
  {
2
- "lines": [
3
- {
4
- "start": 20.25,
5
- "end": 25.54,
6
- "text": "Du bist es nicht, die so sehr für eine Sache brennt\n"
7
- },
8
- {
9
- "start": 25.64,
10
- "end": 30.98,
11
- "text": "Dass man sie hinterher vor lauter Ruß nicht wiedererkennt\n"
12
- },
13
- {
14
- "start": 31.78,
15
- "end": 36.05,
16
- "text": "Du stehst nicht unter Strom, zumindest nicht permanent\n"
17
- },
18
- {
19
- "start": 36.23,
20
- "end": 41.46,
21
- "text": "Auch für die kleinen Dinge bleiben dir immer noch ein paar Prozent\n"
22
- },
23
- {
24
- "start": 41.61,
25
- "end": 46.91,
26
- "text": "Du bist es nicht, die gern etwas auf sich beruhen lässt\n"
27
- },
28
- {
29
- "start": 46.91,
30
- "end": 52.21,
31
- "text": "Oder die schon bevor das Licht angeht den Kinosaal verlässt\n"
32
- },
33
- {
34
- "start": 52.63,
35
- "end": 57.62,
36
- "text": "Was sich festzuhalten lohnt, lässt du nicht einfach ziehen\n"
37
- },
38
- {
39
- "start": 57.62,
40
- "end": 63.14,
41
- "text": "Du hörst den Sternen dann nur zu, wenn sie es sich wirklich verdienen\n\n"
42
- },
43
- {
44
- "start": 64.22,
45
- "end": 68.31,
46
- "text": "So wie du bist, bist du genau, wie ich dich will\n"
47
- },
48
- {
49
- "start": 69.57,
50
- "end": 74.28,
51
- "text": "Was du auch anstellst, tust du mit Grazie und Stil\n"
52
- },
53
- {
54
- "start": 74.28,
55
- "end": 79.7,
56
- "text": "Dein guter Geschmack ist unbestreitbar und er spricht für sich\n"
57
- },
58
- {
59
- "start": 80.27,
60
- "end": 83.34,
61
- "text": "Bitte beweg dich nicht\n"
62
- },
63
- {
64
- "start": 85.59,
65
- "end": 88.57,
66
- "text": "Bitte beweg dich nicht\n\n"
67
- },
68
- {
69
- "start": 92.21,
70
- "end": 97.98,
71
- "text": "Du hast ein wachsames Auge, ein verständnisvolles Ohr\n"
72
- },
73
- {
74
- "start": 98.47,
75
- "end": 103.0,
76
- "text": "Die Fehler der Vergangenheit hältst du mir nur selten vor\n"
77
- },
78
- {
79
- "start": 103.0,
80
- "end": 108.26,
81
- "text": "Du bist mein Groupie, Fan und Kritiker in Personalunion\n"
82
- },
83
- {
84
- "start": 108.26,
85
- "end": 113.91,
86
- "text": "Wer kann das schon von sich behaupten? Ich kann behaupt'n, ich kann das schon\n"
87
- },
88
- {
89
- "start": 114.42,
90
- "end": 118.96,
91
- "text": "So manche Schnapsidee hast du mir um die Ohr'n gehaun\n"
92
- },
93
- {
94
- "start": 118.96,
95
- "end": 124.65,
96
- "text": "Wenn ich vor diesen Viechern nicht so viel Respekt hätte, würde ich mit dir auch Pferde klauen\n\n"
97
- },
98
- {
99
- "start": 125.58,
100
- "end": 129.92,
101
- "text": "So wie du bist, bist du genau, wie ich dich will\n"
102
- },
103
- {
104
- "start": 130.9,
105
- "end": 135.61,
106
- "text": "Was du auch anstellst, tust du mit Grazie und Stil\n"
107
- },
108
- {
109
- "start": 135.61,
110
- "end": 141.28,
111
- "text": "Dein guter Geschmack ist unbestreitbar und er spricht für sich\n"
112
- },
113
- {
114
- "start": 141.6,
115
- "end": 144.57,
116
- "text": "Bitte beweg dich nicht\n"
117
- },
118
- {
119
- "start": 146.89,
120
- "end": 149.77,
121
- "text": "Bitte beweg dich nicht\n\n"
122
- },
123
- {
124
- "start": 191.18,
125
- "end": 196.14,
126
- "text": "Stolperst du über deine Träume, helfe ich dir wieder auf\n"
127
- },
128
- {
129
- "start": 196.38,
130
- "end": 201.81,
131
- "text": "Ein blaues Auge und verschrammte Knie nehm' ich dafür gern in Kauf\n"
132
- },
133
- {
134
- "start": 202.5,
135
- "end": 207.1,
136
- "text": "Ich halt dich an der Leine, wenn dein Kopf über den Wolken schwebt\n"
137
- },
138
- {
139
- "start": 207.24,
140
- "end": 212.57,
141
- "text": "Und ich lass mich mit dir treiben, während unter uns die Erde bebt\n\n"
142
- },
143
- {
144
- "start": 213.55,
145
- "end": 218.0,
146
- "text": "So wie du bist, bist du genau, wie ich dich will\n"
147
- },
148
- {
149
- "start": 218.94,
150
- "end": 223.63,
151
- "text": "Was du auch anstellst, tust du mit Grazie und Stil\n"
152
- },
153
- {
154
- "start": 223.63,
155
- "end": 229.23,
156
- "text": "Dein guter Geschmack ist unbestreitbar und er spricht für sich\n"
157
- },
158
- {
159
- "start": 229.61,
160
- "end": 232.74,
161
- "text": "Bitte beweg dich nicht\n\n"
162
- },
163
- {
164
- "start": 234.89,
165
- "end": 240.23,
166
- "text": "So wie du bist, bist du genau, wie ich dich will\n"
167
- },
168
- {
169
- "start": 240.23,
170
- "end": 245.53,
171
- "text": "So wie du bist, bist du genau, wie ich dich will\n"
172
- },
173
- {
174
- "start": 245.53,
175
- "end": 250.8,
176
- "text": "So wie du bist, bist du genau, wie ich dich will\n"
177
- },
178
- {
179
- "start": 250.92,
180
- "end": 254.21,
181
- "text": "Bitte beweg dich nicht\n"
182
- },
183
- {
184
- "start": 256.24,
185
- "end": 259.5,
186
- "text": "Bitte beweg dich nicht\n"
187
- }
188
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
189
  }
 
1
  {
2
+ "lines": [
3
+ {
4
+ "start": 20.25,
5
+ "end": 25.54,
6
+ "text": "Du bist es nicht, die so sehr für eine Sache brennt\n",
7
+ "text_tagged": "Du bist es nicht, die so sehr für eine Sache brennt\n"
8
+ },
9
+ {
10
+ "start": 25.64,
11
+ "end": 30.98,
12
+ "text": "Dass man sie hinterher vor lauter Ruß nicht wiedererkennt\n",
13
+ "text_tagged": "Dass man sie hinterher vor lauter Ruß nicht wiedererkennt\n"
14
+ },
15
+ {
16
+ "start": 31.78,
17
+ "end": 36.05,
18
+ "text": "Du stehst nicht unter Strom, zumindest nicht permanent\n",
19
+ "text_tagged": "Du stehst nicht unter Strom, zumindest nicht permanent\n"
20
+ },
21
+ {
22
+ "start": 36.23,
23
+ "end": 41.46,
24
+ "text": "Auch für die kleinen Dinge bleiben dir immer noch ein paar Prozent\n",
25
+ "text_tagged": "Auch für die kleinen Dinge bleiben dir immer noch ein paar Prozent\n"
26
+ },
27
+ {
28
+ "start": 41.61,
29
+ "end": 46.91,
30
+ "text": "Du bist es nicht, die gern etwas auf sich beruhen lässt\n",
31
+ "text_tagged": "Du bist es nicht, die gern etwas auf sich beruhen lässt\n"
32
+ },
33
+ {
34
+ "start": 46.91,
35
+ "end": 52.21,
36
+ "text": "Oder die schon bevor das Licht angeht den Kinosaal verlässt\n",
37
+ "text_tagged": "Oder die schon bevor das Licht angeht den Kinosaal verlässt\n"
38
+ },
39
+ {
40
+ "start": 52.63,
41
+ "end": 57.62,
42
+ "text": "Was sich festzuhalten lohnt, lässt du nicht einfach ziehen\n",
43
+ "text_tagged": "Was sich festzuhalten lohnt, lässt du nicht einfach ziehen\n"
44
+ },
45
+ {
46
+ "start": 57.62,
47
+ "end": 63.14,
48
+ "text": "Du hörst den Sternen dann nur zu, wenn sie es sich wirklich verdienen\n\n",
49
+ "text_tagged": "Du hörst den Sternen dann nur zu, wenn sie es sich wirklich verdienen\n\n"
50
+ },
51
+ {
52
+ "start": 64.22,
53
+ "end": 68.31,
54
+ "text": "So wie du bist, bist du genau, wie ich dich will\n",
55
+ "text_tagged": "So wie du bist, bist du genau, wie ich dich will\n"
56
+ },
57
+ {
58
+ "start": 69.57,
59
+ "end": 74.28,
60
+ "text": "Was du auch anstellst, tust du mit Grazie und Stil\n",
61
+ "text_tagged": "Was du auch anstellst, tust du mit Grazie und Stil\n"
62
+ },
63
+ {
64
+ "start": 74.28,
65
+ "end": 79.7,
66
+ "text": "Dein guter Geschmack ist unbestreitbar und er spricht für sich\n",
67
+ "text_tagged": "Dein guter Geschmack ist unbestreitbar und er spricht für sich\n"
68
+ },
69
+ {
70
+ "start": 80.27,
71
+ "end": 83.34,
72
+ "text": "Bitte beweg dich nicht\n",
73
+ "text_tagged": "Bitte beweg dich nicht\n"
74
+ },
75
+ {
76
+ "start": 85.59,
77
+ "end": 88.57,
78
+ "text": "Bitte beweg dich nicht\n\n",
79
+ "text_tagged": "Bitte beweg dich nicht\n\n"
80
+ },
81
+ {
82
+ "start": 92.21,
83
+ "end": 97.98,
84
+ "text": "Du hast ein wachsames Auge, ein verständnisvolles Ohr\n",
85
+ "text_tagged": "Du hast ein wachsames Auge, ein verständnisvolles Ohr\n"
86
+ },
87
+ {
88
+ "start": 98.47,
89
+ "end": 103.0,
90
+ "text": "Die Fehler der Vergangenheit hältst du mir nur selten vor\n",
91
+ "text_tagged": "Die Fehler der Vergangenheit hältst du mir nur selten vor\n"
92
+ },
93
+ {
94
+ "start": 103.0,
95
+ "end": 108.26,
96
+ "text": "Du bist mein Groupie, Fan und Kritiker in Personalunion\n",
97
+ "text_tagged": "Du bist mein Groupie, Fan und Kritiker in Personalunion\n"
98
+ },
99
+ {
100
+ "start": 108.26,
101
+ "end": 113.91,
102
+ "text": "Wer kann das schon von sich behaupten? Ich kann behaupt'n, ich kann das schon\n",
103
+ "text_tagged": "Wer kann das schon von sich behaupten? Ich kann behaupt'n, ich kann das schon\n"
104
+ },
105
+ {
106
+ "start": 114.42,
107
+ "end": 118.96,
108
+ "text": "So manche Schnapsidee hast du mir um die Ohr'n gehaun\n",
109
+ "text_tagged": "So manche Schnapsidee hast du mir um die Ohr'n gehaun\n"
110
+ },
111
+ {
112
+ "start": 118.96,
113
+ "end": 124.65,
114
+ "text": "Wenn ich vor diesen Viechern nicht so viel Respekt hätte, würde ich mit dir auch Pferde klauen\n\n",
115
+ "text_tagged": "Wenn ich vor diesen Viechern nicht so viel Respekt hätte, würde ich mit dir auch Pferde klauen\n\n"
116
+ },
117
+ {
118
+ "start": 125.58,
119
+ "end": 129.92,
120
+ "text": "So wie du bist, bist du genau, wie ich dich will\n",
121
+ "text_tagged": "So wie du bist, bist du genau, wie ich dich will\n"
122
+ },
123
+ {
124
+ "start": 130.9,
125
+ "end": 135.61,
126
+ "text": "Was du auch anstellst, tust du mit Grazie und Stil\n",
127
+ "text_tagged": "Was du auch anstellst, tust du mit Grazie und Stil\n"
128
+ },
129
+ {
130
+ "start": 135.61,
131
+ "end": 141.28,
132
+ "text": "Dein guter Geschmack ist unbestreitbar und er spricht für sich\n",
133
+ "text_tagged": "Dein guter Geschmack ist unbestreitbar und er spricht für sich\n"
134
+ },
135
+ {
136
+ "start": 141.6,
137
+ "end": 144.57,
138
+ "text": "Bitte beweg dich nicht\n",
139
+ "text_tagged": "Bitte beweg dich nicht\n"
140
+ },
141
+ {
142
+ "start": 146.89,
143
+ "end": 149.77,
144
+ "text": "Bitte beweg dich nicht\n\n",
145
+ "text_tagged": "Bitte beweg dich nicht\n\n"
146
+ },
147
+ {
148
+ "start": 191.18,
149
+ "end": 196.14,
150
+ "text": "Stolperst du über deine Träume, helfe ich dir wieder auf\n",
151
+ "text_tagged": "Stolperst du über deine Träume, helfe ich dir wieder auf\n"
152
+ },
153
+ {
154
+ "start": 196.38,
155
+ "end": 201.81,
156
+ "text": "Ein blaues Auge und verschrammte Knie nehm' ich dafür gern in Kauf\n",
157
+ "text_tagged": "Ein blaues Auge und verschrammte Knie nehm' ich dafür gern in Kauf\n"
158
+ },
159
+ {
160
+ "start": 202.5,
161
+ "end": 207.1,
162
+ "text": "Ich halt dich an der Leine, wenn dein Kopf über den Wolken schwebt\n",
163
+ "text_tagged": "Ich halt dich an der Leine, wenn dein Kopf über den Wolken schwebt\n"
164
+ },
165
+ {
166
+ "start": 207.24,
167
+ "end": 212.57,
168
+ "text": "Und ich lass mich mit dir treiben, während unter uns die Erde bebt\n\n",
169
+ "text_tagged": "Und ich lass mich mit dir treiben, während unter uns die Erde bebt\n\n"
170
+ },
171
+ {
172
+ "start": 213.55,
173
+ "end": 218.0,
174
+ "text": "So wie du bist, bist du genau, wie ich dich will\n",
175
+ "text_tagged": "So wie du bist, bist du genau, wie ich dich will\n"
176
+ },
177
+ {
178
+ "start": 218.94,
179
+ "end": 223.63,
180
+ "text": "Was du auch anstellst, tust du mit Grazie und Stil\n",
181
+ "text_tagged": "Was du auch anstellst, tust du mit Grazie und Stil\n"
182
+ },
183
+ {
184
+ "start": 223.63,
185
+ "end": 229.23,
186
+ "text": "Dein guter Geschmack ist unbestreitbar und er spricht für sich\n",
187
+ "text_tagged": "Dein guter Geschmack ist unbestreitbar und er spricht für sich\n"
188
+ },
189
+ {
190
+ "start": 229.61,
191
+ "end": 232.74,
192
+ "text": "Bitte beweg dich nicht\n\n",
193
+ "text_tagged": "Bitte beweg dich nicht\n\n"
194
+ },
195
+ {
196
+ "start": 234.89,
197
+ "end": 240.23,
198
+ "text": "So wie du bist, bist du genau, wie ich dich will\n",
199
+ "text_tagged": "So wie du bist, bist du genau, wie ich dich will\n"
200
+ },
201
+ {
202
+ "start": 240.23,
203
+ "end": 245.53,
204
+ "text": "So wie du bist, bist du genau, wie ich dich will\n",
205
+ "text_tagged": "So wie du bist, bist du genau, wie ich dich will\n"
206
+ },
207
+ {
208
+ "start": 245.53,
209
+ "end": 250.8,
210
+ "text": "So wie du bist, bist du genau, wie ich dich will\n",
211
+ "text_tagged": "So wie du bist, bist du genau, wie ich dich will\n"
212
+ },
213
+ {
214
+ "start": 250.92,
215
+ "end": 254.21,
216
+ "text": "Bitte beweg dich nicht\n",
217
+ "text_tagged": "Bitte beweg dich nicht\n"
218
+ },
219
+ {
220
+ "start": 256.24,
221
+ "end": 259.5,
222
+ "text": "Bitte beweg dich nicht\n",
223
+ "text_tagged": "Bitte beweg dich nicht\n"
224
+ }
225
+ ]
226
  }
alignment/Burn_Out_Man_-_Abendblau.json CHANGED
@@ -1,249 +1,298 @@
1
  {
2
- "lines": [
3
- {
4
- "start": 3.55,
5
- "end": 7.28,
6
- "text": "Mannomann, am Ende des Tages ist immer noch Arbeit übrig\n\n"
7
- },
8
- {
9
- "start": 9.49,
10
- "end": 13.42,
11
- "text": "Wenn andere ihre Kinder betten\n"
12
- },
13
- {
14
- "start": 13.96,
15
- "end": 17.08,
16
- "text": "Brennt im Büro ein Licht\n"
17
- },
18
- {
19
- "start": 17.74,
20
- "end": 21.38,
21
- "text": "Man sieht dich dort die Firma retten\n"
22
- },
23
- {
24
- "start": 21.79,
25
- "end": 25.25,
26
- "text": "Die sonst zusammenbricht\n\n"
27
- },
28
- {
29
- "start": 26.07,
30
- "end": 28.23,
31
- "text": "Na ja, Kollege, einer muss sich ja darum kümmern\n\n"
32
- },
33
- {
34
- "start": 33.86,
35
- "end": 40.5,
36
- "text": "Es ist noch Arbeit übrig, du hasts noch nicht geschafft\n"
37
- },
38
- {
39
- "start": 41.65,
40
- "end": 48.86,
41
- "text": "Du musst die Welt noch retten, sonst wird sie hingerafft\n\n"
42
- },
43
- {
44
- "start": 49.58,
45
- "end": 50.78,
46
- "text": "Ich kann machen, was ich will\n"
47
- },
48
- {
49
- "start": 51.28,
50
- "end": 53.39,
51
- "text": "Am Ende der Woche ist auch noch Arbeit übrig\n\n"
52
- },
53
- {
54
- "start": 56.99,
55
- "end": 59.11,
56
- "text": "Andere hüten Kinder\n"
57
- },
58
- {
59
- "start": 60.41,
60
- "end": 63.0,
61
- "text": "Du hast nicht mal einen Hund\n"
62
- },
63
- {
64
- "start": 64.01,
65
- "end": 67.11,
66
- "text": "Du brauchst auch keine Wohnung\n"
67
- },
68
- {
69
- "start": 67.96,
70
- "end": 72.09,
71
- "text": "Büroschlaf ist ja so gesund\n\n"
72
- },
73
- {
74
- "start": 72.62,
75
- "end": 75.7,
76
- "text": "Sonst ist ja keiner mehr da, ihr braucht mich doch!\n\n"
77
- },
78
- {
79
- "start": 80.66,
80
- "end": 87.37,
81
- "text": "Es ist noch Arbeit übrig, du hasts noch nicht geschafft\n"
82
- },
83
- {
84
- "start": 88.46,
85
- "end": 95.13,
86
- "text": "Du musst die Welt noch retten, sonst wird sie hingerafft\n"
87
- },
88
- {
89
- "start": 95.28,
90
- "end": 97.34,
91
- "text": "Burnout-Man\n\n"
92
- },
93
- {
94
- "start": 98.7,
95
- "end": 100.97,
96
- "text": "Am Tag vor dem Urlaub ist auch noch Arbeit übrig!\n\n"
97
- },
98
- {
99
- "start": 103.7,
100
- "end": 105.88,
101
- "text": "Andere packen Koffer\n"
102
- },
103
- {
104
- "start": 107.22,
105
- "end": 110.31,
106
- "text": "Du stornierst den Flug\n"
107
- },
108
- {
109
- "start": 110.88,
110
- "end": 114.13,
111
- "text": "Die wichtige Bestellung\n"
112
- },
113
- {
114
- "start": 114.98,
115
- "end": 119.41,
116
- "text": "Kommt sonst nicht mehr zum Zug\n\n"
117
- },
118
- {
119
- "start": 119.81,
120
- "end": 122.39,
121
- "text": "Übernimmt denn hier keiner außer mir Verantwortung?\n\n"
122
- },
123
- {
124
- "start": 127.55,
125
- "end": 134.55,
126
- "text": "Es ist noch Arbeit übrig, du hasts noch nicht geschafft\n"
127
- },
128
- {
129
- "start": 135.28,
130
- "end": 141.51,
131
- "text": "Du musst die Welt noch retten, sonst wird sie hingerafft\n"
132
- },
133
- {
134
- "start": 141.59,
135
- "end": 144.19,
136
- "text": "Oh, Burnout-Man\n\n"
137
- },
138
- {
139
- "start": 145.03,
140
- "end": 147.15,
141
- "text": "Kurz vor der Rente ist auch noch Arbeit übrig!\n\n"
142
- },
143
- {
144
- "start": 150.52,
145
- "end": 152.97,
146
- "text": "Andere mähen schon Rasen\n"
147
- },
148
- {
149
- "start": 153.57,
150
- "end": 156.9,
151
- "text": "Aber du bist noch im Amt\n"
152
- },
153
- {
154
- "start": 158.43,
155
- "end": 160.63,
156
- "text": "Denn du musst noch was schaffen\n"
157
- },
158
- {
159
- "start": 161.84,
160
- "end": 165.75,
161
- "text": "Dazu bist du verdammt\n\n"
162
- },
163
- {
164
- "start": 166.74,
165
- "end": 170.93,
166
- "text": "Mir wirds ja auch zu viel, aber wir können doch nicht alles den Bach runtergehen lassen\n\n"
167
- },
168
- {
169
- "start": 174.28,
170
- "end": 181.41,
171
- "text": "Es ist noch Arbeit übrig, du hasts noch nicht geschafft\n"
172
- },
173
- {
174
- "start": 182.13,
175
- "end": 188.76,
176
- "text": "Du musst die Welt noch retten, sonst wird sie hingerafft\n"
177
- },
178
- {
179
- "start": 189.01,
180
- "end": 190.89,
181
- "text": "Burnout-Man\n\n"
182
- },
183
- {
184
- "start": 191.78,
185
- "end": 194.4,
186
- "text": "Am Ende des Lebens ist auch noch Arbeit übrig\n\n"
187
- },
188
- {
189
- "start": 197.41,
190
- "end": 199.61,
191
- "text": "Andere dürfen schon modern\n"
192
- },
193
- {
194
- "start": 200.34,
195
- "end": 203.85,
196
- "text": "Aber du bist noch nicht tot\n"
197
- },
198
- {
199
- "start": 204.58,
200
- "end": 207.79,
201
- "text": "Die Welt, die braucht dich immer noch\n"
202
- },
203
- {
204
- "start": 208.4,
205
- "end": 211.19,
206
- "text": "Als Retter in der Not\n\n"
207
- },
208
- {
209
- "start": 213.2,
210
- "end": 217.19,
211
- "text": "Begrabt mich mit meinem Laptop! Ich muss noch meine Mails checken\n\n"
212
- },
213
- {
214
- "start": 221.14,
215
- "end": 228.19,
216
- "text": "Es ist noch Arbeit übrig, du hasts noch nicht geschafft\n"
217
- },
218
- {
219
- "start": 228.89,
220
- "end": 235.13,
221
- "text": "Du musst die Welt noch retten, sonst wird sie hingerafft\n\n"
222
- },
223
- {
224
- "start": 235.22,
225
- "end": 239.54,
226
- "text": "Oh, Burnout-Man\n"
227
- },
228
- {
229
- "start": 239.69,
230
- "end": 241.21,
231
- "text": "Burnout-Man\n"
232
- },
233
- {
234
- "start": 242.26,
235
- "end": 243.31,
236
- "text": "Burnout-Man\n"
237
- },
238
- {
239
- "start": 245.75,
240
- "end": 247.96,
241
- "text": "Burnout-Man\n"
242
- },
243
- {
244
- "start": 249.69,
245
- "end": 251.81,
246
- "text": "Burnout-Man\n"
247
- }
248
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
249
  }
 
1
  {
2
+ "lines": [
3
+ {
4
+ "start": 3.55,
5
+ "end": 7.28,
6
+ "text": "Mannomann, am Ende des Tages ist immer noch Arbeit übrig\n\n",
7
+ "text_tagged": "Mannomann, am Ende des Tages ist immer noch Arbeit übrig\n\n"
8
+ },
9
+ {
10
+ "start": 9.49,
11
+ "end": 13.42,
12
+ "text": "Wenn andere ihre Kinder betten\n",
13
+ "text_tagged": "Wenn andere ihre Kinder betten\n"
14
+ },
15
+ {
16
+ "start": 13.96,
17
+ "end": 17.08,
18
+ "text": "Brennt im Büro ein Licht\n",
19
+ "text_tagged": "Brennt im Büro ein Licht\n"
20
+ },
21
+ {
22
+ "start": 17.74,
23
+ "end": 21.38,
24
+ "text": "Man sieht dich dort die Firma retten\n",
25
+ "text_tagged": "Man sieht dich dort die Firma retten\n"
26
+ },
27
+ {
28
+ "start": 21.79,
29
+ "end": 25.25,
30
+ "text": "Die sonst zusammenbricht\n\n",
31
+ "text_tagged": "Die sonst zusammenbricht\n\n"
32
+ },
33
+ {
34
+ "start": 26.07,
35
+ "end": 28.23,
36
+ "text": "Na ja, Kollege, einer muss sich ja darum kümmern\n\n",
37
+ "text_tagged": "Na ja, Kollege, einer muss sich ja darum kümmern\n\n"
38
+ },
39
+ {
40
+ "start": 33.86,
41
+ "end": 40.5,
42
+ "text": "Es ist noch Arbeit übrig, du hasts noch nicht geschafft\n",
43
+ "text_tagged": "Es ist noch Arbeit übrig, du hasts noch nicht geschafft\n"
44
+ },
45
+ {
46
+ "start": 41.65,
47
+ "end": 48.86,
48
+ "text": "Du musst die Welt noch retten, sonst wird sie hingerafft\n\n",
49
+ "text_tagged": "Du musst die Welt noch retten, sonst wird sie hingerafft\n\n"
50
+ },
51
+ {
52
+ "start": 49.58,
53
+ "end": 50.78,
54
+ "text": "Ich kann machen, was ich will\n",
55
+ "text_tagged": "Ich kann machen, was ich will\n"
56
+ },
57
+ {
58
+ "start": 51.28,
59
+ "end": 53.39,
60
+ "text": "Am Ende der Woche ist auch noch Arbeit übrig\n\n",
61
+ "text_tagged": "Am Ende der Woche ist auch noch Arbeit übrig\n\n"
62
+ },
63
+ {
64
+ "start": 56.99,
65
+ "end": 59.11,
66
+ "text": "Andere hüten Kinder\n",
67
+ "text_tagged": "Andere hüten Kinder\n"
68
+ },
69
+ {
70
+ "start": 60.41,
71
+ "end": 63.0,
72
+ "text": "Du hast nicht mal einen Hund\n",
73
+ "text_tagged": "Du hast nicht mal einen Hund\n"
74
+ },
75
+ {
76
+ "start": 64.01,
77
+ "end": 67.11,
78
+ "text": "Du brauchst auch keine Wohnung\n",
79
+ "text_tagged": "Du brauchst auch keine Wohnung\n"
80
+ },
81
+ {
82
+ "start": 67.96,
83
+ "end": 72.09,
84
+ "text": "Büroschlaf ist ja so gesund\n\n",
85
+ "text_tagged": "Büroschlaf ist ja so gesund\n\n"
86
+ },
87
+ {
88
+ "start": 72.62,
89
+ "end": 75.7,
90
+ "text": "Sonst ist ja keiner mehr da, ihr braucht mich doch!\n\n",
91
+ "text_tagged": "Sonst ist ja keiner mehr da, ihr braucht mich doch!\n\n"
92
+ },
93
+ {
94
+ "start": 80.66,
95
+ "end": 87.37,
96
+ "text": "Es ist noch Arbeit übrig, du hasts noch nicht geschafft\n",
97
+ "text_tagged": "Es ist noch Arbeit übrig, du hasts noch nicht geschafft\n"
98
+ },
99
+ {
100
+ "start": 88.46,
101
+ "end": 95.13,
102
+ "text": "Du musst die Welt noch retten, sonst wird sie hingerafft\n",
103
+ "text_tagged": "Du musst die Welt noch retten, sonst wird sie hingerafft\n"
104
+ },
105
+ {
106
+ "start": 95.28,
107
+ "end": 97.34,
108
+ "text": "Burnout-Man\n\n",
109
+ "text_tagged": "Burnout-Man\n\n"
110
+ },
111
+ {
112
+ "start": 98.7,
113
+ "end": 100.97,
114
+ "text": "Am Tag vor dem Urlaub ist auch noch Arbeit übrig!\n\n",
115
+ "text_tagged": "Am Tag vor dem Urlaub ist auch noch Arbeit übrig!\n\n"
116
+ },
117
+ {
118
+ "start": 103.7,
119
+ "end": 105.88,
120
+ "text": "Andere packen Koffer\n",
121
+ "text_tagged": "Andere packen Koffer\n"
122
+ },
123
+ {
124
+ "start": 107.22,
125
+ "end": 110.31,
126
+ "text": "Du stornierst den Flug\n",
127
+ "text_tagged": "Du stornierst den Flug\n"
128
+ },
129
+ {
130
+ "start": 110.88,
131
+ "end": 114.13,
132
+ "text": "Die wichtige Bestellung\n",
133
+ "text_tagged": "Die wichtige Bestellung\n"
134
+ },
135
+ {
136
+ "start": 114.98,
137
+ "end": 119.41,
138
+ "text": "Kommt sonst nicht mehr zum Zug\n\n",
139
+ "text_tagged": "Kommt sonst nicht mehr zum Zug\n\n"
140
+ },
141
+ {
142
+ "start": 119.81,
143
+ "end": 122.39,
144
+ "text": "Übernimmt denn hier keiner außer mir Verantwortung?\n\n",
145
+ "text_tagged": "Übernimmt denn hier keiner außer mir Verantwortung?\n\n"
146
+ },
147
+ {
148
+ "start": 127.55,
149
+ "end": 134.55,
150
+ "text": "Es ist noch Arbeit übrig, du hasts noch nicht geschafft\n",
151
+ "text_tagged": "Es ist noch Arbeit übrig, du hasts noch nicht geschafft\n"
152
+ },
153
+ {
154
+ "start": 135.28,
155
+ "end": 141.51,
156
+ "text": "Du musst die Welt noch retten, sonst wird sie hingerafft\n",
157
+ "text_tagged": "Du musst die Welt noch retten, sonst wird sie hingerafft\n"
158
+ },
159
+ {
160
+ "start": 141.59,
161
+ "end": 144.19,
162
+ "text": "Oh, Burnout-Man\n\n",
163
+ "text_tagged": "Oh, Burnout-Man\n\n"
164
+ },
165
+ {
166
+ "start": 145.03,
167
+ "end": 147.15,
168
+ "text": "Kurz vor der Rente ist auch noch Arbeit übrig!\n\n",
169
+ "text_tagged": "Kurz vor der Rente ist auch noch Arbeit übrig!\n\n"
170
+ },
171
+ {
172
+ "start": 150.52,
173
+ "end": 152.97,
174
+ "text": "Andere mähen schon Rasen\n",
175
+ "text_tagged": "Andere mähen schon Rasen\n"
176
+ },
177
+ {
178
+ "start": 153.57,
179
+ "end": 156.9,
180
+ "text": "Aber du bist noch im Amt\n",
181
+ "text_tagged": "Aber du bist noch im Amt\n"
182
+ },
183
+ {
184
+ "start": 158.43,
185
+ "end": 160.63,
186
+ "text": "Denn du musst noch was schaffen\n",
187
+ "text_tagged": "Denn du musst noch was schaffen\n"
188
+ },
189
+ {
190
+ "start": 161.84,
191
+ "end": 165.75,
192
+ "text": "Dazu bist du verdammt\n\n",
193
+ "text_tagged": "Dazu bist du verdammt\n\n"
194
+ },
195
+ {
196
+ "start": 166.74,
197
+ "end": 170.93,
198
+ "text": "Mir wirds ja auch zu viel, aber wir können doch nicht alles den Bach runtergehen lassen\n\n",
199
+ "text_tagged": "Mir wirds ja auch zu viel, aber wir können doch nicht alles den Bach runtergehen lassen\n\n"
200
+ },
201
+ {
202
+ "start": 174.28,
203
+ "end": 181.41,
204
+ "text": "Es ist noch Arbeit übrig, du hasts noch nicht geschafft\n",
205
+ "text_tagged": "Es ist noch Arbeit übrig, du hasts noch nicht geschafft\n"
206
+ },
207
+ {
208
+ "start": 182.13,
209
+ "end": 188.76,
210
+ "text": "Du musst die Welt noch retten, sonst wird sie hingerafft\n",
211
+ "text_tagged": "Du musst die Welt noch retten, sonst wird sie hingerafft\n"
212
+ },
213
+ {
214
+ "start": 189.01,
215
+ "end": 190.89,
216
+ "text": "Burnout-Man\n\n",
217
+ "text_tagged": "Burnout-Man\n\n"
218
+ },
219
+ {
220
+ "start": 191.78,
221
+ "end": 194.4,
222
+ "text": "Am Ende des Lebens ist auch noch Arbeit übrig\n\n",
223
+ "text_tagged": "Am Ende des Lebens ist auch noch Arbeit übrig\n\n"
224
+ },
225
+ {
226
+ "start": 197.41,
227
+ "end": 199.61,
228
+ "text": "Andere dürfen schon modern\n",
229
+ "text_tagged": "Andere dürfen schon modern\n"
230
+ },
231
+ {
232
+ "start": 200.34,
233
+ "end": 203.85,
234
+ "text": "Aber du bist noch nicht tot\n",
235
+ "text_tagged": "Aber du bist noch nicht tot\n"
236
+ },
237
+ {
238
+ "start": 204.58,
239
+ "end": 207.79,
240
+ "text": "Die Welt, die braucht dich immer noch\n",
241
+ "text_tagged": "Die Welt, die braucht dich immer noch\n"
242
+ },
243
+ {
244
+ "start": 208.4,
245
+ "end": 211.19,
246
+ "text": "Als Retter in der Not\n\n",
247
+ "text_tagged": "Als Retter in der Not\n\n"
248
+ },
249
+ {
250
+ "start": 213.2,
251
+ "end": 217.19,
252
+ "text": "Begrabt mich mit meinem Laptop! Ich muss noch meine Mails checken\n\n",
253
+ "text_tagged": "Begrabt mich mit meinem Laptop! Ich muss noch meine Mails checken\n\n"
254
+ },
255
+ {
256
+ "start": 221.14,
257
+ "end": 228.19,
258
+ "text": "Es ist noch Arbeit übrig, du hasts noch nicht geschafft\n",
259
+ "text_tagged": "Es ist noch Arbeit übrig, du hasts noch nicht geschafft\n"
260
+ },
261
+ {
262
+ "start": 228.89,
263
+ "end": 235.13,
264
+ "text": "Du musst die Welt noch retten, sonst wird sie hingerafft\n\n",
265
+ "text_tagged": "Du musst die Welt noch retten, sonst wird sie hingerafft\n\n"
266
+ },
267
+ {
268
+ "start": 235.22,
269
+ "end": 239.54,
270
+ "text": "Oh, Burnout-Man\n",
271
+ "text_tagged": "Oh, Burnout-Man\n"
272
+ },
273
+ {
274
+ "start": 239.69,
275
+ "end": 241.21,
276
+ "text": "Burnout-Man\n",
277
+ "text_tagged": "Burnout-Man\n"
278
+ },
279
+ {
280
+ "start": 242.26,
281
+ "end": 243.31,
282
+ "text": "Burnout-Man\n",
283
+ "text_tagged": "Burnout-Man\n"
284
+ },
285
+ {
286
+ "start": 245.75,
287
+ "end": 247.96,
288
+ "text": "Burnout-Man\n",
289
+ "text_tagged": "Burnout-Man\n"
290
+ },
291
+ {
292
+ "start": 249.69,
293
+ "end": 251.81,
294
+ "text": "Burnout-Man\n",
295
+ "text_tagged": "Burnout-Man\n"
296
+ }
297
+ ]
298
  }
alignment/CHRISTMAS_AVEC_TOI_-_imfreshyourepretty.json CHANGED
@@ -1,334 +1,400 @@
1
  {
2
- "lines": [
3
- {
4
- "start": 7.16,
5
- "end": 10.08,
6
- "text": "Ouh-ah-ah, ouh-ah-ah, ouh-ah-ah\n"
7
- },
8
- {
9
- "start": 10.5,
10
- "end": 13.4,
11
- "text": "Ouh-ah-ah, ouh-ah-ah, ouh-ah-ah\n"
12
- },
13
- {
14
- "start": 13.82,
15
- "end": 16.74,
16
- "text": "Ouh-ah-ah, ouh-ah-ah, ouh-ah-ah\n"
17
- },
18
- {
19
- "start": 17.15,
20
- "end": 20.08,
21
- "text": "Ouh-ah-ah, ouh-ah-ah, ouh-ah-ah\n\n"
22
- },
23
- {
24
- "start": 20.46,
25
- "end": 23.27,
26
- "text": "Quand vient l'hiver, je l'attends\n"
27
- },
28
- {
29
- "start": 23.82,
30
- "end": 26.71,
31
- "text": "Comme les cloches sonnent en automne\n"
32
- },
33
- {
34
- "start": 27.14,
35
- "end": 29.99,
36
- "text": "Sur cet air, je m'émerveille\n"
37
- },
38
- {
39
- "start": 30.48,
40
- "end": 33.36,
41
- "text": "Quand viennent les souhaits que je fredonne\n"
42
- },
43
- {
44
- "start": 33.82,
45
- "end": 36.8,
46
- "text": "Une mélodie de Noël\n"
47
- },
48
- {
49
- "start": 37.16,
50
- "end": 40.14,
51
- "text": "Pour des nostalgies d'enfance\n"
52
- },
53
- {
54
- "start": 40.46,
55
- "end": 43.4,
56
- "text": "Juste un regard vers le ciel\n"
57
- },
58
- {
59
- "start": 43.82,
60
- "end": 46.83,
61
- "text": "Toi et moi quand j'y repense\n"
62
- },
63
- {
64
- "start": 47.14,
65
- "end": 49.89,
66
- "text": "J'attendrai si il le faut\n"
67
- },
68
- {
69
- "start": 50.5,
70
- "end": 53.21,
71
- "text": "Un couplet et quelques vœux\n"
72
- },
73
- {
74
- "start": 53.81,
75
- "end": 56.66,
76
- "text": "Ce soir quand il fera chaud\n"
77
- },
78
- {
79
- "start": 57.15,
80
- "end": 60.39,
81
- "text": "Quelques heures au coin du feu\n\n"
82
- },
83
- {
84
- "start": 63.79,
85
- "end": 66.71,
86
- "text": "Christmas, Christmas\n"
87
- },
88
- {
89
- "start": 66.93,
90
- "end": 69.77,
91
- "text": "All I want is only you\n"
92
- },
93
- {
94
- "start": 70.47,
95
- "end": 73.35,
96
- "text": "Christmas, Christmas\n"
97
- },
98
- {
99
- "start": 73.59,
100
- "end": 76.47,
101
- "text": "Notre amour en rendez-vous\n\n"
102
- },
103
- {
104
- "start": 77.14,
105
- "end": 80.09,
106
- "text": "Ouh-ah-ah, ouh-ah-ah, ouh-ah-ah\n"
107
- },
108
- {
109
- "start": 80.48,
110
- "end": 83.43,
111
- "text": "Ouh-ah-ah, ouh-ah-ah, ouh-ah-ah\n"
112
- },
113
- {
114
- "start": 83.81,
115
- "end": 86.73,
116
- "text": "Ouh-ah-ah, ouh-ah-ah, ouh-ah-ah\n"
117
- },
118
- {
119
- "start": 87.15,
120
- "end": 90.06,
121
- "text": "Ouh-ah-ah, ouh-ah-ah, ouh-ah-ah\n\n"
122
- },
123
- {
124
- "start": 90.48,
125
- "end": 93.32,
126
- "text": "Quand vient l'hiver, je l'attends\n"
127
- },
128
- {
129
- "start": 93.78,
130
- "end": 96.73,
131
- "text": "Comme les cloches sonnent en automne\n"
132
- },
133
- {
134
- "start": 97.13,
135
- "end": 100.29,
136
- "text": "Sur cet air, je m'émerveille\n"
137
- },
138
- {
139
- "start": 100.46,
140
- "end": 103.5,
141
- "text": "Quand viennent les souhaits que je fredonne\n"
142
- },
143
- {
144
- "start": 103.82,
145
- "end": 106.75,
146
- "text": "Une mélodie de Noël\n"
147
- },
148
- {
149
- "start": 107.15,
150
- "end": 110.17,
151
- "text": "Pour des nostalgies d'enfance\n"
152
- },
153
- {
154
- "start": 110.48,
155
- "end": 113.36,
156
- "text": "Juste un regard vers le ciel\n"
157
- },
158
- {
159
- "start": 113.82,
160
- "end": 116.84,
161
- "text": "Toi et moi quand j'y repense\n"
162
- },
163
- {
164
- "start": 117.16,
165
- "end": 120.22,
166
- "text": "J'attendrai si il le faut\n"
167
- },
168
- {
169
- "start": 120.48,
170
- "end": 123.2,
171
- "text": "Un couplet et quelques vœux\n"
172
- },
173
- {
174
- "start": 123.82,
175
- "end": 126.9,
176
- "text": "Ce soir quand il fera chaud\n"
177
- },
178
- {
179
- "start": 127.14,
180
- "end": 130.02,
181
- "text": "Quelques heures au coin du feu\n"
182
- },
183
- {
184
- "start": 130.47,
185
- "end": 133.44,
186
- "text": "Un seul souhait, oui, j'aimerais\n\n"
187
- },
188
- {
189
- "start": 133.81,
190
- "end": 136.72,
191
- "text": "Merry Christmas everyday\n"
192
- },
193
- {
194
- "start": 137.14,
195
- "end": 140.22,
196
- "text": "Te revoir même qu'une fois\n"
197
- },
198
- {
199
- "start": 140.47,
200
- "end": 143.44,
201
- "text": "Christmas, Christmas avec toi\n"
202
- },
203
- {
204
- "start": 143.81,
205
- "end": 146.94,
206
- "text": "J'attendrai jusqu'au matin\n"
207
- },
208
- {
209
- "start": 147.14,
210
- "end": 150.26,
211
- "text": "Un happy end, un refrain\n\n"
212
- },
213
- {
214
- "start": 150.48,
215
- "end": 153.25,
216
- "text": "Christmas, Christmas\n"
217
- },
218
- {
219
- "start": 153.6,
220
- "end": 156.3,
221
- "text": "All I want is only you\n"
222
- },
223
- {
224
- "start": 157.13,
225
- "end": 159.99,
226
- "text": "Christmas, Christmas\n"
227
- },
228
- {
229
- "start": 160.27,
230
- "end": 163.01,
231
- "text": "Notre amour en rendez-vous\n"
232
- },
233
- {
234
- "start": 163.81,
235
- "end": 166.63,
236
- "text": "Christmas, Christmas\n"
237
- },
238
- {
239
- "start": 166.93,
240
- "end": 169.7,
241
- "text": "All I want is only you\n"
242
- },
243
- {
244
- "start": 170.47,
245
- "end": 173.31,
246
- "text": "Christmas, Christmas\n"
247
- },
248
- {
249
- "start": 173.59,
250
- "end": 176.32,
251
- "text": "Un regard, quelques mots doux\n\n"
252
- },
253
- {
254
- "start": 177.13,
255
- "end": 180.07,
256
- "text": "Ouh-ah-ah, ouh-ah-ah, ouh-ah-ah\n"
257
- },
258
- {
259
- "start": 180.48,
260
- "end": 183.38,
261
- "text": "Ouh-ah-ah, ouh-ah-ah, ouh-ah-ah\n"
262
- },
263
- {
264
- "start": 183.8,
265
- "end": 186.74,
266
- "text": "Ouh-ah-ah, ouh-ah-ah, ouh-ah-ah\n"
267
- },
268
- {
269
- "start": 187.14,
270
- "end": 190.07,
271
- "text": "Ouh-ah-ah, ouh-ah-ah, ouh-ah-ah\n"
272
- },
273
- {
274
- "start": 190.47,
275
- "end": 193.4,
276
- "text": "Ouh-ah-ah, ouh-ah-ah, ouh-ah-ah\n"
277
- },
278
- {
279
- "start": 193.8,
280
- "end": 196.75,
281
- "text": "Ouh-ah-ah, ouh-ah-ah, ouh-ah-ah\n\n"
282
- },
283
- {
284
- "start": 197.13,
285
- "end": 199.99,
286
- "text": "Christmas, Christmas\n"
287
- },
288
- {
289
- "start": 200.26,
290
- "end": 202.99,
291
- "text": "All I want is only you\n"
292
- },
293
- {
294
- "start": 203.81,
295
- "end": 206.71,
296
- "text": "Christmas, Christmas\n"
297
- },
298
- {
299
- "start": 206.93,
300
- "end": 209.67,
301
- "text": "Notre amour en rendez-vous\n"
302
- },
303
- {
304
- "start": 210.47,
305
- "end": 213.33,
306
- "text": "Christmas, Christmas\n"
307
- },
308
- {
309
- "start": 213.6,
310
- "end": 216.33,
311
- "text": "All I want is only you\n"
312
- },
313
- {
314
- "start": 217.15,
315
- "end": 220.04,
316
- "text": "Christmas, Christmas\n"
317
- },
318
- {
319
- "start": 220.26,
320
- "end": 223.15,
321
- "text": "All I want is only you\n"
322
- },
323
- {
324
- "start": 223.83,
325
- "end": 226.68,
326
- "text": "Christmas, Christmas\n"
327
- },
328
- {
329
- "start": 226.93,
330
- "end": 229.62,
331
- "text": "Un regard, quelques mots doux\n"
332
- }
333
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
334
  }
 
1
  {
2
+ "lines": [
3
+ {
4
+ "start": 7.16,
5
+ "end": 10.08,
6
+ "text": "Ouh-ah-ah, ouh-ah-ah, ouh-ah-ah\n",
7
+ "text_tagged": "<nl> Ouh-ah-ah, ouh-ah-ah, ouh-ah-ah </nl>\n"
8
+ },
9
+ {
10
+ "start": 10.5,
11
+ "end": 13.4,
12
+ "text": "Ouh-ah-ah, ouh-ah-ah, ouh-ah-ah\n",
13
+ "text_tagged": "<nl> Ouh-ah-ah, ouh-ah-ah, ouh-ah-ah </nl>\n"
14
+ },
15
+ {
16
+ "start": 13.82,
17
+ "end": 16.74,
18
+ "text": "Ouh-ah-ah, ouh-ah-ah, ouh-ah-ah\n",
19
+ "text_tagged": "<nl> Ouh-ah-ah, ouh-ah-ah, ouh-ah-ah </nl>\n"
20
+ },
21
+ {
22
+ "start": 17.15,
23
+ "end": 20.08,
24
+ "text": "Ouh-ah-ah, ouh-ah-ah, ouh-ah-ah\n\n",
25
+ "text_tagged": "<nl> Ouh-ah-ah, ouh-ah-ah, ouh-ah-ah </nl>\n\n"
26
+ },
27
+ {
28
+ "start": 20.46,
29
+ "end": 23.27,
30
+ "text": "Quand vient l'hiver, je l'attends\n",
31
+ "text_tagged": "Quand vient l'hiver, je l'attends\n"
32
+ },
33
+ {
34
+ "start": 23.82,
35
+ "end": 26.71,
36
+ "text": "Comme les cloches sonnent en automne\n",
37
+ "text_tagged": "Comme les cloches sonnent en automne\n"
38
+ },
39
+ {
40
+ "start": 27.14,
41
+ "end": 29.99,
42
+ "text": "Sur cet air, je m'émerveille\n",
43
+ "text_tagged": "Sur cet air, je m'émerveille\n"
44
+ },
45
+ {
46
+ "start": 30.48,
47
+ "end": 33.36,
48
+ "text": "Quand viennent les souhaits que je fredonne\n",
49
+ "text_tagged": "Quand viennent les souhaits que je fredonne\n"
50
+ },
51
+ {
52
+ "start": 33.82,
53
+ "end": 36.8,
54
+ "text": "Une mélodie de Noël\n",
55
+ "text_tagged": "Une mélodie de Noël\n"
56
+ },
57
+ {
58
+ "start": 37.16,
59
+ "end": 40.14,
60
+ "text": "Pour des nostalgies d'enfance\n",
61
+ "text_tagged": "Pour des nostalgies d'enfance\n"
62
+ },
63
+ {
64
+ "start": 40.46,
65
+ "end": 43.4,
66
+ "text": "Juste un regard vers le ciel\n",
67
+ "text_tagged": "Juste un regard vers le ciel\n"
68
+ },
69
+ {
70
+ "start": 43.82,
71
+ "end": 46.83,
72
+ "text": "Toi et moi quand j'y repense\n",
73
+ "text_tagged": "Toi et moi quand j'y repense\n"
74
+ },
75
+ {
76
+ "start": 47.14,
77
+ "end": 49.89,
78
+ "text": "J'attendrai si il le faut\n",
79
+ "text_tagged": "J'attendrai si il le faut\n"
80
+ },
81
+ {
82
+ "start": 50.5,
83
+ "end": 53.21,
84
+ "text": "Un couplet et quelques vœux\n",
85
+ "text_tagged": "Un couplet et quelques vœux\n"
86
+ },
87
+ {
88
+ "start": 53.81,
89
+ "end": 56.66,
90
+ "text": "Ce soir quand il fera chaud\n",
91
+ "text_tagged": "Ce soir quand il fera chaud\n"
92
+ },
93
+ {
94
+ "start": 57.15,
95
+ "end": 60.39,
96
+ "text": "Quelques heures au coin du feu\n\n",
97
+ "text_tagged": "Quelques heures au coin du feu\n\n"
98
+ },
99
+ {
100
+ "start": 63.79,
101
+ "end": 66.71,
102
+ "text": "Christmas, Christmas\n",
103
+ "text_tagged": "Christmas, Christmas\n"
104
+ },
105
+ {
106
+ "start": 66.93,
107
+ "end": 69.77,
108
+ "text": "All I want is only you\n",
109
+ "text_tagged": "All I want is only you\n"
110
+ },
111
+ {
112
+ "start": 70.47,
113
+ "end": 73.35,
114
+ "text": "Christmas, Christmas\n",
115
+ "text_tagged": "Christmas, Christmas\n"
116
+ },
117
+ {
118
+ "start": 73.59,
119
+ "end": 76.47,
120
+ "text": "Notre amour en rendez-vous\n\n",
121
+ "text_tagged": "Notre amour en rendez-vous\n\n"
122
+ },
123
+ {
124
+ "start": 77.14,
125
+ "end": 80.09,
126
+ "text": "Ouh-ah-ah, ouh-ah-ah, ouh-ah-ah\n",
127
+ "text_tagged": "<nl> Ouh-ah-ah, ouh-ah-ah, ouh-ah-ah </nl>\n"
128
+ },
129
+ {
130
+ "start": 80.48,
131
+ "end": 83.43,
132
+ "text": "Ouh-ah-ah, ouh-ah-ah, ouh-ah-ah\n",
133
+ "text_tagged": "<nl> Ouh-ah-ah, ouh-ah-ah, ouh-ah-ah </nl>\n"
134
+ },
135
+ {
136
+ "start": 83.81,
137
+ "end": 86.73,
138
+ "text": "Ouh-ah-ah, ouh-ah-ah, ouh-ah-ah\n",
139
+ "text_tagged": "<nl> Ouh-ah-ah, ouh-ah-ah, ouh-ah-ah </nl>\n"
140
+ },
141
+ {
142
+ "start": 87.15,
143
+ "end": 90.06,
144
+ "text": "Ouh-ah-ah, ouh-ah-ah, ouh-ah-ah\n\n",
145
+ "text_tagged": "<nl> Ouh-ah-ah, ouh-ah-ah, ouh-ah-ah </nl>\n\n"
146
+ },
147
+ {
148
+ "start": 90.48,
149
+ "end": 93.32,
150
+ "text": "Quand vient l'hiver, je l'attends\n",
151
+ "text_tagged": "Quand vient l'hiver, je l'attends\n"
152
+ },
153
+ {
154
+ "start": 93.78,
155
+ "end": 96.73,
156
+ "text": "Comme les cloches sonnent en automne\n",
157
+ "text_tagged": "Comme les cloches sonnent en automne\n"
158
+ },
159
+ {
160
+ "start": 97.13,
161
+ "end": 100.29,
162
+ "text": "Sur cet air, je m'émerveille\n",
163
+ "text_tagged": "Sur cet air, je m'émerveille\n"
164
+ },
165
+ {
166
+ "start": 100.46,
167
+ "end": 103.5,
168
+ "text": "Quand viennent les souhaits que je fredonne\n",
169
+ "text_tagged": "Quand viennent les souhaits que je fredonne\n"
170
+ },
171
+ {
172
+ "start": 103.82,
173
+ "end": 106.75,
174
+ "text": "Une mélodie de Noël\n",
175
+ "text_tagged": "Une mélodie de Noël\n"
176
+ },
177
+ {
178
+ "start": 107.15,
179
+ "end": 110.17,
180
+ "text": "Pour des nostalgies d'enfance\n",
181
+ "text_tagged": "Pour des nostalgies d'enfance\n"
182
+ },
183
+ {
184
+ "start": 110.48,
185
+ "end": 113.36,
186
+ "text": "Juste un regard vers le ciel\n",
187
+ "text_tagged": "Juste un regard vers le ciel\n"
188
+ },
189
+ {
190
+ "start": 113.82,
191
+ "end": 116.84,
192
+ "text": "Toi et moi quand j'y repense\n",
193
+ "text_tagged": "Toi et moi quand j'y repense\n"
194
+ },
195
+ {
196
+ "start": 117.16,
197
+ "end": 120.22,
198
+ "text": "J'attendrai si il le faut\n",
199
+ "text_tagged": "J'attendrai si il le faut\n"
200
+ },
201
+ {
202
+ "start": 120.48,
203
+ "end": 123.2,
204
+ "text": "Un couplet et quelques vœux\n",
205
+ "text_tagged": "Un couplet et quelques vœux\n"
206
+ },
207
+ {
208
+ "start": 123.82,
209
+ "end": 126.9,
210
+ "text": "Ce soir quand il fera chaud\n",
211
+ "text_tagged": "Ce soir quand il fera chaud\n"
212
+ },
213
+ {
214
+ "start": 127.14,
215
+ "end": 130.02,
216
+ "text": "Quelques heures au coin du feu\n",
217
+ "text_tagged": "Quelques heures au coin du feu\n"
218
+ },
219
+ {
220
+ "start": 130.47,
221
+ "end": 133.44,
222
+ "text": "Un seul souhait, oui, j'aimerais\n\n",
223
+ "text_tagged": "Un seul souhait, oui, j'aimerais\n\n"
224
+ },
225
+ {
226
+ "start": 133.81,
227
+ "end": 136.72,
228
+ "text": "Merry Christmas everyday\n",
229
+ "text_tagged": "Merry Christmas everyday\n"
230
+ },
231
+ {
232
+ "start": 137.14,
233
+ "end": 140.22,
234
+ "text": "Te revoir même qu'une fois\n",
235
+ "text_tagged": "Te revoir même qu'une fois\n"
236
+ },
237
+ {
238
+ "start": 140.47,
239
+ "end": 143.44,
240
+ "text": "Christmas, Christmas avec toi\n",
241
+ "text_tagged": "Christmas, Christmas avec toi\n"
242
+ },
243
+ {
244
+ "start": 143.81,
245
+ "end": 146.94,
246
+ "text": "J'attendrai jusqu'au matin\n",
247
+ "text_tagged": "J'attendrai jusqu'au matin\n"
248
+ },
249
+ {
250
+ "start": 147.14,
251
+ "end": 150.26,
252
+ "text": "Un happy end, un refrain\n\n",
253
+ "text_tagged": "Un happy end, un refrain\n\n"
254
+ },
255
+ {
256
+ "start": 150.48,
257
+ "end": 153.25,
258
+ "text": "Christmas, Christmas\n",
259
+ "text_tagged": "Christmas, Christmas\n"
260
+ },
261
+ {
262
+ "start": 153.6,
263
+ "end": 156.3,
264
+ "text": "All I want is only you\n",
265
+ "text_tagged": "All I want is only you\n"
266
+ },
267
+ {
268
+ "start": 157.13,
269
+ "end": 159.99,
270
+ "text": "Christmas, Christmas\n",
271
+ "text_tagged": "Christmas, Christmas\n"
272
+ },
273
+ {
274
+ "start": 160.27,
275
+ "end": 163.01,
276
+ "text": "Notre amour en rendez-vous\n",
277
+ "text_tagged": "Notre amour en rendez-vous\n"
278
+ },
279
+ {
280
+ "start": 163.81,
281
+ "end": 166.63,
282
+ "text": "Christmas, Christmas\n",
283
+ "text_tagged": "Christmas, Christmas\n"
284
+ },
285
+ {
286
+ "start": 166.93,
287
+ "end": 169.7,
288
+ "text": "All I want is only you\n",
289
+ "text_tagged": "All I want is only you\n"
290
+ },
291
+ {
292
+ "start": 170.47,
293
+ "end": 173.31,
294
+ "text": "Christmas, Christmas\n",
295
+ "text_tagged": "Christmas, Christmas\n"
296
+ },
297
+ {
298
+ "start": 173.59,
299
+ "end": 176.32,
300
+ "text": "Un regard, quelques mots doux\n\n",
301
+ "text_tagged": "Un regard, quelques mots doux\n\n"
302
+ },
303
+ {
304
+ "start": 177.13,
305
+ "end": 180.07,
306
+ "text": "Ouh-ah-ah, ouh-ah-ah, ouh-ah-ah\n",
307
+ "text_tagged": "<nl> Ouh-ah-ah, ouh-ah-ah, ouh-ah-ah </nl>\n"
308
+ },
309
+ {
310
+ "start": 180.48,
311
+ "end": 183.38,
312
+ "text": "Ouh-ah-ah, ouh-ah-ah, ouh-ah-ah\n",
313
+ "text_tagged": "<nl> Ouh-ah-ah, ouh-ah-ah, ouh-ah-ah </nl>\n"
314
+ },
315
+ {
316
+ "start": 183.8,
317
+ "end": 186.74,
318
+ "text": "Ouh-ah-ah, ouh-ah-ah, ouh-ah-ah\n",
319
+ "text_tagged": "<nl> Ouh-ah-ah, ouh-ah-ah, ouh-ah-ah </nl>\n"
320
+ },
321
+ {
322
+ "start": 187.14,
323
+ "end": 190.07,
324
+ "text": "Ouh-ah-ah, ouh-ah-ah, ouh-ah-ah\n",
325
+ "text_tagged": "<nl> Ouh-ah-ah, ouh-ah-ah, ouh-ah-ah </nl>\n"
326
+ },
327
+ {
328
+ "start": 190.47,
329
+ "end": 193.4,
330
+ "text": "Ouh-ah-ah, ouh-ah-ah, ouh-ah-ah\n",
331
+ "text_tagged": "<nl> Ouh-ah-ah, ouh-ah-ah, ouh-ah-ah </nl>\n"
332
+ },
333
+ {
334
+ "start": 193.8,
335
+ "end": 196.75,
336
+ "text": "Ouh-ah-ah, ouh-ah-ah, ouh-ah-ah\n\n",
337
+ "text_tagged": "<nl> Ouh-ah-ah, ouh-ah-ah, ouh-ah-ah </nl>\n\n"
338
+ },
339
+ {
340
+ "start": 197.13,
341
+ "end": 199.99,
342
+ "text": "Christmas, Christmas\n",
343
+ "text_tagged": "Christmas, Christmas\n"
344
+ },
345
+ {
346
+ "start": 200.26,
347
+ "end": 202.99,
348
+ "text": "All I want is only you\n",
349
+ "text_tagged": "All I want is only you\n"
350
+ },
351
+ {
352
+ "start": 203.81,
353
+ "end": 206.71,
354
+ "text": "Christmas, Christmas\n",
355
+ "text_tagged": "Christmas, Christmas\n"
356
+ },
357
+ {
358
+ "start": 206.93,
359
+ "end": 209.67,
360
+ "text": "Notre amour en rendez-vous\n",
361
+ "text_tagged": "Notre amour en rendez-vous\n"
362
+ },
363
+ {
364
+ "start": 210.47,
365
+ "end": 213.33,
366
+ "text": "Christmas, Christmas\n",
367
+ "text_tagged": "Christmas, Christmas\n"
368
+ },
369
+ {
370
+ "start": 213.6,
371
+ "end": 216.33,
372
+ "text": "All I want is only you\n",
373
+ "text_tagged": "All I want is only you\n"
374
+ },
375
+ {
376
+ "start": 217.15,
377
+ "end": 220.04,
378
+ "text": "Christmas, Christmas\n",
379
+ "text_tagged": "Christmas, Christmas\n"
380
+ },
381
+ {
382
+ "start": 220.26,
383
+ "end": 223.15,
384
+ "text": "All I want is only you\n",
385
+ "text_tagged": "All I want is only you\n"
386
+ },
387
+ {
388
+ "start": 223.83,
389
+ "end": 226.68,
390
+ "text": "Christmas, Christmas\n",
391
+ "text_tagged": "Christmas, Christmas\n"
392
+ },
393
+ {
394
+ "start": 226.93,
395
+ "end": 229.62,
396
+ "text": "Un regard, quelques mots doux\n",
397
+ "text_tagged": "Un regard, quelques mots doux\n"
398
+ }
399
+ ]
400
  }
alignment/CLUB_DESTINO__-_Pensando_en_ti_-_CLUB_DESTINO.json CHANGED
@@ -1,184 +1,220 @@
1
  {
2
- "lines": [
3
- {
4
- "start": 60.49,
5
- "end": 62.69,
6
- "text": "Deja que te cuente\n"
7
- },
8
- {
9
- "start": 63.73,
10
- "end": 65.91,
11
- "text": "Deja que te diga\n"
12
- },
13
- {
14
- "start": 67.29,
15
- "end": 70.59,
16
- "text": "Que tengo miedo de volver\n\n"
17
- },
18
- {
19
- "start": 73.51,
20
- "end": 75.96,
21
- "text": "Aunque yo te quiera\n"
22
- },
23
- {
24
- "start": 76.75,
25
- "end": 79.32,
26
- "text": "Aunque seas mi vida\n"
27
- },
28
- {
29
- "start": 80.18,
30
- "end": 84.42,
31
- "text": "Solo me acuerdo del ayer\n\n"
32
- },
33
- {
34
- "start": 86.86,
35
- "end": 89.78,
36
- "text": "Cuando tus miradas eran distintas\n"
37
- },
38
- {
39
- "start": 89.88,
40
- "end": 92.86,
41
- "text": "Cuando tus palabras me hacían sufrir\n"
42
- },
43
- {
44
- "start": 93.12,
45
- "end": 96.25,
46
- "text": "Cuando por tenerte hubiese dado mi vida\n"
47
- },
48
- {
49
- "start": 96.3,
50
- "end": 99.37,
51
- "text": "Cuando te alejabas poco a poco de mí\n\n"
52
- },
53
- {
54
- "start": 99.37,
55
- "end": 102.7,
56
- "text": "Y ahora estás solo y gritas al cielo\n"
57
- },
58
- {
59
- "start": 102.88,
60
- "end": 105.83,
61
- "text": "Que sin mis besos no sabes vivir\n"
62
- },
63
- {
64
- "start": 106.09,
65
- "end": 109.13,
66
- "text": "Mas quiero que sepas que todo este tiempo\n"
67
- },
68
- {
69
- "start": 109.35,
70
- "end": 116.47,
71
- "text": "Ha sido un infierno y que vivo tan solo pensando en ti\n\n"
72
- },
73
- {
74
- "start": 131.86,
75
- "end": 134.11,
76
- "text": "Si al final volvemos\n"
77
- },
78
- {
79
- "start": 135.0,
80
- "end": 137.47,
81
- "text": "No será lo mismo\n"
82
- },
83
- {
84
- "start": 138.61,
85
- "end": 142.12,
86
- "text": "Hemos cambiado, yo lo sé\n\n"
87
- },
88
- {
89
- "start": 144.63,
90
- "end": 147.31,
91
- "text": "Razones que no cesan\n"
92
- },
93
- {
94
- "start": 148.1,
95
- "end": 150.74,
96
- "text": "Besos compartidos\n"
97
- },
98
- {
99
- "start": 151.5,
100
- "end": 155.53,
101
- "text": "Miedos que vuelven a nacer\n\n"
102
- },
103
- {
104
- "start": 158.2,
105
- "end": 161.32,
106
- "text": "Cuando tus miradas eran distintas\n"
107
- },
108
- {
109
- "start": 161.32,
110
- "end": 164.19,
111
- "text": "Cuando tus palabras me hacían sufrir\n"
112
- },
113
- {
114
- "start": 164.51,
115
- "end": 167.68,
116
- "text": "Cuando por tenerte hubiese dado mi vida\n"
117
- },
118
- {
119
- "start": 167.76,
120
- "end": 170.94,
121
- "text": "Cuando te alejabas poco a poco de mí\n\n"
122
- },
123
- {
124
- "start": 170.94,
125
- "end": 174.07,
126
- "text": "Y ahora estás solo y gritas al cielo\n"
127
- },
128
- {
129
- "start": 174.23,
130
- "end": 177.22,
131
- "text": "Que tú sin mis besos no sabes vivir\n"
132
- },
133
- {
134
- "start": 177.48,
135
- "end": 180.59,
136
- "text": "Mas quiero que sepas que todo este tiempo\n"
137
- },
138
- {
139
- "start": 180.76,
140
- "end": 187.55,
141
- "text": "Ha sido un infierno y que vivo tan solo pensando en ti\n\n"
142
- },
143
- {
144
- "start": 188.19,
145
- "end": 190.62,
146
- "text": "No, no, no, no, no\n"
147
- },
148
- {
149
- "start": 191.85,
150
- "end": 194.11,
151
- "text": "Pensando en ti\n"
152
- },
153
- {
154
- "start": 194.68,
155
- "end": 197.12,
156
- "text": "No, no, no, no, no\n"
157
- },
158
- {
159
- "start": 198.34,
160
- "end": 200.55,
161
- "text": "Pensando en ti\n"
162
- },
163
- {
164
- "start": 201.16,
165
- "end": 204.01,
166
- "text": "No, no, no, no, no\n"
167
- },
168
- {
169
- "start": 204.84,
170
- "end": 207.12,
171
- "text": "Pensando en ti\n"
172
- },
173
- {
174
- "start": 207.65,
175
- "end": 210.67,
176
- "text": "No, no, no, no, no\n"
177
- },
178
- {
179
- "start": 212.93,
180
- "end": 215.33,
181
- "text": "Pensando en ti\n"
182
- }
183
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
184
  }
 
1
  {
2
+ "lines": [
3
+ {
4
+ "start": 60.49,
5
+ "end": 62.69,
6
+ "text": "Deja que te cuente\n",
7
+ "text_tagged": "Deja que te cuente\n"
8
+ },
9
+ {
10
+ "start": 63.73,
11
+ "end": 65.91,
12
+ "text": "Deja que te diga\n",
13
+ "text_tagged": "Deja que te diga\n"
14
+ },
15
+ {
16
+ "start": 67.29,
17
+ "end": 70.59,
18
+ "text": "Que tengo miedo de volver\n\n",
19
+ "text_tagged": "Que tengo miedo de volver\n\n"
20
+ },
21
+ {
22
+ "start": 73.51,
23
+ "end": 75.96,
24
+ "text": "Aunque yo te quiera\n",
25
+ "text_tagged": "Aunque yo te quiera\n"
26
+ },
27
+ {
28
+ "start": 76.75,
29
+ "end": 79.32,
30
+ "text": "Aunque seas mi vida\n",
31
+ "text_tagged": "Aunque seas mi vida\n"
32
+ },
33
+ {
34
+ "start": 80.18,
35
+ "end": 84.42,
36
+ "text": "Solo me acuerdo del ayer\n\n",
37
+ "text_tagged": "Solo me acuerdo del ayer\n\n"
38
+ },
39
+ {
40
+ "start": 86.86,
41
+ "end": 89.78,
42
+ "text": "Cuando tus miradas eran distintas\n",
43
+ "text_tagged": "Cuando tus miradas eran distintas\n"
44
+ },
45
+ {
46
+ "start": 89.88,
47
+ "end": 92.86,
48
+ "text": "Cuando tus palabras me hacían sufrir\n",
49
+ "text_tagged": "Cuando tus palabras me hacían sufrir\n"
50
+ },
51
+ {
52
+ "start": 93.12,
53
+ "end": 96.25,
54
+ "text": "Cuando por tenerte hubiese dado mi vida\n",
55
+ "text_tagged": "Cuando por tenerte hubiese dado mi vida\n"
56
+ },
57
+ {
58
+ "start": 96.3,
59
+ "end": 99.37,
60
+ "text": "Cuando te alejabas poco a poco de mí\n\n",
61
+ "text_tagged": "Cuando te alejabas poco a poco de mí\n\n"
62
+ },
63
+ {
64
+ "start": 99.37,
65
+ "end": 102.7,
66
+ "text": "Y ahora estás solo y gritas al cielo\n",
67
+ "text_tagged": "Y ahora estás solo y gritas al cielo\n"
68
+ },
69
+ {
70
+ "start": 102.88,
71
+ "end": 105.83,
72
+ "text": "Que tú sin mis besos no sabes vivir\n",
73
+ "text_tagged": "Que tú sin mis besos no sabes vivir\n"
74
+ },
75
+ {
76
+ "start": 106.09,
77
+ "end": 109.13,
78
+ "text": "Mas quiero que sepas que todo este tiempo\n",
79
+ "text_tagged": "Mas quiero que sepas que todo este tiempo\n"
80
+ },
81
+ {
82
+ "start": 109.35,
83
+ "end": 116.47,
84
+ "text": "Ha sido un infierno y que vivo tan solo pensando en ti\n\n",
85
+ "text_tagged": "Ha sido un infierno y que vivo tan solo pensando en ti\n\n"
86
+ },
87
+ {
88
+ "start": 131.86,
89
+ "end": 134.11,
90
+ "text": "Si al final volvemos\n",
91
+ "text_tagged": "Si al final volvemos\n"
92
+ },
93
+ {
94
+ "start": 135.0,
95
+ "end": 137.47,
96
+ "text": "No será lo mismo\n",
97
+ "text_tagged": "No será lo mismo\n"
98
+ },
99
+ {
100
+ "start": 138.61,
101
+ "end": 142.12,
102
+ "text": "Hemos cambiado, yo lo sé\n\n",
103
+ "text_tagged": "Hemos cambiado, yo lo sé\n\n"
104
+ },
105
+ {
106
+ "start": 144.63,
107
+ "end": 147.31,
108
+ "text": "Razones que no cesan\n",
109
+ "text_tagged": "Razones que no cesan\n"
110
+ },
111
+ {
112
+ "start": 148.1,
113
+ "end": 150.74,
114
+ "text": "Besos compartidos\n",
115
+ "text_tagged": "Besos compartidos\n"
116
+ },
117
+ {
118
+ "start": 151.5,
119
+ "end": 155.53,
120
+ "text": "Miedos que vuelven a nacer\n\n",
121
+ "text_tagged": "Miedos que vuelven a nacer\n\n"
122
+ },
123
+ {
124
+ "start": 158.2,
125
+ "end": 161.32,
126
+ "text": "Cuando tus miradas eran distintas\n",
127
+ "text_tagged": "Cuando tus miradas eran distintas\n"
128
+ },
129
+ {
130
+ "start": 161.32,
131
+ "end": 164.19,
132
+ "text": "Cuando tus palabras me hacían sufrir\n",
133
+ "text_tagged": "Cuando tus palabras me hacían sufrir\n"
134
+ },
135
+ {
136
+ "start": 164.51,
137
+ "end": 167.68,
138
+ "text": "Cuando por tenerte hubiese dado mi vida\n",
139
+ "text_tagged": "Cuando por tenerte hubiese dado mi vida\n"
140
+ },
141
+ {
142
+ "start": 167.76,
143
+ "end": 170.94,
144
+ "text": "Cuando te alejabas poco a poco de mí\n\n",
145
+ "text_tagged": "Cuando te alejabas poco a poco de mí\n\n"
146
+ },
147
+ {
148
+ "start": 170.94,
149
+ "end": 174.07,
150
+ "text": "Y ahora estás solo y gritas al cielo\n",
151
+ "text_tagged": "Y ahora estás solo y gritas al cielo\n"
152
+ },
153
+ {
154
+ "start": 174.23,
155
+ "end": 177.22,
156
+ "text": "Que sin mis besos no sabes vivir\n",
157
+ "text_tagged": "Que tú sin mis besos no sabes vivir\n"
158
+ },
159
+ {
160
+ "start": 177.48,
161
+ "end": 180.59,
162
+ "text": "Mas quiero que sepas que todo este tiempo\n",
163
+ "text_tagged": "Mas quiero que sepas que todo este tiempo\n"
164
+ },
165
+ {
166
+ "start": 180.76,
167
+ "end": 187.55,
168
+ "text": "Ha sido un infierno y que vivo tan solo pensando en ti\n\n",
169
+ "text_tagged": "Ha sido un infierno y que vivo tan solo pensando en ti\n\n"
170
+ },
171
+ {
172
+ "start": 188.19,
173
+ "end": 190.62,
174
+ "text": "No, no, no, no, no\n",
175
+ "text_tagged": "No, no, no, no, no\n"
176
+ },
177
+ {
178
+ "start": 191.85,
179
+ "end": 194.11,
180
+ "text": "Pensando en ti\n",
181
+ "text_tagged": "Pensando en ti\n"
182
+ },
183
+ {
184
+ "start": 194.68,
185
+ "end": 197.12,
186
+ "text": "No, no, no, no, no\n",
187
+ "text_tagged": "No, no, no, no, no\n"
188
+ },
189
+ {
190
+ "start": 198.34,
191
+ "end": 200.55,
192
+ "text": "Pensando en ti\n",
193
+ "text_tagged": "Pensando en ti\n"
194
+ },
195
+ {
196
+ "start": 201.16,
197
+ "end": 204.01,
198
+ "text": "No, no, no, no, no\n",
199
+ "text_tagged": "No, no, no, no, no\n"
200
+ },
201
+ {
202
+ "start": 204.84,
203
+ "end": 207.12,
204
+ "text": "Pensando en ti\n",
205
+ "text_tagged": "Pensando en ti\n"
206
+ },
207
+ {
208
+ "start": 207.65,
209
+ "end": 210.67,
210
+ "text": "No, no, no, no, no\n",
211
+ "text_tagged": "No, no, no, no, no\n"
212
+ },
213
+ {
214
+ "start": 212.93,
215
+ "end": 215.33,
216
+ "text": "Pensando en ti\n",
217
+ "text_tagged": "Pensando en ti\n"
218
+ }
219
+ ]
220
  }
alignment/Cafe_Jenseitz_Bebelstraße_-_kangaroo.musique.json CHANGED
@@ -1,89 +1,106 @@
1
  {
2
- "lines": [
3
- {
4
- "start": 47.58,
5
- "end": 50.61,
6
- "text": "Wo gibts den besten Milchkaffee\n"
7
- },
8
- {
9
- "start": 53.82,
10
- "end": 56.64,
11
- "text": "Himbeer- oder Rooibuschtee?\n"
12
- },
13
- {
14
- "start": 59.51,
15
- "end": 63.33,
16
- "text": "Wo gibt es Frühstück bis nach zwei?\n"
17
- },
18
- {
19
- "start": 64.95,
20
- "end": 67.13,
21
- "text": "Im Café Jenseitz\n\n"
22
- },
23
- {
24
- "start": 71.53,
25
- "end": 74.7,
26
- "text": "Wo wird man immer nett begrüßt\n"
27
- },
28
- {
29
- "start": 77.53,
30
- "end": 80.54,
31
- "text": "Wo tuckt der Chef in der Kombüs'\n"
32
- },
33
- {
34
- "start": 83.58,
35
- "end": 87.46,
36
- "text": "Wo sieht man dir gern auf dein Teil\n"
37
- },
38
- {
39
- "start": 88.95,
40
- "end": 90.91,
41
- "text": "Im Café Jenseitz\n\n"
42
- },
43
- {
44
- "start": 95.57,
45
- "end": 98.42,
46
- "text": "Wo dreht man gleich den Kopf zurück\n"
47
- },
48
- {
49
- "start": 101.49,
50
- "end": 105.2,
51
- "text": "Nur weil ein Gast die Klinke drückt\n"
52
- },
53
- {
54
- "start": 107.53,
55
- "end": 110.63,
56
- "text": "Wo sitzt man gerne auch zu zweit\n"
57
- },
58
- {
59
- "start": 113.0,
60
- "end": 115.1,
61
- "text": "Im Café Jenseitz\n\n"
62
- },
63
- {
64
- "start": 119.51,
65
- "end": 122.59,
66
- "text": "Wo gibt es Bowle mal umsonst\n"
67
- },
68
- {
69
- "start": 125.44,
70
- "end": 129.36,
71
- "text": "Wenn du zur Grand Prix Party kommst\n"
72
- },
73
- {
74
- "start": 131.43,
75
- "end": 135.18,
76
- "text": "Wo kassierst du 60 Euro dann\n"
77
- },
78
- {
79
- "start": 136.82,
80
- "end": 138.96,
81
- "text": "Im Café Jenseitz\n"
82
- },
83
- {
84
- "start": 140.57,
85
- "end": 143.97,
86
- "text": "Das Café für den Mann\n"
87
- }
88
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
89
  }
 
1
  {
2
+ "lines": [
3
+ {
4
+ "start": 47.58,
5
+ "end": 50.61,
6
+ "text": "Wo gibts den besten Milchkaffee\n",
7
+ "text_tagged": "Wo gibts den besten Milchkaffee\n"
8
+ },
9
+ {
10
+ "start": 53.82,
11
+ "end": 56.64,
12
+ "text": "Himbeer- oder Rooibuschtee?\n",
13
+ "text_tagged": "Himbeer- oder Rooibuschtee?\n"
14
+ },
15
+ {
16
+ "start": 59.51,
17
+ "end": 63.33,
18
+ "text": "Wo gibt es Frühstück bis nach zwei?\n",
19
+ "text_tagged": "Wo gibt es Frühstück bis nach zwei?\n"
20
+ },
21
+ {
22
+ "start": 64.95,
23
+ "end": 67.13,
24
+ "text": "Im Café Jenseitz\n\n",
25
+ "text_tagged": "Im Café Jenseitz\n\n"
26
+ },
27
+ {
28
+ "start": 71.53,
29
+ "end": 74.7,
30
+ "text": "Wo wird man immer nett begrüßt\n",
31
+ "text_tagged": "Wo wird man immer nett begrüßt\n"
32
+ },
33
+ {
34
+ "start": 77.53,
35
+ "end": 80.54,
36
+ "text": "Wo tuckt der Chef in der Kombüs'\n",
37
+ "text_tagged": "Wo tuckt der Chef in der Kombüs'\n"
38
+ },
39
+ {
40
+ "start": 83.58,
41
+ "end": 87.46,
42
+ "text": "Wo sieht man dir gern auf dein Teil\n",
43
+ "text_tagged": "Wo sieht man dir gern auf dein Teil\n"
44
+ },
45
+ {
46
+ "start": 88.95,
47
+ "end": 90.91,
48
+ "text": "Im Café Jenseitz\n\n",
49
+ "text_tagged": "Im Café Jenseitz\n\n"
50
+ },
51
+ {
52
+ "start": 95.57,
53
+ "end": 98.42,
54
+ "text": "Wo dreht man gleich den Kopf zurück\n",
55
+ "text_tagged": "Wo dreht man gleich den Kopf zurück\n"
56
+ },
57
+ {
58
+ "start": 101.49,
59
+ "end": 105.2,
60
+ "text": "Nur weil ein Gast die Klinke drückt\n",
61
+ "text_tagged": "Nur weil ein Gast die Klinke drückt\n"
62
+ },
63
+ {
64
+ "start": 107.53,
65
+ "end": 110.63,
66
+ "text": "Wo sitzt man gerne auch zu zweit\n",
67
+ "text_tagged": "Wo sitzt man gerne auch zu zweit\n"
68
+ },
69
+ {
70
+ "start": 113.0,
71
+ "end": 115.1,
72
+ "text": "Im Café Jenseitz\n\n",
73
+ "text_tagged": "Im Café Jenseitz\n\n"
74
+ },
75
+ {
76
+ "start": 119.51,
77
+ "end": 122.59,
78
+ "text": "Wo gibt es Bowle mal umsonst\n",
79
+ "text_tagged": "Wo gibt es Bowle mal umsonst\n"
80
+ },
81
+ {
82
+ "start": 125.44,
83
+ "end": 129.36,
84
+ "text": "Wenn du zur Grand Prix Party kommst\n",
85
+ "text_tagged": "Wenn du zur Grand Prix Party kommst\n"
86
+ },
87
+ {
88
+ "start": 131.43,
89
+ "end": 135.18,
90
+ "text": "Wo kassierst du 60 Euro dann\n",
91
+ "text_tagged": "Wo kassierst du 60 Euro dann\n"
92
+ },
93
+ {
94
+ "start": 136.82,
95
+ "end": 138.96,
96
+ "text": "Im Café Jenseitz\n",
97
+ "text_tagged": "Im Café Jenseitz\n"
98
+ },
99
+ {
100
+ "start": 140.57,
101
+ "end": 143.97,
102
+ "text": "Das Café für den Mann\n",
103
+ "text_tagged": "Das Café für den Mann\n"
104
+ }
105
+ ]
106
  }
alignment/Capotes_à_un_Franc_-_elmanu.json CHANGED
@@ -1,134 +1,160 @@
1
  {
2
- "lines": [
3
- {
4
- "start": 19.68,
5
- "end": 22.0,
6
- "text": "Salut mon grand, comment ça va ?\n"
7
- },
8
- {
9
- "start": 22.39,
10
- "end": 24.31,
11
- "text": "Ça faisait longtemps que j't'avais pas\n"
12
- },
13
- {
14
- "start": 24.31,
15
- "end": 27.67,
16
- "text": "Envoyé une petite lettre, c'est pas évident\n"
17
- },
18
- {
19
- "start": 28.87,
20
- "end": 31.11,
21
- "text": "Tu sais, j'ai beau leur demander\n"
22
- },
23
- {
24
- "start": 31.6,
25
- "end": 33.45,
26
- "text": "Ils font la gueule au PTT\n"
27
- },
28
- {
29
- "start": 33.45,
30
- "end": 36.83,
31
- "text": "Le code postal du Paradis n'est pas courant\n\n"
32
- },
33
- {
34
- "start": 37.97,
35
- "end": 42.47,
36
- "text": "Mais je me dis que maintenant que les capotes sont à un franc\n"
37
- },
38
- {
39
- "start": 42.47,
40
- "end": 45.91,
41
- "text": "J'vais en gonfler dix à l'hélium pour accrocher\n"
42
- },
43
- {
44
- "start": 47.12,
45
- "end": 51.69,
46
- "text": "La lettre que j'écris à l'instant, qui s'en ira au gré du vent\n"
47
- },
48
- {
49
- "start": 51.69,
50
- "end": 55.06,
51
- "text": "Il ne te restera plus qu'à la rattraper\n\n"
52
- },
53
- {
54
- "start": 92.82,
55
- "end": 97.42,
56
- "text": "Tu sais, t'aurais pas du crever, la vie n'était pas terminée\n"
57
- },
58
- {
59
- "start": 97.42,
60
- "end": 100.86,
61
- "text": "Hier encore, y avait des vagues et puis du vent\n"
62
- },
63
- {
64
- "start": 102.03,
65
- "end": 106.58,
66
- "text": "On aurait pu aller surfer, mais t'as préféré te casser\n"
67
- },
68
- {
69
- "start": 106.58,
70
- "end": 109.95,
71
- "text": "Dans le jardin d'Éden, dans le jardin du temps\n\n"
72
- },
73
- {
74
- "start": 111.16,
75
- "end": 115.69,
76
- "text": "Mais tu te dis que maintenant que les capotes sont à un franc\n"
77
- },
78
- {
79
- "start": 115.69,
80
- "end": 119.13,
81
- "text": "Ton cœur battrait plus fort, quand arrive l'été\n"
82
- },
83
- {
84
- "start": 120.27,
85
- "end": 124.87,
86
- "text": "Tu sentirais encore le vent, les grains de sable et puis le temps\n"
87
- },
88
- {
89
- "start": 124.87,
90
- "end": 128.1,
91
- "text": "Couler entre tes doigts, et glisser sous tes pieds\n\n"
92
- },
93
- {
94
- "start": 129.43,
95
- "end": 134.0,
96
- "text": "OK, je sais bien qu'elle était super bandante à en crever\n"
97
- },
98
- {
99
- "start": 134.0,
100
- "end": 137.46,
101
- "text": "Elle t'a entraîné dans son lit, tu pouvais pas refuser\n"
102
- },
103
- {
104
- "start": 138.57,
105
- "end": 143.06,
106
- "text": "Tu n'avais que deux francs sur toi, et t'as pensé, « 'tention, SIDA »\n"
107
- },
108
- {
109
- "start": 143.16,
110
- "end": 146.54,
111
- "text": "Mais qu'une fille belle comme ça était immunisée\n\n"
112
- },
113
- {
114
- "start": 165.94,
115
- "end": 170.47,
116
- "text": "Et tu te dis que maintenant que les capotes sont à un franc\n"
117
- },
118
- {
119
- "start": 170.54,
120
- "end": 174.27,
121
- "text": "Tu serais encore et tu raconterais\n"
122
- },
123
- {
124
- "start": 175.14,
125
- "end": 179.73,
126
- "text": "Que t'avais fait l'amour deux fois sans penser qu'avec cette fille là\n"
127
- },
128
- {
129
- "start": 179.73,
130
- "end": 183.35,
131
- "text": "L'amour et la mort étaient à jamais liés\n"
132
- }
133
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
134
  }
 
1
  {
2
+ "lines": [
3
+ {
4
+ "start": 19.68,
5
+ "end": 22.0,
6
+ "text": "Salut mon grand, comment ça va ?\n",
7
+ "text_tagged": "Salut mon grand, comment ça va ?\n"
8
+ },
9
+ {
10
+ "start": 22.39,
11
+ "end": 24.31,
12
+ "text": "Ça faisait longtemps que j't'avais pas\n",
13
+ "text_tagged": "Ça faisait longtemps que j't'avais pas\n"
14
+ },
15
+ {
16
+ "start": 24.31,
17
+ "end": 27.67,
18
+ "text": "Envoyé une petite lettre, c'est pas évident\n",
19
+ "text_tagged": "Envoyé une petite lettre, c'est pas évident\n"
20
+ },
21
+ {
22
+ "start": 28.87,
23
+ "end": 31.11,
24
+ "text": "Tu sais, j'ai beau leur demander\n",
25
+ "text_tagged": "Tu sais, j'ai beau leur demander\n"
26
+ },
27
+ {
28
+ "start": 31.6,
29
+ "end": 33.45,
30
+ "text": "Ils font la gueule au PTT\n",
31
+ "text_tagged": "Ils font la gueule au PTT\n"
32
+ },
33
+ {
34
+ "start": 33.45,
35
+ "end": 36.83,
36
+ "text": "Le code postal du Paradis n'est pas courant\n\n",
37
+ "text_tagged": "Le code postal du Paradis n'est pas courant\n\n"
38
+ },
39
+ {
40
+ "start": 37.97,
41
+ "end": 42.47,
42
+ "text": "Mais je me dis que maintenant que les capotes sont à un franc\n",
43
+ "text_tagged": "Mais je me dis que maintenant que les capotes sont à un franc\n"
44
+ },
45
+ {
46
+ "start": 42.47,
47
+ "end": 45.91,
48
+ "text": "J'vais en gonfler dix à l'hélium pour accrocher\n",
49
+ "text_tagged": "J'vais en gonfler dix à l'hélium pour accrocher\n"
50
+ },
51
+ {
52
+ "start": 47.12,
53
+ "end": 51.69,
54
+ "text": "La lettre que j'écris à l'instant, qui s'en ira au gré du vent\n",
55
+ "text_tagged": "La lettre que j'écris à l'instant, qui s'en ira au gré du vent\n"
56
+ },
57
+ {
58
+ "start": 51.69,
59
+ "end": 55.06,
60
+ "text": "Il ne te restera plus qu'à la rattraper\n\n",
61
+ "text_tagged": "Il ne te restera plus qu'à la rattraper\n\n"
62
+ },
63
+ {
64
+ "start": 92.82,
65
+ "end": 97.42,
66
+ "text": "Tu sais, t'aurais pas du crever, la vie n'était pas terminée\n",
67
+ "text_tagged": "Tu sais, t'aurais pas du crever, la vie n'était pas terminée\n"
68
+ },
69
+ {
70
+ "start": 97.42,
71
+ "end": 100.86,
72
+ "text": "Hier encore, y avait des vagues et puis du vent\n",
73
+ "text_tagged": "Hier encore, y avait des vagues et puis du vent\n"
74
+ },
75
+ {
76
+ "start": 102.03,
77
+ "end": 106.58,
78
+ "text": "On aurait pu aller surfer, mais t'as préféré te casser\n",
79
+ "text_tagged": "On aurait pu aller surfer, mais t'as préféré te casser\n"
80
+ },
81
+ {
82
+ "start": 106.58,
83
+ "end": 109.95,
84
+ "text": "Dans le jardin d'Éden, dans le jardin du temps\n\n",
85
+ "text_tagged": "Dans le jardin d'Éden, dans le jardin du temps\n\n"
86
+ },
87
+ {
88
+ "start": 111.16,
89
+ "end": 115.69,
90
+ "text": "Mais tu te dis que maintenant que les capotes sont à un franc\n",
91
+ "text_tagged": "Mais tu te dis que maintenant que les capotes sont à un franc\n"
92
+ },
93
+ {
94
+ "start": 115.69,
95
+ "end": 119.13,
96
+ "text": "Ton cœur battrait plus fort, quand arrive l'été\n",
97
+ "text_tagged": "Ton cœur battrait plus fort, quand arrive l'été\n"
98
+ },
99
+ {
100
+ "start": 120.27,
101
+ "end": 124.87,
102
+ "text": "Tu sentirais encore le vent, les grains de sable et puis le temps\n",
103
+ "text_tagged": "Tu sentirais encore le vent, les grains de sable et puis le temps\n"
104
+ },
105
+ {
106
+ "start": 124.87,
107
+ "end": 128.1,
108
+ "text": "Couler entre tes doigts, et glisser sous tes pieds\n\n",
109
+ "text_tagged": "Couler entre tes doigts, et glisser sous tes pieds\n\n"
110
+ },
111
+ {
112
+ "start": 129.43,
113
+ "end": 134.0,
114
+ "text": "OK, je sais bien qu'elle était super bandante à en crever\n",
115
+ "text_tagged": "OK, je sais bien qu'elle était super bandante à en crever\n"
116
+ },
117
+ {
118
+ "start": 134.0,
119
+ "end": 137.46,
120
+ "text": "Elle t'a entraîné dans son lit, tu pouvais pas refuser\n",
121
+ "text_tagged": "Elle t'a entraîné dans son lit, tu pouvais pas refuser\n"
122
+ },
123
+ {
124
+ "start": 138.57,
125
+ "end": 143.06,
126
+ "text": "Tu n'avais que deux francs sur toi, et t'as pensé, « 'tention, SIDA »\n",
127
+ "text_tagged": "Tu n'avais que deux francs sur toi, et t'as pensé, « 'tention, SIDA »\n"
128
+ },
129
+ {
130
+ "start": 143.16,
131
+ "end": 146.54,
132
+ "text": "Mais qu'une fille belle comme ça était immunisée\n\n",
133
+ "text_tagged": "Mais qu'une fille belle comme ça était immunisée\n\n"
134
+ },
135
+ {
136
+ "start": 165.94,
137
+ "end": 170.47,
138
+ "text": "Et tu te dis que maintenant que les capotes sont à un franc\n",
139
+ "text_tagged": "Et tu te dis que maintenant que les capotes sont à un franc\n"
140
+ },
141
+ {
142
+ "start": 170.54,
143
+ "end": 174.27,
144
+ "text": "Tu serais encore là et tu raconterais\n",
145
+ "text_tagged": "Tu serais encore là et tu raconterais\n"
146
+ },
147
+ {
148
+ "start": 175.14,
149
+ "end": 179.73,
150
+ "text": "Que t'avais fait l'amour deux fois sans penser qu'avec cette fille là\n",
151
+ "text_tagged": "Que t'avais fait l'amour deux fois sans penser qu'avec cette fille là\n"
152
+ },
153
+ {
154
+ "start": 179.73,
155
+ "end": 183.35,
156
+ "text": "L'amour et la mort étaient à jamais liés\n",
157
+ "text_tagged": "L'amour et la mort étaient à jamais liés\n"
158
+ }
159
+ ]
160
  }
alignment/Caralibro_-_Vagos_Permanentes.json CHANGED
@@ -1,124 +1,148 @@
1
  {
2
- "lines": [
3
- {
4
- "start": 47.68,
5
- "end": 51.5,
6
- "text": "Etiqueto, agrego, me hago fan, cambio mi nick\n"
7
- },
8
- {
9
- "start": 52.17,
10
- "end": 57.0,
11
- "text": "Lo publico en mi muro, lo comparto con un tweet\n"
12
- },
13
- {
14
- "start": 58.65,
15
- "end": 62.51,
16
- "text": "Subo fotos moñas, actualizo mi perfil\n"
17
- },
18
- {
19
- "start": 63.1,
20
- "end": 66.71,
21
- "text": "Recolecto y me suscribo a tu feed\n\n"
22
- },
23
- {
24
- "start": 69.63,
25
- "end": 74.78,
26
- "text": "Tengo cuatro mil amigos, soy un tío súper popular\n"
27
- },
28
- {
29
- "start": 75.12,
30
- "end": 79.55,
31
- "text": "A pesar de que a ninguno he visto jamás\n"
32
- },
33
- {
34
- "start": 80.49,
35
- "end": 85.82,
36
- "text": "Si echo en falta compañía, va siendo hora de activar el chat\n"
37
- },
38
- {
39
- "start": 86.07,
40
- "end": 89.44,
41
- "text": "Todo es falso, pero me da igual\n\n"
42
- },
43
- {
44
- "start": 156.29,
45
- "end": 158.8,
46
- "text": "Sí, sí, es tu vida una patraña\n"
47
- },
48
- {
49
- "start": 159.43,
50
- "end": 162.14,
51
- "text": "Sin hazañas, que te engaña, es una puta castaña\n"
52
- },
53
- {
54
- "start": 162.14,
55
- "end": 164.93,
56
- "text": "Existencia ermitaña que te nubla y te empaña\n"
57
- },
58
- {
59
- "start": 164.93,
60
- "end": 167.53,
61
- "text": "Todo juicio y razón, te lo digo sin rencor\n"
62
- },
63
- {
64
- "start": 167.67,
65
- "end": 170.41,
66
- "text": "Pero te falta un hervor y poco a poco estás cayendo\n"
67
- },
68
- {
69
- "start": 170.41,
70
- "end": 173.86,
71
- "text": "En el hoyo de la enajenación, por favor\n"
72
- },
73
- {
74
- "start": 174.84,
75
- "end": 177.27,
76
- "text": "Sal de tu letargo y hazte cargo de que el mundo\n"
77
- },
78
- {
79
- "start": 177.27,
80
- "end": 179.23,
81
- "text": "No se encierra tras tu pobre monitor\n\n"
82
- },
83
- {
84
- "start": 182.09,
85
- "end": 185.96,
86
- "text": "Hoy salí a la calle, todo es nuevo para mí\n"
87
- },
88
- {
89
- "start": 186.51,
90
- "end": 191.38,
91
- "text": "Llevaba más de tres años metido en mi cuchitril\n"
92
- },
93
- {
94
- "start": 193.07,
95
- "end": 196.93,
96
- "text": "Me he sentido solo, sin saber a dónde ir\n"
97
- },
98
- {
99
- "start": 197.47,
100
- "end": 201.12,
101
- "text": "Ahora entiendo por qué dicen que soy un freak\n\n"
102
- },
103
- {
104
- "start": 204.01,
105
- "end": 209.26,
106
- "text": "Tengo cuatro mil amigos, soy un tío súper popular\n"
107
- },
108
- {
109
- "start": 209.49,
110
- "end": 213.98,
111
- "text": "A pesar de que a ninguno he visto jamás\n"
112
- },
113
- {
114
- "start": 214.88,
115
- "end": 220.24,
116
- "text": "Si echo en falta compañía, va siendo hora de activar el chat\n"
117
- },
118
- {
119
- "start": 220.48,
120
- "end": 224.06,
121
- "text": "Todo es falso, pero me da igual\n"
122
- }
123
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
124
  }
 
1
  {
2
+ "lines": [
3
+ {
4
+ "start": 47.68,
5
+ "end": 51.5,
6
+ "text": "Etiqueto, agrego, me hago fan, cambio mi nick\n",
7
+ "text_tagged": "Etiqueto, agrego, me hago fan, cambio mi nick\n"
8
+ },
9
+ {
10
+ "start": 52.17,
11
+ "end": 57.0,
12
+ "text": "Lo publico en mi muro, lo comparto con un tweet\n",
13
+ "text_tagged": "Lo publico en mi muro, lo comparto con un tweet\n"
14
+ },
15
+ {
16
+ "start": 58.65,
17
+ "end": 62.51,
18
+ "text": "Subo fotos moñas, actualizo mi perfil\n",
19
+ "text_tagged": "Subo fotos moñas, actualizo mi perfil\n"
20
+ },
21
+ {
22
+ "start": 63.1,
23
+ "end": 66.71,
24
+ "text": "Recolecto y me suscribo a tu feed\n\n",
25
+ "text_tagged": "Recolecto y me suscribo a tu feed\n\n"
26
+ },
27
+ {
28
+ "start": 69.63,
29
+ "end": 74.78,
30
+ "text": "Tengo cuatro mil amigos, soy un tío súper popular\n",
31
+ "text_tagged": "Tengo cuatro mil amigos, soy un tío súper popular\n"
32
+ },
33
+ {
34
+ "start": 75.12,
35
+ "end": 79.55,
36
+ "text": "A pesar de que a ninguno he visto jamás\n",
37
+ "text_tagged": "A pesar de que a ninguno he visto jamás\n"
38
+ },
39
+ {
40
+ "start": 80.49,
41
+ "end": 85.82,
42
+ "text": "Si echo en falta compañía, va siendo hora de activar el chat\n",
43
+ "text_tagged": "Si echo en falta compañía, va siendo hora de activar el chat\n"
44
+ },
45
+ {
46
+ "start": 86.07,
47
+ "end": 89.44,
48
+ "text": "Todo es falso, pero me da igual\n\n",
49
+ "text_tagged": "Todo es falso, pero me da igual\n\n"
50
+ },
51
+ {
52
+ "start": 156.29,
53
+ "end": 158.8,
54
+ "text": "Sí, sí, es tu vida una patraña\n",
55
+ "text_tagged": "Sí, sí, es tu vida una patraña\n"
56
+ },
57
+ {
58
+ "start": 159.43,
59
+ "end": 162.14,
60
+ "text": "Sin hazañas, que te engaña, es una puta castaña\n",
61
+ "text_tagged": "Sin hazañas, que te engaña, es una puta castaña\n"
62
+ },
63
+ {
64
+ "start": 162.14,
65
+ "end": 164.93,
66
+ "text": "Existencia ermitaña que te nubla y te empaña\n",
67
+ "text_tagged": "Existencia ermitaña que te nubla y te empaña\n"
68
+ },
69
+ {
70
+ "start": 164.93,
71
+ "end": 167.53,
72
+ "text": "Todo juicio y razón, te lo digo sin rencor\n",
73
+ "text_tagged": "Todo juicio y razón, te lo digo sin rencor\n"
74
+ },
75
+ {
76
+ "start": 167.67,
77
+ "end": 170.41,
78
+ "text": "Pero te falta un hervor y poco a poco estás cayendo\n",
79
+ "text_tagged": "Pero te falta un hervor y poco a poco estás cayendo\n"
80
+ },
81
+ {
82
+ "start": 170.41,
83
+ "end": 173.86,
84
+ "text": "En el hoyo de la enajenación, por favor\n",
85
+ "text_tagged": "En el hoyo de la enajenación, por favor\n"
86
+ },
87
+ {
88
+ "start": 174.84,
89
+ "end": 177.27,
90
+ "text": "Sal de tu letargo y hazte cargo de que el mundo\n",
91
+ "text_tagged": "Sal de tu letargo y hazte cargo de que el mundo\n"
92
+ },
93
+ {
94
+ "start": 177.27,
95
+ "end": 179.23,
96
+ "text": "No se encierra tras tu pobre monitor\n\n",
97
+ "text_tagged": "No se encierra tras tu pobre monitor\n\n"
98
+ },
99
+ {
100
+ "start": 182.09,
101
+ "end": 185.96,
102
+ "text": "Hoy salí a la calle, todo es nuevo para mí\n",
103
+ "text_tagged": "Hoy salí a la calle, todo es nuevo para mí\n"
104
+ },
105
+ {
106
+ "start": 186.51,
107
+ "end": 191.38,
108
+ "text": "Llevaba más de tres años metido en mi cuchitril\n",
109
+ "text_tagged": "Llevaba más de tres años metido en mi cuchitril\n"
110
+ },
111
+ {
112
+ "start": 193.07,
113
+ "end": 196.93,
114
+ "text": "Me he sentido solo, sin saber a dónde ir\n",
115
+ "text_tagged": "Me he sentido solo, sin saber a dónde ir\n"
116
+ },
117
+ {
118
+ "start": 197.47,
119
+ "end": 201.12,
120
+ "text": "Ahora entiendo por qué dicen que soy un freak\n\n",
121
+ "text_tagged": "Ahora entiendo por qué dicen que soy un freak\n\n"
122
+ },
123
+ {
124
+ "start": 204.01,
125
+ "end": 209.26,
126
+ "text": "Tengo cuatro mil amigos, soy un tío súper popular\n",
127
+ "text_tagged": "Tengo cuatro mil amigos, soy un tío súper popular\n"
128
+ },
129
+ {
130
+ "start": 209.49,
131
+ "end": 213.98,
132
+ "text": "A pesar de que a ninguno he visto jamás\n",
133
+ "text_tagged": "A pesar de que a ninguno he visto jamás\n"
134
+ },
135
+ {
136
+ "start": 214.88,
137
+ "end": 220.24,
138
+ "text": "Si echo en falta compañía, va siendo hora de activar el chat\n",
139
+ "text_tagged": "Si echo en falta compañía, va siendo hora de activar el chat\n"
140
+ },
141
+ {
142
+ "start": 220.48,
143
+ "end": 224.06,
144
+ "text": "Todo es falso, pero me da igual\n",
145
+ "text_tagged": "Todo es falso, pero me da igual\n"
146
+ }
147
+ ]
148
  }
alignment/Color_Out_-_Falling_Star.json CHANGED
@@ -1,189 +1,226 @@
1
  {
2
- "lines": [
3
- {
4
- "start": 13.7,
5
- "end": 17.76,
6
- "text": "Someday you'll come back here\n"
7
- },
8
- {
9
- "start": 19.59,
10
- "end": 22.78,
11
- "text": "And you'll open up your arms\n"
12
- },
13
- {
14
- "start": 25.61,
15
- "end": 31.18,
16
- "text": "And you'll laugh and say I knew it wouldn't take you long\n"
17
- },
18
- {
19
- "start": 31.93,
20
- "end": 34.45,
21
- "text": "To realize I was gone\n"
22
- },
23
- {
24
- "start": 37.62,
25
- "end": 42.24,
26
- "text": "And it's only been three years (it's only been three years)\n"
27
- },
28
- {
29
- "start": 43.68,
30
- "end": 47.92,
31
- "text": "But for me it's been so long (so long, so long)\n"
32
- },
33
- {
34
- "start": 49.55,
35
- "end": 53.26,
36
- "text": "And I remember it like yesterday\n"
37
- },
38
- {
39
- "start": 53.52,
40
- "end": 55.19,
41
- "text": "Oh, you could say\n"
42
- },
43
- {
44
- "start": 55.62,
45
- "end": 60.08,
46
- "text": "I've been holding on (holding on)\n\n"
47
- },
48
- {
49
- "start": 60.37,
50
- "end": 64.54,
51
- "text": "And I waited all of my life\n"
52
- },
53
- {
54
- "start": 64.84,
55
- "end": 67.36,
56
- "text": "For you to make it right\n"
57
- },
58
- {
59
- "start": 67.52,
60
- "end": 71.19,
61
- "text": "But the time has come and gone\n"
62
- },
63
- {
64
- "start": 72.1,
65
- "end": 76.5,
66
- "text": "And it's faded and lost all it's light\n"
67
- },
68
- {
69
- "start": 76.79,
70
- "end": 79.68,
71
- "text": "A star that shined so bright\n"
72
- },
73
- {
74
- "start": 79.94,
75
- "end": 82.58,
76
- "text": "Falls from the sky\n\n"
77
- },
78
- {
79
- "start": 84.14,
80
- "end": 87.92,
81
- "text": "Don't make a wish that won't come true\n"
82
- },
83
- {
84
- "start": 88.57,
85
- "end": 91.3,
86
- "text": "And I learned that from you\n"
87
- },
88
- {
89
- "start": 91.61,
90
- "end": 95.86,
91
- "text": "Such a long time ago (long time ago)\n"
92
- },
93
- {
94
- "start": 95.99,
95
- "end": 100.23,
96
- "text": "When you left you said you had to find\n"
97
- },
98
- {
99
- "start": 100.72,
100
- "end": 103.43,
101
- "text": "A better way of life\n"
102
- },
103
- {
104
- "start": 103.64,
105
- "end": 107.8,
106
- "text": "This one just wouldn't do (just wouldn't do)\n\n"
107
- },
108
- {
109
- "start": 108.06,
110
- "end": 112.46,
111
- "text": "And I waited all of my life\n"
112
- },
113
- {
114
- "start": 112.81,
115
- "end": 115.24,
116
- "text": "For you to take your time\n"
117
- },
118
- {
119
- "start": 115.61,
120
- "end": 119.44,
121
- "text": "To find your place\n"
122
- },
123
- {
124
- "start": 120.06,
125
- "end": 123.23,
126
- "text": "But I learned that this world still turns without you\n"
127
- },
128
- {
129
- "start": 123.33,
130
- "end": 126.37,
131
- "text": "And you were just a phase and I learned without you\n"
132
- },
133
- {
134
- "start": 126.52,
135
- "end": 130.33,
136
- "text": "Here I was happier alone\n"
137
- },
138
- {
139
- "start": 130.63,
140
- "end": 133.78,
141
- "text": "Then I ever would've known\n\n"
142
- },
143
- {
144
- "start": 156.07,
145
- "end": 160.97,
146
- "text": "And so I waited (I waited)\n"
147
- },
148
- {
149
- "start": 162.18,
150
- "end": 168.17,
151
- "text": "And so I waited (and I waited and I waited)\n\n"
152
- },
153
- {
154
- "start": 168.17,
155
- "end": 173.94,
156
- "text": "And so I waited all of my life (all of my life)\n"
157
- },
158
- {
159
- "start": 172.79,
160
- "end": 176.86,
161
- "text": "For you to take your time (for you to take your time)\n"
162
- },
163
- {
164
- "start": 175.45,
165
- "end": 183.39,
166
- "text": "But the time has come and gone (and the time has come and gone)\n"
167
- },
168
- {
169
- "start": 180.06,
170
- "end": 184.42,
171
- "text": "And it's faded and lost all its light\n"
172
- },
173
- {
174
- "start": 184.85,
175
- "end": 187.74,
176
- "text": "A star that shined so bright\n"
177
- },
178
- {
179
- "start": 188.03,
180
- "end": 190.41,
181
- "text": "Falls from the sky\n"
182
- },
183
- {
184
- "start": 190.7,
185
- "end": 194.92,
186
- "text": "On this cold December night\n"
187
- }
188
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
189
  }
 
1
  {
2
+ "lines": [
3
+ {
4
+ "start": 13.7,
5
+ "end": 17.76,
6
+ "text": "Someday you'll come back here\n",
7
+ "text_tagged": "Someday you'll come back here\n"
8
+ },
9
+ {
10
+ "start": 19.59,
11
+ "end": 22.78,
12
+ "text": "And you'll open up your arms\n",
13
+ "text_tagged": "And you'll open up your arms\n"
14
+ },
15
+ {
16
+ "start": 25.61,
17
+ "end": 31.18,
18
+ "text": "And you'll laugh and say I knew it wouldn't take you long\n",
19
+ "text_tagged": "And you'll laugh and say I knew it wouldn't take you long\n"
20
+ },
21
+ {
22
+ "start": 31.93,
23
+ "end": 34.45,
24
+ "text": "To realize I was gone\n",
25
+ "text_tagged": "To realize I was gone\n"
26
+ },
27
+ {
28
+ "start": 37.62,
29
+ "end": 42.24,
30
+ "text": "And it's only been three years (it's only been three years)\n",
31
+ "text_tagged": "And it's only been three years (it's only been three years)\n"
32
+ },
33
+ {
34
+ "start": 43.68,
35
+ "end": 47.92,
36
+ "text": "But for me it's been so long (so long, so long)\n",
37
+ "text_tagged": "But for me it's been so long (so long, so long)\n"
38
+ },
39
+ {
40
+ "start": 49.55,
41
+ "end": 53.26,
42
+ "text": "And I remember it like yesterday\n",
43
+ "text_tagged": "And I remember it like yesterday\n"
44
+ },
45
+ {
46
+ "start": 53.52,
47
+ "end": 55.19,
48
+ "text": "Oh, you could say\n",
49
+ "text_tagged": "Oh, you could say\n"
50
+ },
51
+ {
52
+ "start": 55.62,
53
+ "end": 60.08,
54
+ "text": "I've been holding on (holding on)\n\n",
55
+ "text_tagged": "I've been holding on (holding on)\n\n"
56
+ },
57
+ {
58
+ "start": 60.37,
59
+ "end": 64.54,
60
+ "text": "And I waited all of my life\n",
61
+ "text_tagged": "And I waited all of my life\n"
62
+ },
63
+ {
64
+ "start": 64.84,
65
+ "end": 67.36,
66
+ "text": "For you to make it right\n",
67
+ "text_tagged": "For you to make it right\n"
68
+ },
69
+ {
70
+ "start": 67.52,
71
+ "end": 71.19,
72
+ "text": "But the time has come and gone\n",
73
+ "text_tagged": "But the time has come and gone\n"
74
+ },
75
+ {
76
+ "start": 72.1,
77
+ "end": 76.5,
78
+ "text": "And it's faded and lost all it's light\n",
79
+ "text_tagged": "And it's faded and lost all it's light\n"
80
+ },
81
+ {
82
+ "start": 76.79,
83
+ "end": 79.68,
84
+ "text": "A star that shined so bright\n",
85
+ "text_tagged": "A star that shined so bright\n"
86
+ },
87
+ {
88
+ "start": 79.94,
89
+ "end": 82.58,
90
+ "text": "Falls from the sky\n\n",
91
+ "text_tagged": "Falls from the sky\n\n"
92
+ },
93
+ {
94
+ "start": 84.14,
95
+ "end": 87.92,
96
+ "text": "Don't make a wish that won't come true\n",
97
+ "text_tagged": "Don't make a wish that won't come true\n"
98
+ },
99
+ {
100
+ "start": 88.57,
101
+ "end": 91.3,
102
+ "text": "And I learned that from you\n",
103
+ "text_tagged": "And I learned that from you\n"
104
+ },
105
+ {
106
+ "start": 91.61,
107
+ "end": 95.86,
108
+ "text": "Such a long time ago (long time ago)\n",
109
+ "text_tagged": "Such a long time ago (long time ago)\n"
110
+ },
111
+ {
112
+ "start": 95.99,
113
+ "end": 100.23,
114
+ "text": "When you left you said you had to find\n",
115
+ "text_tagged": "When you left you said you had to find\n"
116
+ },
117
+ {
118
+ "start": 100.72,
119
+ "end": 103.43,
120
+ "text": "A better way of life\n",
121
+ "text_tagged": "A better way of life\n"
122
+ },
123
+ {
124
+ "start": 103.64,
125
+ "end": 107.8,
126
+ "text": "This one just wouldn't do (just wouldn't do)\n\n",
127
+ "text_tagged": "This one just wouldn't do (just wouldn't do)\n\n"
128
+ },
129
+ {
130
+ "start": 108.06,
131
+ "end": 112.46,
132
+ "text": "And I waited all of my life\n",
133
+ "text_tagged": "And I waited all of my life\n"
134
+ },
135
+ {
136
+ "start": 112.81,
137
+ "end": 115.24,
138
+ "text": "For you to take your time\n",
139
+ "text_tagged": "For you to take your time\n"
140
+ },
141
+ {
142
+ "start": 115.61,
143
+ "end": 119.44,
144
+ "text": "To find your place\n",
145
+ "text_tagged": "To find your place\n"
146
+ },
147
+ {
148
+ "start": 120.06,
149
+ "end": 123.23,
150
+ "text": "But I learned that this world still turns without you\n",
151
+ "text_tagged": "But I learned that this world still turns without you\n"
152
+ },
153
+ {
154
+ "start": 123.33,
155
+ "end": 126.37,
156
+ "text": "And you were just a phase and I learned without you\n",
157
+ "text_tagged": "And you were just a phase and I learned without you\n"
158
+ },
159
+ {
160
+ "start": 126.52,
161
+ "end": 130.33,
162
+ "text": "Here I was happier alone\n",
163
+ "text_tagged": "Here I was happier alone\n"
164
+ },
165
+ {
166
+ "start": 130.63,
167
+ "end": 133.78,
168
+ "text": "Then I ever would've known\n\n",
169
+ "text_tagged": "Then I ever would've known\n\n"
170
+ },
171
+ {
172
+ "start": 156.07,
173
+ "end": 160.97,
174
+ "text": "And so I waited (I waited)\n",
175
+ "text_tagged": "And so I waited (I waited)\n"
176
+ },
177
+ {
178
+ "start": 162.18,
179
+ "end": 168.17,
180
+ "text": "And so I waited (and I waited and I waited)\n\n",
181
+ "text_tagged": "And so I waited (and I waited and I waited)\n\n"
182
+ },
183
+ {
184
+ "start": 168.17,
185
+ "end": 173.94,
186
+ "text": "And so I waited all of my life (all of my life)\n",
187
+ "text_tagged": "And so I waited all of my life (all of my life)\n"
188
+ },
189
+ {
190
+ "start": 172.79,
191
+ "end": 176.86,
192
+ "text": "For you to take your time (for you to take your time)\n",
193
+ "text_tagged": "For you to take your time (for you to take your time)\n"
194
+ },
195
+ {
196
+ "start": 175.45,
197
+ "end": 183.39,
198
+ "text": "But the time has come and gone (and the time has come and gone)\n",
199
+ "text_tagged": "But the time has come and gone (and the time has come and gone)\n"
200
+ },
201
+ {
202
+ "start": 180.06,
203
+ "end": 184.42,
204
+ "text": "And it's faded and lost all its light\n",
205
+ "text_tagged": "And it's faded and lost all its light\n"
206
+ },
207
+ {
208
+ "start": 184.85,
209
+ "end": 187.74,
210
+ "text": "A star that shined so bright\n",
211
+ "text_tagged": "A star that shined so bright\n"
212
+ },
213
+ {
214
+ "start": 188.03,
215
+ "end": 190.41,
216
+ "text": "Falls from the sky\n",
217
+ "text_tagged": "Falls from the sky\n"
218
+ },
219
+ {
220
+ "start": 190.7,
221
+ "end": 194.92,
222
+ "text": "On this cold December night\n",
223
+ "text_tagged": "On this cold December night\n"
224
+ }
225
+ ]
226
  }
alignment/Confession_-_Quesabe.json CHANGED
@@ -1,249 +1,298 @@
1
  {
2
- "lines": [
3
- {
4
- "start": 3.22,
5
- "end": 3.99,
6
- "text": "Here we go\n\n"
7
- },
8
- {
9
- "start": 16.0,
10
- "end": 17.8,
11
- "text": "Ah-ah-ah\n"
12
- },
13
- {
14
- "start": 20.18,
15
- "end": 22.51,
16
- "text": "Eh-ah\n"
17
- },
18
- {
19
- "start": 23.81,
20
- "end": 27.06,
21
- "text": "Eh-ah\n"
22
- },
23
- {
24
- "start": 27.55,
25
- "end": 28.98,
26
- "text": "Yeah (yeah)\n\n"
27
- },
28
- {
29
- "start": 29.17,
30
- "end": 31.19,
31
- "text": "Si t'es c'est pour l'meilleur et pour le pire\n"
32
- },
33
- {
34
- "start": 31.5,
35
- "end": 33.49,
36
- "text": "J'te retiendrais pas si tu veux partir un jour\n"
37
- },
38
- {
39
- "start": 33.82,
40
- "end": 35.56,
41
- "text": "Un coup c'est la guerre, un coup c'est la fête\n"
42
- },
43
- {
44
- "start": 35.65,
45
- "end": 37.06,
46
- "text": "J'sais plus trop où donner d'la tête\n"
47
- },
48
- {
49
- "start": 37.36,
50
- "end": 39.38,
51
- "text": "J'en ai fait des bêtises, je sors sans prévenir\n"
52
- },
53
- {
54
- "start": 39.38,
55
- "end": 40.7,
56
- "text": "Tu finis par être à bout\n"
57
- },
58
- {
59
- "start": 41.2,
60
- "end": 42.95,
61
- "text": "Un coup c'est la guerre, un coup c'est la fête\n\n"
62
- },
63
- {
64
- "start": 44.99,
65
- "end": 50.66,
66
- "text": "Ih, eh, entre nous beaucoup trop d'questions\n"
67
- },
68
- {
69
- "start": 48.24,
70
- "end": 52.02,
71
- "text": "(Entre nous beaucoup trop d'questions, questions)\n"
72
- },
73
- {
74
- "start": 51.52,
75
- "end": 57.28,
76
- "text": "Eh, eh, j'te l'dirais jamais mais t'avais raison\n"
77
- },
78
- {
79
- "start": 55.71,
80
- "end": 57.96,
81
- "text": "(L'dirais jamais mais t'avais raison)\n\n"
82
- },
83
- {
84
- "start": 59.38,
85
- "end": 62.11,
86
- "text": "Non, j'voulais pas te mentir mais\n"
87
- },
88
- {
89
- "start": 62.11,
90
- "end": 64.91,
91
- "text": "J'ai choisir entre facilité et courage ('rage)\n"
92
- },
93
- {
94
- "start": 66.76,
95
- "end": 69.51,
96
- "text": "À trop vouloir m'en sortir j'ai\n"
97
- },
98
- {
99
- "start": 69.51,
100
- "end": 72.28,
101
- "text": "Seulement retardé la tempête avant l'orage ('rage)\n\n"
102
- },
103
- {
104
- "start": 73.46,
105
- "end": 74.6,
106
- "text": "Et j'te connais très bien\n"
107
- },
108
- {
109
- "start": 74.88,
110
- "end": 76.87,
111
- "text": "Je sais quand t'es blessée, je sais quand t'es déçue\n"
112
- },
113
- {
114
- "start": 77.17,
115
- "end": 79.19,
116
- "text": "Je sais que tu kiffes quand j'te regarde\n"
117
- },
118
- {
119
- "start": 79.19,
120
- "end": 80.68,
121
- "text": "Droit dans les yeux quand j'suis au-dessus\n\n"
122
- },
123
- {
124
- "start": 80.95,
125
- "end": 82.53,
126
- "text": "J'voulais pas, mais tu sais comment j'suis\n"
127
- },
128
- {
129
- "start": 82.88,
130
- "end": 84.28,
131
- "text": "Voleur d'amour, j'tavais prévenu\n"
132
- },
133
- {
134
- "start": 84.55,
135
- "end": 86.4,
136
- "text": "J'ai volé ton cœur et celui d'ta pote\n"
137
- },
138
- {
139
- "start": 86.4,
140
- "end": 87.97,
141
- "text": "Mais celui-là, c'était pas voulu\n\n"
142
- },
143
- {
144
- "start": 88.24,
145
- "end": 89.93,
146
- "text": "Et j'sais plus quoi faire maintenant\n"
147
- },
148
- {
149
- "start": 90.28,
150
- "end": 91.92,
151
- "text": "Que t'es partie j'pense à avant\n"
152
- },
153
- {
154
- "start": 92.15,
155
- "end": 93.62,
156
- "text": "J'attends seulement que tu reviennes\n"
157
- },
158
- {
159
- "start": 93.85,
160
- "end": 95.43,
161
- "text": "Car t'es accro à moi comme cocaïne\n\n"
162
- },
163
- {
164
- "start": 95.7,
165
- "end": 97.67,
166
- "text": "Et j'sais plus quoi faire maintenant\n"
167
- },
168
- {
169
- "start": 97.67,
170
- "end": 99.54,
171
- "text": "Que t'es partie j'pense à avant\n"
172
- },
173
- {
174
- "start": 99.54,
175
- "end": 100.95,
176
- "text": "J'attends seulement que tu reviennes\n"
177
- },
178
- {
179
- "start": 101.23,
180
- "end": 102.98,
181
- "text": "Car t'es accro à moi comme cocaïne\n\n"
182
- },
183
- {
184
- "start": 103.09,
185
- "end": 105.04,
186
- "text": "Si t'es c'est pour le meilleur et pour le pire\n"
187
- },
188
- {
189
- "start": 105.34,
190
- "end": 107.35,
191
- "text": "J'te retiendrais pas si tu veux partir un jour\n"
192
- },
193
- {
194
- "start": 107.7,
195
- "end": 109.43,
196
- "text": "Un coup c'est la guerre, un coup c'est la fête\n"
197
- },
198
- {
199
- "start": 109.49,
200
- "end": 110.9,
201
- "text": "J'sais plus trop où donner d'la tête\n"
202
- },
203
- {
204
- "start": 111.21,
205
- "end": 113.23,
206
- "text": "J'en ai fait des bêtises, je sors sans prévenir\n"
207
- },
208
- {
209
- "start": 113.23,
210
- "end": 115.16,
211
- "text": "Tu finis par être à bout (à bout)\n"
212
- },
213
- {
214
- "start": 115.03,
215
- "end": 116.83,
216
- "text": "Un coup c'est la guerre, un coup c'est la fête\n"
217
- },
218
- {
219
- "start": 116.91,
220
- "end": 118.38,
221
- "text": "J'sais plus trop où donner d'la tête\n\n"
222
- },
223
- {
224
- "start": 118.89,
225
- "end": 124.98,
226
- "text": "Ih, eh, entre nous beaucoup trop d'questions (questions, questi')\n"
227
- },
228
- {
229
- "start": 123.97,
230
- "end": 125.86,
231
- "text": "(Entre nous beaucoup trop d'questi')\n"
232
- },
233
- {
234
- "start": 125.69,
235
- "end": 131.39,
236
- "text": "Eh, eh, eh, j'te l'dirais jamais mais t'avais raison (jamais, jamais)\n"
237
- },
238
- {
239
- "start": 131.14,
240
- "end": 134.54,
241
- "text": "(J'te l'dirais jamais mais t'avais raison)\n"
242
- },
243
- {
244
- "start": 134.6,
245
- "end": 136.99,
246
- "text": "(Jamais, jamais, jamais)\n"
247
- }
248
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
249
  }
 
1
  {
2
+ "lines": [
3
+ {
4
+ "start": 3.22,
5
+ "end": 3.99,
6
+ "text": "Here we go\n\n",
7
+ "text_tagged": "Here we go\n\n"
8
+ },
9
+ {
10
+ "start": 16.0,
11
+ "end": 17.8,
12
+ "text": "Ah-ah-ah\n",
13
+ "text_tagged": "<nl> Ah-ah-ah </nl>\n"
14
+ },
15
+ {
16
+ "start": 20.18,
17
+ "end": 22.51,
18
+ "text": "Eh-ah\n",
19
+ "text_tagged": "<nl> Eh-ah </nl>\n"
20
+ },
21
+ {
22
+ "start": 23.81,
23
+ "end": 27.06,
24
+ "text": "Eh-ah\n",
25
+ "text_tagged": "<nl> Eh-ah </nl>\n"
26
+ },
27
+ {
28
+ "start": 27.55,
29
+ "end": 28.98,
30
+ "text": "Yeah (yeah)\n\n",
31
+ "text_tagged": "<nl> Yeah (yeah) </nl>\n\n"
32
+ },
33
+ {
34
+ "start": 29.17,
35
+ "end": 31.19,
36
+ "text": "Si t'es c'est pour l'meilleur et pour le pire\n",
37
+ "text_tagged": "Si t'es là c'est pour l'meilleur et pour le pire\n"
38
+ },
39
+ {
40
+ "start": 31.5,
41
+ "end": 33.49,
42
+ "text": "J'te retiendrais pas si tu veux partir un jour\n",
43
+ "text_tagged": "J'te retiendrais pas si tu veux partir un jour\n"
44
+ },
45
+ {
46
+ "start": 33.82,
47
+ "end": 35.56,
48
+ "text": "Un coup c'est la guerre, un coup c'est la fête\n",
49
+ "text_tagged": "Un coup c'est la guerre, un coup c'est la fête\n"
50
+ },
51
+ {
52
+ "start": 35.65,
53
+ "end": 37.06,
54
+ "text": "J'sais plus trop où donner d'la tête\n",
55
+ "text_tagged": "J'sais plus trop où donner d'la tête\n"
56
+ },
57
+ {
58
+ "start": 37.36,
59
+ "end": 39.38,
60
+ "text": "J'en ai fait des bêtises, je sors sans prévenir\n",
61
+ "text_tagged": "J'en ai fait des bêtises, je sors sans prévenir\n"
62
+ },
63
+ {
64
+ "start": 39.38,
65
+ "end": 40.7,
66
+ "text": "Tu finis par être à bout\n",
67
+ "text_tagged": "Tu finis par être à bout\n"
68
+ },
69
+ {
70
+ "start": 41.2,
71
+ "end": 42.95,
72
+ "text": "Un coup c'est la guerre, un coup c'est la fête\n\n",
73
+ "text_tagged": "Un coup c'est la guerre, un coup c'est la fête\n\n"
74
+ },
75
+ {
76
+ "start": 44.99,
77
+ "end": 50.66,
78
+ "text": "Ih, eh, entre nous beaucoup trop d'questions\n",
79
+ "text_tagged": "Ih, eh, entre nous beaucoup trop d'questions\n"
80
+ },
81
+ {
82
+ "start": 48.24,
83
+ "end": 52.02,
84
+ "text": "(Entre nous beaucoup trop d'questions, questions)\n",
85
+ "text_tagged": "(Entre nous beaucoup trop d'questions, questions)\n"
86
+ },
87
+ {
88
+ "start": 51.52,
89
+ "end": 57.28,
90
+ "text": "Eh, eh, j'te l'dirais jamais mais t'avais raison\n",
91
+ "text_tagged": "Eh, eh, j'te l'dirais jamais mais t'avais raison\n"
92
+ },
93
+ {
94
+ "start": 55.71,
95
+ "end": 57.96,
96
+ "text": "(L'dirais jamais mais t'avais raison)\n\n",
97
+ "text_tagged": "(L'dirais jamais mais t'avais raison)\n\n"
98
+ },
99
+ {
100
+ "start": 59.38,
101
+ "end": 62.11,
102
+ "text": "Non, j'voulais pas te mentir mais\n",
103
+ "text_tagged": "Non, j'voulais pas te mentir mais\n"
104
+ },
105
+ {
106
+ "start": 62.11,
107
+ "end": 64.91,
108
+ "text": "J'ai dû choisir entre facilité et courage ('rage)\n",
109
+ "text_tagged": "J'ai dû choisir entre facilité et courage ('rage)\n"
110
+ },
111
+ {
112
+ "start": 66.76,
113
+ "end": 69.51,
114
+ "text": "À trop vouloir m'en sortir j'ai\n",
115
+ "text_tagged": "À trop vouloir m'en sortir j'ai\n"
116
+ },
117
+ {
118
+ "start": 69.51,
119
+ "end": 72.28,
120
+ "text": "Seulement retardé la tempête avant l'orage ('rage)\n\n",
121
+ "text_tagged": "Seulement retardé la tempête avant l'orage ('rage)\n\n"
122
+ },
123
+ {
124
+ "start": 73.46,
125
+ "end": 74.6,
126
+ "text": "Et j'te connais très bien\n",
127
+ "text_tagged": "Et j'te connais très bien\n"
128
+ },
129
+ {
130
+ "start": 74.88,
131
+ "end": 76.87,
132
+ "text": "Je sais quand t'es blessée, je sais quand t'es déçue\n",
133
+ "text_tagged": "Je sais quand t'es blessée, je sais quand t'es déçue\n"
134
+ },
135
+ {
136
+ "start": 77.17,
137
+ "end": 79.19,
138
+ "text": "Je sais que tu kiffes quand j'te regarde\n",
139
+ "text_tagged": "Je sais que tu kiffes quand j'te regarde\n"
140
+ },
141
+ {
142
+ "start": 79.19,
143
+ "end": 80.68,
144
+ "text": "Droit dans les yeux quand j'suis au-dessus\n\n",
145
+ "text_tagged": "Droit dans les yeux quand j'suis au-dessus\n\n"
146
+ },
147
+ {
148
+ "start": 80.95,
149
+ "end": 82.53,
150
+ "text": "J'voulais pas, mais tu sais comment j'suis\n",
151
+ "text_tagged": "J'voulais pas, mais tu sais comment j'suis\n"
152
+ },
153
+ {
154
+ "start": 82.88,
155
+ "end": 84.28,
156
+ "text": "Voleur d'amour, j'tavais prévenu\n",
157
+ "text_tagged": "Voleur d'amour, j'tavais prévenu\n"
158
+ },
159
+ {
160
+ "start": 84.55,
161
+ "end": 86.4,
162
+ "text": "J'ai volé ton cœur et celui d'ta pote\n",
163
+ "text_tagged": "J'ai volé ton cœur et celui d'ta pote\n"
164
+ },
165
+ {
166
+ "start": 86.4,
167
+ "end": 87.97,
168
+ "text": "Mais celui-là, c'était pas voulu\n\n",
169
+ "text_tagged": "Mais celui-là, c'était pas voulu\n\n"
170
+ },
171
+ {
172
+ "start": 88.24,
173
+ "end": 89.93,
174
+ "text": "Et j'sais plus quoi faire maintenant\n",
175
+ "text_tagged": "Et j'sais plus quoi faire maintenant\n"
176
+ },
177
+ {
178
+ "start": 90.28,
179
+ "end": 91.92,
180
+ "text": "Que t'es partie j'pense à avant\n",
181
+ "text_tagged": "Que t'es partie j'pense à avant\n"
182
+ },
183
+ {
184
+ "start": 92.15,
185
+ "end": 93.62,
186
+ "text": "J'attends seulement que tu reviennes\n",
187
+ "text_tagged": "J'attends seulement que tu reviennes\n"
188
+ },
189
+ {
190
+ "start": 93.85,
191
+ "end": 95.43,
192
+ "text": "Car t'es accro à moi comme cocaïne\n\n",
193
+ "text_tagged": "Car t'es accro à moi comme cocaïne\n\n"
194
+ },
195
+ {
196
+ "start": 95.7,
197
+ "end": 97.67,
198
+ "text": "Et j'sais plus quoi faire maintenant\n",
199
+ "text_tagged": "Et j'sais plus quoi faire maintenant\n"
200
+ },
201
+ {
202
+ "start": 97.67,
203
+ "end": 99.54,
204
+ "text": "Que t'es partie j'pense à avant\n",
205
+ "text_tagged": "Que t'es partie j'pense à avant\n"
206
+ },
207
+ {
208
+ "start": 99.54,
209
+ "end": 100.95,
210
+ "text": "J'attends seulement que tu reviennes\n",
211
+ "text_tagged": "J'attends seulement que tu reviennes\n"
212
+ },
213
+ {
214
+ "start": 101.23,
215
+ "end": 102.98,
216
+ "text": "Car t'es accro à moi comme cocaïne\n\n",
217
+ "text_tagged": "Car t'es accro à moi comme cocaïne\n\n"
218
+ },
219
+ {
220
+ "start": 103.09,
221
+ "end": 105.04,
222
+ "text": "Si t'es là c'est pour le meilleur et pour le pire\n",
223
+ "text_tagged": "Si t'es là c'est pour le meilleur et pour le pire\n"
224
+ },
225
+ {
226
+ "start": 105.34,
227
+ "end": 107.35,
228
+ "text": "J'te retiendrais pas si tu veux partir un jour\n",
229
+ "text_tagged": "J'te retiendrais pas si tu veux partir un jour\n"
230
+ },
231
+ {
232
+ "start": 107.7,
233
+ "end": 109.43,
234
+ "text": "Un coup c'est la guerre, un coup c'est la fête\n",
235
+ "text_tagged": "Un coup c'est la guerre, un coup c'est la fête\n"
236
+ },
237
+ {
238
+ "start": 109.49,
239
+ "end": 110.9,
240
+ "text": "J'sais plus trop où donner d'la tête\n",
241
+ "text_tagged": "J'sais plus trop donner d'la tête\n"
242
+ },
243
+ {
244
+ "start": 111.21,
245
+ "end": 113.23,
246
+ "text": "J'en ai fait des bêtises, je sors sans prévenir\n",
247
+ "text_tagged": "J'en ai fait des bêtises, je sors sans prévenir\n"
248
+ },
249
+ {
250
+ "start": 113.23,
251
+ "end": 115.16,
252
+ "text": "Tu finis par être à bout (à bout)\n",
253
+ "text_tagged": "Tu finis par être à bout (à bout)\n"
254
+ },
255
+ {
256
+ "start": 115.03,
257
+ "end": 116.83,
258
+ "text": "Un coup c'est la guerre, un coup c'est la fête\n",
259
+ "text_tagged": "Un coup c'est la guerre, un coup c'est la fête\n"
260
+ },
261
+ {
262
+ "start": 116.91,
263
+ "end": 118.38,
264
+ "text": "J'sais plus trop où donner d'la tête\n\n",
265
+ "text_tagged": "J'sais plus trop où donner d'la tête\n\n"
266
+ },
267
+ {
268
+ "start": 118.89,
269
+ "end": 124.98,
270
+ "text": "Ih, eh, entre nous beaucoup trop d'questions (questions, questi')\n",
271
+ "text_tagged": "Ih, eh, entre nous beaucoup trop d'questions (questions, questi')\n"
272
+ },
273
+ {
274
+ "start": 123.97,
275
+ "end": 125.86,
276
+ "text": "(Entre nous beaucoup trop d'questi')\n",
277
+ "text_tagged": "(Entre nous beaucoup trop d'questi')\n"
278
+ },
279
+ {
280
+ "start": 125.69,
281
+ "end": 131.39,
282
+ "text": "Eh, eh, eh, j'te l'dirais jamais mais t'avais raison (jamais, jamais)\n",
283
+ "text_tagged": "Eh, eh, eh, j'te l'dirais jamais mais t'avais raison (jamais, jamais)\n"
284
+ },
285
+ {
286
+ "start": 131.14,
287
+ "end": 134.54,
288
+ "text": "(J'te l'dirais jamais mais t'avais raison)\n",
289
+ "text_tagged": "(J'te l'dirais jamais mais t'avais raison)\n"
290
+ },
291
+ {
292
+ "start": 134.6,
293
+ "end": 136.99,
294
+ "text": "(Jamais, jamais, jamais)\n",
295
+ "text_tagged": "(Jamais, jamais, jamais)\n"
296
+ }
297
+ ]
298
  }
alignment/Cortez_-_Feel__Stripped_.json CHANGED
@@ -1,214 +1,256 @@
1
  {
2
- "lines": [
3
- {
4
- "start": 19.68,
5
- "end": 23.56,
6
- "text": "Yeah, oh\n\n"
7
- },
8
- {
9
- "start": 25.7,
10
- "end": 28.88,
11
- "text": "Please don't stand over here\n"
12
- },
13
- {
14
- "start": 28.88,
15
- "end": 31.92,
16
- "text": "Act like you care, so self-aware\n"
17
- },
18
- {
19
- "start": 32.17,
20
- "end": 35.15,
21
- "text": "I know you were not scared\n"
22
- },
23
- {
24
- "start": 35.26,
25
- "end": 39.17,
26
- "text": "I could've died, but that isn't fair, huh?\n"
27
- },
28
- {
29
- "start": 39.88,
30
- "end": 42.31,
31
- "text": "But what am I supposed to think?\n"
32
- },
33
- {
34
- "start": 42.8,
35
- "end": 44.98,
36
- "text": "You weren't there for me\n"
37
- },
38
- {
39
- "start": 46.29,
40
- "end": 50.0,
41
- "text": "'Cause I'm not who I should be for you\n\n"
42
- },
43
- {
44
- "start": 50.74,
45
- "end": 53.89,
46
- "text": "You've got a record and a past\n"
47
- },
48
- {
49
- "start": 54.15,
50
- "end": 56.78,
51
- "text": "Guess that's what makes me the ass\n"
52
- },
53
- {
54
- "start": 57.22,
55
- "end": 60.19,
56
- "text": "I should've known, I should've cared\n"
57
- },
58
- {
59
- "start": 60.49,
60
- "end": 62.91,
61
- "text": "How could I have been so unprepared?\n"
62
- },
63
- {
64
- "start": 62.98,
65
- "end": 69.82,
66
- "text": "Now where does the good boy go to hide away, hide the pain?\n"
67
- },
68
- {
69
- "start": 70.26,
70
- "end": 74.76,
71
- "text": "'Cause you won't see me cry when I'm done\n\n"
72
- },
73
- {
74
- "start": 76.82,
75
- "end": 82.64,
76
- "text": "What is it that you want from me, want from me?\n"
77
- },
78
- {
79
- "start": 83.31,
80
- "end": 88.96,
81
- "text": "What is it that you want from me, want from me?\n"
82
- },
83
- {
84
- "start": 88.96,
85
- "end": 93.88,
86
- "text": "I want you to feel, I want you to feel\n"
87
- },
88
- {
89
- "start": 95.3,
90
- "end": 100.26,
91
- "text": "I want you to feel, I want you to feel\n\n"
92
- },
93
- {
94
- "start": 105.41,
95
- "end": 107.39,
96
- "text": "I'm a feather in the wind\n"
97
- },
98
- {
99
- "start": 108.79,
100
- "end": 112.05,
101
- "text": "I'm carried away by all that you say\n"
102
- },
103
- {
104
- "start": 112.05,
105
- "end": 115.76,
106
- "text": "Sitting on thin air\n"
107
- },
108
- {
109
- "start": 118.13,
110
- "end": 121.14,
111
- "text": "I'm a loss to my friends\n"
112
- },
113
- {
114
- "start": 121.69,
115
- "end": 124.76,
116
- "text": "Too unpersuaded by all they're saying\n"
117
- },
118
- {
119
- "start": 124.76,
120
- "end": 130.56,
121
- "text": "And you can't pretend to care, yeah\n\n"
122
- },
123
- {
124
- "start": 130.56,
125
- "end": 133.79,
126
- "text": "Yeah, I was reckless in the past\n"
127
- },
128
- {
129
- "start": 134.17,
130
- "end": 136.69,
131
- "text": "I was see-through just like glass\n"
132
- },
133
- {
134
- "start": 137.15,
135
- "end": 140.16,
136
- "text": "Did all I could to make this last\n"
137
- },
138
- {
139
- "start": 140.31,
140
- "end": 142.87,
141
- "text": "So how could you be such an ass?\n"
142
- },
143
- {
144
- "start": 143.05,
145
- "end": 149.52,
146
- "text": "I know where the good boys go to hide the pain, hide the pain\n"
147
- },
148
- {
149
- "start": 149.52,
150
- "end": 156.04,
151
- "text": "But that don't mean I die when you don't\n\n"
152
- },
153
- {
154
- "start": 156.93,
155
- "end": 162.68,
156
- "text": "What is it that you want from me, want from me?\n"
157
- },
158
- {
159
- "start": 163.28,
160
- "end": 168.7,
161
- "text": "What is it that you want from me, want from me?\n"
162
- },
163
- {
164
- "start": 169.07,
165
- "end": 173.84,
166
- "text": "I want you to feel, I want you to feel\n"
167
- },
168
- {
169
- "start": 175.24,
170
- "end": 180.4,
171
- "text": "I want you to feel, I want you to feel\n\n"
172
- },
173
- {
174
- "start": 182.54,
175
- "end": 188.25,
176
- "text": "What is it that you want from me, want from me?\n"
177
- },
178
- {
179
- "start": 188.82,
180
- "end": 194.48,
181
- "text": "What is it that you want from me, want from me?\n"
182
- },
183
- {
184
- "start": 194.48,
185
- "end": 199.9,
186
- "text": "I want you to feel, I want you to feel\n"
187
- },
188
- {
189
- "start": 200.88,
190
- "end": 207.4,
191
- "text": "I want you to feel, I want you to feel\n\n"
192
- },
193
- {
194
- "start": 208.23,
195
- "end": 213.56,
196
- "text": "Good boys go to hide the pain, hide the pain\n"
197
- },
198
- {
199
- "start": 213.56,
200
- "end": 218.21,
201
- "text": "'Cause you won't see me cry when I'm done\n"
202
- },
203
- {
204
- "start": 219.79,
205
- "end": 226.37,
206
- "text": "I know where the good boys go to hide the pain, hide the pain\n"
207
- },
208
- {
209
- "start": 226.37,
210
- "end": 231.48,
211
- "text": "But that don't mean I die when you don't\n"
212
- }
213
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
214
  }
 
1
  {
2
+ "lines": [
3
+ {
4
+ "start": 19.68,
5
+ "end": 23.56,
6
+ "text": "Yeah, oh\n\n",
7
+ "text_tagged": "<nl> Yeah, oh </nl>\n\n"
8
+ },
9
+ {
10
+ "start": 25.7,
11
+ "end": 28.88,
12
+ "text": "Please don't stand over here\n",
13
+ "text_tagged": "Please don't stand over here\n"
14
+ },
15
+ {
16
+ "start": 28.88,
17
+ "end": 31.92,
18
+ "text": "Act like you care, so self-aware\n",
19
+ "text_tagged": "Act like you care, so self-aware\n"
20
+ },
21
+ {
22
+ "start": 32.17,
23
+ "end": 35.15,
24
+ "text": "I know you were not scared\n",
25
+ "text_tagged": "I know you were not scared\n"
26
+ },
27
+ {
28
+ "start": 35.26,
29
+ "end": 39.17,
30
+ "text": "I could've died, but that isn't fair, huh?\n",
31
+ "text_tagged": "I could've died, but that isn't fair, huh?\n"
32
+ },
33
+ {
34
+ "start": 39.88,
35
+ "end": 42.31,
36
+ "text": "But what am I supposed to think?\n",
37
+ "text_tagged": "But what am I supposed to think?\n"
38
+ },
39
+ {
40
+ "start": 42.8,
41
+ "end": 44.98,
42
+ "text": "You weren't there for me\n",
43
+ "text_tagged": "You weren't there for me\n"
44
+ },
45
+ {
46
+ "start": 46.29,
47
+ "end": 50.0,
48
+ "text": "'Cause I'm not who I should be for you\n\n",
49
+ "text_tagged": "'Cause I'm not who I should be for you\n\n"
50
+ },
51
+ {
52
+ "start": 50.74,
53
+ "end": 53.89,
54
+ "text": "You've got a record and a past\n",
55
+ "text_tagged": "You've got a record and a past\n"
56
+ },
57
+ {
58
+ "start": 54.15,
59
+ "end": 56.78,
60
+ "text": "Guess that's what makes me the ass\n",
61
+ "text_tagged": "Guess that's what makes me the ass\n"
62
+ },
63
+ {
64
+ "start": 57.22,
65
+ "end": 60.19,
66
+ "text": "I should've known, I should've cared\n",
67
+ "text_tagged": "I should've known, I should've cared\n"
68
+ },
69
+ {
70
+ "start": 60.49,
71
+ "end": 62.91,
72
+ "text": "How could I have been so unprepared?\n",
73
+ "text_tagged": "How could I have been so unprepared?\n"
74
+ },
75
+ {
76
+ "start": 62.98,
77
+ "end": 69.82,
78
+ "text": "Now where does the good boy go to hide away, hide the pain?\n",
79
+ "text_tagged": "Now where does the good boy go to hide away, hide the pain?\n"
80
+ },
81
+ {
82
+ "start": 70.26,
83
+ "end": 74.76,
84
+ "text": "'Cause you won't see me cry when I'm done\n\n",
85
+ "text_tagged": "'Cause you won't see me cry when I'm done\n\n"
86
+ },
87
+ {
88
+ "start": 76.82,
89
+ "end": 82.64,
90
+ "text": "What is it that you want from me, want from me?\n",
91
+ "text_tagged": "What is it that you want from me, want from me?\n"
92
+ },
93
+ {
94
+ "start": 83.31,
95
+ "end": 88.96,
96
+ "text": "What is it that you want from me, want from me?\n",
97
+ "text_tagged": "What is it that you want from me, want from me?\n"
98
+ },
99
+ {
100
+ "start": 88.96,
101
+ "end": 93.88,
102
+ "text": "I want you to feel, I want you to feel\n",
103
+ "text_tagged": "I want you to feel, I want you to feel\n"
104
+ },
105
+ {
106
+ "start": 95.3,
107
+ "end": 100.26,
108
+ "text": "I want you to feel, I want you to feel\n\n",
109
+ "text_tagged": "I want you to feel, I want you to feel\n\n"
110
+ },
111
+ {
112
+ "start": 105.41,
113
+ "end": 107.39,
114
+ "text": "I'm a feather in the wind\n",
115
+ "text_tagged": "I'm a feather in the wind\n"
116
+ },
117
+ {
118
+ "start": 108.79,
119
+ "end": 112.05,
120
+ "text": "I'm carried away by all that you say\n",
121
+ "text_tagged": "I'm carried away by all that you say\n"
122
+ },
123
+ {
124
+ "start": 112.05,
125
+ "end": 115.76,
126
+ "text": "Sitting on thin air\n",
127
+ "text_tagged": "Sitting on thin air\n"
128
+ },
129
+ {
130
+ "start": 118.13,
131
+ "end": 121.14,
132
+ "text": "I'm a loss to my friends\n",
133
+ "text_tagged": "I'm a loss to my friends\n"
134
+ },
135
+ {
136
+ "start": 121.69,
137
+ "end": 124.76,
138
+ "text": "Too unpersuaded by all they're saying\n",
139
+ "text_tagged": "Too unpersuaded by all they're saying\n"
140
+ },
141
+ {
142
+ "start": 124.76,
143
+ "end": 130.56,
144
+ "text": "And you can't pretend to care, yeah\n\n",
145
+ "text_tagged": "And you can't pretend to care, yeah\n\n"
146
+ },
147
+ {
148
+ "start": 130.56,
149
+ "end": 133.79,
150
+ "text": "Yeah, I was reckless in the past\n",
151
+ "text_tagged": "Yeah, I was reckless in the past\n"
152
+ },
153
+ {
154
+ "start": 134.17,
155
+ "end": 136.69,
156
+ "text": "I was see-through just like glass\n",
157
+ "text_tagged": "I was see-through just like glass\n"
158
+ },
159
+ {
160
+ "start": 137.15,
161
+ "end": 140.16,
162
+ "text": "Did all I could to make this last\n",
163
+ "text_tagged": "Did all I could to make this last\n"
164
+ },
165
+ {
166
+ "start": 140.31,
167
+ "end": 142.87,
168
+ "text": "So how could you be such an ass?\n",
169
+ "text_tagged": "So how could you be such an ass?\n"
170
+ },
171
+ {
172
+ "start": 143.05,
173
+ "end": 149.52,
174
+ "text": "I know where the good boys go to hide the pain, hide the pain\n",
175
+ "text_tagged": "I know where the good boys go to hide the pain, hide the pain\n"
176
+ },
177
+ {
178
+ "start": 149.52,
179
+ "end": 156.04,
180
+ "text": "But that don't mean I die when you don't\n\n",
181
+ "text_tagged": "But that don't mean I die when you don't\n\n"
182
+ },
183
+ {
184
+ "start": 156.93,
185
+ "end": 162.68,
186
+ "text": "What is it that you want from me, want from me?\n",
187
+ "text_tagged": "What is it that you want from me, want from me?\n"
188
+ },
189
+ {
190
+ "start": 163.28,
191
+ "end": 168.7,
192
+ "text": "What is it that you want from me, want from me?\n",
193
+ "text_tagged": "What is it that you want from me, want from me?\n"
194
+ },
195
+ {
196
+ "start": 169.07,
197
+ "end": 173.84,
198
+ "text": "I want you to feel, I want you to feel\n",
199
+ "text_tagged": "I want you to feel, I want you to feel\n"
200
+ },
201
+ {
202
+ "start": 175.24,
203
+ "end": 180.4,
204
+ "text": "I want you to feel, I want you to feel\n\n",
205
+ "text_tagged": "I want you to feel, I want you to feel\n\n"
206
+ },
207
+ {
208
+ "start": 182.54,
209
+ "end": 188.25,
210
+ "text": "What is it that you want from me, want from me?\n",
211
+ "text_tagged": "What is it that you want from me, want from me?\n"
212
+ },
213
+ {
214
+ "start": 188.82,
215
+ "end": 194.48,
216
+ "text": "What is it that you want from me, want from me?\n",
217
+ "text_tagged": "What is it that you want from me, want from me?\n"
218
+ },
219
+ {
220
+ "start": 194.48,
221
+ "end": 199.9,
222
+ "text": "I want you to feel, I want you to feel\n",
223
+ "text_tagged": "I want you to feel, I want you to feel\n"
224
+ },
225
+ {
226
+ "start": 200.88,
227
+ "end": 207.4,
228
+ "text": "I want you to feel, I want you to feel\n\n",
229
+ "text_tagged": "I want you to feel, I want you to feel\n\n"
230
+ },
231
+ {
232
+ "start": 208.23,
233
+ "end": 213.56,
234
+ "text": "Good boys go to hide the pain, hide the pain\n",
235
+ "text_tagged": "Good boys go to hide the pain, hide the pain\n"
236
+ },
237
+ {
238
+ "start": 213.56,
239
+ "end": 218.21,
240
+ "text": "'Cause you won't see me cry when I'm done\n",
241
+ "text_tagged": "'Cause you won't see me cry when I'm done\n"
242
+ },
243
+ {
244
+ "start": 219.79,
245
+ "end": 226.37,
246
+ "text": "I know where the good boys go to hide the pain, hide the pain\n",
247
+ "text_tagged": "I know where the good boys go to hide the pain, hide the pain\n"
248
+ },
249
+ {
250
+ "start": 226.37,
251
+ "end": 231.48,
252
+ "text": "But that don't mean I die when you don't\n",
253
+ "text_tagged": "But that don't mean I die when you don't\n"
254
+ }
255
+ ]
256
  }
alignment/Culture_&_Co._-_cool.cavemen.json CHANGED
@@ -1,139 +1,166 @@
1
  {
2
- "lines": [
3
- {
4
- "start": 0.01,
5
- "end": 1.54,
6
- "text": "Um, dois, três, quatro\n\n"
7
- },
8
- {
9
- "start": 67.42,
10
- "end": 70.62,
11
- "text": "Imagine-toi qu'un beau jour\n"
12
- },
13
- {
14
- "start": 70.77,
15
- "end": 73.89,
16
- "text": "Tu devras payer pour respirer\n"
17
- },
18
- {
19
- "start": 74.26,
20
- "end": 77.47,
21
- "text": "Cours vite pour te faire assurer\n"
22
- },
23
- {
24
- "start": 77.6,
25
- "end": 80.7,
26
- "text": "Si tu veux pas trop en baver\n"
27
- },
28
- {
29
- "start": 81.13,
30
- "end": 84.37,
31
- "text": "En plus de te faire marcher dessus\n"
32
- },
33
- {
34
- "start": 84.47,
35
- "end": 87.34,
36
- "text": "Le but est de te taxer\n\n"
37
- },
38
- {
39
- "start": 88.02,
40
- "end": 91.11,
41
- "text": "Si tu veux jouer un rôle\n"
42
- },
43
- {
44
- "start": 91.41,
45
- "end": 94.58,
46
- "text": "Attends encore, oh\n"
47
- },
48
- {
49
- "start": 94.89,
50
- "end": 97.89,
51
- "text": "Culture and Co. dans ton bol\n"
52
- },
53
- {
54
- "start": 98.31,
55
- "end": 101.51,
56
- "text": "Pas de remords, oh\n\n"
57
- },
58
- {
59
- "start": 108.44,
60
- "end": 111.74,
61
- "text": "Bientôt toute l'inspiration\n"
62
- },
63
- {
64
- "start": 111.9,
65
- "end": 115.2,
66
- "text": "Se fera devant la télévision\n"
67
- },
68
- {
69
- "start": 115.39,
70
- "end": 118.74,
71
- "text": "Où seront les bonnes émissions\n"
72
- },
73
- {
74
- "start": 118.84,
75
- "end": 121.95,
76
- "text": "Comme un suppo à t'foutre dans le fion\n"
77
- },
78
- {
79
- "start": 122.22,
80
- "end": 125.45,
81
- "text": "En plus de te faire marcher dessus\n"
82
- },
83
- {
84
- "start": 125.63,
85
- "end": 128.63,
86
- "text": "Le but est de te saigner\n\n"
87
- },
88
- {
89
- "start": 129.12,
90
- "end": 132.35,
91
- "text": "Si tu veux jouer un rôle\n"
92
- },
93
- {
94
- "start": 132.58,
95
- "end": 135.66,
96
- "text": "Attends encore, oh\n"
97
- },
98
- {
99
- "start": 136.03,
100
- "end": 139.19,
101
- "text": "Culture and Co. dans ton bol\n"
102
- },
103
- {
104
- "start": 139.41,
105
- "end": 142.73,
106
- "text": "Pas de remords, oh\n\n"
107
- },
108
- {
109
- "start": 143.03,
110
- "end": 153.37,
111
- "text": "(Eh-eh-eh, eh-eh-eh-eh, eh-eh-eh)\n"
112
- },
113
- {
114
- "start": 155.9,
115
- "end": 165.94,
116
- "text": "(Eh-eh-eh, eh-eh-eh-eh, eh-eh-eh)\n\n"
117
- },
118
- {
119
- "start": 177.12,
120
- "end": 180.33,
121
- "text": "Si tu veux jouer un rôle\n"
122
- },
123
- {
124
- "start": 180.56,
125
- "end": 183.67,
126
- "text": "Attends encore, oh\n"
127
- },
128
- {
129
- "start": 183.97,
130
- "end": 187.05,
131
- "text": "Culture and Co. dans ton bol\n"
132
- },
133
- {
134
- "start": 187.43,
135
- "end": 190.62,
136
- "text": "Pas de remords, oh\n"
137
- }
138
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
139
  }
 
1
  {
2
+ "lines": [
3
+ {
4
+ "start": 0.01,
5
+ "end": 1.54,
6
+ "text": "Um, dois, três, quatro\n\n",
7
+ "text_tagged": "Um, dois, três, quatro\n\n"
8
+ },
9
+ {
10
+ "start": 67.42,
11
+ "end": 70.62,
12
+ "text": "Imagine-toi qu'un beau jour\n",
13
+ "text_tagged": "Imagine-toi qu'un beau jour\n"
14
+ },
15
+ {
16
+ "start": 70.77,
17
+ "end": 73.89,
18
+ "text": "Tu devras payer pour respirer\n",
19
+ "text_tagged": "Tu devras payer pour respirer\n"
20
+ },
21
+ {
22
+ "start": 74.26,
23
+ "end": 77.47,
24
+ "text": "Cours vite pour te faire assurer\n",
25
+ "text_tagged": "Cours vite pour te faire assurer\n"
26
+ },
27
+ {
28
+ "start": 77.6,
29
+ "end": 80.7,
30
+ "text": "Si tu veux pas trop en baver\n",
31
+ "text_tagged": "Si tu veux pas trop en baver\n"
32
+ },
33
+ {
34
+ "start": 81.13,
35
+ "end": 84.37,
36
+ "text": "En plus de te faire marcher dessus\n",
37
+ "text_tagged": "En plus de te faire marcher dessus\n"
38
+ },
39
+ {
40
+ "start": 84.47,
41
+ "end": 87.34,
42
+ "text": "Le but est de te taxer\n\n",
43
+ "text_tagged": "Le but est de te taxer\n\n"
44
+ },
45
+ {
46
+ "start": 88.02,
47
+ "end": 91.11,
48
+ "text": "Si tu veux jouer un rôle\n",
49
+ "text_tagged": "Si tu veux jouer un rôle\n"
50
+ },
51
+ {
52
+ "start": 91.41,
53
+ "end": 94.58,
54
+ "text": "Attends encore, oh\n",
55
+ "text_tagged": "Attends encore, oh\n"
56
+ },
57
+ {
58
+ "start": 94.89,
59
+ "end": 97.89,
60
+ "text": "Culture and Co. dans ton bol\n",
61
+ "text_tagged": "Culture and Co. dans ton bol\n"
62
+ },
63
+ {
64
+ "start": 98.31,
65
+ "end": 101.51,
66
+ "text": "Pas de remords, oh\n\n",
67
+ "text_tagged": "Pas de remords, oh\n\n"
68
+ },
69
+ {
70
+ "start": 108.44,
71
+ "end": 111.74,
72
+ "text": "Bientôt toute l'inspiration\n",
73
+ "text_tagged": "Bientôt toute l'inspiration\n"
74
+ },
75
+ {
76
+ "start": 111.9,
77
+ "end": 115.2,
78
+ "text": "Se fera devant la télévision\n",
79
+ "text_tagged": "Se fera devant la télévision\n"
80
+ },
81
+ {
82
+ "start": 115.39,
83
+ "end": 118.74,
84
+ "text": "Où seront les bonnes émissions\n",
85
+ "text_tagged": "Où seront les bonnes émissions\n"
86
+ },
87
+ {
88
+ "start": 118.84,
89
+ "end": 121.95,
90
+ "text": "Comme un suppo à t'foutre dans le fion\n",
91
+ "text_tagged": "Comme un suppo à t'foutre dans le fion\n"
92
+ },
93
+ {
94
+ "start": 122.22,
95
+ "end": 125.45,
96
+ "text": "En plus de te faire marcher dessus\n",
97
+ "text_tagged": "En plus de te faire marcher dessus\n"
98
+ },
99
+ {
100
+ "start": 125.63,
101
+ "end": 128.63,
102
+ "text": "Le but est de te saigner\n\n",
103
+ "text_tagged": "Le but est de te saigner\n\n"
104
+ },
105
+ {
106
+ "start": 129.12,
107
+ "end": 132.35,
108
+ "text": "Si tu veux jouer un rôle\n",
109
+ "text_tagged": "Si tu veux jouer un rôle\n"
110
+ },
111
+ {
112
+ "start": 132.58,
113
+ "end": 135.66,
114
+ "text": "Attends encore, oh\n",
115
+ "text_tagged": "Attends encore, oh\n"
116
+ },
117
+ {
118
+ "start": 136.03,
119
+ "end": 139.19,
120
+ "text": "Culture and Co. dans ton bol\n",
121
+ "text_tagged": "Culture and Co. dans ton bol\n"
122
+ },
123
+ {
124
+ "start": 139.41,
125
+ "end": 142.73,
126
+ "text": "Pas de remords, oh\n\n",
127
+ "text_tagged": "Pas de remords, oh\n\n"
128
+ },
129
+ {
130
+ "start": 143.03,
131
+ "end": 153.37,
132
+ "text": "(Eh-eh-eh, eh-eh-eh-eh, eh-eh-eh)\n",
133
+ "text_tagged": "<nl> (Eh-eh-eh, eh-eh-eh-eh, eh-eh-eh) </nl>\n"
134
+ },
135
+ {
136
+ "start": 155.9,
137
+ "end": 165.94,
138
+ "text": "(Eh-eh-eh, eh-eh-eh-eh, eh-eh-eh)\n\n",
139
+ "text_tagged": "<nl> (Eh-eh-eh, eh-eh-eh-eh, eh-eh-eh) </nl>\n\n"
140
+ },
141
+ {
142
+ "start": 177.12,
143
+ "end": 180.33,
144
+ "text": "Si tu veux jouer un rôle\n",
145
+ "text_tagged": "Si tu veux jouer un rôle\n"
146
+ },
147
+ {
148
+ "start": 180.56,
149
+ "end": 183.67,
150
+ "text": "Attends encore, oh\n",
151
+ "text_tagged": "Attends encore, oh\n"
152
+ },
153
+ {
154
+ "start": 183.97,
155
+ "end": 187.05,
156
+ "text": "Culture and Co. dans ton bol\n",
157
+ "text_tagged": "Culture and Co. dans ton bol\n"
158
+ },
159
+ {
160
+ "start": 187.43,
161
+ "end": 190.62,
162
+ "text": "Pas de remords, oh\n",
163
+ "text_tagged": "Pas de remords, oh\n"
164
+ }
165
+ ]
166
  }
alignment/DON_VALDES_-_Tu_sais_Man.json CHANGED
@@ -1,304 +1,364 @@
1
  {
2
- "lines": [
3
- {
4
- "start": 2.44,
5
- "end": 5.36,
6
- "text": "Plus de love\n"
7
- },
8
- {
9
- "start": 5.54,
10
- "end": 8.09,
11
- "text": "Plus de love\n"
12
- },
13
- {
14
- "start": 8.73,
15
- "end": 12.39,
16
- "text": "Plus de love, hey\n\n"
17
- },
18
- {
19
- "start": 12.45,
20
- "end": 16.22,
21
- "text": "Je rêve qu'un jour chacun soit maître de son destin (I have a dream)\n"
22
- },
23
- {
24
- "start": 15.72,
25
- "end": 18.94,
26
- "text": "Que chaque personne puisse un jour se prendre en main (yeah)\n"
27
- },
28
- {
29
- "start": 18.86,
30
- "end": 21.98,
31
- "text": "Sans avoir à douter de prendre le mauvais chemin (ouh)\n"
32
- },
33
- {
34
- "start": 22.05,
35
- "end": 24.87,
36
- "text": " chaque obstacle ne serait surmonté en vain\n"
37
- },
38
- {
39
- "start": 25.22,
40
- "end": 28.96,
41
- "text": "Que les parents pardonnent leurs enfants de n'plus croire en rien (yute, man)\n"
42
- },
43
- {
44
- "start": 28.41,
45
- "end": 31.58,
46
- "text": "Que les enfants suivent cette mélodie qui vient de loin (ouh)\n"
47
- },
48
- {
49
- "start": 31.62,
50
- "end": 34.79,
51
- "text": "Au lieu d'écouter des chimères qui ne valent rien (ouais)\n"
52
- },
53
- {
54
- "start": 34.74,
55
- "end": 37.46,
56
- "text": "« Tu es mon adversaire », me diront certains\n\n"
57
- },
58
- {
59
- "start": 37.57,
60
- "end": 40.95,
61
- "text": "Oh oui, tu sais, man (tu sais, man)\n"
62
- },
63
- {
64
- "start": 39.59,
65
- "end": 43.75,
66
- "text": "La joie quand on prend conscience d'exister (oh yeah)\n"
67
- },
68
- {
69
- "start": 43.97,
70
- "end": 45.7,
71
- "text": "Oh oui, tu sais, man\n"
72
- },
73
- {
74
- "start": 45.92,
75
- "end": 51.63,
76
- "text": "Les regrets sont si durs à oublier (oh, no, no, no, no, no)\n"
77
- },
78
- {
79
- "start": 50.3,
80
- "end": 52.82,
81
- "text": "Oh oui, tu sais, man (hey)\n"
82
- },
83
- {
84
- "start": 52.29,
85
- "end": 57.22,
86
- "text": "Que les enfants veulent grandir et te ressembler (ouh, tous les yutes, eh)\n"
87
- },
88
- {
89
- "start": 56.67,
90
- "end": 59.54,
91
- "text": "Oh oui, tu sais, man (oh yeah)\n"
92
- },
93
- {
94
- "start": 58.63,
95
- "end": 62.79,
96
- "text": "Un jour ou l'autre, l'amour va triompher (love, love, love now)\n\n"
97
- },
98
- {
99
- "start": 63.17,
100
- "end": 66.01,
101
- "text": "(Jah!) J'en vois beaucoup qui rigolent quand je clame ton nom\n"
102
- },
103
- {
104
- "start": 66.53,
105
- "end": 69.47,
106
- "text": "Ils te prennent pour une marque, une herbe, une religion\n"
107
- },
108
- {
109
- "start": 69.77,
110
- "end": 73.1,
111
- "text": "Beaucoup parlent sur toi sans même faire attention (beaucoup)\n"
112
- },
113
- {
114
- "start": 72.9,
115
- "end": 76.42,
116
- "text": "Les signes, ils préfèrent les voir à la télévision (yeah)\n"
117
- },
118
- {
119
- "start": 76.14,
120
- "end": 79.8,
121
- "text": "Beaucoup pensent parler avec esprit, mais leur cœur est fermé (parce que)\n"
122
- },
123
- {
124
- "start": 79.26,
125
- "end": 82.18,
126
- "text": "Jamais ils n'osent se taire pour mieux écouter\n"
127
- },
128
- {
129
- "start": 82.45,
130
- "end": 85.75,
131
- "text": "Ils osent narguer l'enfer en bravant tous les dangers (hey)\n"
132
- },
133
- {
134
- "start": 85.67,
135
- "end": 88.66,
136
- "text": "Dure sera la chute quand il faudra s'réveiller\n\n"
137
- },
138
- {
139
- "start": 88.44,
140
- "end": 91.74,
141
- "text": "Oh oui, tu sais, man (tu sais, man)\n"
142
- },
143
- {
144
- "start": 90.43,
145
- "end": 94.63,
146
- "text": "La joie quand on prend conscience d'exister (oh yeah)\n"
147
- },
148
- {
149
- "start": 94.82,
150
- "end": 96.62,
151
- "text": "Oh oui, tu sais, man\n"
152
- },
153
- {
154
- "start": 96.79,
155
- "end": 102.14,
156
- "text": "Les regrets sont si durs à oublier (oh, no, no, no, no, no)\n"
157
- },
158
- {
159
- "start": 101.16,
160
- "end": 103.68,
161
- "text": "Oh oui, tu sais, man (hey)\n"
162
- },
163
- {
164
- "start": 103.15,
165
- "end": 108.16,
166
- "text": "Que les enfants veulent grandir et te ressembler (ouh, tous les yutes, eh)\n"
167
- },
168
- {
169
- "start": 107.58,
170
- "end": 110.42,
171
- "text": "Oh oui, tu sais, man (oh yeah)\n"
172
- },
173
- {
174
- "start": 109.49,
175
- "end": 114.38,
176
- "text": "Un jour ou l'autre, l'amour va triompher (hey, l'amour pour tous les frères et sœurs)\n\n"
177
- },
178
- {
179
- "start": 114.38,
180
- "end": 117.53,
181
- "text": "Je rêve qu'un jour chacun soit maître de son destin (ouh)\n"
182
- },
183
- {
184
- "start": 117.46,
185
- "end": 120.76,
186
- "text": "Que chaque personne puisse un jour se prendre en main (tout le monde)\n"
187
- },
188
- {
189
- "start": 120.61,
190
- "end": 123.82,
191
- "text": "Sans avoir à douter de prendre le mauvais chemin (hey)\n"
192
- },
193
- {
194
- "start": 123.82,
195
- "end": 127.02,
196
- "text": "Que chaque obstacle ne serait surmonté en vain (ah, music !)\n\n"
197
- },
198
- {
199
- "start": 127.02,
200
- "end": 130.07,
201
- "text": "Wo-yo (pour tous les frères et sœurs motivés)\n"
202
- },
203
- {
204
- "start": 130.12,
205
- "end": 133.34,
206
- "text": "Wo-yo-yo-yo-yo (oh, viens, bouge à la musique reggae)\n"
207
- },
208
- {
209
- "start": 133.34,
210
- "end": 137.0,
211
- "text": "Wo-yo (oh oui, man, si t'es motivé, motivé)\n"
212
- },
213
- {
214
- "start": 136.51,
215
- "end": 139.68,
216
- "text": "Wo-yo-yo-yo-yo (oh, viens, parle ici d'unité)\n"
217
- },
218
- {
219
- "start": 139.68,
220
- "end": 143.47,
221
- "text": "Wo-yo-yo (pour tous les sœurs et frères de tous les quartiers)\n"
222
- },
223
- {
224
- "start": 142.89,
225
- "end": 146.08,
226
- "text": "Wo-yo-yo-yo-yo (ouah, viens ici dans l'ambiance policière)\n"
227
- },
228
- {
229
- "start": 146.08,
230
- "end": 149.03,
231
- "text": "Wo-yo-yo (danse sur la musique reggae)\n"
232
- },
233
- {
234
- "start": 149.22,
235
- "end": 151.43,
236
- "text": "Wo-yo-yo-yo-yo (yo, big up !)\n\n"
237
- },
238
- {
239
- "start": 152.01,
240
- "end": 155.4,
241
- "text": "Oh oui, tu sais, man (tu sais, man)\n"
242
- },
243
- {
244
- "start": 154.02,
245
- "end": 158.08,
246
- "text": "La joie quand on prend conscience d'exister (oh yeah)\n"
247
- },
248
- {
249
- "start": 158.38,
250
- "end": 160.2,
251
- "text": "Oh oui, tu sais, man\n"
252
- },
253
- {
254
- "start": 160.34,
255
- "end": 165.78,
256
- "text": "Les regrets sont si durs à oublier (oh, no, no, no, no, no)\n"
257
- },
258
- {
259
- "start": 164.75,
260
- "end": 167.23,
261
- "text": "Oh oui, tu sais, man (hey)\n"
262
- },
263
- {
264
- "start": 166.71,
265
- "end": 171.65,
266
- "text": "Que les enfants veulent grandir et te ressembler (ouh, tous les yutes, eh)\n"
267
- },
268
- {
269
- "start": 171.13,
270
- "end": 173.95,
271
- "text": "Oh oui, tu sais, man (oh yeah)\n"
272
- },
273
- {
274
- "start": 173.05,
275
- "end": 177.26,
276
- "text": "Un jour ou l'autre, l'amour va triompher (love, love, love now)\n\n"
277
- },
278
- {
279
- "start": 179.62,
280
- "end": 184.73,
281
- "text": "On revient chanter pour Jah\n"
282
- },
283
- {
284
- "start": 185.76,
285
- "end": 190.8,
286
- "text": "Pour tous ceux qui gardent la foi\n"
287
- },
288
- {
289
- "start": 192.14,
290
- "end": 197.37,
291
- "text": "Pour tous ceux qui restent au combat, yeah\n"
292
- },
293
- {
294
- "start": 198.5,
295
- "end": 202.69,
296
- "text": "Pour tous ceux qui chantent pour la joie\n"
297
- },
298
- {
299
- "start": 202.86,
300
- "end": 204.61,
301
- "text": "(Jah ! Boh !) Conscious !\n"
302
- }
303
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
304
  }
 
1
  {
2
+ "lines": [
3
+ {
4
+ "start": 2.44,
5
+ "end": 5.36,
6
+ "text": "Plus de love\n",
7
+ "text_tagged": "Plus de love\n"
8
+ },
9
+ {
10
+ "start": 5.54,
11
+ "end": 8.09,
12
+ "text": "Plus de love\n",
13
+ "text_tagged": "Plus de love\n"
14
+ },
15
+ {
16
+ "start": 8.73,
17
+ "end": 12.39,
18
+ "text": "Plus de love, hey\n\n",
19
+ "text_tagged": "Plus de love, hey\n\n"
20
+ },
21
+ {
22
+ "start": 12.45,
23
+ "end": 16.22,
24
+ "text": "Je rêve qu'un jour chacun soit maître de son destin (I have a dream)\n",
25
+ "text_tagged": "Je rêve qu'un jour chacun soit maître de son destin (I have a dream)\n"
26
+ },
27
+ {
28
+ "start": 15.72,
29
+ "end": 18.94,
30
+ "text": "Que chaque personne puisse un jour se prendre en main (yeah)\n",
31
+ "text_tagged": "Que chaque personne puisse un jour se prendre en main (yeah)\n"
32
+ },
33
+ {
34
+ "start": 18.86,
35
+ "end": 21.98,
36
+ "text": "Sans avoir à douter de prendre le mauvais chemin (ouh)\n",
37
+ "text_tagged": "Sans avoir à douter de prendre le mauvais chemin ( <nl> ouh </nl> )\n"
38
+ },
39
+ {
40
+ "start": 22.05,
41
+ "end": 24.87,
42
+ "text": "Où chaque obstacle ne serait surmonté en vain\n",
43
+ "text_tagged": "Où chaque obstacle ne serait surmonté en vain\n"
44
+ },
45
+ {
46
+ "start": 25.22,
47
+ "end": 28.96,
48
+ "text": "Que les parents pardonnent leurs enfants de n'plus croire en rien (yute, man)\n",
49
+ "text_tagged": "Que les parents pardonnent leurs enfants de n'plus croire en rien (yute, man)\n"
50
+ },
51
+ {
52
+ "start": 28.41,
53
+ "end": 31.58,
54
+ "text": "Que les enfants suivent cette mélodie qui vient de loin (ouh)\n",
55
+ "text_tagged": "Que les enfants suivent cette mélodie qui vient de loin ( <nl> ouh </nl> )\n"
56
+ },
57
+ {
58
+ "start": 31.62,
59
+ "end": 34.79,
60
+ "text": "Au lieu d'écouter des chimères qui ne valent rien (ouais)\n",
61
+ "text_tagged": "Au lieu d'écouter des chimères qui ne valent rien (ouais)\n"
62
+ },
63
+ {
64
+ "start": 34.74,
65
+ "end": 37.46,
66
+ "text": "« Tu es mon adversaire », me diront certains\n\n",
67
+ "text_tagged": "« Tu es mon adversaire », me diront certains\n\n"
68
+ },
69
+ {
70
+ "start": 37.57,
71
+ "end": 40.95,
72
+ "text": "Oh oui, tu sais, man (tu sais, man)\n",
73
+ "text_tagged": "Oh oui, tu sais, man (tu sais, man)\n"
74
+ },
75
+ {
76
+ "start": 39.59,
77
+ "end": 43.75,
78
+ "text": "La joie quand on prend conscience d'exister (oh yeah)\n",
79
+ "text_tagged": "La joie quand on prend conscience d'exister (oh yeah)\n"
80
+ },
81
+ {
82
+ "start": 43.97,
83
+ "end": 45.7,
84
+ "text": "Oh oui, tu sais, man\n",
85
+ "text_tagged": "Oh oui, tu sais, man\n"
86
+ },
87
+ {
88
+ "start": 45.92,
89
+ "end": 51.63,
90
+ "text": "Les regrets sont si durs à oublier (oh, no, no, no, no, no)\n",
91
+ "text_tagged": "Les regrets sont si durs à oublier (oh, no, no, no, no, no)\n"
92
+ },
93
+ {
94
+ "start": 50.3,
95
+ "end": 52.82,
96
+ "text": "Oh oui, tu sais, man (hey)\n",
97
+ "text_tagged": "Oh oui, tu sais, man (hey)\n"
98
+ },
99
+ {
100
+ "start": 52.29,
101
+ "end": 57.22,
102
+ "text": "Que les enfants veulent grandir et te ressembler (ouh, tous les yutes, eh)\n",
103
+ "text_tagged": "Que les enfants veulent grandir et te ressembler ( <nl> ouh, </nl> tous les yutes, <nl> eh </nl> )\n"
104
+ },
105
+ {
106
+ "start": 56.67,
107
+ "end": 59.54,
108
+ "text": "Oh oui, tu sais, man (oh yeah)\n",
109
+ "text_tagged": "Oh oui, tu sais, man (oh yeah)\n"
110
+ },
111
+ {
112
+ "start": 58.63,
113
+ "end": 62.79,
114
+ "text": "Un jour ou l'autre, l'amour va triompher (love, love, love now)\n\n",
115
+ "text_tagged": "Un jour ou l'autre, l'amour va triompher (love, love, love now)\n\n"
116
+ },
117
+ {
118
+ "start": 63.17,
119
+ "end": 66.01,
120
+ "text": "(Jah!) J'en vois beaucoup qui rigolent quand je clame ton nom\n",
121
+ "text_tagged": "(Jah!) J'en vois beaucoup qui rigolent quand je clame ton nom\n"
122
+ },
123
+ {
124
+ "start": 66.53,
125
+ "end": 69.47,
126
+ "text": "Ils te prennent pour une marque, une herbe, une religion\n",
127
+ "text_tagged": "Ils te prennent pour une marque, une herbe, une religion\n"
128
+ },
129
+ {
130
+ "start": 69.77,
131
+ "end": 73.1,
132
+ "text": "Beaucoup parlent sur toi sans même faire attention (beaucoup)\n",
133
+ "text_tagged": "Beaucoup parlent sur toi sans même faire attention (beaucoup)\n"
134
+ },
135
+ {
136
+ "start": 72.9,
137
+ "end": 76.42,
138
+ "text": "Les signes, ils préfèrent les voir à la télévision (yeah)\n",
139
+ "text_tagged": "Les signes, ils préfèrent les voir à la télévision (yeah)\n"
140
+ },
141
+ {
142
+ "start": 76.14,
143
+ "end": 79.8,
144
+ "text": "Beaucoup pensent parler avec esprit, mais leur cœur est fermé (parce que)\n",
145
+ "text_tagged": "Beaucoup pensent parler avec esprit, mais leur cœur est fermé (parce que)\n"
146
+ },
147
+ {
148
+ "start": 79.26,
149
+ "end": 82.18,
150
+ "text": "Jamais ils n'osent se taire pour mieux écouter\n",
151
+ "text_tagged": "Jamais ils n'osent se taire pour mieux écouter\n"
152
+ },
153
+ {
154
+ "start": 82.45,
155
+ "end": 85.75,
156
+ "text": "Ils osent narguer l'enfer en bravant tous les dangers (hey)\n",
157
+ "text_tagged": "Ils osent narguer l'enfer en bravant tous les dangers (hey)\n"
158
+ },
159
+ {
160
+ "start": 85.67,
161
+ "end": 88.66,
162
+ "text": "Dure sera la chute quand il faudra s'réveiller\n\n",
163
+ "text_tagged": "Dure sera la chute quand il faudra s'réveiller\n\n"
164
+ },
165
+ {
166
+ "start": 88.44,
167
+ "end": 91.74,
168
+ "text": "Oh oui, tu sais, man (tu sais, man)\n",
169
+ "text_tagged": "Oh oui, tu sais, man (tu sais, man)\n"
170
+ },
171
+ {
172
+ "start": 90.43,
173
+ "end": 94.63,
174
+ "text": "La joie quand on prend conscience d'exister (oh yeah)\n",
175
+ "text_tagged": "La joie quand on prend conscience d'exister (oh yeah)\n"
176
+ },
177
+ {
178
+ "start": 94.82,
179
+ "end": 96.62,
180
+ "text": "Oh oui, tu sais, man\n",
181
+ "text_tagged": "Oh oui, tu sais, man\n"
182
+ },
183
+ {
184
+ "start": 96.79,
185
+ "end": 102.14,
186
+ "text": "Les regrets sont si durs à oublier (oh, no, no, no, no, no)\n",
187
+ "text_tagged": "Les regrets sont si durs à oublier (oh, no, no, no, no, no)\n"
188
+ },
189
+ {
190
+ "start": 101.16,
191
+ "end": 103.68,
192
+ "text": "Oh oui, tu sais, man (hey)\n",
193
+ "text_tagged": "Oh oui, tu sais, man (hey)\n"
194
+ },
195
+ {
196
+ "start": 103.15,
197
+ "end": 108.16,
198
+ "text": "Que les enfants veulent grandir et te ressembler (ouh, tous les yutes, eh)\n",
199
+ "text_tagged": "Que les enfants veulent grandir et te ressembler ( <nl> ouh, </nl> tous les yutes, <nl> eh </nl> )\n"
200
+ },
201
+ {
202
+ "start": 107.58,
203
+ "end": 110.42,
204
+ "text": "Oh oui, tu sais, man (oh yeah)\n",
205
+ "text_tagged": "Oh oui, tu sais, man (oh yeah)\n"
206
+ },
207
+ {
208
+ "start": 109.49,
209
+ "end": 114.38,
210
+ "text": "Un jour ou l'autre, l'amour va triompher (hey, l'amour pour tous les frères et sœurs)\n\n",
211
+ "text_tagged": "Un jour ou l'autre, l'amour va triompher (hey, l'amour pour tous les frères et sœurs)\n\n"
212
+ },
213
+ {
214
+ "start": 114.38,
215
+ "end": 117.53,
216
+ "text": "Je rêve qu'un jour chacun soit maître de son destin (ouh)\n",
217
+ "text_tagged": "Je rêve qu'un jour chacun soit maître de son destin <nl> (ouh) </nl>\n"
218
+ },
219
+ {
220
+ "start": 117.46,
221
+ "end": 120.76,
222
+ "text": "Que chaque personne puisse un jour se prendre en main (tout le monde)\n",
223
+ "text_tagged": "Que chaque personne puisse un jour se prendre en main (tout le monde)\n"
224
+ },
225
+ {
226
+ "start": 120.61,
227
+ "end": 123.82,
228
+ "text": "Sans avoir à douter de prendre le mauvais chemin (hey)\n",
229
+ "text_tagged": "Sans avoir à douter de prendre le mauvais chemin (hey)\n"
230
+ },
231
+ {
232
+ "start": 123.82,
233
+ "end": 127.02,
234
+ "text": "Que chaque obstacle ne serait surmonté en vain (ah, music !)\n\n",
235
+ "text_tagged": "Que chaque obstacle ne serait surmonté en vain (ah, music !)\n\n"
236
+ },
237
+ {
238
+ "start": 127.02,
239
+ "end": 130.07,
240
+ "text": "Wo-yo (pour tous les frères et sœurs motivés)\n",
241
+ "text_tagged": "<nl> Wo-yo </nl> (pour tous les frères et sœurs motivés)\n"
242
+ },
243
+ {
244
+ "start": 130.12,
245
+ "end": 133.34,
246
+ "text": "Wo-yo-yo-yo-yo (oh, viens, bouge à la musique reggae)\n",
247
+ "text_tagged": "<nl> Wo-yo-yo-yo-yo </nl> (oh, viens, bouge à la musique reggae)\n"
248
+ },
249
+ {
250
+ "start": 133.34,
251
+ "end": 137.0,
252
+ "text": "Wo-yo (oh oui, man, si t'es motivé, motivé)\n",
253
+ "text_tagged": "<nl> Wo-yo </nl> (oh oui, man, si t'es motivé, motivé)\n"
254
+ },
255
+ {
256
+ "start": 136.51,
257
+ "end": 139.68,
258
+ "text": "Wo-yo-yo-yo-yo (oh, viens, parle ici d'unité)\n",
259
+ "text_tagged": "<nl> Wo-yo-yo-yo-yo </nl> (oh, viens, parle ici d'unité)\n"
260
+ },
261
+ {
262
+ "start": 139.68,
263
+ "end": 143.47,
264
+ "text": "Wo-yo-yo (pour tous les sœurs et frères de tous les quartiers)\n",
265
+ "text_tagged": "<nl> Wo-yo-yo </nl> (pour tous les sœurs et frères de tous les quartiers)\n"
266
+ },
267
+ {
268
+ "start": 142.89,
269
+ "end": 146.08,
270
+ "text": "Wo-yo-yo-yo-yo (ouah, viens ici dans l'ambiance policière)\n",
271
+ "text_tagged": "<nl> Wo-yo-yo-yo-yo </nl> (ouah, viens ici dans l'ambiance policière)\n"
272
+ },
273
+ {
274
+ "start": 146.08,
275
+ "end": 149.03,
276
+ "text": "Wo-yo-yo (danse sur la musique reggae)\n",
277
+ "text_tagged": "<nl> Wo-yo-yo </nl> (danse sur la musique reggae)\n"
278
+ },
279
+ {
280
+ "start": 149.22,
281
+ "end": 151.43,
282
+ "text": "Wo-yo-yo-yo-yo (yo, big up !)\n\n",
283
+ "text_tagged": "<nl> Wo-yo-yo-yo-yo </nl> (yo, big up !)\n\n"
284
+ },
285
+ {
286
+ "start": 152.01,
287
+ "end": 155.4,
288
+ "text": "Oh oui, tu sais, man (tu sais, man)\n",
289
+ "text_tagged": "Oh oui, tu sais, man (tu sais, man)\n"
290
+ },
291
+ {
292
+ "start": 154.02,
293
+ "end": 158.08,
294
+ "text": "La joie quand on prend conscience d'exister (oh yeah)\n",
295
+ "text_tagged": "La joie quand on prend conscience d'exister (oh yeah)\n"
296
+ },
297
+ {
298
+ "start": 158.38,
299
+ "end": 160.2,
300
+ "text": "Oh oui, tu sais, man\n",
301
+ "text_tagged": "Oh oui, tu sais, man\n"
302
+ },
303
+ {
304
+ "start": 160.34,
305
+ "end": 165.78,
306
+ "text": "Les regrets sont si durs à oublier (oh, no, no, no, no, no)\n",
307
+ "text_tagged": "Les regrets sont si durs à oublier (oh, no, no, no, no, no)\n"
308
+ },
309
+ {
310
+ "start": 164.75,
311
+ "end": 167.23,
312
+ "text": "Oh oui, tu sais, man (hey)\n",
313
+ "text_tagged": "Oh oui, tu sais, man (hey)\n"
314
+ },
315
+ {
316
+ "start": 166.71,
317
+ "end": 171.65,
318
+ "text": "Que les enfants veulent grandir et te ressembler (ouh, tous les yutes, eh)\n",
319
+ "text_tagged": "Que les enfants veulent grandir et te ressembler (ouh, tous les yutes, eh)\n"
320
+ },
321
+ {
322
+ "start": 171.13,
323
+ "end": 173.95,
324
+ "text": "Oh oui, tu sais, man (oh yeah)\n",
325
+ "text_tagged": "Oh oui, tu sais, man (oh yeah)\n"
326
+ },
327
+ {
328
+ "start": 173.05,
329
+ "end": 177.26,
330
+ "text": "Un jour ou l'autre, l'amour va triompher (love, love, love now)\n\n",
331
+ "text_tagged": "Un jour ou l'autre, l'amour va triompher (love, love, love now)\n\n"
332
+ },
333
+ {
334
+ "start": 179.62,
335
+ "end": 184.73,
336
+ "text": "On revient chanter pour Jah\n",
337
+ "text_tagged": "On revient chanter pour Jah\n"
338
+ },
339
+ {
340
+ "start": 185.76,
341
+ "end": 190.8,
342
+ "text": "Pour tous ceux qui gardent la foi\n",
343
+ "text_tagged": "Pour tous ceux qui gardent la foi\n"
344
+ },
345
+ {
346
+ "start": 192.14,
347
+ "end": 197.37,
348
+ "text": "Pour tous ceux qui restent au combat, yeah\n",
349
+ "text_tagged": "Pour tous ceux qui restent au combat, yeah\n"
350
+ },
351
+ {
352
+ "start": 198.5,
353
+ "end": 202.69,
354
+ "text": "Pour tous ceux qui chantent pour la joie\n",
355
+ "text_tagged": "Pour tous ceux qui chantent pour la joie\n"
356
+ },
357
+ {
358
+ "start": 202.86,
359
+ "end": 204.61,
360
+ "text": "(Jah ! Boh !) Conscious !\n",
361
+ "text_tagged": "(Jah ! Boh !) Conscious !\n"
362
+ }
363
+ ]
364
  }
alignment/Da_wurdest_du_geboren_-_Alice_Tlustos_.json CHANGED
@@ -1,124 +1,148 @@
1
  {
2
- "lines": [
3
- {
4
- "start": 7.72,
5
- "end": 16.65,
6
- "text": "Hoffnungslos im Dunkel meines Seins raste ich dahin\n"
7
- },
8
- {
9
- "start": 17.29,
10
- "end": 23.18,
11
- "text": "Suchte nach dem Sinn meines Lebens\n"
12
- },
13
- {
14
- "start": 25.58,
15
- "end": 32.46,
16
- "text": "Voller Angst war ich gefangen, suchte nach dem Ziel\n"
17
- },
18
- {
19
- "start": 33.31,
20
- "end": 38.72,
21
- "text": "Hasste dieses Spiel meines Lebens\n"
22
- },
23
- {
24
- "start": 41.08,
25
- "end": 48.25,
26
- "text": "Wahrheit war mir fremd, zu schwer, Anerkennung galt\n"
27
- },
28
- {
29
- "start": 48.87,
30
- "end": 54.13,
31
- "text": "Denn mein Herz war kalt, ohne Liebe\n\n"
32
- },
33
- {
34
- "start": 60.06,
35
- "end": 66.24,
36
- "text": "Jesus, da wurdest du geboren\n"
37
- },
38
- {
39
- "start": 67.62,
40
- "end": 73.8,
41
- "text": "Licht für meine Dunkelheit\n"
42
- },
43
- {
44
- "start": 75.43,
45
- "end": 80.75,
46
- "text": "Hoffnung meiner kalten Seele\n"
47
- },
48
- {
49
- "start": 81.21,
50
- "end": 87.2,
51
- "text": "Trost in Not und Leid, Jesus\n\n"
52
- },
53
- {
54
- "start": 89.47,
55
- "end": 95.77,
56
- "text": "Du hast alles selbst erlebt, hast den Thron verlassen\n"
57
- },
58
- {
59
- "start": 97.12,
60
- "end": 102.23,
61
- "text": "Fühltest Lieben, Hassen dieser Welt\n"
62
- },
63
- {
64
- "start": 104.92,
65
- "end": 111.83,
66
- "text": "Du verstehst das tiefste Leid, Blindheit weicht vor dir\n"
67
- },
68
- {
69
- "start": 112.58,
70
- "end": 117.89,
71
- "text": "Schenkst dein Licht auch mir, Jesus\n\n"
72
- },
73
- {
74
- "start": 120.34,
75
- "end": 126.88,
76
- "text": "Für dein Kommen ehr' ich dich, Majestät vom All\n"
77
- },
78
- {
79
- "start": 128.17,
80
- "end": 134.0,
81
- "text": "Legst dich in den Stall meines Lebens\n\n"
82
- },
83
- {
84
- "start": 139.33,
85
- "end": 145.38,
86
- "text": "Jesus, du wirst in mir geboren\n"
87
- },
88
- {
89
- "start": 147.02,
90
- "end": 153.07,
91
- "text": "Licht für meine Dunkelheit\n"
92
- },
93
- {
94
- "start": 154.8,
95
- "end": 160.19,
96
- "text": "Hoffnung meiner kalten Seele\n"
97
- },
98
- {
99
- "start": 160.56,
100
- "end": 166.55,
101
- "text": "Trost in Not und Leid, Jesus\n\n"
102
- },
103
- {
104
- "start": 168.38,
105
- "end": 173.92,
106
- "text": "Jesus, du wirst in mir geboren\n"
107
- },
108
- {
109
- "start": 176.05,
110
- "end": 181.93,
111
- "text": "Licht für meine Dunkelheit\n"
112
- },
113
- {
114
- "start": 183.81,
115
- "end": 189.22,
116
- "text": "Hoffnung meiner kalten Seele\n"
117
- },
118
- {
119
- "start": 189.57,
120
- "end": 200.76,
121
- "text": "Trost in Not und Leid, Jesus, Jesus\n"
122
- }
123
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
124
  }
 
1
  {
2
+ "lines": [
3
+ {
4
+ "start": 7.72,
5
+ "end": 16.65,
6
+ "text": "Hoffnungslos im Dunkel meines Seins raste ich dahin\n",
7
+ "text_tagged": "Hoffnungslos im Dunkel meines Seins raste ich dahin\n"
8
+ },
9
+ {
10
+ "start": 17.29,
11
+ "end": 23.18,
12
+ "text": "Suchte nach dem Sinn meines Lebens\n",
13
+ "text_tagged": "Suchte nach dem Sinn meines Lebens\n"
14
+ },
15
+ {
16
+ "start": 25.58,
17
+ "end": 32.46,
18
+ "text": "Voller Angst war ich gefangen, suchte nach dem Ziel\n",
19
+ "text_tagged": "Voller Angst war ich gefangen, suchte nach dem Ziel\n"
20
+ },
21
+ {
22
+ "start": 33.31,
23
+ "end": 38.72,
24
+ "text": "Hasste dieses Spiel meines Lebens\n",
25
+ "text_tagged": "Hasste dieses Spiel meines Lebens\n"
26
+ },
27
+ {
28
+ "start": 41.08,
29
+ "end": 48.25,
30
+ "text": "Wahrheit war mir fremd, zu schwer, Anerkennung galt\n",
31
+ "text_tagged": "Wahrheit war mir fremd, zu schwer, Anerkennung galt\n"
32
+ },
33
+ {
34
+ "start": 48.87,
35
+ "end": 54.13,
36
+ "text": "Denn mein Herz war kalt, ohne Liebe\n\n",
37
+ "text_tagged": "Denn mein Herz war kalt, ohne Liebe\n\n"
38
+ },
39
+ {
40
+ "start": 60.06,
41
+ "end": 66.24,
42
+ "text": "Jesus, da wurdest du geboren\n",
43
+ "text_tagged": "Jesus, da wurdest du geboren\n"
44
+ },
45
+ {
46
+ "start": 67.62,
47
+ "end": 73.8,
48
+ "text": "Licht für meine Dunkelheit\n",
49
+ "text_tagged": "Licht für meine Dunkelheit\n"
50
+ },
51
+ {
52
+ "start": 75.43,
53
+ "end": 80.75,
54
+ "text": "Hoffnung meiner kalten Seele\n",
55
+ "text_tagged": "Hoffnung meiner kalten Seele\n"
56
+ },
57
+ {
58
+ "start": 81.21,
59
+ "end": 87.2,
60
+ "text": "Trost in Not und Leid, Jesus\n\n",
61
+ "text_tagged": "Trost in Not und Leid, Jesus\n\n"
62
+ },
63
+ {
64
+ "start": 89.47,
65
+ "end": 95.77,
66
+ "text": "Du hast alles selbst erlebt, hast den Thron verlassen\n",
67
+ "text_tagged": "Du hast alles selbst erlebt, hast den Thron verlassen\n"
68
+ },
69
+ {
70
+ "start": 97.12,
71
+ "end": 102.23,
72
+ "text": "Fühltest Lieben, Hassen dieser Welt\n",
73
+ "text_tagged": "Fühltest Lieben, Hassen dieser Welt\n"
74
+ },
75
+ {
76
+ "start": 104.92,
77
+ "end": 111.83,
78
+ "text": "Du verstehst das tiefste Leid, Blindheit weicht vor dir\n",
79
+ "text_tagged": "Du verstehst das tiefste Leid, Blindheit weicht vor dir\n"
80
+ },
81
+ {
82
+ "start": 112.58,
83
+ "end": 117.89,
84
+ "text": "Schenkst dein Licht auch mir, Jesus\n\n",
85
+ "text_tagged": "Schenkst dein Licht auch mir, Jesus\n\n"
86
+ },
87
+ {
88
+ "start": 120.34,
89
+ "end": 126.88,
90
+ "text": "Für dein Kommen ehr' ich dich, Majestät vom All\n",
91
+ "text_tagged": "Für dein Kommen ehr' ich dich, Majestät vom All\n"
92
+ },
93
+ {
94
+ "start": 128.17,
95
+ "end": 134.0,
96
+ "text": "Legst dich in den Stall meines Lebens\n\n",
97
+ "text_tagged": "Legst dich in den Stall meines Lebens\n\n"
98
+ },
99
+ {
100
+ "start": 139.33,
101
+ "end": 145.38,
102
+ "text": "Jesus, du wirst in mir geboren\n",
103
+ "text_tagged": "Jesus, du wirst in mir geboren\n"
104
+ },
105
+ {
106
+ "start": 147.02,
107
+ "end": 153.07,
108
+ "text": "Licht für meine Dunkelheit\n",
109
+ "text_tagged": "Licht für meine Dunkelheit\n"
110
+ },
111
+ {
112
+ "start": 154.8,
113
+ "end": 160.19,
114
+ "text": "Hoffnung meiner kalten Seele\n",
115
+ "text_tagged": "Hoffnung meiner kalten Seele\n"
116
+ },
117
+ {
118
+ "start": 160.56,
119
+ "end": 166.55,
120
+ "text": "Trost in Not und Leid, Jesus\n\n",
121
+ "text_tagged": "Trost in Not und Leid, Jesus\n\n"
122
+ },
123
+ {
124
+ "start": 168.38,
125
+ "end": 173.92,
126
+ "text": "Jesus, du wirst in mir geboren\n",
127
+ "text_tagged": "Jesus, du wirst in mir geboren\n"
128
+ },
129
+ {
130
+ "start": 176.05,
131
+ "end": 181.93,
132
+ "text": "Licht für meine Dunkelheit\n",
133
+ "text_tagged": "Licht für meine Dunkelheit\n"
134
+ },
135
+ {
136
+ "start": 183.81,
137
+ "end": 189.22,
138
+ "text": "Hoffnung meiner kalten Seele\n",
139
+ "text_tagged": "Hoffnung meiner kalten Seele\n"
140
+ },
141
+ {
142
+ "start": 189.57,
143
+ "end": 200.76,
144
+ "text": "Trost in Not und Leid, Jesus, Jesus\n",
145
+ "text_tagged": "Trost in Not und Leid, Jesus, Jesus\n"
146
+ }
147
+ ]
148
  }
alignment/Der_Baum_-_Dienstag_is_Damensauna_(2).json CHANGED
@@ -1,234 +1,280 @@
1
  {
2
- "lines": [
3
- {
4
- "start": 0.36,
5
- "end": 3.94,
6
- "text": "Wenn ihr so weiter macht, verspielt ihr meine Zukunft\n"
7
- },
8
- {
9
- "start": 3.94,
10
- "end": 5.24,
11
- "text": "Seid ihr doof?\n\n"
12
- },
13
- {
14
- "start": 7.89,
15
- "end": 9.64,
16
- "text": "Vor dem Küchenfenster\n"
17
- },
18
- {
19
- "start": 12.38,
20
- "end": 13.92,
21
- "text": "Steht ein alter Baum\n"
22
- },
23
- {
24
- "start": 16.52,
25
- "end": 18.36,
26
- "text": "So alt wie er ist\n"
27
- },
28
- {
29
- "start": 20.95,
30
- "end": 22.28,
31
- "text": "Krieg' ich das Grauen\n\n"
32
- },
33
- {
34
- "start": 25.42,
35
- "end": 27.69,
36
- "text": "Der Baum der steht da seit Jahren\n"
37
- },
38
- {
39
- "start": 29.81,
40
- "end": 32.16,
41
- "text": "Schon lang' bevor wir da waren\n"
42
- },
43
- {
44
- "start": 34.22,
45
- "end": 36.02,
46
- "text": "Auch wird er nicht vergehn\n"
47
- },
48
- {
49
- "start": 38.67,
50
- "end": 40.57,
51
- "text": "Wenn die Natur es lässt geschehen\n\n"
52
- },
53
- {
54
- "start": 45.31,
55
- "end": 46.81,
56
- "text": "Der Baum braucht nicht viel\n"
57
- },
58
- {
59
- "start": 46.92,
60
- "end": 48.86,
61
- "text": "Er will nur überleben\n"
62
- },
63
- {
64
- "start": 48.86,
65
- "end": 50.5,
66
- "text": "Nehmt euch ein Beispiel\n"
67
- },
68
- {
69
- "start": 50.5,
70
- "end": 53.3,
71
- "text": "Hört auf nach Reichtum zu streben\n\n"
72
- },
73
- {
74
- "start": 53.3,
75
- "end": 55.26,
76
- "text": "Der Baum der braucht nicht viel\n"
77
- },
78
- {
79
- "start": 55.47,
80
- "end": 57.63,
81
- "text": "Er will nur überleben\n"
82
- },
83
- {
84
- "start": 57.63,
85
- "end": 59.27,
86
- "text": "Nehmt euch ein Beispiel\n"
87
- },
88
- {
89
- "start": 59.27,
90
- "end": 61.96,
91
- "text": "Hört auf nach Reichtum zu streben\n\n"
92
- },
93
- {
94
- "start": 65.37,
95
- "end": 67.61,
96
- "text": "Wenn er könnt', würd' er erzählen\n"
97
- },
98
- {
99
- "start": 69.75,
100
- "end": 71.94,
101
- "text": "Wer schon alles unter ihm saß\n"
102
- },
103
- {
104
- "start": 74.19,
105
- "end": 75.87,
106
- "text": "Ihm is' egal\n"
107
- },
108
- {
109
- "start": 78.35,
110
- "end": 80.14,
111
- "text": "Er kennt kein' Rassenhass\n\n"
112
- },
113
- {
114
- "start": 83.03,
115
- "end": 85.33,
116
- "text": "Die Parteien, die regieren\n"
117
- },
118
- {
119
- "start": 87.46,
120
- "end": 89.62,
121
- "text": "Sind ihm total egal\n"
122
- },
123
- {
124
- "start": 91.6,
125
- "end": 93.63,
126
- "text": "Er spendet seine Früchte\n"
127
- },
128
- {
129
- "start": 96.01,
130
- "end": 98.05,
131
- "text": "Dadurch ist er sehr sozial\n\n"
132
- },
133
- {
134
- "start": 102.66,
135
- "end": 104.27,
136
- "text": "Der Baum braucht nicht viel\n"
137
- },
138
- {
139
- "start": 104.27,
140
- "end": 106.2,
141
- "text": "Er will nur überleben\n"
142
- },
143
- {
144
- "start": 106.2,
145
- "end": 107.85,
146
- "text": "Nehmt euch ein Beispiel\n"
147
- },
148
- {
149
- "start": 107.85,
150
- "end": 110.62,
151
- "text": "Hört auf nach Reichtum zu streben\n\n"
152
- },
153
- {
154
- "start": 110.62,
155
- "end": 112.63,
156
- "text": "Der Baum der braucht nicht viel\n"
157
- },
158
- {
159
- "start": 112.86,
160
- "end": 115.01,
161
- "text": "Er will nur überleben\n"
162
- },
163
- {
164
- "start": 115.01,
165
- "end": 116.63,
166
- "text": "Nehmt euch ein Beispiel\n"
167
- },
168
- {
169
- "start": 116.63,
170
- "end": 119.43,
171
- "text": "Hört auf nach Reichtum zu streben\n\n"
172
- },
173
- {
174
- "start": 122.69,
175
- "end": 124.89,
176
- "text": "Doch gibt es Idioten\n"
177
- },
178
- {
179
- "start": 126.87,
180
- "end": 129.07,
181
- "text": "Die seine Schönheit nicht seh'n\n"
182
- },
183
- {
184
- "start": 131.54,
185
- "end": 133.2,
186
- "text": "Für ein bisschen Kohle\n"
187
- },
188
- {
189
- "start": 135.96,
190
- "end": 137.74,
191
- "text": "Lassen sie ihn nicht stehn\n\n"
192
- },
193
- {
194
- "start": 160.0,
195
- "end": 161.62,
196
- "text": "Der Baum braucht nicht viel\n"
197
- },
198
- {
199
- "start": 161.62,
200
- "end": 163.53,
201
- "text": "Er will nur überleben\n"
202
- },
203
- {
204
- "start": 163.53,
205
- "end": 165.2,
206
- "text": "Nehmt euch ein Beispiel\n"
207
- },
208
- {
209
- "start": 165.2,
210
- "end": 167.94,
211
- "text": "Hört auf nach Reichtum zu streben\n\n"
212
- },
213
- {
214
- "start": 167.94,
215
- "end": 169.83,
216
- "text": "Der Baum braucht nicht viel\n"
217
- },
218
- {
219
- "start": 170.15,
220
- "end": 172.34,
221
- "text": "Er will nur überleben\n"
222
- },
223
- {
224
- "start": 172.34,
225
- "end": 173.99,
226
- "text": "Nehmt euch ein Beispiel\n"
227
- },
228
- {
229
- "start": 173.99,
230
- "end": 176.87,
231
- "text": "Hört auf nach Reichtum zu streben\n"
232
- }
233
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
234
  }
 
1
  {
2
+ "lines": [
3
+ {
4
+ "start": 0.36,
5
+ "end": 3.94,
6
+ "text": "Wenn ihr so weiter macht, verspielt ihr meine Zukunft\n",
7
+ "text_tagged": "Wenn ihr so weiter macht, verspielt ihr meine Zukunft\n"
8
+ },
9
+ {
10
+ "start": 3.94,
11
+ "end": 5.24,
12
+ "text": "Seid ihr doof?\n\n",
13
+ "text_tagged": "Seid ihr doof?\n\n"
14
+ },
15
+ {
16
+ "start": 7.89,
17
+ "end": 9.64,
18
+ "text": "Vor dem Küchenfenster\n",
19
+ "text_tagged": "Vor dem Küchenfenster\n"
20
+ },
21
+ {
22
+ "start": 12.38,
23
+ "end": 13.92,
24
+ "text": "Steht ein alter Baum\n",
25
+ "text_tagged": "Steht ein alter Baum\n"
26
+ },
27
+ {
28
+ "start": 16.52,
29
+ "end": 18.36,
30
+ "text": "So alt wie er ist\n",
31
+ "text_tagged": "So alt wie er ist\n"
32
+ },
33
+ {
34
+ "start": 20.95,
35
+ "end": 22.28,
36
+ "text": "Krieg' ich das Grauen\n\n",
37
+ "text_tagged": "Krieg' ich das Grauen\n\n"
38
+ },
39
+ {
40
+ "start": 25.42,
41
+ "end": 27.69,
42
+ "text": "Der Baum der steht da seit Jahren\n",
43
+ "text_tagged": "Der Baum der steht da seit Jahren\n"
44
+ },
45
+ {
46
+ "start": 29.81,
47
+ "end": 32.16,
48
+ "text": "Schon lang' bevor wir da waren\n",
49
+ "text_tagged": "Schon lang' bevor wir da waren\n"
50
+ },
51
+ {
52
+ "start": 34.22,
53
+ "end": 36.02,
54
+ "text": "Auch wird er nicht vergehn\n",
55
+ "text_tagged": "Auch wird er nicht vergehn\n"
56
+ },
57
+ {
58
+ "start": 38.67,
59
+ "end": 40.57,
60
+ "text": "Wenn die Natur es lässt geschehen\n\n",
61
+ "text_tagged": "Wenn die Natur es lässt geschehen\n\n"
62
+ },
63
+ {
64
+ "start": 45.31,
65
+ "end": 46.81,
66
+ "text": "Der Baum braucht nicht viel\n",
67
+ "text_tagged": "Der Baum braucht nicht viel\n"
68
+ },
69
+ {
70
+ "start": 46.92,
71
+ "end": 48.86,
72
+ "text": "Er will nur überleben\n",
73
+ "text_tagged": "Er will nur überleben\n"
74
+ },
75
+ {
76
+ "start": 48.86,
77
+ "end": 50.5,
78
+ "text": "Nehmt euch ein Beispiel\n",
79
+ "text_tagged": "Nehmt euch ein Beispiel\n"
80
+ },
81
+ {
82
+ "start": 50.5,
83
+ "end": 53.3,
84
+ "text": "Hört auf nach Reichtum zu streben\n\n",
85
+ "text_tagged": "Hört auf nach Reichtum zu streben\n\n"
86
+ },
87
+ {
88
+ "start": 53.3,
89
+ "end": 55.26,
90
+ "text": "Der Baum der braucht nicht viel\n",
91
+ "text_tagged": "Der Baum der braucht nicht viel\n"
92
+ },
93
+ {
94
+ "start": 55.47,
95
+ "end": 57.63,
96
+ "text": "Er will nur überleben\n",
97
+ "text_tagged": "Er will nur überleben\n"
98
+ },
99
+ {
100
+ "start": 57.63,
101
+ "end": 59.27,
102
+ "text": "Nehmt euch ein Beispiel\n",
103
+ "text_tagged": "Nehmt euch ein Beispiel\n"
104
+ },
105
+ {
106
+ "start": 59.27,
107
+ "end": 61.96,
108
+ "text": "Hört auf nach Reichtum zu streben\n\n",
109
+ "text_tagged": "Hört auf nach Reichtum zu streben\n\n"
110
+ },
111
+ {
112
+ "start": 65.37,
113
+ "end": 67.61,
114
+ "text": "Wenn er könnt', würd' er erzählen\n",
115
+ "text_tagged": "Wenn er könnt', würd' er erzählen\n"
116
+ },
117
+ {
118
+ "start": 69.75,
119
+ "end": 71.94,
120
+ "text": "Wer schon alles unter ihm saß\n",
121
+ "text_tagged": "Wer schon alles unter ihm saß\n"
122
+ },
123
+ {
124
+ "start": 74.19,
125
+ "end": 75.87,
126
+ "text": "Ihm is' egal\n",
127
+ "text_tagged": "Ihm is' egal\n"
128
+ },
129
+ {
130
+ "start": 78.35,
131
+ "end": 80.14,
132
+ "text": "Er kennt kein' Rassenhass\n\n",
133
+ "text_tagged": "Er kennt kein' Rassenhass\n\n"
134
+ },
135
+ {
136
+ "start": 83.03,
137
+ "end": 85.33,
138
+ "text": "Die Parteien, die regieren\n",
139
+ "text_tagged": "Die Parteien, die regieren\n"
140
+ },
141
+ {
142
+ "start": 87.46,
143
+ "end": 89.62,
144
+ "text": "Sind ihm total egal\n",
145
+ "text_tagged": "Sind ihm total egal\n"
146
+ },
147
+ {
148
+ "start": 91.6,
149
+ "end": 93.63,
150
+ "text": "Er spendet seine Früchte\n",
151
+ "text_tagged": "Er spendet seine Früchte\n"
152
+ },
153
+ {
154
+ "start": 96.01,
155
+ "end": 98.05,
156
+ "text": "Dadurch ist er sehr sozial\n\n",
157
+ "text_tagged": "Dadurch ist er sehr sozial\n\n"
158
+ },
159
+ {
160
+ "start": 102.66,
161
+ "end": 104.27,
162
+ "text": "Der Baum braucht nicht viel\n",
163
+ "text_tagged": "Der Baum braucht nicht viel\n"
164
+ },
165
+ {
166
+ "start": 104.27,
167
+ "end": 106.2,
168
+ "text": "Er will nur überleben\n",
169
+ "text_tagged": "Er will nur überleben\n"
170
+ },
171
+ {
172
+ "start": 106.2,
173
+ "end": 107.85,
174
+ "text": "Nehmt euch ein Beispiel\n",
175
+ "text_tagged": "Nehmt euch ein Beispiel\n"
176
+ },
177
+ {
178
+ "start": 107.85,
179
+ "end": 110.62,
180
+ "text": "Hört auf nach Reichtum zu streben\n\n",
181
+ "text_tagged": "Hört auf nach Reichtum zu streben\n\n"
182
+ },
183
+ {
184
+ "start": 110.62,
185
+ "end": 112.63,
186
+ "text": "Der Baum der braucht nicht viel\n",
187
+ "text_tagged": "Der Baum der braucht nicht viel\n"
188
+ },
189
+ {
190
+ "start": 112.86,
191
+ "end": 115.01,
192
+ "text": "Er will nur überleben\n",
193
+ "text_tagged": "Er will nur überleben\n"
194
+ },
195
+ {
196
+ "start": 115.01,
197
+ "end": 116.63,
198
+ "text": "Nehmt euch ein Beispiel\n",
199
+ "text_tagged": "Nehmt euch ein Beispiel\n"
200
+ },
201
+ {
202
+ "start": 116.63,
203
+ "end": 119.43,
204
+ "text": "Hört auf nach Reichtum zu streben\n\n",
205
+ "text_tagged": "Hört auf nach Reichtum zu streben\n\n"
206
+ },
207
+ {
208
+ "start": 122.69,
209
+ "end": 124.89,
210
+ "text": "Doch gibt es Idioten\n",
211
+ "text_tagged": "Doch gibt es Idioten\n"
212
+ },
213
+ {
214
+ "start": 126.87,
215
+ "end": 129.07,
216
+ "text": "Die seine Schönheit nicht seh'n\n",
217
+ "text_tagged": "Die seine Schönheit nicht seh'n\n"
218
+ },
219
+ {
220
+ "start": 131.54,
221
+ "end": 133.2,
222
+ "text": "Für ein bisschen Kohle\n",
223
+ "text_tagged": "Für ein bisschen Kohle\n"
224
+ },
225
+ {
226
+ "start": 135.96,
227
+ "end": 137.74,
228
+ "text": "Lassen sie ihn nicht stehn\n\n",
229
+ "text_tagged": "Lassen sie ihn nicht stehn\n\n"
230
+ },
231
+ {
232
+ "start": 160.0,
233
+ "end": 161.62,
234
+ "text": "Der Baum braucht nicht viel\n",
235
+ "text_tagged": "Der Baum braucht nicht viel\n"
236
+ },
237
+ {
238
+ "start": 161.62,
239
+ "end": 163.53,
240
+ "text": "Er will nur überleben\n",
241
+ "text_tagged": "Er will nur überleben\n"
242
+ },
243
+ {
244
+ "start": 163.53,
245
+ "end": 165.2,
246
+ "text": "Nehmt euch ein Beispiel\n",
247
+ "text_tagged": "Nehmt euch ein Beispiel\n"
248
+ },
249
+ {
250
+ "start": 165.2,
251
+ "end": 167.94,
252
+ "text": "Hört auf nach Reichtum zu streben\n\n",
253
+ "text_tagged": "Hört auf nach Reichtum zu streben\n\n"
254
+ },
255
+ {
256
+ "start": 167.94,
257
+ "end": 169.83,
258
+ "text": "Der Baum braucht nicht viel\n",
259
+ "text_tagged": "Der Baum braucht nicht viel\n"
260
+ },
261
+ {
262
+ "start": 170.15,
263
+ "end": 172.34,
264
+ "text": "Er will nur überleben\n",
265
+ "text_tagged": "Er will nur überleben\n"
266
+ },
267
+ {
268
+ "start": 172.34,
269
+ "end": 173.99,
270
+ "text": "Nehmt euch ein Beispiel\n",
271
+ "text_tagged": "Nehmt euch ein Beispiel\n"
272
+ },
273
+ {
274
+ "start": 173.99,
275
+ "end": 176.87,
276
+ "text": "Hört auf nach Reichtum zu streben\n",
277
+ "text_tagged": "Hört auf nach Reichtum zu streben\n"
278
+ }
279
+ ]
280
  }
alignment/Der_Musiker_-_d-music.json CHANGED
@@ -1,464 +1,556 @@
1
  {
2
- "lines": [
3
- {
4
- "start": 36.2,
5
- "end": 37.26,
6
- "text": "Es ist weit gefehlt\n"
7
- },
8
- {
9
- "start": 37.4,
10
- "end": 38.39,
11
- "text": "Dass es immer quält\n"
12
- },
13
- {
14
- "start": 38.5,
15
- "end": 39.43,
16
- "text": "Wenn ein Musiker schlicht\n"
17
- },
18
- {
19
- "start": 39.52,
20
- "end": 40.68,
21
- "text": "Von seinem Alltag spricht\n"
22
- },
23
- {
24
- "start": 40.76,
25
- "end": 41.91,
26
- "text": "Sei's Melancholie\n"
27
- },
28
- {
29
- "start": 42.01,
30
- "end": 43.08,
31
- "text": "Oder Hysterie\n"
32
- },
33
- {
34
- "start": 43.08,
35
- "end": 43.99,
36
- "text": "Wenn ich ehrlich bin\n"
37
- },
38
- {
39
- "start": 44.52,
40
- "end": 45.2,
41
- "text": "Hab' ich das nie\n\n"
42
- },
43
- {
44
- "start": 45.37,
45
- "end": 46.53,
46
- "text": "Dieses magische Greifen\n"
47
- },
48
- {
49
- "start": 46.53,
50
- "end": 47.57,
51
- "text": "Nach der neuen Idee\n"
52
- },
53
- {
54
- "start": 47.66,
55
- "end": 48.81,
56
- "text": "Was nur möglich sei\n"
57
- },
58
- {
59
- "start": 48.81,
60
- "end": 49.88,
61
- "text": "Mit der guten Fee\n"
62
- },
63
- {
64
- "start": 49.97,
65
- "end": 51.06,
66
- "text": "Ist 'ne Ideologie\n"
67
- },
68
- {
69
- "start": 51.12,
70
- "end": 52.13,
71
- "text": "Von Anfang an\n"
72
- },
73
- {
74
- "start": 52.21,
75
- "end": 53.26,
76
- "text": "Und genau besehen\n"
77
- },
78
- {
79
- "start": 53.37,
80
- "end": 54.46,
81
- "text": "Ist da gar nichts dran\n\n"
82
- },
83
- {
84
- "start": 54.8,
85
- "end": 56.44,
86
- "text": "Komponieren und Dichten\n"
87
- },
88
- {
89
- "start": 56.8,
90
- "end": 57.91,
91
- "text": "Als bräuchte man nur\n"
92
- },
93
- {
94
- "start": 57.91,
95
- "end": 59.16,
96
- "text": "Von den Musen berichten\n"
97
- },
98
- {
99
- "start": 59.16,
100
- "end": 60.14,
101
- "text": "So ist es nicht\n"
102
- },
103
- {
104
- "start": 60.21,
105
- "end": 61.2,
106
- "text": "Denn wenn alles bricht\n"
107
- },
108
- {
109
- "start": 61.38,
110
- "end": 62.48,
111
- "text": "Nimmt man doch Rückzug\n"
112
- },
113
- {
114
- "start": 62.56,
115
- "end": 63.59,
116
- "text": "Zu Lug und Trug\n\n"
117
- },
118
- {
119
- "start": 63.66,
120
- "end": 64.69,
121
- "text": "Einen Song zu schreiben\n"
122
- },
123
- {
124
- "start": 64.69,
125
- "end": 65.77,
126
- "text": "Ist keine göttliche Gunst\n"
127
- },
128
- {
129
- "start": 65.96,
130
- "end": 67.09,
131
- "text": "Ist im doppelten Sinne\n"
132
- },
133
- {
134
- "start": 67.27,
135
- "end": 68.23,
136
- "text": "Einfach Kunst\n"
137
- },
138
- {
139
- "start": 68.23,
140
- "end": 69.38,
141
- "text": "Ein profanes Geschehen\n"
142
- },
143
- {
144
- "start": 69.38,
145
- "end": 70.33,
146
- "text": "Wie 'ne Schraube drehn\n"
147
- },
148
- {
149
- "start": 70.52,
150
- "end": 71.57,
151
- "text": "Mit Geduld und Mut\n"
152
- },
153
- {
154
- "start": 71.67,
155
- "end": 73.66,
156
- "text": "Wird alles gut\n\n"
157
- },
158
- {
159
- "start": 75.41,
160
- "end": 81.66,
161
- "text": "(Uh, ah-ja, eh-jo)\n"
162
- },
163
- {
164
- "start": 81.79,
165
- "end": 82.94,
166
- "text": "Ich mach' Musik, Musik\n"
167
- },
168
- {
169
- "start": 83.1,
170
- "end": 84.33,
171
- "text": "Weil es mich schon immer trieb\n\n"
172
- },
173
- {
174
- "start": 84.51,
175
- "end": 90.9,
176
- "text": "(Uh, ah-ja, eh-jo)\n"
177
- },
178
- {
179
- "start": 90.96,
180
- "end": 92.1,
181
- "text": "Ich mach' Musik, Musik\n"
182
- },
183
- {
184
- "start": 92.25,
185
- "end": 93.53,
186
- "text": "Every day and every week\n\n"
187
- },
188
- {
189
- "start": 111.66,
190
- "end": 112.78,
191
- "text": "Doch an manchen Tagen\n"
192
- },
193
- {
194
- "start": 112.78,
195
- "end": 114.01,
196
- "text": "Ist es einfach schwer\n"
197
- },
198
- {
199
- "start": 114.01,
200
- "end": 114.9,
201
- "text": "Da wünscht ich mir\n"
202
- },
203
- {
204
- "start": 114.97,
205
- "end": 115.95,
206
- "text": "Solche Musen daher\n"
207
- },
208
- {
209
- "start": 116.24,
210
- "end": 117.27,
211
- "text": "Die mir sagen wie's geht\n"
212
- },
213
- {
214
- "start": 117.38,
215
- "end": 118.48,
216
- "text": "Und mich einfach küssen\n"
217
- },
218
- {
219
- "start": 118.48,
220
- "end": 119.66,
221
- "text": "Und der Song sich schreibt\n"
222
- },
223
- {
224
- "start": 119.66,
225
- "end": 120.77,
226
- "text": "Ohne Grübeln zu müssen\n\n"
227
- },
228
- {
229
- "start": 120.77,
230
- "end": 121.67,
231
- "text": "Doch die Grübelei\n"
232
- },
233
- {
234
- "start": 121.86,
235
- "end": 122.88,
236
- "text": "Ist auch was Schönes dabei\n"
237
- },
238
- {
239
- "start": 123.1,
240
- "end": 124.23,
241
- "text": "Dass du suchst und suchst\n"
242
- },
243
- {
244
- "start": 124.23,
245
- "end": 125.38,
246
- "text": "Manchmal kräftig fluchst\n"
247
- },
248
- {
249
- "start": 125.38,
250
- "end": 126.47,
251
- "text": "Keinen Ausweg siehst\n"
252
- },
253
- {
254
- "start": 126.53,
255
- "end": 127.55,
256
- "text": "Und in Trübsinn fliehst\n"
257
- },
258
- {
259
- "start": 127.65,
260
- "end": 128.84,
261
- "text": "Doch du kommst wieder raus\n"
262
- },
263
- {
264
- "start": 128.84,
265
- "end": 131.43,
266
- "text": "Mit einem neuen Ohrenschmaus\n\n"
267
- },
268
- {
269
- "start": 134.51,
270
- "end": 135.65,
271
- "text": "Ja, was neues zu hör'n\n"
272
- },
273
- {
274
- "start": 135.65,
275
- "end": 136.7,
276
- "text": "Dass es noch nicht gab\n"
277
- },
278
- {
279
- "start": 136.76,
280
- "end": 137.82,
281
- "text": "Ist der ganze Törn\n"
282
- },
283
- {
284
- "start": 137.91,
285
- "end": 138.88,
286
- "text": "Ist der helle Tag\n\n"
287
- },
288
- {
289
- "start": 138.94,
290
- "end": 140.2,
291
- "text": "Es ist ein Hochgefühl\n"
292
- },
293
- {
294
- "start": 140.2,
295
- "end": 141.29,
296
- "text": "Dass sich in dir aufstellt\n"
297
- },
298
- {
299
- "start": 141.36,
300
- "end": 142.47,
301
- "text": "Dein warmer Regen\n"
302
- },
303
- {
304
- "start": 142.47,
305
- "end": 143.65,
306
- "text": "Der aus dir rausquellt\n"
307
- },
308
- {
309
- "start": 143.65,
310
- "end": 144.77,
311
- "text": "Ganz allein dafür\n"
312
- },
313
- {
314
- "start": 144.85,
315
- "end": 145.86,
316
- "text": "Lohnt der Aufwand schon\n"
317
- },
318
- {
319
- "start": 145.96,
320
- "end": 147.01,
321
- "text": "Und die neuen Töne\n"
322
- },
323
- {
324
- "start": 147.01,
325
- "end": 149.03,
326
- "text": "Sind der höchste Lohn\n\n"
327
- },
328
- {
329
- "start": 148.55,
330
- "end": 154.88,
331
- "text": "(Uh, ah-ja, eh-jo)\n"
332
- },
333
- {
334
- "start": 154.95,
335
- "end": 156.07,
336
- "text": "Ich mach' Musik, Musik\n"
337
- },
338
- {
339
- "start": 156.22,
340
- "end": 157.46,
341
- "text": "Weil es mich schon immer trieb\n"
342
- },
343
- {
344
- "start": 157.67,
345
- "end": 164.01,
346
- "text": "(Uh, ah-ja, eh-jo)\n"
347
- },
348
- {
349
- "start": 164.1,
350
- "end": 165.22,
351
- "text": "Ich mach' Musik, Musik\n"
352
- },
353
- {
354
- "start": 165.37,
355
- "end": 166.56,
356
- "text": "Every day and every week\n\n"
357
- },
358
- {
359
- "start": 203.1,
360
- "end": 204.24,
361
- "text": "Zu den schönsten Sachen\n"
362
- },
363
- {
364
- "start": 204.24,
365
- "end": 205.37,
366
- "text": "Am Musik machen\n"
367
- },
368
- {
369
- "start": 205.37,
370
- "end": 206.51,
371
- "text": "Gehört der Jam\n"
372
- },
373
- {
374
- "start": 206.51,
375
- "end": 207.71,
376
- "text": "Den andere entfachen\n"
377
- },
378
- {
379
- "start": 207.71,
380
- "end": 208.77,
381
- "text": "Du gemeinsam suchst\n"
382
- },
383
- {
384
- "start": 208.77,
385
- "end": 209.94,
386
- "text": "Und gemeinsam findest\n"
387
- },
388
- {
389
- "start": 209.94,
390
- "end": 210.97,
391
- "text": "Ohne dass du dich\n"
392
- },
393
- {
394
- "start": 211.08,
395
- "end": 212.14,
396
- "text": "Nur an Formen bindest\n\n"
397
- },
398
- {
399
- "start": 212.34,
400
- "end": 213.34,
401
- "text": "Ins Blaue hinein\n"
402
- },
403
- {
404
- "start": 213.34,
405
- "end": 215.16,
406
- "text": "Zu viert zu drei'n oder zwei'n\n"
407
- },
408
- {
409
- "start": 215.16,
410
- "end": 216.14,
411
- "text": "Ist ein Geschehen\n"
412
- },
413
- {
414
- "start": 216.14,
415
- "end": 217.24,
416
- "text": "Mit göttlichen Weihen\n"
417
- },
418
- {
419
- "start": 217.51,
420
- "end": 219.08,
421
- "text": "Communio, im engsten Sinne\n"
422
- },
423
- {
424
- "start": 219.08,
425
- "end": 220.11,
426
- "text": "Eine Einigkeit\n"
427
- },
428
- {
429
- "start": 220.11,
430
- "end": 221.46,
431
- "text": "In der ich mich gewinne\n\n"
432
- },
433
- {
434
- "start": 223.97,
435
- "end": 230.24,
436
- "text": "(Uh, ah-ja, eh-jo)\n"
437
- },
438
- {
439
- "start": 230.37,
440
- "end": 231.51,
441
- "text": "Ich mach' Musik, Musik\n"
442
- },
443
- {
444
- "start": 231.65,
445
- "end": 232.96,
446
- "text": "Weil es mich schon immer trieb\n"
447
- },
448
- {
449
- "start": 233.1,
450
- "end": 239.4,
451
- "text": "(Uh, ah-ja, eh-jo)\n"
452
- },
453
- {
454
- "start": 239.53,
455
- "end": 240.68,
456
- "text": "Ich mach' Musik, Musik\n"
457
- },
458
- {
459
- "start": 240.8,
460
- "end": 242.19,
461
- "text": "Every day and every week\n"
462
- }
463
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
464
  }
 
1
  {
2
+ "lines": [
3
+ {
4
+ "start": 36.2,
5
+ "end": 37.26,
6
+ "text": "Es ist weit gefehlt\n",
7
+ "text_tagged": "Es ist weit gefehlt\n"
8
+ },
9
+ {
10
+ "start": 37.4,
11
+ "end": 38.39,
12
+ "text": "Dass es immer quält\n",
13
+ "text_tagged": "Dass es immer quält\n"
14
+ },
15
+ {
16
+ "start": 38.5,
17
+ "end": 39.43,
18
+ "text": "Wenn ein Musiker schlicht\n",
19
+ "text_tagged": "Wenn ein Musiker schlicht\n"
20
+ },
21
+ {
22
+ "start": 39.52,
23
+ "end": 40.68,
24
+ "text": "Von seinem Alltag spricht\n",
25
+ "text_tagged": "Von seinem Alltag spricht\n"
26
+ },
27
+ {
28
+ "start": 40.76,
29
+ "end": 41.91,
30
+ "text": "Sei's Melancholie\n",
31
+ "text_tagged": "Sei's Melancholie\n"
32
+ },
33
+ {
34
+ "start": 42.01,
35
+ "end": 43.08,
36
+ "text": "Oder Hysterie\n",
37
+ "text_tagged": "Oder Hysterie\n"
38
+ },
39
+ {
40
+ "start": 43.08,
41
+ "end": 43.99,
42
+ "text": "Wenn ich ehrlich bin\n",
43
+ "text_tagged": "Wenn ich ehrlich bin\n"
44
+ },
45
+ {
46
+ "start": 44.52,
47
+ "end": 45.2,
48
+ "text": "Hab' ich das nie\n\n",
49
+ "text_tagged": "Hab' ich das nie\n\n"
50
+ },
51
+ {
52
+ "start": 45.37,
53
+ "end": 46.53,
54
+ "text": "Dieses magische Greifen\n",
55
+ "text_tagged": "Dieses magische Greifen\n"
56
+ },
57
+ {
58
+ "start": 46.53,
59
+ "end": 47.57,
60
+ "text": "Nach der neuen Idee\n",
61
+ "text_tagged": "Nach der neuen Idee\n"
62
+ },
63
+ {
64
+ "start": 47.66,
65
+ "end": 48.81,
66
+ "text": "Was nur möglich sei\n",
67
+ "text_tagged": "Was nur möglich sei\n"
68
+ },
69
+ {
70
+ "start": 48.81,
71
+ "end": 49.88,
72
+ "text": "Mit der guten Fee\n",
73
+ "text_tagged": "Mit der guten Fee\n"
74
+ },
75
+ {
76
+ "start": 49.97,
77
+ "end": 51.06,
78
+ "text": "Ist 'ne Ideologie\n",
79
+ "text_tagged": "Ist 'ne Ideologie\n"
80
+ },
81
+ {
82
+ "start": 51.12,
83
+ "end": 52.13,
84
+ "text": "Von Anfang an\n",
85
+ "text_tagged": "Von Anfang an\n"
86
+ },
87
+ {
88
+ "start": 52.21,
89
+ "end": 53.26,
90
+ "text": "Und genau besehen\n",
91
+ "text_tagged": "Und genau besehen\n"
92
+ },
93
+ {
94
+ "start": 53.37,
95
+ "end": 54.46,
96
+ "text": "Ist da gar nichts dran\n\n",
97
+ "text_tagged": "Ist da gar nichts dran\n\n"
98
+ },
99
+ {
100
+ "start": 54.8,
101
+ "end": 56.44,
102
+ "text": "Komponieren und Dichten\n",
103
+ "text_tagged": "Komponieren und Dichten\n"
104
+ },
105
+ {
106
+ "start": 56.8,
107
+ "end": 57.91,
108
+ "text": "Als bräuchte man nur\n",
109
+ "text_tagged": "Als bräuchte man nur\n"
110
+ },
111
+ {
112
+ "start": 57.91,
113
+ "end": 59.16,
114
+ "text": "Von den Musen berichten\n",
115
+ "text_tagged": "Von den Musen berichten\n"
116
+ },
117
+ {
118
+ "start": 59.16,
119
+ "end": 60.14,
120
+ "text": "So ist es nicht\n",
121
+ "text_tagged": "So ist es nicht\n"
122
+ },
123
+ {
124
+ "start": 60.21,
125
+ "end": 61.2,
126
+ "text": "Denn wenn alles bricht\n",
127
+ "text_tagged": "Denn wenn alles bricht\n"
128
+ },
129
+ {
130
+ "start": 61.38,
131
+ "end": 62.48,
132
+ "text": "Nimmt man doch Rückzug\n",
133
+ "text_tagged": "Nimmt man doch Rückzug\n"
134
+ },
135
+ {
136
+ "start": 62.56,
137
+ "end": 63.59,
138
+ "text": "Zu Lug und Trug\n\n",
139
+ "text_tagged": "Zu Lug und Trug\n\n"
140
+ },
141
+ {
142
+ "start": 63.66,
143
+ "end": 64.69,
144
+ "text": "Einen Song zu schreiben\n",
145
+ "text_tagged": "Einen Song zu schreiben\n"
146
+ },
147
+ {
148
+ "start": 64.69,
149
+ "end": 65.77,
150
+ "text": "Ist keine göttliche Gunst\n",
151
+ "text_tagged": "Ist keine göttliche Gunst\n"
152
+ },
153
+ {
154
+ "start": 65.96,
155
+ "end": 67.09,
156
+ "text": "Ist im doppelten Sinne\n",
157
+ "text_tagged": "Ist im doppelten Sinne\n"
158
+ },
159
+ {
160
+ "start": 67.27,
161
+ "end": 68.23,
162
+ "text": "Einfach Kunst\n",
163
+ "text_tagged": "Einfach Kunst\n"
164
+ },
165
+ {
166
+ "start": 68.23,
167
+ "end": 69.38,
168
+ "text": "Ein profanes Geschehen\n",
169
+ "text_tagged": "Ein profanes Geschehen\n"
170
+ },
171
+ {
172
+ "start": 69.38,
173
+ "end": 70.33,
174
+ "text": "Wie 'ne Schraube drehn\n",
175
+ "text_tagged": "Wie 'ne Schraube drehn\n"
176
+ },
177
+ {
178
+ "start": 70.52,
179
+ "end": 71.57,
180
+ "text": "Mit Geduld und Mut\n",
181
+ "text_tagged": "Mit Geduld und Mut\n"
182
+ },
183
+ {
184
+ "start": 71.67,
185
+ "end": 73.66,
186
+ "text": "Wird alles gut\n\n",
187
+ "text_tagged": "Wird alles gut\n\n"
188
+ },
189
+ {
190
+ "start": 75.41,
191
+ "end": 81.66,
192
+ "text": "(Uh, ah-ja, eh-jo)\n",
193
+ "text_tagged": "<nl> (Uh, ah-ja, eh-jo) </nl>\n"
194
+ },
195
+ {
196
+ "start": 81.79,
197
+ "end": 82.94,
198
+ "text": "Ich mach' Musik, Musik\n",
199
+ "text_tagged": "Ich mach' Musik, Musik\n"
200
+ },
201
+ {
202
+ "start": 83.1,
203
+ "end": 84.33,
204
+ "text": "Weil es mich schon immer trieb\n\n",
205
+ "text_tagged": "Weil es mich schon immer trieb\n\n"
206
+ },
207
+ {
208
+ "start": 84.51,
209
+ "end": 90.9,
210
+ "text": "(Uh, ah-ja, eh-jo)\n",
211
+ "text_tagged": "<nl> (Uh, ah-ja, eh-jo) </nl>\n"
212
+ },
213
+ {
214
+ "start": 90.96,
215
+ "end": 92.1,
216
+ "text": "Ich mach' Musik, Musik\n",
217
+ "text_tagged": "Ich mach' Musik, Musik\n"
218
+ },
219
+ {
220
+ "start": 92.25,
221
+ "end": 93.53,
222
+ "text": "Every day and every week\n\n",
223
+ "text_tagged": "Every day and every week\n\n"
224
+ },
225
+ {
226
+ "start": 111.66,
227
+ "end": 112.78,
228
+ "text": "Doch an manchen Tagen\n",
229
+ "text_tagged": "Doch an manchen Tagen\n"
230
+ },
231
+ {
232
+ "start": 112.78,
233
+ "end": 114.01,
234
+ "text": "Ist es einfach schwer\n",
235
+ "text_tagged": "Ist es einfach schwer\n"
236
+ },
237
+ {
238
+ "start": 114.01,
239
+ "end": 114.9,
240
+ "text": "Da wünscht ich mir\n",
241
+ "text_tagged": "Da wünscht ich mir\n"
242
+ },
243
+ {
244
+ "start": 114.97,
245
+ "end": 115.95,
246
+ "text": "Solche Musen daher\n",
247
+ "text_tagged": "Solche Musen daher\n"
248
+ },
249
+ {
250
+ "start": 116.24,
251
+ "end": 117.27,
252
+ "text": "Die mir sagen wie's geht\n",
253
+ "text_tagged": "Die mir sagen wie's geht\n"
254
+ },
255
+ {
256
+ "start": 117.38,
257
+ "end": 118.48,
258
+ "text": "Und mich einfach küssen\n",
259
+ "text_tagged": "Und mich einfach küssen\n"
260
+ },
261
+ {
262
+ "start": 118.48,
263
+ "end": 119.66,
264
+ "text": "Und der Song sich schreibt\n",
265
+ "text_tagged": "Und der Song sich schreibt\n"
266
+ },
267
+ {
268
+ "start": 119.66,
269
+ "end": 120.77,
270
+ "text": "Ohne Grübeln zu müssen\n\n",
271
+ "text_tagged": "Ohne Grübeln zu müssen\n\n"
272
+ },
273
+ {
274
+ "start": 120.77,
275
+ "end": 121.67,
276
+ "text": "Doch die Grübelei\n",
277
+ "text_tagged": "Doch die Grübelei\n"
278
+ },
279
+ {
280
+ "start": 121.86,
281
+ "end": 122.88,
282
+ "text": "Ist auch was Schönes dabei\n",
283
+ "text_tagged": "Ist auch was Schönes dabei\n"
284
+ },
285
+ {
286
+ "start": 123.1,
287
+ "end": 124.23,
288
+ "text": "Dass du suchst und suchst\n",
289
+ "text_tagged": "Dass du suchst und suchst\n"
290
+ },
291
+ {
292
+ "start": 124.23,
293
+ "end": 125.38,
294
+ "text": "Manchmal kräftig fluchst\n",
295
+ "text_tagged": "Manchmal kräftig fluchst\n"
296
+ },
297
+ {
298
+ "start": 125.38,
299
+ "end": 126.47,
300
+ "text": "Keinen Ausweg siehst\n",
301
+ "text_tagged": "Keinen Ausweg siehst\n"
302
+ },
303
+ {
304
+ "start": 126.53,
305
+ "end": 127.55,
306
+ "text": "Und in Trübsinn fliehst\n",
307
+ "text_tagged": "Und in Trübsinn fliehst\n"
308
+ },
309
+ {
310
+ "start": 127.65,
311
+ "end": 128.84,
312
+ "text": "Doch du kommst wieder raus\n",
313
+ "text_tagged": "Doch du kommst wieder raus\n"
314
+ },
315
+ {
316
+ "start": 128.84,
317
+ "end": 131.43,
318
+ "text": "Mit einem neuen Ohrenschmaus\n\n",
319
+ "text_tagged": "Mit einem neuen Ohrenschmaus\n\n"
320
+ },
321
+ {
322
+ "start": 134.51,
323
+ "end": 135.65,
324
+ "text": "Ja, was neues zu hör'n\n",
325
+ "text_tagged": "Ja, was neues zu hör'n\n"
326
+ },
327
+ {
328
+ "start": 135.65,
329
+ "end": 136.7,
330
+ "text": "Dass es noch nicht gab\n",
331
+ "text_tagged": "Dass es noch nicht gab\n"
332
+ },
333
+ {
334
+ "start": 136.76,
335
+ "end": 137.82,
336
+ "text": "Ist der ganze Törn\n",
337
+ "text_tagged": "Ist der ganze Törn\n"
338
+ },
339
+ {
340
+ "start": 137.91,
341
+ "end": 138.88,
342
+ "text": "Ist der helle Tag\n\n",
343
+ "text_tagged": "Ist der helle Tag\n\n"
344
+ },
345
+ {
346
+ "start": 138.94,
347
+ "end": 140.2,
348
+ "text": "Es ist ein Hochgefühl\n",
349
+ "text_tagged": "Es ist ein Hochgefühl\n"
350
+ },
351
+ {
352
+ "start": 140.2,
353
+ "end": 141.29,
354
+ "text": "Dass sich in dir aufstellt\n",
355
+ "text_tagged": "Dass sich in dir aufstellt\n"
356
+ },
357
+ {
358
+ "start": 141.36,
359
+ "end": 142.47,
360
+ "text": "Dein warmer Regen\n",
361
+ "text_tagged": "Dein warmer Regen\n"
362
+ },
363
+ {
364
+ "start": 142.47,
365
+ "end": 143.65,
366
+ "text": "Der aus dir rausquellt\n",
367
+ "text_tagged": "Der aus dir rausquellt\n"
368
+ },
369
+ {
370
+ "start": 143.65,
371
+ "end": 144.77,
372
+ "text": "Ganz allein dafür\n",
373
+ "text_tagged": "Ganz allein dafür\n"
374
+ },
375
+ {
376
+ "start": 144.85,
377
+ "end": 145.86,
378
+ "text": "Lohnt der Aufwand schon\n",
379
+ "text_tagged": "Lohnt der Aufwand schon\n"
380
+ },
381
+ {
382
+ "start": 145.96,
383
+ "end": 147.01,
384
+ "text": "Und die neuen Töne\n",
385
+ "text_tagged": "Und die neuen Töne\n"
386
+ },
387
+ {
388
+ "start": 147.01,
389
+ "end": 149.03,
390
+ "text": "Sind der höchste Lohn\n\n",
391
+ "text_tagged": "Sind der höchste Lohn\n\n"
392
+ },
393
+ {
394
+ "start": 148.55,
395
+ "end": 154.88,
396
+ "text": "(Uh, ah-ja, eh-jo)\n",
397
+ "text_tagged": "<nl> (Uh, ah-ja, eh-jo) </nl>\n"
398
+ },
399
+ {
400
+ "start": 154.95,
401
+ "end": 156.07,
402
+ "text": "Ich mach' Musik, Musik\n",
403
+ "text_tagged": "Ich mach' Musik, Musik\n"
404
+ },
405
+ {
406
+ "start": 156.22,
407
+ "end": 157.46,
408
+ "text": "Weil es mich schon immer trieb\n",
409
+ "text_tagged": "Weil es mich schon immer trieb\n"
410
+ },
411
+ {
412
+ "start": 157.67,
413
+ "end": 164.01,
414
+ "text": "(Uh, ah-ja, eh-jo)\n",
415
+ "text_tagged": "<nl> (Uh, ah-ja, eh-jo) </nl>\n"
416
+ },
417
+ {
418
+ "start": 164.1,
419
+ "end": 165.22,
420
+ "text": "Ich mach' Musik, Musik\n",
421
+ "text_tagged": "Ich mach' Musik, Musik\n"
422
+ },
423
+ {
424
+ "start": 165.37,
425
+ "end": 166.56,
426
+ "text": "Every day and every week\n\n",
427
+ "text_tagged": "Every day and every week\n\n"
428
+ },
429
+ {
430
+ "start": 203.1,
431
+ "end": 204.24,
432
+ "text": "Zu den schönsten Sachen\n",
433
+ "text_tagged": "Zu den schönsten Sachen\n"
434
+ },
435
+ {
436
+ "start": 204.24,
437
+ "end": 205.37,
438
+ "text": "Am Musik machen\n",
439
+ "text_tagged": "Am Musik machen\n"
440
+ },
441
+ {
442
+ "start": 205.37,
443
+ "end": 206.51,
444
+ "text": "Gehört der Jam\n",
445
+ "text_tagged": "Gehört der Jam\n"
446
+ },
447
+ {
448
+ "start": 206.51,
449
+ "end": 207.71,
450
+ "text": "Den andere entfachen\n",
451
+ "text_tagged": "Den andere entfachen\n"
452
+ },
453
+ {
454
+ "start": 207.71,
455
+ "end": 208.77,
456
+ "text": "Du gemeinsam suchst\n",
457
+ "text_tagged": "Du gemeinsam suchst\n"
458
+ },
459
+ {
460
+ "start": 208.77,
461
+ "end": 209.94,
462
+ "text": "Und gemeinsam findest\n",
463
+ "text_tagged": "Und gemeinsam findest\n"
464
+ },
465
+ {
466
+ "start": 209.94,
467
+ "end": 210.97,
468
+ "text": "Ohne dass du dich\n",
469
+ "text_tagged": "Ohne dass du dich\n"
470
+ },
471
+ {
472
+ "start": 211.08,
473
+ "end": 212.14,
474
+ "text": "Nur an Formen bindest\n\n",
475
+ "text_tagged": "Nur an Formen bindest\n\n"
476
+ },
477
+ {
478
+ "start": 212.34,
479
+ "end": 213.34,
480
+ "text": "Ins Blaue hinein\n",
481
+ "text_tagged": "Ins Blaue hinein\n"
482
+ },
483
+ {
484
+ "start": 213.34,
485
+ "end": 215.16,
486
+ "text": "Zu viert zu drei'n oder zwei'n\n",
487
+ "text_tagged": "Zu viert zu drei'n oder zwei'n\n"
488
+ },
489
+ {
490
+ "start": 215.16,
491
+ "end": 216.14,
492
+ "text": "Ist ein Geschehen\n",
493
+ "text_tagged": "Ist ein Geschehen\n"
494
+ },
495
+ {
496
+ "start": 216.14,
497
+ "end": 217.24,
498
+ "text": "Mit göttlichen Weihen\n",
499
+ "text_tagged": "Mit göttlichen Weihen\n"
500
+ },
501
+ {
502
+ "start": 217.51,
503
+ "end": 219.08,
504
+ "text": "Communio, im engsten Sinne\n",
505
+ "text_tagged": "Communio, im engsten Sinne\n"
506
+ },
507
+ {
508
+ "start": 219.08,
509
+ "end": 220.11,
510
+ "text": "Eine Einigkeit\n",
511
+ "text_tagged": "Eine Einigkeit\n"
512
+ },
513
+ {
514
+ "start": 220.11,
515
+ "end": 221.46,
516
+ "text": "In der ich mich gewinne\n\n",
517
+ "text_tagged": "In der ich mich gewinne\n\n"
518
+ },
519
+ {
520
+ "start": 223.97,
521
+ "end": 230.24,
522
+ "text": "(Uh, ah-ja, eh-jo)\n",
523
+ "text_tagged": "<nl> (Uh, ah-ja, eh-jo) </nl>\n"
524
+ },
525
+ {
526
+ "start": 230.37,
527
+ "end": 231.51,
528
+ "text": "Ich mach' Musik, Musik\n",
529
+ "text_tagged": "Ich mach' Musik, Musik\n"
530
+ },
531
+ {
532
+ "start": 231.65,
533
+ "end": 232.96,
534
+ "text": "Weil es mich schon immer trieb\n",
535
+ "text_tagged": "Weil es mich schon immer trieb\n"
536
+ },
537
+ {
538
+ "start": 233.1,
539
+ "end": 239.4,
540
+ "text": "(Uh, ah-ja, eh-jo)\n",
541
+ "text_tagged": "<nl> (Uh, ah-ja, eh-jo) </nl>\n"
542
+ },
543
+ {
544
+ "start": 239.53,
545
+ "end": 240.68,
546
+ "text": "Ich mach' Musik, Musik\n",
547
+ "text_tagged": "Ich mach' Musik, Musik\n"
548
+ },
549
+ {
550
+ "start": 240.8,
551
+ "end": 242.19,
552
+ "text": "Every day and every week\n",
553
+ "text_tagged": "Every day and every week\n"
554
+ }
555
+ ]
556
  }
alignment/Die_Revolution_gehört_Dir!_-_partysahnen.json CHANGED
@@ -1,209 +1,250 @@
1
  {
2
- "lines": [
3
- {
4
- "start": 20.43,
5
- "end": 23.22,
6
- "text": "Weißt du noch damals\n"
7
- },
8
- {
9
- "start": 23.27,
10
- "end": 26.4,
11
- "text": "Als wir durch die Straßen gingen\n"
12
- },
13
- {
14
- "start": 26.93,
15
- "end": 29.4,
16
- "text": "Weißt du noch damals\n"
17
- },
18
- {
19
- "start": 29.4,
20
- "end": 32.63,
21
- "text": "Als die Revolution in den Köpfen war\n\n"
22
- },
23
- {
24
- "start": 33.41,
25
- "end": 35.86,
26
- "text": "Und damals dachten sie\n"
27
- },
28
- {
29
- "start": 36.05,
30
- "end": 39.5,
31
- "text": "Sie wären unbesiegbar\n"
32
- },
33
- {
34
- "start": 39.92,
35
- "end": 42.59,
36
- "text": "Und damals fühlten sie sich\n"
37
- },
38
- {
39
- "start": 42.59,
40
- "end": 46.13,
41
- "text": "Zusammen einfach unschlagbar\n\n"
42
- },
43
- {
44
- "start": 66.37,
45
- "end": 68.58,
46
- "text": "Heute sind sie\n"
47
- },
48
- {
49
- "start": 68.78,
50
- "end": 71.72,
51
- "text": "In Seattle und Cancún\n"
52
- },
53
- {
54
- "start": 72.36,
55
- "end": 74.99,
56
- "text": "Streiten für Freiheit\n"
57
- },
58
- {
59
- "start": 75.27,
60
- "end": 78.68,
61
- "text": "Und für Revoluzzer-Ruhm\n\n"
62
- },
63
- {
64
- "start": 79.11,
65
- "end": 81.53,
66
- "text": "Sie rufen gemeinsam\n"
67
- },
68
- {
69
- "start": 80.7,
70
- "end": 84.91,
71
- "text": "(Rufen gemeinsam)\n"
72
- },
73
- {
74
- "start": 81.57,
75
- "end": 84.8,
76
- "text": "Zur letzten großen Schlacht\n"
77
- },
78
- {
79
- "start": 85.38,
80
- "end": 88.13,
81
- "text": "Den Hüttenfrieden\n"
82
- },
83
- {
84
- "start": 87.33,
85
- "end": 91.63,
86
- "text": "(Frieden)\n"
87
- },
88
- {
89
- "start": 88.25,
90
- "end": 91.63,
91
- "text": "Rohe Gewalt kostet Macht\n\n"
92
- },
93
- {
94
- "start": 91.9,
95
- "end": 94.24,
96
- "text": "Und ich steh' auf der Straße\n"
97
- },
98
- {
99
- "start": 93.71,
100
- "end": 95.83,
101
- "text": "(Ich steh auf der Straße)\n"
102
- },
103
- {
104
- "start": 95.3,
105
- "end": 98.05,
106
- "text": "Und weiß nicht, was soll ich hier\n"
107
- },
108
- {
109
- "start": 96.97,
110
- "end": 99.68,
111
- "text": "(Und weiß nicht, was soll ich hier)\n"
112
- },
113
- {
114
- "start": 98.59,
115
- "end": 100.39,
116
- "text": "Ich bin nicht dagegen\n"
117
- },
118
- {
119
- "start": 100.26,
120
- "end": 101.98,
121
- "text": "(Ich bin nicht dagegen)\n"
122
- },
123
- {
124
- "start": 101.84,
125
- "end": 103.99,
126
- "text": "Ich bin nicht dafür\n"
127
- },
128
- {
129
- "start": 103.27,
130
- "end": 105.39,
131
- "text": "(Und ich bin nicht dafür)\n"
132
- },
133
- {
134
- "start": 105.03,
135
- "end": 107.5,
136
- "text": "Ich fühl' meine Ohnmacht\n"
137
- },
138
- {
139
- "start": 106.67,
140
- "end": 108.83,
141
- "text": "(Ich fühl' meine Ohnmacht)\n"
142
- },
143
- {
144
- "start": 108.34,
145
- "end": 110.56,
146
- "text": "Und geh' jetzt nach Hause\n"
147
- },
148
- {
149
- "start": 109.97,
150
- "end": 111.65,
151
- "text": "(Und geh' jetzt nach Hause)\n"
152
- },
153
- {
154
- "start": 111.53,
155
- "end": 114.2,
156
- "text": "Wo seid ihr denn alle?\n"
157
- },
158
- {
159
- "start": 113.1,
160
- "end": 115.43,
161
- "text": "(Wo seid ihr denn alle?)\n"
162
- },
163
- {
164
- "start": 114.78,
165
- "end": 117.58,
166
- "text": "Die Bühne gehört jetzt dir\n\n"
167
- },
168
- {
169
- "start": 144.04,
170
- "end": 146.5,
171
- "text": "Die Revolution gehört dir\n"
172
- },
173
- {
174
- "start": 145.64,
175
- "end": 148.65,
176
- "text": "(Die Revolution)\n"
177
- },
178
- {
179
- "start": 147.32,
180
- "end": 149.77,
181
- "text": "Die Revolution gehört dir\n"
182
- },
183
- {
184
- "start": 148.94,
185
- "end": 151.91,
186
- "text": "(Die Revolution)\n"
187
- },
188
- {
189
- "start": 150.54,
190
- "end": 153.14,
191
- "text": "Die Revolution gehört dir\n"
192
- },
193
- {
194
- "start": 152.18,
195
- "end": 155.07,
196
- "text": "(Die Revolution)\n"
197
- },
198
- {
199
- "start": 153.76,
200
- "end": 156.42,
201
- "text": "Die Revolution gehört dir\n"
202
- },
203
- {
204
- "start": 155.39,
205
- "end": 160.5,
206
- "text": "(Die Revolution)\n"
207
- }
208
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
209
  }
 
1
  {
2
+ "lines": [
3
+ {
4
+ "start": 20.43,
5
+ "end": 23.22,
6
+ "text": "Weißt du noch damals\n",
7
+ "text_tagged": "Weißt du noch damals\n"
8
+ },
9
+ {
10
+ "start": 23.27,
11
+ "end": 26.4,
12
+ "text": "Als wir durch die Straßen gingen\n",
13
+ "text_tagged": "Als wir durch die Straßen gingen\n"
14
+ },
15
+ {
16
+ "start": 26.93,
17
+ "end": 29.4,
18
+ "text": "Weißt du noch damals\n",
19
+ "text_tagged": "Weißt du noch damals\n"
20
+ },
21
+ {
22
+ "start": 29.4,
23
+ "end": 32.63,
24
+ "text": "Als die Revolution in den Köpfen war\n\n",
25
+ "text_tagged": "Als die Revolution in den Köpfen war\n\n"
26
+ },
27
+ {
28
+ "start": 33.41,
29
+ "end": 35.86,
30
+ "text": "Und damals dachten sie\n",
31
+ "text_tagged": "Und damals dachten sie\n"
32
+ },
33
+ {
34
+ "start": 36.05,
35
+ "end": 39.5,
36
+ "text": "Sie wären unbesiegbar\n",
37
+ "text_tagged": "Sie wären unbesiegbar\n"
38
+ },
39
+ {
40
+ "start": 39.92,
41
+ "end": 42.59,
42
+ "text": "Und damals fühlten sie sich\n",
43
+ "text_tagged": "Und damals fühlten sie sich\n"
44
+ },
45
+ {
46
+ "start": 42.59,
47
+ "end": 46.13,
48
+ "text": "Zusammen einfach unschlagbar\n\n",
49
+ "text_tagged": "Zusammen einfach unschlagbar\n\n"
50
+ },
51
+ {
52
+ "start": 66.37,
53
+ "end": 68.58,
54
+ "text": "Heute sind sie\n",
55
+ "text_tagged": "Heute sind sie\n"
56
+ },
57
+ {
58
+ "start": 68.78,
59
+ "end": 71.72,
60
+ "text": "In Seattle und Cancún\n",
61
+ "text_tagged": "In Seattle und Cancún\n"
62
+ },
63
+ {
64
+ "start": 72.36,
65
+ "end": 74.99,
66
+ "text": "Streiten für Freiheit\n",
67
+ "text_tagged": "Streiten für Freiheit\n"
68
+ },
69
+ {
70
+ "start": 75.27,
71
+ "end": 78.68,
72
+ "text": "Und für Revoluzzer-Ruhm\n\n",
73
+ "text_tagged": "Und für Revoluzzer-Ruhm\n\n"
74
+ },
75
+ {
76
+ "start": 79.11,
77
+ "end": 81.53,
78
+ "text": "Sie rufen gemeinsam\n",
79
+ "text_tagged": "Sie rufen gemeinsam\n"
80
+ },
81
+ {
82
+ "start": 80.7,
83
+ "end": 84.91,
84
+ "text": "(Rufen gemeinsam)\n",
85
+ "text_tagged": "(Rufen gemeinsam)\n"
86
+ },
87
+ {
88
+ "start": 81.57,
89
+ "end": 84.8,
90
+ "text": "Zur letzten großen Schlacht\n",
91
+ "text_tagged": "Zur letzten großen Schlacht\n"
92
+ },
93
+ {
94
+ "start": 85.38,
95
+ "end": 88.13,
96
+ "text": "Den Hüttenfrieden\n",
97
+ "text_tagged": "Den Hüttenfrieden\n"
98
+ },
99
+ {
100
+ "start": 87.33,
101
+ "end": 91.63,
102
+ "text": "(Frieden)\n",
103
+ "text_tagged": "(Frieden)\n"
104
+ },
105
+ {
106
+ "start": 88.25,
107
+ "end": 91.63,
108
+ "text": "Rohe Gewalt kostet Macht\n\n",
109
+ "text_tagged": "Rohe Gewalt kostet Macht\n\n"
110
+ },
111
+ {
112
+ "start": 91.9,
113
+ "end": 94.24,
114
+ "text": "Und ich steh' auf der Straße\n",
115
+ "text_tagged": "Und ich steh' auf der Straße\n"
116
+ },
117
+ {
118
+ "start": 93.71,
119
+ "end": 95.83,
120
+ "text": "(Ich steh auf der Straße)\n",
121
+ "text_tagged": "(Ich steh auf der Straße)\n"
122
+ },
123
+ {
124
+ "start": 95.3,
125
+ "end": 98.05,
126
+ "text": "Und weiß nicht, was soll ich hier\n",
127
+ "text_tagged": "Und weiß nicht, was soll ich hier\n"
128
+ },
129
+ {
130
+ "start": 96.97,
131
+ "end": 99.68,
132
+ "text": "(Und weiß nicht, was soll ich hier)\n",
133
+ "text_tagged": "(Und weiß nicht, was soll ich hier)\n"
134
+ },
135
+ {
136
+ "start": 98.59,
137
+ "end": 100.39,
138
+ "text": "Ich bin nicht dagegen\n",
139
+ "text_tagged": "Ich bin nicht dagegen\n"
140
+ },
141
+ {
142
+ "start": 100.26,
143
+ "end": 101.98,
144
+ "text": "(Ich bin nicht dagegen)\n",
145
+ "text_tagged": "(Ich bin nicht dagegen)\n"
146
+ },
147
+ {
148
+ "start": 101.84,
149
+ "end": 103.99,
150
+ "text": "Ich bin nicht dafür\n",
151
+ "text_tagged": "Ich bin nicht dafür\n"
152
+ },
153
+ {
154
+ "start": 103.27,
155
+ "end": 105.39,
156
+ "text": "(Und ich bin nicht dafür)\n",
157
+ "text_tagged": "(Und ich bin nicht dafür)\n"
158
+ },
159
+ {
160
+ "start": 105.03,
161
+ "end": 107.5,
162
+ "text": "Ich fühl' meine Ohnmacht\n",
163
+ "text_tagged": "Ich fühl' meine Ohnmacht\n"
164
+ },
165
+ {
166
+ "start": 106.67,
167
+ "end": 108.83,
168
+ "text": "(Ich fühl' meine Ohnmacht)\n",
169
+ "text_tagged": "(Ich fühl' meine Ohnmacht)\n"
170
+ },
171
+ {
172
+ "start": 108.34,
173
+ "end": 110.56,
174
+ "text": "Und geh' jetzt nach Hause\n",
175
+ "text_tagged": "Und geh' jetzt nach Hause\n"
176
+ },
177
+ {
178
+ "start": 109.97,
179
+ "end": 111.65,
180
+ "text": "(Und geh' jetzt nach Hause)\n",
181
+ "text_tagged": "(Und geh' jetzt nach Hause)\n"
182
+ },
183
+ {
184
+ "start": 111.53,
185
+ "end": 114.2,
186
+ "text": "Wo seid ihr denn alle?\n",
187
+ "text_tagged": "Wo seid ihr denn alle?\n"
188
+ },
189
+ {
190
+ "start": 113.1,
191
+ "end": 115.43,
192
+ "text": "(Wo seid ihr denn alle?)\n",
193
+ "text_tagged": "(Wo seid ihr denn alle?)\n"
194
+ },
195
+ {
196
+ "start": 114.78,
197
+ "end": 117.58,
198
+ "text": "Die Bühne gehört jetzt dir\n\n",
199
+ "text_tagged": "Die Bühne gehört jetzt dir\n\n"
200
+ },
201
+ {
202
+ "start": 144.04,
203
+ "end": 146.5,
204
+ "text": "Die Revolution gehört dir\n",
205
+ "text_tagged": "Die Revolution gehört dir\n"
206
+ },
207
+ {
208
+ "start": 145.64,
209
+ "end": 148.65,
210
+ "text": "(Die Revolution)\n",
211
+ "text_tagged": "(Die Revolution)\n"
212
+ },
213
+ {
214
+ "start": 147.32,
215
+ "end": 149.77,
216
+ "text": "Die Revolution gehört dir\n",
217
+ "text_tagged": "Die Revolution gehört dir\n"
218
+ },
219
+ {
220
+ "start": 148.94,
221
+ "end": 151.91,
222
+ "text": "(Die Revolution)\n",
223
+ "text_tagged": "(Die Revolution)\n"
224
+ },
225
+ {
226
+ "start": 150.54,
227
+ "end": 153.14,
228
+ "text": "Die Revolution gehört dir\n",
229
+ "text_tagged": "Die Revolution gehört dir\n"
230
+ },
231
+ {
232
+ "start": 152.18,
233
+ "end": 155.07,
234
+ "text": "(Die Revolution)\n",
235
+ "text_tagged": "(Die Revolution)\n"
236
+ },
237
+ {
238
+ "start": 153.76,
239
+ "end": 156.42,
240
+ "text": "Die Revolution gehört dir\n",
241
+ "text_tagged": "Die Revolution gehört dir\n"
242
+ },
243
+ {
244
+ "start": 155.39,
245
+ "end": 160.5,
246
+ "text": "(Die Revolution)\n",
247
+ "text_tagged": "(Die Revolution)\n"
248
+ }
249
+ ]
250
  }
alignment/Diosa_de_la_noche_-_Brunela_Crochenci.json CHANGED
@@ -1,149 +1,178 @@
1
  {
2
- "lines": [
3
- {
4
- "start": 11.21,
5
- "end": 15.88,
6
- "text": "Ella es un misterio para la humanidad\n"
7
- },
8
- {
9
- "start": 16.62,
10
- "end": 21.05,
11
- "text": "No hay leyenda alguna que revele su verdad\n"
12
- },
13
- {
14
- "start": 21.91,
15
- "end": 26.57,
16
- "text": "Viaja entre las sombras, es la eterna oscuridad\n"
17
- },
18
- {
19
- "start": 27.38,
20
- "end": 31.27,
21
- "text": "Deja que te cuente un poco más\n\n"
22
- },
23
- {
24
- "start": 32.7,
25
- "end": 37.23,
26
- "text": "Cabellos de plata y mirada de cristal\n"
27
- },
28
- {
29
- "start": 38.02,
30
- "end": 42.42,
31
- "text": "Una piel radiante y oscura como el mar\n"
32
- },
33
- {
34
- "start": 43.23,
35
- "end": 47.86,
36
- "text": "Las criaturas duermen con su arrullo angelical\n"
37
- },
38
- {
39
- "start": 48.66,
40
- "end": 52.89,
41
- "text": "Deja que te cuente un poco más\n\n"
42
- },
43
- {
44
- "start": 53.69,
45
- "end": 60.74,
46
- "text": "Y dicen que ella vive aquí desde hace años\n"
47
- },
48
- {
49
- "start": 61.65,
50
- "end": 63.72,
51
- "text": "Y que pocos la verán\n"
52
- },
53
- {
54
- "start": 64.28,
55
- "end": 73.06,
56
- "text": "Y dicen que nadie pudo olvidar su canto, oh, uoh\n\n"
57
- },
58
- {
59
- "start": 75.36,
60
- "end": 79.91,
61
- "text": "Ella es un misterio para la humanidad\n"
62
- },
63
- {
64
- "start": 80.7,
65
- "end": 85.11,
66
- "text": "Pero nadie duda de su inmortalidad\n"
67
- },
68
- {
69
- "start": 86.03,
70
- "end": 90.2,
71
- "text": "Nadie le hace sombra, es la eterna oscuridad\n"
72
- },
73
- {
74
- "start": 91.37,
75
- "end": 95.3,
76
- "text": "Deja que te cuente un poco más\n\n"
77
- },
78
- {
79
- "start": 96.69,
80
- "end": 101.36,
81
- "text": "Fue incomprendida a causa de su gran poder\n"
82
- },
83
- {
84
- "start": 102.03,
85
- "end": 106.58,
86
- "text": "Algo en su mirada puede hacerte estremecer\n"
87
- },
88
- {
89
- "start": 107.33,
90
- "end": 111.38,
91
- "text": "Carga con heridas que no dejan de doler\n"
92
- },
93
- {
94
- "start": 112.7,
95
- "end": 116.69,
96
- "text": "Deja que te cuente un poco más\n\n"
97
- },
98
- {
99
- "start": 117.61,
100
- "end": 124.84,
101
- "text": "Y dicen que ella vive aquí desde hace años\n"
102
- },
103
- {
104
- "start": 125.64,
105
- "end": 127.66,
106
- "text": "Y que pocos la verán\n"
107
- },
108
- {
109
- "start": 128.28,
110
- "end": 137.38,
111
- "text": "Y dicen que nadie pudo olvidar su canto, oh, uoh\n"
112
- },
113
- {
114
- "start": 138.95,
115
- "end": 149.5,
116
- "text": "Uh-oh-oh, uh-oh-oh-oh, uh-oh-oh, uh-oh-oh-oh\n"
117
- },
118
- {
119
- "start": 149.71,
120
- "end": 159.95,
121
- "text": "Uh-oh-oh, uh-oh-oh, oh-oh, oh\n\n"
122
- },
123
- {
124
- "start": 160.04,
125
- "end": 167.68,
126
- "text": "Y dicen que ella vive aquí desde hace años\n"
127
- },
128
- {
129
- "start": 168.35,
130
- "end": 170.48,
131
- "text": "Y que pocos la verán\n"
132
- },
133
- {
134
- "start": 170.97,
135
- "end": 181.25,
136
- "text": "Y dicen que nadie pudo olvidar su canto, oh, uoh-uoh\n"
137
- },
138
- {
139
- "start": 181.57,
140
- "end": 192.25,
141
- "text": "Uh-oh-oh, uh-oh-oh-oh, uh-oh-oh, uh-oh-oh-oh\n"
142
- },
143
- {
144
- "start": 192.32,
145
- "end": 202.63,
146
- "text": "Uh-oh-oh, uh-oh-oh, oh-oh, oh\n"
147
- }
148
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
149
  }
 
1
  {
2
+ "lines": [
3
+ {
4
+ "start": 11.21,
5
+ "end": 15.88,
6
+ "text": "Ella es un misterio para la humanidad\n",
7
+ "text_tagged": "Ella es un misterio para la humanidad\n"
8
+ },
9
+ {
10
+ "start": 16.62,
11
+ "end": 21.05,
12
+ "text": "No hay leyenda alguna que revele su verdad\n",
13
+ "text_tagged": "No hay leyenda alguna que revele su verdad\n"
14
+ },
15
+ {
16
+ "start": 21.91,
17
+ "end": 26.57,
18
+ "text": "Viaja entre las sombras, es la eterna oscuridad\n",
19
+ "text_tagged": "Viaja entre las sombras, es la eterna oscuridad\n"
20
+ },
21
+ {
22
+ "start": 27.38,
23
+ "end": 31.27,
24
+ "text": "Deja que te cuente un poco más\n\n",
25
+ "text_tagged": "Deja que te cuente un poco más\n\n"
26
+ },
27
+ {
28
+ "start": 32.7,
29
+ "end": 37.23,
30
+ "text": "Cabellos de plata y mirada de cristal\n",
31
+ "text_tagged": "Cabellos de plata y mirada de cristal\n"
32
+ },
33
+ {
34
+ "start": 38.02,
35
+ "end": 42.42,
36
+ "text": "Una piel radiante y oscura como el mar\n",
37
+ "text_tagged": "Una piel radiante y oscura como el mar\n"
38
+ },
39
+ {
40
+ "start": 43.23,
41
+ "end": 47.86,
42
+ "text": "Las criaturas duermen con su arrullo angelical\n",
43
+ "text_tagged": "Las criaturas duermen con su arrullo angelical\n"
44
+ },
45
+ {
46
+ "start": 48.66,
47
+ "end": 52.89,
48
+ "text": "Deja que te cuente un poco más\n\n",
49
+ "text_tagged": "Deja que te cuente un poco más\n\n"
50
+ },
51
+ {
52
+ "start": 53.69,
53
+ "end": 60.74,
54
+ "text": "Y dicen que ella vive aquí desde hace años\n",
55
+ "text_tagged": "Y dicen que ella vive aquí desde hace años\n"
56
+ },
57
+ {
58
+ "start": 61.65,
59
+ "end": 63.72,
60
+ "text": "Y que pocos la verán\n",
61
+ "text_tagged": "Y que pocos la verán\n"
62
+ },
63
+ {
64
+ "start": 64.28,
65
+ "end": 73.06,
66
+ "text": "Y dicen que nadie pudo olvidar su canto, oh, uoh\n\n",
67
+ "text_tagged": "Y dicen que nadie pudo olvidar su canto, <nl> oh, uoh </nl>\n\n"
68
+ },
69
+ {
70
+ "start": 75.36,
71
+ "end": 79.91,
72
+ "text": "Ella es un misterio para la humanidad\n",
73
+ "text_tagged": "Ella es un misterio para la humanidad\n"
74
+ },
75
+ {
76
+ "start": 80.7,
77
+ "end": 85.11,
78
+ "text": "Pero nadie duda de su inmortalidad\n",
79
+ "text_tagged": "Pero nadie duda de su inmortalidad\n"
80
+ },
81
+ {
82
+ "start": 86.03,
83
+ "end": 90.2,
84
+ "text": "Nadie le hace sombra, es la eterna oscuridad\n",
85
+ "text_tagged": "Nadie le hace sombra, es la eterna oscuridad\n"
86
+ },
87
+ {
88
+ "start": 91.37,
89
+ "end": 95.3,
90
+ "text": "Deja que te cuente un poco más\n\n",
91
+ "text_tagged": "Deja que te cuente un poco más\n\n"
92
+ },
93
+ {
94
+ "start": 96.69,
95
+ "end": 101.36,
96
+ "text": "Fue incomprendida a causa de su gran poder\n",
97
+ "text_tagged": "Fue incomprendida a causa de su gran poder\n"
98
+ },
99
+ {
100
+ "start": 102.03,
101
+ "end": 106.58,
102
+ "text": "Algo en su mirada puede hacerte estremecer\n",
103
+ "text_tagged": "Algo en su mirada puede hacerte estremecer\n"
104
+ },
105
+ {
106
+ "start": 107.33,
107
+ "end": 111.38,
108
+ "text": "Carga con heridas que no dejan de doler\n",
109
+ "text_tagged": "Carga con heridas que no dejan de doler\n"
110
+ },
111
+ {
112
+ "start": 112.7,
113
+ "end": 116.69,
114
+ "text": "Deja que te cuente un poco más\n\n",
115
+ "text_tagged": "Deja que te cuente un poco más\n\n"
116
+ },
117
+ {
118
+ "start": 117.61,
119
+ "end": 124.84,
120
+ "text": "Y dicen que ella vive aquí desde hace años\n",
121
+ "text_tagged": "Y dicen que ella vive aquí desde hace años\n"
122
+ },
123
+ {
124
+ "start": 125.64,
125
+ "end": 127.66,
126
+ "text": "Y que pocos la verán\n",
127
+ "text_tagged": "Y que pocos la verán\n"
128
+ },
129
+ {
130
+ "start": 128.28,
131
+ "end": 137.38,
132
+ "text": "Y dicen que nadie pudo olvidar su canto, oh, uoh\n",
133
+ "text_tagged": "Y dicen que nadie pudo olvidar su canto, <nl> oh, uoh </nl>\n"
134
+ },
135
+ {
136
+ "start": 138.95,
137
+ "end": 149.5,
138
+ "text": "Uh-oh-oh, uh-oh-oh-oh, uh-oh-oh, uh-oh-oh-oh\n",
139
+ "text_tagged": "<nl> Uh-oh-oh, uh-oh-oh-oh, uh-oh-oh, uh-oh-oh-oh </nl>\n"
140
+ },
141
+ {
142
+ "start": 149.71,
143
+ "end": 159.95,
144
+ "text": "Uh-oh-oh, uh-oh-oh, oh-oh, oh\n\n",
145
+ "text_tagged": "<nl> Uh-oh-oh, uh-oh-oh, oh-oh, oh </nl>\n\n"
146
+ },
147
+ {
148
+ "start": 160.04,
149
+ "end": 167.68,
150
+ "text": "Y dicen que ella vive aquí desde hace años\n",
151
+ "text_tagged": "Y dicen que ella vive aquí desde hace años\n"
152
+ },
153
+ {
154
+ "start": 168.35,
155
+ "end": 170.48,
156
+ "text": "Y que pocos la verán\n",
157
+ "text_tagged": "Y que pocos la verán\n"
158
+ },
159
+ {
160
+ "start": 170.97,
161
+ "end": 181.25,
162
+ "text": "Y dicen que nadie pudo olvidar su canto, oh, uoh-uoh\n",
163
+ "text_tagged": "Y dicen que nadie pudo olvidar su canto, <nl> oh, uoh-uoh </nl>\n"
164
+ },
165
+ {
166
+ "start": 181.57,
167
+ "end": 192.25,
168
+ "text": "Uh-oh-oh, uh-oh-oh-oh, uh-oh-oh, uh-oh-oh-oh\n",
169
+ "text_tagged": "<nl> Uh-oh-oh, uh-oh-oh-oh, uh-oh-oh, uh-oh-oh-oh </nl>\n"
170
+ },
171
+ {
172
+ "start": 192.32,
173
+ "end": 202.63,
174
+ "text": "Uh-oh-oh, uh-oh-oh, oh-oh, oh\n",
175
+ "text_tagged": "<nl> Uh-oh-oh, uh-oh-oh, oh-oh, oh </nl>\n"
176
+ }
177
+ ]
178
  }
alignment/Drei_Nüsse_-_patrouille.json CHANGED
@@ -1,274 +1,328 @@
1
  {
2
- "lines": [
3
- {
4
- "start": 16.48,
5
- "end": 19.33,
6
- "text": "Komm her, komm her, komm her zu mir\n"
7
- },
8
- {
9
- "start": 20.0,
10
- "end": 23.26,
11
- "text": "Du hast drei Wünsche frei, komm und sag, was wünschst du dir?\n"
12
- },
13
- {
14
- "start": 23.84,
15
- "end": 26.79,
16
- "text": "Komm her, komm her, komm her, mein Kind\n"
17
- },
18
- {
19
- "start": 27.36,
20
- "end": 30.76,
21
- "text": "Ich hab' für dich drei Nüsse, die für deine Wünsche sind\n\n"
22
- },
23
- {
24
- "start": 31.07,
25
- "end": 34.13,
26
- "text": "Drei Nüsse, das ist cool, Mann, wie im Film vom Aschenbrödel\n"
27
- },
28
- {
29
- "start": 34.46,
30
- "end": 37.04,
31
- "text": "Endlich Schluss mit all den Sorgen von gestern\n"
32
- },
33
- {
34
- "start": 37.33,
35
- "end": 40.61,
36
- "text": "Heute und morgen geht nur noch die Party ab, her mit den Nüssen\n"
37
- },
38
- {
39
- "start": 40.77,
40
- "end": 42.68,
41
- "text": "Ich geh ins KDW zum Shoppen\n"
42
- },
43
- {
44
- "start": 42.76,
45
- "end": 46.41,
46
- "text": "Korken knallen, Hüllen fallen, und die Popkörner poppen\n"
47
- },
48
- {
49
- "start": 46.7,
50
- "end": 49.85,
51
- "text": "Nie wieder das Gerödel und nie wieder Füße küssen\n"
52
- },
53
- {
54
- "start": 50.14,
55
- "end": 53.71,
56
- "text": "Meine Eier muss ich nicht mehr bei der Nachbarin ausborgen\n"
57
- },
58
- {
59
- "start": 53.71,
60
- "end": 57.23,
61
- "text": "Ich nehm Geld, Auto, Yacht, 'n paar von den krassesten Schnitten\n"
62
- },
63
- {
64
- "start": 57.41,
65
- "end": 61.15,
66
- "text": "Du weißt, die echten Luxusteile mit den monstergroßen Augen\n"
67
- },
68
- {
69
- "start": 61.28,
70
- "end": 64.66,
71
- "text": "Und die andern sollen sich meine Tracks aus dem Netz runtersaugen\n"
72
- },
73
- {
74
- "start": 64.96,
75
- "end": 68.23,
76
- "text": "Ich sag an, was geht und muss nicht mehr um Anerkennung bitten\n\n"
77
- },
78
- {
79
- "start": 68.23,
80
- "end": 71.1,
81
- "text": "Komm her, komm her, komm her zu mir\n"
82
- },
83
- {
84
- "start": 71.66,
85
- "end": 75.06,
86
- "text": "Du hast drei Wünsche frei, komm und sag, was wünschst du dir?\n"
87
- },
88
- {
89
- "start": 75.6,
90
- "end": 78.53,
91
- "text": "Komm her, komm her, komm her mein Kind\n"
92
- },
93
- {
94
- "start": 79.07,
95
- "end": 82.27,
96
- "text": "Ich hab' für dich drei Nüsse, die für deine Wünsche sind\n\n"
97
- },
98
- {
99
- "start": 82.27,
100
- "end": 83.94,
101
- "text": "Okay, das war 'n bisschen viel\n"
102
- },
103
- {
104
- "start": 84.1,
105
- "end": 86.95,
106
- "text": "Ich nehm' nur Cash, die anderen Sachen kann ich kaufen\n"
107
- },
108
- {
109
- "start": 86.95,
110
- "end": 90.09,
111
- "text": "Obwohl dann würd' ich nicht in der Rotation laufen\n"
112
- },
113
- {
114
- "start": 90.37,
115
- "end": 94.07,
116
- "text": "Wunsch Nummer zwei ist also ein fetter Hit, aber nein\n"
117
- },
118
- {
119
- "start": 94.26,
120
- "end": 97.77,
121
- "text": "Da fällt mir ein gedopter Erfolg kann nicht befriedigend sein\n"
122
- },
123
- {
124
- "start": 98.0,
125
- "end": 100.75,
126
- "text": "Okay, also was ist mit den Weibern?\n"
127
- },
128
- {
129
- "start": 101.0,
130
- "end": 103.73,
131
- "text": "Ich als Hahn im Korb, voll mit gepiercten Leibern\n"
132
- },
133
- {
134
- "start": 103.73,
135
- "end": 107.66,
136
- "text": "Ist das wirklich geil? Mechanischer Sex und von keiner geliebt?\n"
137
- },
138
- {
139
- "start": 108.05,
140
- "end": 111.68,
141
- "text": "Und keine, die auf mich von Herzen auch nur zehn Cent gibt\n"
142
- },
143
- {
144
- "start": 111.88,
145
- "end": 115.33,
146
- "text": "Das ist doch Scheisse, Mann, ich bin nicht wie die leitenden Reichen\n"
147
- },
148
- {
149
- "start": 115.53,
150
- "end": 117.11,
151
- "text": "Auf ihren riesigen Booten\n"
152
- },
153
- {
154
- "start": 117.38,
155
- "end": 121.01,
156
- "text": "Die sich Liebe kaufen, die seelisch Toten\n"
157
- },
158
- {
159
- "start": 121.5,
160
- "end": 124.96,
161
- "text": "Wer steht schon auf den Sex und Style der reitenden Leichen?\n\n"
162
- },
163
- {
164
- "start": 127.28,
165
- "end": 130.12,
166
- "text": "Komm her, komm her, komm her zu mir\n"
167
- },
168
- {
169
- "start": 130.76,
170
- "end": 134.03,
171
- "text": "Du hast drei Wünsche frei, komm und sag, was wünschst du dir?\n"
172
- },
173
- {
174
- "start": 134.69,
175
- "end": 137.63,
176
- "text": "Komm her, komm her, komm her, mein Kind\n"
177
- },
178
- {
179
- "start": 138.14,
180
- "end": 141.42,
181
- "text": "Ich hab' für dich drei Nüsse, die für deine Wünsche sind\n\n"
182
- },
183
- {
184
- "start": 156.03,
185
- "end": 159.38,
186
- "text": "Und überhaupt, es wär' doch traurig auf der Yacht rumzulungern\n"
187
- },
188
- {
189
- "start": 160.08,
190
- "end": 162.39,
191
- "text": "Während anderswo die Menschen verhungern\n"
192
- },
193
- {
194
- "start": 162.62,
195
- "end": 166.08,
196
- "text": "Die jeden Tag die Hummerstückchen aus der Schale zu nagen\n"
197
- },
198
- {
199
- "start": 166.27,
200
- "end": 169.53,
201
- "text": "Wenn nebenan die Raketen in Wohnzimmern einschlagen\n"
202
- },
203
- {
204
- "start": 170.2,
205
- "end": 174.15,
206
- "text": "Also bleibt nur das Auto, aber könnte ein Leben sinnloser sein?\n"
207
- },
208
- {
209
- "start": 174.55,
210
- "end": 178.36,
211
- "text": "Da kommt 'ne Fee, du hast drei Wünsche frei und dir fällt nur Auto ein?\n"
212
- },
213
- {
214
- "start": 178.75,
215
- "end": 181.76,
216
- "text": "Für die wichtigen Dinge, Liebe, Glück und Respekt\n"
217
- },
218
- {
219
- "start": 181.88,
220
- "end": 184.44,
221
- "text": "Reicht kein frommer Wunsch, das hab' ich gecheckt\n"
222
- },
223
- {
224
- "start": 184.88,
225
- "end": 189.05,
226
- "text": "Du gehst mir voll auf die Nüsse, Fee, keiner hat dich hier vermisst\n"
227
- },
228
- {
229
- "start": 189.22,
230
- "end": 193.96,
231
- "text": "Also pack deine scheiß Nüsse ein, verpiss dich, you are dismissed!\n\n"
232
- },
233
- {
234
- "start": 193.76,
235
- "end": 196.51,
236
- "text": "Komm her, komm her, komm her zu mir\n"
237
- },
238
- {
239
- "start": 197.2,
240
- "end": 200.43,
241
- "text": "Du hast drei Wünsche frei, komm und sag, was wünschst du dir?\n"
242
- },
243
- {
244
- "start": 201.1,
245
- "end": 204.04,
246
- "text": "Komm her, komm her, komm her, mein Kind\n"
247
- },
248
- {
249
- "start": 204.65,
250
- "end": 207.95,
251
- "text": "Ich hab' für dich drei Nüsse, die für deine Wünsche sind\n\n"
252
- },
253
- {
254
- "start": 208.53,
255
- "end": 211.44,
256
- "text": "Komm her, komm her, komm her zu mir\n"
257
- },
258
- {
259
- "start": 211.94,
260
- "end": 215.33,
261
- "text": "Du hast drei Wünsche frei, komm und sag, was wünschst du dir?\n"
262
- },
263
- {
264
- "start": 215.91,
265
- "end": 218.83,
266
- "text": "Komm her, komm her, komm her, mein Kind\n"
267
- },
268
- {
269
- "start": 219.38,
270
- "end": 222.73,
271
- "text": "Ich hab' für dich drei Nüsse, die für deine Wünsche sind\n"
272
- }
273
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
274
  }
 
1
  {
2
+ "lines": [
3
+ {
4
+ "start": 16.48,
5
+ "end": 19.33,
6
+ "text": "Komm her, komm her, komm her zu mir\n",
7
+ "text_tagged": "Komm her, komm her, komm her zu mir\n"
8
+ },
9
+ {
10
+ "start": 20.0,
11
+ "end": 23.26,
12
+ "text": "Du hast drei Wünsche frei, komm und sag, was wünschst du dir?\n",
13
+ "text_tagged": "Du hast drei Wünsche frei, komm und sag, was wünschst du dir?\n"
14
+ },
15
+ {
16
+ "start": 23.84,
17
+ "end": 26.79,
18
+ "text": "Komm her, komm her, komm her, mein Kind\n",
19
+ "text_tagged": "Komm her, komm her, komm her, mein Kind\n"
20
+ },
21
+ {
22
+ "start": 27.36,
23
+ "end": 30.76,
24
+ "text": "Ich hab' für dich drei Nüsse, die für deine Wünsche sind\n\n",
25
+ "text_tagged": "Ich hab' für dich drei Nüsse, die für deine Wünsche sind\n\n"
26
+ },
27
+ {
28
+ "start": 31.07,
29
+ "end": 34.13,
30
+ "text": "Drei Nüsse, das ist cool, Mann, wie im Film vom Aschenbrödel\n",
31
+ "text_tagged": "Drei Nüsse, das ist cool, Mann, wie im Film vom Aschenbrödel\n"
32
+ },
33
+ {
34
+ "start": 34.46,
35
+ "end": 37.04,
36
+ "text": "Endlich Schluss mit all den Sorgen von gestern\n",
37
+ "text_tagged": "Endlich Schluss mit all den Sorgen von gestern\n"
38
+ },
39
+ {
40
+ "start": 37.33,
41
+ "end": 40.61,
42
+ "text": "Heute und morgen geht nur noch die Party ab, her mit den Nüssen\n",
43
+ "text_tagged": "Heute und morgen geht nur noch die Party ab, her mit den Nüssen\n"
44
+ },
45
+ {
46
+ "start": 40.77,
47
+ "end": 42.68,
48
+ "text": "Ich geh ins KDW zum Shoppen\n",
49
+ "text_tagged": "Ich geh ins KDW zum Shoppen\n"
50
+ },
51
+ {
52
+ "start": 42.76,
53
+ "end": 46.41,
54
+ "text": "Korken knallen, Hüllen fallen, und die Popkörner poppen\n",
55
+ "text_tagged": "Korken knallen, Hüllen fallen, und die Popkörner poppen\n"
56
+ },
57
+ {
58
+ "start": 46.7,
59
+ "end": 49.85,
60
+ "text": "Nie wieder das Gerödel und nie wieder Füße küssen\n",
61
+ "text_tagged": "Nie wieder das Gerödel und nie wieder Füße küssen\n"
62
+ },
63
+ {
64
+ "start": 50.14,
65
+ "end": 53.71,
66
+ "text": "Meine Eier muss ich nicht mehr bei der Nachbarin ausborgen\n",
67
+ "text_tagged": "Meine Eier muss ich nicht mehr bei der Nachbarin ausborgen\n"
68
+ },
69
+ {
70
+ "start": 53.71,
71
+ "end": 57.23,
72
+ "text": "Ich nehm Geld, Auto, Yacht, 'n paar von den krassesten Schnitten\n",
73
+ "text_tagged": "Ich nehm Geld, Auto, Yacht, 'n paar von den krassesten Schnitten\n"
74
+ },
75
+ {
76
+ "start": 57.41,
77
+ "end": 61.15,
78
+ "text": "Du weißt, die echten Luxusteile mit den monstergroßen Augen\n",
79
+ "text_tagged": "Du weißt, die echten Luxusteile mit den monstergroßen Augen\n"
80
+ },
81
+ {
82
+ "start": 61.28,
83
+ "end": 64.66,
84
+ "text": "Und die andern sollen sich meine Tracks aus dem Netz runtersaugen\n",
85
+ "text_tagged": "Und die andern sollen sich meine Tracks aus dem Netz runtersaugen\n"
86
+ },
87
+ {
88
+ "start": 64.96,
89
+ "end": 68.23,
90
+ "text": "Ich sag an, was geht und muss nicht mehr um Anerkennung bitten\n\n",
91
+ "text_tagged": "Ich sag an, was geht und muss nicht mehr um Anerkennung bitten\n\n"
92
+ },
93
+ {
94
+ "start": 68.23,
95
+ "end": 71.1,
96
+ "text": "Komm her, komm her, komm her zu mir\n",
97
+ "text_tagged": "Komm her, komm her, komm her zu mir\n"
98
+ },
99
+ {
100
+ "start": 71.66,
101
+ "end": 75.06,
102
+ "text": "Du hast drei Wünsche frei, komm und sag, was wünschst du dir?\n",
103
+ "text_tagged": "Du hast drei Wünsche frei, komm und sag, was wünschst du dir?\n"
104
+ },
105
+ {
106
+ "start": 75.6,
107
+ "end": 78.53,
108
+ "text": "Komm her, komm her, komm her mein Kind\n",
109
+ "text_tagged": "Komm her, komm her, komm her mein Kind\n"
110
+ },
111
+ {
112
+ "start": 79.07,
113
+ "end": 82.27,
114
+ "text": "Ich hab' für dich drei Nüsse, die für deine Wünsche sind\n\n",
115
+ "text_tagged": "Ich hab' für dich drei Nüsse, die für deine Wünsche sind\n\n"
116
+ },
117
+ {
118
+ "start": 82.27,
119
+ "end": 83.94,
120
+ "text": "Okay, das war 'n bisschen viel\n",
121
+ "text_tagged": "Okay, das war 'n bisschen viel\n"
122
+ },
123
+ {
124
+ "start": 84.1,
125
+ "end": 86.95,
126
+ "text": "Ich nehm' nur Cash, die anderen Sachen kann ich kaufen\n",
127
+ "text_tagged": "Ich nehm' nur Cash, die anderen Sachen kann ich kaufen\n"
128
+ },
129
+ {
130
+ "start": 86.95,
131
+ "end": 90.09,
132
+ "text": "Obwohl dann würd' ich nicht in der Rotation laufen\n",
133
+ "text_tagged": "Obwohl dann würd' ich nicht in der Rotation laufen\n"
134
+ },
135
+ {
136
+ "start": 90.37,
137
+ "end": 94.07,
138
+ "text": "Wunsch Nummer zwei ist also ein fetter Hit, aber nein\n",
139
+ "text_tagged": "Wunsch Nummer zwei ist also ein fetter Hit, aber nein\n"
140
+ },
141
+ {
142
+ "start": 94.26,
143
+ "end": 97.77,
144
+ "text": "Da fällt mir ein gedopter Erfolg kann nicht befriedigend sein\n",
145
+ "text_tagged": "Da fällt mir ein gedopter Erfolg kann nicht befriedigend sein\n"
146
+ },
147
+ {
148
+ "start": 98.0,
149
+ "end": 100.75,
150
+ "text": "Okay, also was ist mit den Weibern?\n",
151
+ "text_tagged": "Okay, also was ist mit den Weibern?\n"
152
+ },
153
+ {
154
+ "start": 101.0,
155
+ "end": 103.73,
156
+ "text": "Ich als Hahn im Korb, voll mit gepiercten Leibern\n",
157
+ "text_tagged": "Ich als Hahn im Korb, voll mit gepiercten Leibern\n"
158
+ },
159
+ {
160
+ "start": 103.73,
161
+ "end": 107.66,
162
+ "text": "Ist das wirklich geil? Mechanischer Sex und von keiner geliebt?\n",
163
+ "text_tagged": "Ist das wirklich geil? Mechanischer Sex und von keiner geliebt?\n"
164
+ },
165
+ {
166
+ "start": 108.05,
167
+ "end": 111.68,
168
+ "text": "Und keine, die auf mich von Herzen auch nur zehn Cent gibt\n",
169
+ "text_tagged": "Und keine, die auf mich von Herzen auch nur zehn Cent gibt\n"
170
+ },
171
+ {
172
+ "start": 111.88,
173
+ "end": 115.33,
174
+ "text": "Das ist doch Scheisse, Mann, ich bin nicht wie die leitenden Reichen\n",
175
+ "text_tagged": "Das ist doch Scheisse, Mann, ich bin nicht wie die leitenden Reichen\n"
176
+ },
177
+ {
178
+ "start": 115.53,
179
+ "end": 117.11,
180
+ "text": "Auf ihren riesigen Booten\n",
181
+ "text_tagged": "Auf ihren riesigen Booten\n"
182
+ },
183
+ {
184
+ "start": 117.38,
185
+ "end": 121.01,
186
+ "text": "Die sich Liebe kaufen, die seelisch Toten\n",
187
+ "text_tagged": "Die sich Liebe kaufen, die seelisch Toten\n"
188
+ },
189
+ {
190
+ "start": 121.5,
191
+ "end": 124.96,
192
+ "text": "Wer steht schon auf den Sex und Style der reitenden Leichen?\n\n",
193
+ "text_tagged": "Wer steht schon auf den Sex und Style der reitenden Leichen?\n\n"
194
+ },
195
+ {
196
+ "start": 127.28,
197
+ "end": 130.12,
198
+ "text": "Komm her, komm her, komm her zu mir\n",
199
+ "text_tagged": "Komm her, komm her, komm her zu mir\n"
200
+ },
201
+ {
202
+ "start": 130.76,
203
+ "end": 134.03,
204
+ "text": "Du hast drei Wünsche frei, komm und sag, was wünschst du dir?\n",
205
+ "text_tagged": "Du hast drei Wünsche frei, komm und sag, was wünschst du dir?\n"
206
+ },
207
+ {
208
+ "start": 134.69,
209
+ "end": 137.63,
210
+ "text": "Komm her, komm her, komm her, mein Kind\n",
211
+ "text_tagged": "Komm her, komm her, komm her, mein Kind\n"
212
+ },
213
+ {
214
+ "start": 138.14,
215
+ "end": 141.42,
216
+ "text": "Ich hab' für dich drei Nüsse, die für deine Wünsche sind\n\n",
217
+ "text_tagged": "Ich hab' für dich drei Nüsse, die für deine Wünsche sind\n\n"
218
+ },
219
+ {
220
+ "start": 156.03,
221
+ "end": 159.38,
222
+ "text": "Und überhaupt, es wär' doch traurig auf der Yacht rumzulungern\n",
223
+ "text_tagged": "Und überhaupt, es wär' doch traurig auf der Yacht rumzulungern\n"
224
+ },
225
+ {
226
+ "start": 160.08,
227
+ "end": 162.39,
228
+ "text": "Während anderswo die Menschen verhungern\n",
229
+ "text_tagged": "Während anderswo die Menschen verhungern\n"
230
+ },
231
+ {
232
+ "start": 162.62,
233
+ "end": 166.08,
234
+ "text": "Die jeden Tag die Hummerstückchen aus der Schale zu nagen\n",
235
+ "text_tagged": "Die jeden Tag die Hummerstückchen aus der Schale zu nagen\n"
236
+ },
237
+ {
238
+ "start": 166.27,
239
+ "end": 169.53,
240
+ "text": "Wenn nebenan die Raketen in Wohnzimmern einschlagen\n",
241
+ "text_tagged": "Wenn nebenan die Raketen in Wohnzimmern einschlagen\n"
242
+ },
243
+ {
244
+ "start": 170.2,
245
+ "end": 174.15,
246
+ "text": "Also bleibt nur das Auto, aber könnte ein Leben sinnloser sein?\n",
247
+ "text_tagged": "Also bleibt nur das Auto, aber könnte ein Leben sinnloser sein?\n"
248
+ },
249
+ {
250
+ "start": 174.55,
251
+ "end": 178.36,
252
+ "text": "Da kommt 'ne Fee, du hast drei Wünsche frei und dir fällt nur Auto ein?\n",
253
+ "text_tagged": "Da kommt 'ne Fee, du hast drei Wünsche frei und dir fällt nur Auto ein?\n"
254
+ },
255
+ {
256
+ "start": 178.75,
257
+ "end": 181.76,
258
+ "text": "Für die wichtigen Dinge, Liebe, Glück und Respekt\n",
259
+ "text_tagged": "Für die wichtigen Dinge, Liebe, Glück und Respekt\n"
260
+ },
261
+ {
262
+ "start": 181.88,
263
+ "end": 184.44,
264
+ "text": "Reicht kein frommer Wunsch, das hab' ich gecheckt\n",
265
+ "text_tagged": "Reicht kein frommer Wunsch, das hab' ich gecheckt\n"
266
+ },
267
+ {
268
+ "start": 184.88,
269
+ "end": 189.05,
270
+ "text": "Du gehst mir voll auf die Nüsse, Fee, keiner hat dich hier vermisst\n",
271
+ "text_tagged": "Du gehst mir voll auf die Nüsse, Fee, keiner hat dich hier vermisst\n"
272
+ },
273
+ {
274
+ "start": 189.22,
275
+ "end": 193.96,
276
+ "text": "Also pack deine scheiß Nüsse ein, verpiss dich, you are dismissed!\n\n",
277
+ "text_tagged": "Also pack deine scheiß Nüsse ein, verpiss dich, you are dismissed!\n\n"
278
+ },
279
+ {
280
+ "start": 193.76,
281
+ "end": 196.51,
282
+ "text": "Komm her, komm her, komm her zu mir\n",
283
+ "text_tagged": "Komm her, komm her, komm her zu mir\n"
284
+ },
285
+ {
286
+ "start": 197.2,
287
+ "end": 200.43,
288
+ "text": "Du hast drei Wünsche frei, komm und sag, was wünschst du dir?\n",
289
+ "text_tagged": "Du hast drei Wünsche frei, komm und sag, was wünschst du dir?\n"
290
+ },
291
+ {
292
+ "start": 201.1,
293
+ "end": 204.04,
294
+ "text": "Komm her, komm her, komm her, mein Kind\n",
295
+ "text_tagged": "Komm her, komm her, komm her, mein Kind\n"
296
+ },
297
+ {
298
+ "start": 204.65,
299
+ "end": 207.95,
300
+ "text": "Ich hab' für dich drei Nüsse, die für deine Wünsche sind\n\n",
301
+ "text_tagged": "Ich hab' für dich drei Nüsse, die für deine Wünsche sind\n\n"
302
+ },
303
+ {
304
+ "start": 208.53,
305
+ "end": 211.44,
306
+ "text": "Komm her, komm her, komm her zu mir\n",
307
+ "text_tagged": "Komm her, komm her, komm her zu mir\n"
308
+ },
309
+ {
310
+ "start": 211.94,
311
+ "end": 215.33,
312
+ "text": "Du hast drei Wünsche frei, komm und sag, was wünschst du dir?\n",
313
+ "text_tagged": "Du hast drei Wünsche frei, komm und sag, was wünschst du dir?\n"
314
+ },
315
+ {
316
+ "start": 215.91,
317
+ "end": 218.83,
318
+ "text": "Komm her, komm her, komm her, mein Kind\n",
319
+ "text_tagged": "Komm her, komm her, komm her, mein Kind\n"
320
+ },
321
+ {
322
+ "start": 219.38,
323
+ "end": 222.73,
324
+ "text": "Ich hab' für dich drei Nüsse, die für deine Wünsche sind\n",
325
+ "text_tagged": "Ich hab' für dich drei Nüsse, die für deine Wünsche sind\n"
326
+ }
327
+ ]
328
  }
alignment/En_liberté_-_tom.leyak.json CHANGED
@@ -1,224 +1,268 @@
1
  {
2
- "lines": [
3
- {
4
- "start": 14.73,
5
- "end": 19.2,
6
- "text": "J'viens d'me réveiller à midi\n"
7
- },
8
- {
9
- "start": 19.4,
10
- "end": 25.53,
11
- "text": "Pas pressé, j'ai tout mon temps aujourd'hui\n"
12
- },
13
- {
14
- "start": 26.33,
15
- "end": 30.56,
16
- "text": "Un temps printanier me sourit\n"
17
- },
18
- {
19
- "start": 30.81,
20
- "end": 37.12,
21
- "text": "J'vais glander et cette idée me ravit\n\n"
22
- },
23
- {
24
- "start": 38.9,
25
- "end": 45.16,
26
- "text": "Peu importe qu'il n'y ait rien dans le frigo\n"
27
- },
28
- {
29
- "start": 45.51,
30
- "end": 49.72,
31
- "text": "J'me contenterai bien d'une kro\n"
32
- },
33
- {
34
- "start": 50.14,
35
- "end": 54.0,
36
- "text": "Je fumerai la fin d'un bédo\n"
37
- },
38
- {
39
- "start": 54.81,
40
- "end": 61.16,
41
- "text": "J'me poserai en calbute dans l'jardin\n"
42
- },
43
- {
44
- "start": 61.52,
45
- "end": 66.16,
46
- "text": "Cet instant compte, demain on verra bien\n"
47
- },
48
- {
49
- "start": 66.31,
50
- "end": 70.29,
51
- "text": "Pas d'heure à ma montre, je suis serein\n\n"
52
- },
53
- {
54
- "start": 70.88,
55
- "end": 74.88,
56
- "text": "Une gratte, quelques notes de la zik\n"
57
- },
58
- {
59
- "start": 75.45,
60
- "end": 81.32,
61
- "text": "Et des potes, un petit moment sympathique\n"
62
- },
63
- {
64
- "start": 82.32,
65
- "end": 86.31,
66
- "text": "On soule les voisins, c'est cyclique\n"
67
- },
68
- {
69
- "start": 86.74,
70
- "end": 93.05,
71
- "text": "Ces gros chiens nous menacent d'appeler les flics\n\n"
72
- },
73
- {
74
- "start": 93.75,
75
- "end": 100.12,
76
- "text": "Et j'entends les sirènes qui retentissent\n"
77
- },
78
- {
79
- "start": 100.48,
80
- "end": 104.66,
81
- "text": "C'est certainement la police\n"
82
- },
83
- {
84
- "start": 108.3,
85
- "end": 114.79,
86
- "text": "Mais eux commencent à tambouriner à ma porte\n"
87
- },
88
- {
89
- "start": 115.3,
90
- "end": 119.41,
91
- "text": "En gueulant que la musique est trop forte\n"
92
- },
93
- {
94
- "start": 119.85,
95
- "end": 122.82,
96
- "text": "J'les envoie parler à mon short\n\n"
97
- },
98
- {
99
- "start": 126.85,
100
- "end": 132.02,
101
- "text": "Tam-di-don, zé-dène-den-ouai-en\n\n"
102
- },
103
- {
104
- "start": 132.55,
105
- "end": 135.01,
106
- "text": "Outrage à agent, menottes aux poings\n"
107
- },
108
- {
109
- "start": 135.01,
110
- "end": 137.35,
111
- "text": "Et m'embarquant face aux voisins\n"
112
- },
113
- {
114
- "start": 137.35,
115
- "end": 138.99,
116
- "text": "Eux qui sourient d'me voir emmené\n"
117
- },
118
- {
119
- "start": 139.61,
120
- "end": 143.76,
121
- "text": "Poussé à l'arrière d'la voiture\n"
122
- },
123
- {
124
- "start": 146.21,
125
- "end": 148.75,
126
- "text": "Au commissariat et en calbute\n"
127
- },
128
- {
129
- "start": 148.75,
130
- "end": 150.97,
131
- "text": "Assis à côté d'une pute\n"
132
- },
133
- {
134
- "start": 150.97,
135
- "end": 153.29,
136
- "text": "J'attends qu'un gardien de la paix\n"
137
- },
138
- {
139
- "start": 153.29,
140
- "end": 157.18,
141
- "text": "Vienne me chercher pour m'questionner\n"
142
- },
143
- {
144
- "start": 159.88,
145
- "end": 162.36,
146
- "text": "Cette journée avait bien commencé\n"
147
- },
148
- {
149
- "start": 162.36,
150
- "end": 164.75,
151
- "text": "J'vois pas ce qui a pu merder\n"
152
- },
153
- {
154
- "start": 164.75,
155
- "end": 167.03,
156
- "text": "Le son trop fort, c'est ridicule\n"
157
- },
158
- {
159
- "start": 167.03,
160
- "end": 168.97,
161
- "text": "Maintenant je suis en cellule\n\n"
162
- },
163
- {
164
- "start": 169.09,
165
- "end": 175.52,
166
- "text": "Mais j'continue encore à faire la fête\n"
167
- },
168
- {
169
- "start": 175.86,
170
- "end": 179.94,
171
- "text": "Avec les putes et leurs proxénètes\n"
172
- },
173
- {
174
- "start": 180.48,
175
- "end": 183.47,
176
- "text": "J'avais gardé un petit pet\n"
177
- },
178
- {
179
- "start": 183.97,
180
- "end": 190.36,
181
- "text": "La cellule on va vraiment l'enfumer\n"
182
- },
183
- {
184
- "start": 190.73,
185
- "end": 194.94,
186
- "text": "J'm'en fous, il peut plus rien m'arriver\n"
187
- },
188
- {
189
- "start": 195.35,
190
- "end": 197.96,
191
- "text": "Moi, j'suis déjà enfermé\n\n"
192
- },
193
- {
194
- "start": 198.85,
195
- "end": 205.32,
196
- "text": "Mais j'continue encore à faire la fête\n"
197
- },
198
- {
199
- "start": 205.59,
200
- "end": 209.84,
201
- "text": "J'fais tourner l'joint, j'fais des soufflettes\n"
202
- },
203
- {
204
- "start": 210.22,
205
- "end": 213.29,
206
- "text": "Et ça nous monte à la tête\n"
207
- },
208
- {
209
- "start": 213.67,
210
- "end": 220.04,
211
- "text": "La cellule on l'a vraiment enfumée\n"
212
- },
213
- {
214
- "start": 220.42,
215
- "end": 224.64,
216
- "text": "J'm'en fous, il peut plus rien m'arriver\n"
217
- },
218
- {
219
- "start": 225.02,
220
- "end": 228.74,
221
- "text": "J'suis toujours en liberté\n"
222
- }
223
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
224
  }
 
1
  {
2
+ "lines": [
3
+ {
4
+ "start": 14.73,
5
+ "end": 19.2,
6
+ "text": "J'viens d'me réveiller à midi\n",
7
+ "text_tagged": "J'viens d'me réveiller à midi\n"
8
+ },
9
+ {
10
+ "start": 19.4,
11
+ "end": 25.53,
12
+ "text": "Pas pressé, j'ai tout mon temps aujourd'hui\n",
13
+ "text_tagged": "Pas pressé, j'ai tout mon temps aujourd'hui\n"
14
+ },
15
+ {
16
+ "start": 26.33,
17
+ "end": 30.56,
18
+ "text": "Un temps printanier me sourit\n",
19
+ "text_tagged": "Un temps printanier me sourit\n"
20
+ },
21
+ {
22
+ "start": 30.81,
23
+ "end": 37.12,
24
+ "text": "J'vais glander et cette idée me ravit\n\n",
25
+ "text_tagged": "J'vais glander et cette idée me ravit\n\n"
26
+ },
27
+ {
28
+ "start": 38.9,
29
+ "end": 45.16,
30
+ "text": "Peu importe qu'il n'y ait rien dans le frigo\n",
31
+ "text_tagged": "Peu importe qu'il n'y ait rien dans le frigo\n"
32
+ },
33
+ {
34
+ "start": 45.51,
35
+ "end": 49.72,
36
+ "text": "J'me contenterai bien d'une kro\n",
37
+ "text_tagged": "J'me contenterai bien d'une kro\n"
38
+ },
39
+ {
40
+ "start": 50.14,
41
+ "end": 54.0,
42
+ "text": "Je fumerai la fin d'un bédo\n",
43
+ "text_tagged": "Je fumerai la fin d'un bédo\n"
44
+ },
45
+ {
46
+ "start": 54.81,
47
+ "end": 61.16,
48
+ "text": "J'me poserai en calbute dans l'jardin\n",
49
+ "text_tagged": "J'me poserai en calbute dans l'jardin\n"
50
+ },
51
+ {
52
+ "start": 61.52,
53
+ "end": 66.16,
54
+ "text": "Cet instant compte, demain on verra bien\n",
55
+ "text_tagged": "Cet instant compte, demain on verra bien\n"
56
+ },
57
+ {
58
+ "start": 66.31,
59
+ "end": 70.29,
60
+ "text": "Pas d'heure à ma montre, je suis serein\n\n",
61
+ "text_tagged": "Pas d'heure à ma montre, je suis serein\n\n"
62
+ },
63
+ {
64
+ "start": 70.88,
65
+ "end": 74.88,
66
+ "text": "Une gratte, quelques notes de la zik\n",
67
+ "text_tagged": "Une gratte, quelques notes de la zik\n"
68
+ },
69
+ {
70
+ "start": 75.45,
71
+ "end": 81.32,
72
+ "text": "Et des potes, un petit moment sympathique\n",
73
+ "text_tagged": "Et des potes, un petit moment sympathique\n"
74
+ },
75
+ {
76
+ "start": 82.32,
77
+ "end": 86.31,
78
+ "text": "On soule les voisins, c'est cyclique\n",
79
+ "text_tagged": "On soule les voisins, c'est cyclique\n"
80
+ },
81
+ {
82
+ "start": 86.74,
83
+ "end": 93.05,
84
+ "text": "Ces gros chiens nous menacent d'appeler les flics\n\n",
85
+ "text_tagged": "Ces gros chiens nous menacent d'appeler les flics\n\n"
86
+ },
87
+ {
88
+ "start": 93.75,
89
+ "end": 100.12,
90
+ "text": "Et j'entends les sirènes qui retentissent\n",
91
+ "text_tagged": "Et j'entends les sirènes qui retentissent\n"
92
+ },
93
+ {
94
+ "start": 100.48,
95
+ "end": 104.66,
96
+ "text": "C'est certainement la police\n",
97
+ "text_tagged": "C'est certainement la police\n"
98
+ },
99
+ {
100
+ "start": 108.3,
101
+ "end": 114.79,
102
+ "text": "Mais eux commencent à tambouriner à ma porte\n",
103
+ "text_tagged": "Mais eux commencent à tambouriner à ma porte\n"
104
+ },
105
+ {
106
+ "start": 115.3,
107
+ "end": 119.41,
108
+ "text": "En gueulant que la musique est trop forte\n",
109
+ "text_tagged": "En gueulant que la musique est trop forte\n"
110
+ },
111
+ {
112
+ "start": 119.85,
113
+ "end": 122.82,
114
+ "text": "J'les envoie parler à mon short\n\n",
115
+ "text_tagged": "J'les envoie parler à mon short\n\n"
116
+ },
117
+ {
118
+ "start": 126.85,
119
+ "end": 132.02,
120
+ "text": "Tam-di-don, zé-dène-den-ouai-en\n\n",
121
+ "text_tagged": "<nl> Tam-di-don, zé-dène-den-ouai-en </nl>\n\n"
122
+ },
123
+ {
124
+ "start": 132.55,
125
+ "end": 135.01,
126
+ "text": "Outrage à agent, menottes aux poings\n",
127
+ "text_tagged": "Outrage à agent, menottes aux poings\n"
128
+ },
129
+ {
130
+ "start": 135.01,
131
+ "end": 137.35,
132
+ "text": "Et m'embarquant face aux voisins\n",
133
+ "text_tagged": "Et m'embarquant face aux voisins\n"
134
+ },
135
+ {
136
+ "start": 137.35,
137
+ "end": 138.99,
138
+ "text": "Eux qui sourient d'me voir emmené\n",
139
+ "text_tagged": "Eux qui sourient d'me voir emmené\n"
140
+ },
141
+ {
142
+ "start": 139.61,
143
+ "end": 143.76,
144
+ "text": "Poussé à l'arrière d'la voiture\n",
145
+ "text_tagged": "Poussé à l'arrière d'la voiture\n"
146
+ },
147
+ {
148
+ "start": 146.21,
149
+ "end": 148.75,
150
+ "text": "Au commissariat et en calbute\n",
151
+ "text_tagged": "Au commissariat et en calbute\n"
152
+ },
153
+ {
154
+ "start": 148.75,
155
+ "end": 150.97,
156
+ "text": "Assis à côté d'une pute\n",
157
+ "text_tagged": "Assis à côté d'une pute\n"
158
+ },
159
+ {
160
+ "start": 150.97,
161
+ "end": 153.29,
162
+ "text": "J'attends qu'un gardien de la paix\n",
163
+ "text_tagged": "J'attends qu'un gardien de la paix\n"
164
+ },
165
+ {
166
+ "start": 153.29,
167
+ "end": 157.18,
168
+ "text": "Vienne me chercher pour m'questionner\n",
169
+ "text_tagged": "Vienne me chercher pour m'questionner\n"
170
+ },
171
+ {
172
+ "start": 159.88,
173
+ "end": 162.36,
174
+ "text": "Cette journée avait bien commencé\n",
175
+ "text_tagged": "Cette journée avait bien commencé\n"
176
+ },
177
+ {
178
+ "start": 162.36,
179
+ "end": 164.75,
180
+ "text": "J'vois pas ce qui a pu merder\n",
181
+ "text_tagged": "J'vois pas ce qui a pu merder\n"
182
+ },
183
+ {
184
+ "start": 164.75,
185
+ "end": 167.03,
186
+ "text": "Le son trop fort, c'est ridicule\n",
187
+ "text_tagged": "Le son trop fort, c'est ridicule\n"
188
+ },
189
+ {
190
+ "start": 167.03,
191
+ "end": 168.97,
192
+ "text": "Maintenant je suis en cellule\n\n",
193
+ "text_tagged": "Maintenant je suis en cellule\n\n"
194
+ },
195
+ {
196
+ "start": 169.09,
197
+ "end": 175.52,
198
+ "text": "Mais j'continue encore à faire la fête\n",
199
+ "text_tagged": "Mais j'continue encore à faire la fête\n"
200
+ },
201
+ {
202
+ "start": 175.86,
203
+ "end": 179.94,
204
+ "text": "Avec les putes et leurs proxénètes\n",
205
+ "text_tagged": "Avec les putes et leurs proxénètes\n"
206
+ },
207
+ {
208
+ "start": 180.48,
209
+ "end": 183.47,
210
+ "text": "J'avais gardé un petit pet\n",
211
+ "text_tagged": "J'avais gardé un petit pet\n"
212
+ },
213
+ {
214
+ "start": 183.97,
215
+ "end": 190.36,
216
+ "text": "La cellule on va vraiment l'enfumer\n",
217
+ "text_tagged": "La cellule on va vraiment l'enfumer\n"
218
+ },
219
+ {
220
+ "start": 190.73,
221
+ "end": 194.94,
222
+ "text": "J'm'en fous, il peut plus rien m'arriver\n",
223
+ "text_tagged": "J'm'en fous, il peut plus rien m'arriver\n"
224
+ },
225
+ {
226
+ "start": 195.35,
227
+ "end": 197.96,
228
+ "text": "Moi, j'suis déjà enfermé\n\n",
229
+ "text_tagged": "Moi, j'suis déjà enfermé\n\n"
230
+ },
231
+ {
232
+ "start": 198.85,
233
+ "end": 205.32,
234
+ "text": "Mais j'continue encore à faire la fête\n",
235
+ "text_tagged": "Mais j'continue encore à faire la fête\n"
236
+ },
237
+ {
238
+ "start": 205.59,
239
+ "end": 209.84,
240
+ "text": "J'fais tourner l'joint, j'fais des soufflettes\n",
241
+ "text_tagged": "J'fais tourner l'joint, j'fais des soufflettes\n"
242
+ },
243
+ {
244
+ "start": 210.22,
245
+ "end": 213.29,
246
+ "text": "Et ça nous monte à la tête\n",
247
+ "text_tagged": "Et ça nous monte à la tête\n"
248
+ },
249
+ {
250
+ "start": 213.67,
251
+ "end": 220.04,
252
+ "text": "La cellule on l'a vraiment enfumée\n",
253
+ "text_tagged": "La cellule on l'a vraiment enfumée\n"
254
+ },
255
+ {
256
+ "start": 220.42,
257
+ "end": 224.64,
258
+ "text": "J'm'en fous, il peut plus rien m'arriver\n",
259
+ "text_tagged": "J'm'en fous, il peut plus rien m'arriver\n"
260
+ },
261
+ {
262
+ "start": 225.02,
263
+ "end": 228.74,
264
+ "text": "J'suis toujours en liberté\n",
265
+ "text_tagged": "J'suis toujours en liberté\n"
266
+ }
267
+ ]
268
  }
alignment/Esencia_-_NandoMalo_.json CHANGED
@@ -1,259 +1,310 @@
1
  {
2
- "lines": [
3
- {
4
- "start": 19.47,
5
- "end": 23.94,
6
- "text": "Ya casi está anocheciendo y me puse a recordar\n"
7
- },
8
- {
9
- "start": 24.29,
10
- "end": 28.72,
11
- "text": "Ya casi está anocheciendo y me puse a recordar\n"
12
- },
13
- {
14
- "start": 29.06,
15
- "end": 33.43,
16
- "text": "Las costumbres de mi abuelo cuando se ponía a pescar\n"
17
- },
18
- {
19
- "start": 33.88,
20
- "end": 38.3,
21
- "text": "Las costumbres de mi abuelo cuando se ponía a pescar\n"
22
- },
23
- {
24
- "start": 38.7,
25
- "end": 43.21,
26
- "text": "Afinaba su guitarra y recogía la atarraya\n"
27
- },
28
- {
29
- "start": 43.5,
30
- "end": 48.02,
31
- "text": "Afinaba su guitarra y recogía la atarraya\n"
32
- },
33
- {
34
- "start": 48.29,
35
- "end": 52.38,
36
- "text": "Llenaba alguna tinaja y a esperar la madrugada\n"
37
- },
38
- {
39
- "start": 53.09,
40
- "end": 57.05,
41
- "text": "Llenaba alguna tinaja y a esperar la madrugada\n\n"
42
- },
43
- {
44
- "start": 57.27,
45
- "end": 60.14,
46
- "text": "¿Y qué cantaba mi abuelo?\n"
47
- },
48
- {
49
- "start": 60.3,
50
- "end": 62.2,
51
- "text": "De noche con su guitarra\n"
52
- },
53
- {
54
- "start": 62.27,
55
- "end": 64.82,
56
- "text": "¿Qué cantaba mi abuelo?\n"
57
- },
58
- {
59
- "start": 65.07,
60
- "end": 66.95,
61
- "text": "Canciones que hoy ya no cantan\n"
62
- },
63
- {
64
- "start": 67.05,
65
- "end": 69.88,
66
- "text": "¿Qué cantaba mi abuelo?\n"
67
- },
68
- {
69
- "start": 69.88,
70
- "end": 71.75,
71
- "text": "Al irse de madrugada\n"
72
- },
73
- {
74
- "start": 71.9,
75
- "end": 74.45,
76
- "text": "¿Qué cantaba mi abuelo?\n"
77
- },
78
- {
79
- "start": 74.67,
80
- "end": 76.67,
81
- "text": "Canciones que hoy ya no cantan\n\n"
82
- },
83
- {
84
- "start": 98.03,
85
- "end": 99.51,
86
- "text": "Y esta es mi esencia\n"
87
- },
88
- {
89
- "start": 99.96,
90
- "end": 101.64,
91
- "text": "La esencia de mis abuelos\n"
92
- },
93
- {
94
- "start": 102.24,
95
- "end": 104.36,
96
- "text": "La cumbia\n"
97
- },
98
- {
99
- "start": 105.16,
100
- "end": 105.89,
101
- "text": "¡Ay, mamá!\n\n"
102
- },
103
- {
104
- "start": 125.06,
105
- "end": 129.31,
106
- "text": "Ya casi está amaneciendo y el viejo está preparao\n"
107
- },
108
- {
109
- "start": 129.86,
110
- "end": 134.29,
111
- "text": "Ya casi está amaneciendo y el viejo está preparao\n"
112
- },
113
- {
114
- "start": 134.65,
115
- "end": 139.19,
116
- "text": "Se encomienda al padre santo y se toma el café colao\n"
117
- },
118
- {
119
- "start": 139.49,
120
- "end": 143.99,
121
- "text": "Se encomienda al padre santo y se toma el café colao\n"
122
- },
123
- {
124
- "start": 144.29,
125
- "end": 148.8,
126
- "text": "Alista ya su canoa y le monta la atarraya\n"
127
- },
128
- {
129
- "start": 149.09,
130
- "end": 153.6,
131
- "text": "Alista ya su canoa y le monta la atarraya\n"
132
- },
133
- {
134
- "start": 153.85,
135
- "end": 158.26,
136
- "text": "Le da un besito a la vieja y no olvida su guitarra\n"
137
- },
138
- {
139
- "start": 158.7,
140
- "end": 162.94,
141
- "text": "Le da un besito a la vieja y no olvida su guitarra\n\n"
142
- },
143
- {
144
- "start": 162.94,
145
- "end": 165.77,
146
- "text": "¿Y qué cantaba mi abuelo?\n"
147
- },
148
- {
149
- "start": 165.89,
150
- "end": 167.73,
151
- "text": "Al irse de madrugada\n"
152
- },
153
- {
154
- "start": 167.87,
155
- "end": 170.42,
156
- "text": "¿Qué cantaba mi abuelo?\n"
157
- },
158
- {
159
- "start": 170.69,
160
- "end": 172.68,
161
- "text": "La cumbia que hoy ya no cantan\n"
162
- },
163
- {
164
- "start": 172.68,
165
- "end": 175.83,
166
- "text": "¿Qué cantaba mi abuelo?\n"
167
- },
168
- {
169
- "start": 175.5,
170
- "end": 177.33,
171
- "text": "Al irse de madrugada\n"
172
- },
173
- {
174
- "start": 177.49,
175
- "end": 180.03,
176
- "text": "¿Qué cantaba mi abuelo?\n"
177
- },
178
- {
179
- "start": 180.28,
180
- "end": 182.26,
181
- "text": "La cumbia que hoy ya no cantan\n\n"
182
- },
183
- {
184
- "start": 201.88,
185
- "end": 206.34,
186
- "text": "Hoy conservo la guitarra, su canoa y la atarraya\n"
187
- },
188
- {
189
- "start": 206.68,
190
- "end": 211.07,
191
- "text": "Le doy un beso a mi negra y me voy de madrugada\n"
192
- },
193
- {
194
- "start": 211.44,
195
- "end": 215.89,
196
- "text": "Y canto yo las canciones, las que el viejo me enseñaba\n"
197
- },
198
- {
199
- "start": 216.29,
200
- "end": 220.42,
201
- "text": "Hoy entono las canciones, las cumbias que él me enseñaba\n\n"
202
- },
203
- {
204
- "start": 220.42,
205
- "end": 223.3,
206
- "text": "¿Y qué cantaba mi abuelo?\n"
207
- },
208
- {
209
- "start": 223.48,
210
- "end": 225.4,
211
- "text": "De noche con su guitarra\n"
212
- },
213
- {
214
- "start": 225.46,
215
- "end": 228.02,
216
- "text": "¿Qué cantaba mi abuelo?\n"
217
- },
218
- {
219
- "start": 228.27,
220
- "end": 230.17,
221
- "text": "Canciones que hoy ya no cantan\n"
222
- },
223
- {
224
- "start": 230.23,
225
- "end": 233.44,
226
- "text": "¿Qué cantaba mi abuelo?\n"
227
- },
228
- {
229
- "start": 233.08,
230
- "end": 234.95,
231
- "text": "Al irse de madrugada\n"
232
- },
233
- {
234
- "start": 235.08,
235
- "end": 237.64,
236
- "text": "¿Qué cantaba mi abuelo?\n"
237
- },
238
- {
239
- "start": 237.86,
240
- "end": 239.95,
241
- "text": "La cumbia que hoy ya no cantan\n\n"
242
- },
243
- {
244
- "start": 241.47,
245
- "end": 243.16,
246
- "text": "¡Cumbia!\n"
247
- },
248
- {
249
- "start": 243.91,
250
- "end": 248.61,
251
- "text": "¡Con Internacional Nando Malo y su Sonora!\n"
252
- },
253
- {
254
- "start": 249.0,
255
- "end": 250.23,
256
- "text": "¡Sí, sí, sí, sí!\n"
257
- }
258
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
259
  }
 
1
  {
2
+ "lines": [
3
+ {
4
+ "start": 19.47,
5
+ "end": 23.94,
6
+ "text": "Ya casi está anocheciendo y me puse a recordar\n",
7
+ "text_tagged": "Ya casi está anocheciendo y me puse a recordar\n"
8
+ },
9
+ {
10
+ "start": 24.29,
11
+ "end": 28.72,
12
+ "text": "Ya casi está anocheciendo y me puse a recordar\n",
13
+ "text_tagged": "Ya casi está anocheciendo y me puse a recordar\n"
14
+ },
15
+ {
16
+ "start": 29.06,
17
+ "end": 33.43,
18
+ "text": "Las costumbres de mi abuelo cuando se ponía a pescar\n",
19
+ "text_tagged": "Las costumbres de mi abuelo cuando se ponía a pescar\n"
20
+ },
21
+ {
22
+ "start": 33.88,
23
+ "end": 38.3,
24
+ "text": "Las costumbres de mi abuelo cuando se ponía a pescar\n",
25
+ "text_tagged": "Las costumbres de mi abuelo cuando se ponía a pescar\n"
26
+ },
27
+ {
28
+ "start": 38.7,
29
+ "end": 43.21,
30
+ "text": "Afinaba su guitarra y recogía la atarraya\n",
31
+ "text_tagged": "Afinaba su guitarra y recogía la atarraya\n"
32
+ },
33
+ {
34
+ "start": 43.5,
35
+ "end": 48.02,
36
+ "text": "Afinaba su guitarra y recogía la atarraya\n",
37
+ "text_tagged": "Afinaba su guitarra y recogía la atarraya\n"
38
+ },
39
+ {
40
+ "start": 48.29,
41
+ "end": 52.38,
42
+ "text": "Llenaba alguna tinaja y a esperar la madrugada\n",
43
+ "text_tagged": "Llenaba alguna tinaja y a esperar la madrugada\n"
44
+ },
45
+ {
46
+ "start": 53.09,
47
+ "end": 57.05,
48
+ "text": "Llenaba alguna tinaja y a esperar la madrugada\n\n",
49
+ "text_tagged": "Llenaba alguna tinaja y a esperar la madrugada\n\n"
50
+ },
51
+ {
52
+ "start": 57.27,
53
+ "end": 60.14,
54
+ "text": "¿Y qué cantaba mi abuelo?\n",
55
+ "text_tagged": "¿Y qué cantaba mi abuelo?\n"
56
+ },
57
+ {
58
+ "start": 60.3,
59
+ "end": 62.2,
60
+ "text": "De noche con su guitarra\n",
61
+ "text_tagged": "De noche con su guitarra\n"
62
+ },
63
+ {
64
+ "start": 62.27,
65
+ "end": 64.82,
66
+ "text": "¿Qué cantaba mi abuelo?\n",
67
+ "text_tagged": "¿Qué cantaba mi abuelo?\n"
68
+ },
69
+ {
70
+ "start": 65.07,
71
+ "end": 66.95,
72
+ "text": "Canciones que hoy ya no cantan\n",
73
+ "text_tagged": "Canciones que hoy ya no cantan\n"
74
+ },
75
+ {
76
+ "start": 67.05,
77
+ "end": 69.88,
78
+ "text": "¿Qué cantaba mi abuelo?\n",
79
+ "text_tagged": "¿Qué cantaba mi abuelo?\n"
80
+ },
81
+ {
82
+ "start": 69.88,
83
+ "end": 71.75,
84
+ "text": "Al irse de madrugada\n",
85
+ "text_tagged": "Al irse de madrugada\n"
86
+ },
87
+ {
88
+ "start": 71.9,
89
+ "end": 74.45,
90
+ "text": "¿Qué cantaba mi abuelo?\n",
91
+ "text_tagged": "¿Qué cantaba mi abuelo?\n"
92
+ },
93
+ {
94
+ "start": 74.67,
95
+ "end": 76.67,
96
+ "text": "Canciones que hoy ya no cantan\n\n",
97
+ "text_tagged": "Canciones que hoy ya no cantan\n\n"
98
+ },
99
+ {
100
+ "start": 98.03,
101
+ "end": 99.51,
102
+ "text": "Y esta es mi esencia\n",
103
+ "text_tagged": "Y esta es mi esencia\n"
104
+ },
105
+ {
106
+ "start": 99.96,
107
+ "end": 101.64,
108
+ "text": "La esencia de mis abuelos\n",
109
+ "text_tagged": "La esencia de mis abuelos\n"
110
+ },
111
+ {
112
+ "start": 102.24,
113
+ "end": 104.36,
114
+ "text": "La cumbia\n",
115
+ "text_tagged": "La cumbia\n"
116
+ },
117
+ {
118
+ "start": 105.16,
119
+ "end": 105.89,
120
+ "text": "¡Ay, mamá!\n\n",
121
+ "text_tagged": "¡Ay, mamá!\n\n"
122
+ },
123
+ {
124
+ "start": 125.06,
125
+ "end": 129.31,
126
+ "text": "Ya casi está amaneciendo y el viejo está preparao\n",
127
+ "text_tagged": "Ya casi está amaneciendo y el viejo está preparao\n"
128
+ },
129
+ {
130
+ "start": 129.86,
131
+ "end": 134.29,
132
+ "text": "Ya casi está amaneciendo y el viejo está preparao\n",
133
+ "text_tagged": "Ya casi está amaneciendo y el viejo está preparao\n"
134
+ },
135
+ {
136
+ "start": 134.65,
137
+ "end": 139.19,
138
+ "text": "Se encomienda al padre santo y se toma el café colao\n",
139
+ "text_tagged": "Se encomienda al padre santo y se toma el café colao\n"
140
+ },
141
+ {
142
+ "start": 139.49,
143
+ "end": 143.99,
144
+ "text": "Se encomienda al padre santo y se toma el café colao\n",
145
+ "text_tagged": "Se encomienda al padre santo y se toma el café colao\n"
146
+ },
147
+ {
148
+ "start": 144.29,
149
+ "end": 148.8,
150
+ "text": "Alista ya su canoa y le monta la atarraya\n",
151
+ "text_tagged": "Alista ya su canoa y le monta la atarraya\n"
152
+ },
153
+ {
154
+ "start": 149.09,
155
+ "end": 153.6,
156
+ "text": "Alista ya su canoa y le monta la atarraya\n",
157
+ "text_tagged": "Alista ya su canoa y le monta la atarraya\n"
158
+ },
159
+ {
160
+ "start": 153.85,
161
+ "end": 158.26,
162
+ "text": "Le da un besito a la vieja y no olvida su guitarra\n",
163
+ "text_tagged": "Le da un besito a la vieja y no olvida su guitarra\n"
164
+ },
165
+ {
166
+ "start": 158.7,
167
+ "end": 162.94,
168
+ "text": "Le da un besito a la vieja y no olvida su guitarra\n\n",
169
+ "text_tagged": "Le da un besito a la vieja y no olvida su guitarra\n\n"
170
+ },
171
+ {
172
+ "start": 162.94,
173
+ "end": 165.77,
174
+ "text": "¿Y qué cantaba mi abuelo?\n",
175
+ "text_tagged": "¿Y qué cantaba mi abuelo?\n"
176
+ },
177
+ {
178
+ "start": 165.89,
179
+ "end": 167.73,
180
+ "text": "Al irse de madrugada\n",
181
+ "text_tagged": "Al irse de madrugada\n"
182
+ },
183
+ {
184
+ "start": 167.87,
185
+ "end": 170.42,
186
+ "text": "¿Qué cantaba mi abuelo?\n",
187
+ "text_tagged": "¿Qué cantaba mi abuelo?\n"
188
+ },
189
+ {
190
+ "start": 170.69,
191
+ "end": 172.68,
192
+ "text": "La cumbia que hoy ya no cantan\n",
193
+ "text_tagged": "La cumbia que hoy ya no cantan\n"
194
+ },
195
+ {
196
+ "start": 172.68,
197
+ "end": 175.83,
198
+ "text": "¿Qué cantaba mi abuelo?\n",
199
+ "text_tagged": "¿Qué cantaba mi abuelo?\n"
200
+ },
201
+ {
202
+ "start": 175.5,
203
+ "end": 177.33,
204
+ "text": "Al irse de madrugada\n",
205
+ "text_tagged": "Al irse de madrugada\n"
206
+ },
207
+ {
208
+ "start": 177.49,
209
+ "end": 180.03,
210
+ "text": "¿Qué cantaba mi abuelo?\n",
211
+ "text_tagged": "¿Qué cantaba mi abuelo?\n"
212
+ },
213
+ {
214
+ "start": 180.28,
215
+ "end": 182.26,
216
+ "text": "La cumbia que hoy ya no cantan\n\n",
217
+ "text_tagged": "La cumbia que hoy ya no cantan\n\n"
218
+ },
219
+ {
220
+ "start": 201.88,
221
+ "end": 206.34,
222
+ "text": "Hoy conservo la guitarra, su canoa y la atarraya\n",
223
+ "text_tagged": "Hoy conservo la guitarra, su canoa y la atarraya\n"
224
+ },
225
+ {
226
+ "start": 206.68,
227
+ "end": 211.07,
228
+ "text": "Le doy un beso a mi negra y me voy de madrugada\n",
229
+ "text_tagged": "Le doy un beso a mi negra y me voy de madrugada\n"
230
+ },
231
+ {
232
+ "start": 211.44,
233
+ "end": 215.89,
234
+ "text": "Y canto yo las canciones, las que el viejo me enseñaba\n",
235
+ "text_tagged": "Y canto yo las canciones, las que el viejo me enseñaba\n"
236
+ },
237
+ {
238
+ "start": 216.29,
239
+ "end": 220.42,
240
+ "text": "Hoy entono las canciones, las cumbias que él me enseñaba\n\n",
241
+ "text_tagged": "Hoy entono las canciones, las cumbias que él me enseñaba\n\n"
242
+ },
243
+ {
244
+ "start": 220.42,
245
+ "end": 223.3,
246
+ "text": "¿Y qué cantaba mi abuelo?\n",
247
+ "text_tagged": "¿Y qué cantaba mi abuelo?\n"
248
+ },
249
+ {
250
+ "start": 223.48,
251
+ "end": 225.4,
252
+ "text": "De noche con su guitarra\n",
253
+ "text_tagged": "De noche con su guitarra\n"
254
+ },
255
+ {
256
+ "start": 225.46,
257
+ "end": 228.02,
258
+ "text": "¿Qué cantaba mi abuelo?\n",
259
+ "text_tagged": "¿Qué cantaba mi abuelo?\n"
260
+ },
261
+ {
262
+ "start": 228.27,
263
+ "end": 230.17,
264
+ "text": "Canciones que hoy ya no cantan\n",
265
+ "text_tagged": "Canciones que hoy ya no cantan\n"
266
+ },
267
+ {
268
+ "start": 230.23,
269
+ "end": 233.44,
270
+ "text": "¿Qué cantaba mi abuelo?\n",
271
+ "text_tagged": "¿Qué cantaba mi abuelo?\n"
272
+ },
273
+ {
274
+ "start": 233.08,
275
+ "end": 234.95,
276
+ "text": "Al irse de madrugada\n",
277
+ "text_tagged": "Al irse de madrugada\n"
278
+ },
279
+ {
280
+ "start": 235.08,
281
+ "end": 237.64,
282
+ "text": "¿Qué cantaba mi abuelo?\n",
283
+ "text_tagged": "¿Qué cantaba mi abuelo?\n"
284
+ },
285
+ {
286
+ "start": 237.86,
287
+ "end": 239.95,
288
+ "text": "La cumbia que hoy ya no cantan\n\n",
289
+ "text_tagged": "La cumbia que hoy ya no cantan\n\n"
290
+ },
291
+ {
292
+ "start": 241.47,
293
+ "end": 243.16,
294
+ "text": "¡Cumbia!\n",
295
+ "text_tagged": "¡Cumbia!\n"
296
+ },
297
+ {
298
+ "start": 243.91,
299
+ "end": 248.61,
300
+ "text": "¡Con Internacional Nando Malo y su Sonora!\n",
301
+ "text_tagged": "¡Con Internacional Nando Malo y su Sonora!\n"
302
+ },
303
+ {
304
+ "start": 249.0,
305
+ "end": 250.23,
306
+ "text": "¡Sí, sí, sí, sí!\n",
307
+ "text_tagged": "¡Sí, sí, sí, sí!\n"
308
+ }
309
+ ]
310
  }
alignment/Explosive_Ear_Candy_-_Like_The_Sun.json CHANGED
@@ -1,364 +1,436 @@
1
  {
2
- "lines": [
3
- {
4
- "start": 0.02,
5
- "end": 4.24,
6
- "text": "Doo-doo-doo, doo, doo-doo-doo, doo, doo\n"
7
- },
8
- {
9
- "start": 4.33,
10
- "end": 7.51,
11
- "text": "Doo-doo-doo, doo-doo-doo, doo-doo-doo-doo\n"
12
- },
13
- {
14
- "start": 7.51,
15
- "end": 11.36,
16
- "text": "Doo-doo-doo, doo, doo-doo-doo, doo, doo\n"
17
- },
18
- {
19
- "start": 11.89,
20
- "end": 14.97,
21
- "text": "Doo-doo-doo, doo-doo-doo, doo-doo-doo-doo\n\n"
22
- },
23
- {
24
- "start": 15.72,
25
- "end": 16.89,
26
- "text": "I see your face\n"
27
- },
28
- {
29
- "start": 16.94,
30
- "end": 18.63,
31
- "text": "Everywhere that I go\n"
32
- },
33
- {
34
- "start": 18.73,
35
- "end": 20.55,
36
- "text": "On the clouds in the sky\n"
37
- },
38
- {
39
- "start": 20.64,
40
- "end": 23.03,
41
- "text": "On the faces of strangers\n\n"
42
- },
43
- {
44
- "start": 23.03,
45
- "end": 24.26,
46
- "text": "The birds sing your name\n"
47
- },
48
- {
49
- "start": 24.38,
50
- "end": 26.11,
51
- "text": "And the fish try to talk\n"
52
- },
53
- {
54
- "start": 26.2,
55
- "end": 28.01,
56
- "text": "'Cause without you the world\n"
57
- },
58
- {
59
- "start": 28.09,
60
- "end": 30.28,
61
- "text": "Would be too dark to matter\n\n"
62
- },
63
- {
64
- "start": 30.49,
65
- "end": 31.94,
66
- "text": "You're like the sun\n"
67
- },
68
- {
69
- "start": 32.35,
70
- "end": 33.74,
71
- "text": "You're so far away\n"
72
- },
73
- {
74
- "start": 33.74,
75
- "end": 35.6,
76
- "text": "But your light shines on\n"
77
- },
78
- {
79
- "start": 36.13,
80
- "end": 37.54,
81
- "text": "And brightens each day\n"
82
- },
83
- {
84
- "start": 37.54,
85
- "end": 39.52,
86
- "text": "When you're not around\n"
87
- },
88
- {
89
- "start": 39.82,
90
- "end": 43.01,
91
- "text": "You make it worthwhile to expect you\n\n"
92
- },
93
- {
94
- "start": 43.27,
95
- "end": 45.07,
96
- "text": "You're like the sun\n"
97
- },
98
- {
99
- "start": 45.44,
100
- "end": 46.72,
101
- "text": "You turn on a switch\n"
102
- },
103
- {
104
- "start": 46.84,
105
- "end": 48.83,
106
- "text": "And the gloom is gone\n"
107
- },
108
- {
109
- "start": 49.25,
110
- "end": 50.59,
111
- "text": "You gave me my life\n"
112
- },
113
- {
114
- "start": 50.74,
115
- "end": 52.77,
116
- "text": "And you carry on\n"
117
- },
118
- {
119
- "start": 53.01,
120
- "end": 56.23,
121
- "text": "Without ever wanting a thank you\n"
122
- },
123
- {
124
- "start": 57.38,
125
- "end": 59.57,
126
- "text": "You're like the sun\n\n"
127
- },
128
- {
129
- "start": 58.12,
130
- "end": 62.07,
131
- "text": "Doo-doo-doo, doo, doo-doo-doo, doo, doo\n"
132
- },
133
- {
134
- "start": 62.4,
135
- "end": 65.56,
136
- "text": "Doo-doo-doo, doo-doo-doo, doo-doo-doo-doo\n"
137
- },
138
- {
139
- "start": 65.6,
140
- "end": 69.62,
141
- "text": "Doo-doo-doo, doo, doo-doo-doo, doo, doo\n"
142
- },
143
- {
144
- "start": 70.02,
145
- "end": 73.16,
146
- "text": "Doo-doo-doo, doo-doo-doo, doo-doo-doo-doo\n\n"
147
- },
148
- {
149
- "start": 73.7,
150
- "end": 75.23,
151
- "text": "Everyone loves you\n"
152
- },
153
- {
154
- "start": 75.23,
155
- "end": 76.74,
156
- "text": "And wants you around\n"
157
- },
158
- {
159
- "start": 76.83,
160
- "end": 78.61,
161
- "text": "But it's me most of all\n"
162
- },
163
- {
164
- "start": 78.7,
165
- "end": 81.13,
166
- "text": "For my own selfish reasons\n\n"
167
- },
168
- {
169
- "start": 81.19,
170
- "end": 82.51,
171
- "text": "You paint my sky blue\n"
172
- },
173
- {
174
- "start": 82.51,
175
- "end": 84.26,
176
- "text": "And you spin my earth 'round\n"
177
- },
178
- {
179
- "start": 84.34,
180
- "end": 86.11,
181
- "text": "So don't leave me alone\n"
182
- },
183
- {
184
- "start": 86.27,
185
- "end": 88.57,
186
- "text": "'Cause I can't stand to miss you\n\n"
187
- },
188
- {
189
- "start": 88.66,
190
- "end": 90.07,
191
- "text": "You're like the sun\n"
192
- },
193
- {
194
- "start": 90.49,
195
- "end": 91.9,
196
- "text": "You're so far away\n"
197
- },
198
- {
199
- "start": 91.9,
200
- "end": 93.83,
201
- "text": "But your light shines on\n"
202
- },
203
- {
204
- "start": 94.26,
205
- "end": 95.67,
206
- "text": "And brightens each day\n"
207
- },
208
- {
209
- "start": 95.67,
210
- "end": 97.63,
211
- "text": "When you're not around\n"
212
- },
213
- {
214
- "start": 98.02,
215
- "end": 101.21,
216
- "text": "You make it worthwhile to expect you\n\n"
217
- },
218
- {
219
- "start": 101.43,
220
- "end": 103.33,
221
- "text": "You're like the sun\n"
222
- },
223
- {
224
- "start": 103.6,
225
- "end": 105.03,
226
- "text": "You turn on a switch\n"
227
- },
228
- {
229
- "start": 105.03,
230
- "end": 106.9,
231
- "text": "And the gloom is gone\n"
232
- },
233
- {
234
- "start": 107.33,
235
- "end": 108.76,
236
- "text": "You gave me my life\n"
237
- },
238
- {
239
- "start": 108.76,
240
- "end": 110.68,
241
- "text": "And you carry on\n"
242
- },
243
- {
244
- "start": 111.13,
245
- "end": 114.41,
246
- "text": "Without ever wanting a thank you\n"
247
- },
248
- {
249
- "start": 115.47,
250
- "end": 117.41,
251
- "text": "You're like the sun\n\n"
252
- },
253
- {
254
- "start": 116.24,
255
- "end": 120.18,
256
- "text": "Doo-doo-doo, doo, doo-doo-doo, doo, doo\n"
257
- },
258
- {
259
- "start": 120.64,
260
- "end": 123.76,
261
- "text": "Doo-doo-doo, doo-doo-doo, doo-doo-doo-doo\n"
262
- },
263
- {
264
- "start": 123.84,
265
- "end": 127.69,
266
- "text": "Doo-doo-doo, doo, doo-doo-doo, doo, doo\n"
267
- },
268
- {
269
- "start": 128.13,
270
- "end": 131.46,
271
- "text": "Doo-doo-doo, doo-doo-doo, doo-doo-doo-doo\n\n"
272
- },
273
- {
274
- "start": 131.46,
275
- "end": 133.35,
276
- "text": "You're like the sun\n"
277
- },
278
- {
279
- "start": 133.6,
280
- "end": 134.96,
281
- "text": "You're so far away\n"
282
- },
283
- {
284
- "start": 134.96,
285
- "end": 136.86,
286
- "text": "But your light shines on\n"
287
- },
288
- {
289
- "start": 137.36,
290
- "end": 138.78,
291
- "text": "And brighten my days\n"
292
- },
293
- {
294
- "start": 138.78,
295
- "end": 140.69,
296
- "text": "When you're not around\n"
297
- },
298
- {
299
- "start": 141.13,
300
- "end": 146.44,
301
- "text": "You make it worthwhile to expect you (ooh-ooh-ooh-ooh-ooh)\n\n"
302
- },
303
- {
304
- "start": 146.44,
305
- "end": 148.21,
306
- "text": "You're like the sun\n"
307
- },
308
- {
309
- "start": 148.61,
310
- "end": 149.99,
311
- "text": "You turn on a switch\n"
312
- },
313
- {
314
- "start": 149.99,
315
- "end": 152.06,
316
- "text": "And the gloom is gone\n"
317
- },
318
- {
319
- "start": 152.36,
320
- "end": 153.78,
321
- "text": "You gave me my life\n"
322
- },
323
- {
324
- "start": 153.78,
325
- "end": 155.68,
326
- "text": "And you carry on\n"
327
- },
328
- {
329
- "start": 156.14,
330
- "end": 160.5,
331
- "text": "Without ever wanting a thank you (ooh-ooh-ooh)\n"
332
- },
333
- {
334
- "start": 160.52,
335
- "end": 162.51,
336
- "text": "You're like the sun\n"
337
- },
338
- {
339
- "start": 164.99,
340
- "end": 166.4,
341
- "text": "(Ooh-ooh-ooh)\n\n"
342
- },
343
- {
344
- "start": 168.76,
345
- "end": 172.51,
346
- "text": "Doo-doo-doo, doo, doo-doo-doo, doo, doo\n"
347
- },
348
- {
349
- "start": 172.51,
350
- "end": 176.26,
351
- "text": "Doo-doo-doo, doo, doo-doo-doo, doo, doo\n"
352
- },
353
- {
354
- "start": 176.26,
355
- "end": 180.02,
356
- "text": "Doo-doo-doo, doo, doo-doo-doo, doo, doo\n"
357
- },
358
- {
359
- "start": 180.02,
360
- "end": 184.05,
361
- "text": "Doo-doo-doo, doo, doo-doo-doo, doo, doo\n"
362
- }
363
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
364
  }
 
1
  {
2
+ "lines": [
3
+ {
4
+ "start": 0.02,
5
+ "end": 4.24,
6
+ "text": "Doo-doo-doo, doo, doo-doo-doo, doo, doo\n",
7
+ "text_tagged": "<nl> Doo-doo-doo, doo, doo-doo-doo, doo, doo </nl>\n"
8
+ },
9
+ {
10
+ "start": 4.33,
11
+ "end": 7.51,
12
+ "text": "Doo-doo-doo, doo-doo-doo, doo-doo-doo-doo\n",
13
+ "text_tagged": "<nl> Doo-doo-doo, doo-doo-doo, doo-doo-doo-doo </nl>\n"
14
+ },
15
+ {
16
+ "start": 7.51,
17
+ "end": 11.36,
18
+ "text": "Doo-doo-doo, doo, doo-doo-doo, doo, doo\n",
19
+ "text_tagged": "<nl> Doo-doo-doo, doo, doo-doo-doo, doo, doo </nl>\n"
20
+ },
21
+ {
22
+ "start": 11.89,
23
+ "end": 14.97,
24
+ "text": "Doo-doo-doo, doo-doo-doo, doo-doo-doo-doo\n\n",
25
+ "text_tagged": "<nl> Doo-doo-doo, doo-doo-doo, doo-doo-doo-doo </nl>\n\n"
26
+ },
27
+ {
28
+ "start": 15.72,
29
+ "end": 16.89,
30
+ "text": "I see your face\n",
31
+ "text_tagged": "I see your face\n"
32
+ },
33
+ {
34
+ "start": 16.94,
35
+ "end": 18.63,
36
+ "text": "Everywhere that I go\n",
37
+ "text_tagged": "Everywhere that I go\n"
38
+ },
39
+ {
40
+ "start": 18.73,
41
+ "end": 20.55,
42
+ "text": "On the clouds in the sky\n",
43
+ "text_tagged": "On the clouds in the sky\n"
44
+ },
45
+ {
46
+ "start": 20.64,
47
+ "end": 23.03,
48
+ "text": "On the faces of strangers\n\n",
49
+ "text_tagged": "On the faces of strangers\n\n"
50
+ },
51
+ {
52
+ "start": 23.03,
53
+ "end": 24.26,
54
+ "text": "The birds sing your name\n",
55
+ "text_tagged": "The birds sing your name\n"
56
+ },
57
+ {
58
+ "start": 24.38,
59
+ "end": 26.11,
60
+ "text": "And the fish try to talk\n",
61
+ "text_tagged": "And the fish try to talk\n"
62
+ },
63
+ {
64
+ "start": 26.2,
65
+ "end": 28.01,
66
+ "text": "'Cause without you the world\n",
67
+ "text_tagged": "'Cause without you the world\n"
68
+ },
69
+ {
70
+ "start": 28.09,
71
+ "end": 30.28,
72
+ "text": "Would be too dark to matter\n\n",
73
+ "text_tagged": "Would be too dark to matter\n\n"
74
+ },
75
+ {
76
+ "start": 30.49,
77
+ "end": 31.94,
78
+ "text": "You're like the sun\n",
79
+ "text_tagged": "You're like the sun\n"
80
+ },
81
+ {
82
+ "start": 32.35,
83
+ "end": 33.74,
84
+ "text": "You're so far away\n",
85
+ "text_tagged": "You're so far away\n"
86
+ },
87
+ {
88
+ "start": 33.74,
89
+ "end": 35.6,
90
+ "text": "But your light shines on\n",
91
+ "text_tagged": "But your light shines on\n"
92
+ },
93
+ {
94
+ "start": 36.13,
95
+ "end": 37.54,
96
+ "text": "And brightens each day\n",
97
+ "text_tagged": "And brightens each day\n"
98
+ },
99
+ {
100
+ "start": 37.54,
101
+ "end": 39.52,
102
+ "text": "When you're not around\n",
103
+ "text_tagged": "When you're not around\n"
104
+ },
105
+ {
106
+ "start": 39.82,
107
+ "end": 43.01,
108
+ "text": "You make it worthwhile to expect you\n\n",
109
+ "text_tagged": "You make it worthwhile to expect you\n\n"
110
+ },
111
+ {
112
+ "start": 43.27,
113
+ "end": 45.07,
114
+ "text": "You're like the sun\n",
115
+ "text_tagged": "You're like the sun\n"
116
+ },
117
+ {
118
+ "start": 45.44,
119
+ "end": 46.72,
120
+ "text": "You turn on a switch\n",
121
+ "text_tagged": "You turn on a switch\n"
122
+ },
123
+ {
124
+ "start": 46.84,
125
+ "end": 48.83,
126
+ "text": "And the gloom is gone\n",
127
+ "text_tagged": "And the gloom is gone\n"
128
+ },
129
+ {
130
+ "start": 49.25,
131
+ "end": 50.59,
132
+ "text": "You gave me my life\n",
133
+ "text_tagged": "You gave me my life\n"
134
+ },
135
+ {
136
+ "start": 50.74,
137
+ "end": 52.77,
138
+ "text": "And you carry on\n",
139
+ "text_tagged": "And you carry on\n"
140
+ },
141
+ {
142
+ "start": 53.01,
143
+ "end": 56.23,
144
+ "text": "Without ever wanting a thank you\n",
145
+ "text_tagged": "Without ever wanting a thank you\n"
146
+ },
147
+ {
148
+ "start": 57.38,
149
+ "end": 59.57,
150
+ "text": "You're like the sun\n\n",
151
+ "text_tagged": "You're like the sun\n\n"
152
+ },
153
+ {
154
+ "start": 58.12,
155
+ "end": 62.07,
156
+ "text": "Doo-doo-doo, doo, doo-doo-doo, doo, doo\n",
157
+ "text_tagged": "<nl> Doo-doo-doo, doo, doo-doo-doo, doo, doo </nl>\n"
158
+ },
159
+ {
160
+ "start": 62.4,
161
+ "end": 65.56,
162
+ "text": "Doo-doo-doo, doo-doo-doo, doo-doo-doo-doo\n",
163
+ "text_tagged": "<nl> Doo-doo-doo, doo-doo-doo, doo-doo-doo-doo </nl>\n"
164
+ },
165
+ {
166
+ "start": 65.6,
167
+ "end": 69.62,
168
+ "text": "Doo-doo-doo, doo, doo-doo-doo, doo, doo\n",
169
+ "text_tagged": "<nl> Doo-doo-doo, doo, doo-doo-doo, doo, doo </nl>\n"
170
+ },
171
+ {
172
+ "start": 70.02,
173
+ "end": 73.16,
174
+ "text": "Doo-doo-doo, doo-doo-doo, doo-doo-doo-doo\n\n",
175
+ "text_tagged": "<nl> Doo-doo-doo, doo-doo-doo, doo-doo-doo-doo </nl>\n\n"
176
+ },
177
+ {
178
+ "start": 73.7,
179
+ "end": 75.23,
180
+ "text": "Everyone loves you\n",
181
+ "text_tagged": "Everyone loves you\n"
182
+ },
183
+ {
184
+ "start": 75.23,
185
+ "end": 76.74,
186
+ "text": "And wants you around\n",
187
+ "text_tagged": "And wants you around\n"
188
+ },
189
+ {
190
+ "start": 76.83,
191
+ "end": 78.61,
192
+ "text": "But it's me most of all\n",
193
+ "text_tagged": "But it's me most of all\n"
194
+ },
195
+ {
196
+ "start": 78.7,
197
+ "end": 81.13,
198
+ "text": "For my own selfish reasons\n\n",
199
+ "text_tagged": "For my own selfish reasons\n\n"
200
+ },
201
+ {
202
+ "start": 81.19,
203
+ "end": 82.51,
204
+ "text": "You paint my sky blue\n",
205
+ "text_tagged": "You paint my sky blue\n"
206
+ },
207
+ {
208
+ "start": 82.51,
209
+ "end": 84.26,
210
+ "text": "And you spin my earth 'round\n",
211
+ "text_tagged": "And you spin my earth 'round\n"
212
+ },
213
+ {
214
+ "start": 84.34,
215
+ "end": 86.11,
216
+ "text": "So don't leave me alone\n",
217
+ "text_tagged": "So don't leave me alone\n"
218
+ },
219
+ {
220
+ "start": 86.27,
221
+ "end": 88.57,
222
+ "text": "'Cause I can't stand to miss you\n\n",
223
+ "text_tagged": "'Cause I can't stand to miss you\n\n"
224
+ },
225
+ {
226
+ "start": 88.66,
227
+ "end": 90.07,
228
+ "text": "You're like the sun\n",
229
+ "text_tagged": "You're like the sun\n"
230
+ },
231
+ {
232
+ "start": 90.49,
233
+ "end": 91.9,
234
+ "text": "You're so far away\n",
235
+ "text_tagged": "You're so far away\n"
236
+ },
237
+ {
238
+ "start": 91.9,
239
+ "end": 93.83,
240
+ "text": "But your light shines on\n",
241
+ "text_tagged": "But your light shines on\n"
242
+ },
243
+ {
244
+ "start": 94.26,
245
+ "end": 95.67,
246
+ "text": "And brightens each day\n",
247
+ "text_tagged": "And brightens each day\n"
248
+ },
249
+ {
250
+ "start": 95.67,
251
+ "end": 97.63,
252
+ "text": "When you're not around\n",
253
+ "text_tagged": "When you're not around\n"
254
+ },
255
+ {
256
+ "start": 98.02,
257
+ "end": 101.21,
258
+ "text": "You make it worthwhile to expect you\n\n",
259
+ "text_tagged": "You make it worthwhile to expect you\n\n"
260
+ },
261
+ {
262
+ "start": 101.43,
263
+ "end": 103.33,
264
+ "text": "You're like the sun\n",
265
+ "text_tagged": "You're like the sun\n"
266
+ },
267
+ {
268
+ "start": 103.6,
269
+ "end": 105.03,
270
+ "text": "You turn on a switch\n",
271
+ "text_tagged": "You turn on a switch\n"
272
+ },
273
+ {
274
+ "start": 105.03,
275
+ "end": 106.9,
276
+ "text": "And the gloom is gone\n",
277
+ "text_tagged": "And the gloom is gone\n"
278
+ },
279
+ {
280
+ "start": 107.33,
281
+ "end": 108.76,
282
+ "text": "You gave me my life\n",
283
+ "text_tagged": "You gave me my life\n"
284
+ },
285
+ {
286
+ "start": 108.76,
287
+ "end": 110.68,
288
+ "text": "And you carry on\n",
289
+ "text_tagged": "And you carry on\n"
290
+ },
291
+ {
292
+ "start": 111.13,
293
+ "end": 114.41,
294
+ "text": "Without ever wanting a thank you\n",
295
+ "text_tagged": "Without ever wanting a thank you\n"
296
+ },
297
+ {
298
+ "start": 115.47,
299
+ "end": 117.41,
300
+ "text": "You're like the sun\n\n",
301
+ "text_tagged": "You're like the sun\n\n"
302
+ },
303
+ {
304
+ "start": 116.24,
305
+ "end": 120.18,
306
+ "text": "Doo-doo-doo, doo, doo-doo-doo, doo, doo\n",
307
+ "text_tagged": "<nl> Doo-doo-doo, doo, doo-doo-doo, doo, doo </nl>\n"
308
+ },
309
+ {
310
+ "start": 120.64,
311
+ "end": 123.76,
312
+ "text": "Doo-doo-doo, doo-doo-doo, doo-doo-doo-doo\n",
313
+ "text_tagged": "<nl> Doo-doo-doo, doo-doo-doo, doo-doo-doo-doo </nl>\n"
314
+ },
315
+ {
316
+ "start": 123.84,
317
+ "end": 127.69,
318
+ "text": "Doo-doo-doo, doo, doo-doo-doo, doo, doo\n",
319
+ "text_tagged": "<nl> Doo-doo-doo, doo, doo-doo-doo, doo, doo </nl>\n"
320
+ },
321
+ {
322
+ "start": 128.13,
323
+ "end": 131.46,
324
+ "text": "Doo-doo-doo, doo-doo-doo, doo-doo-doo-doo\n\n",
325
+ "text_tagged": "<nl> Doo-doo-doo, doo-doo-doo, doo-doo-doo-doo </nl>\n\n"
326
+ },
327
+ {
328
+ "start": 131.46,
329
+ "end": 133.35,
330
+ "text": "You're like the sun\n",
331
+ "text_tagged": "You're like the sun\n"
332
+ },
333
+ {
334
+ "start": 133.6,
335
+ "end": 134.96,
336
+ "text": "You're so far away\n",
337
+ "text_tagged": "You're so far away\n"
338
+ },
339
+ {
340
+ "start": 134.96,
341
+ "end": 136.86,
342
+ "text": "But your light shines on\n",
343
+ "text_tagged": "But your light shines on\n"
344
+ },
345
+ {
346
+ "start": 137.36,
347
+ "end": 138.78,
348
+ "text": "And brighten my days\n",
349
+ "text_tagged": "And brighten my days\n"
350
+ },
351
+ {
352
+ "start": 138.78,
353
+ "end": 140.69,
354
+ "text": "When you're not around\n",
355
+ "text_tagged": "When you're not around\n"
356
+ },
357
+ {
358
+ "start": 141.13,
359
+ "end": 146.44,
360
+ "text": "You make it worthwhile to expect you (ooh-ooh-ooh-ooh-ooh)\n\n",
361
+ "text_tagged": "You make it worthwhile to expect you ( <nl> ooh-ooh-ooh-ooh-ooh </nl> )\n\n"
362
+ },
363
+ {
364
+ "start": 146.44,
365
+ "end": 148.21,
366
+ "text": "You're like the sun\n",
367
+ "text_tagged": "You're like the sun\n"
368
+ },
369
+ {
370
+ "start": 148.61,
371
+ "end": 149.99,
372
+ "text": "You turn on a switch\n",
373
+ "text_tagged": "You turn on a switch\n"
374
+ },
375
+ {
376
+ "start": 149.99,
377
+ "end": 152.06,
378
+ "text": "And the gloom is gone\n",
379
+ "text_tagged": "And the gloom is gone\n"
380
+ },
381
+ {
382
+ "start": 152.36,
383
+ "end": 153.78,
384
+ "text": "You gave me my life\n",
385
+ "text_tagged": "You gave me my life\n"
386
+ },
387
+ {
388
+ "start": 153.78,
389
+ "end": 155.68,
390
+ "text": "And you carry on\n",
391
+ "text_tagged": "And you carry on\n"
392
+ },
393
+ {
394
+ "start": 156.14,
395
+ "end": 160.5,
396
+ "text": "Without ever wanting a thank you (ooh-ooh-ooh)\n",
397
+ "text_tagged": "Without ever wanting a thank you ( <nl> ooh-ooh-ooh </nl> )\n"
398
+ },
399
+ {
400
+ "start": 160.52,
401
+ "end": 162.51,
402
+ "text": "You're like the sun\n",
403
+ "text_tagged": "You're like the sun\n"
404
+ },
405
+ {
406
+ "start": 164.99,
407
+ "end": 166.4,
408
+ "text": "(Ooh-ooh-ooh)\n\n",
409
+ "text_tagged": "( <nl> Ooh-ooh-ooh </nl> )\n\n"
410
+ },
411
+ {
412
+ "start": 168.76,
413
+ "end": 172.51,
414
+ "text": "Doo-doo-doo, doo, doo-doo-doo, doo, doo\n",
415
+ "text_tagged": "<nl> Doo-doo-doo, doo, doo-doo-doo, doo, doo </nl>\n"
416
+ },
417
+ {
418
+ "start": 172.51,
419
+ "end": 176.26,
420
+ "text": "Doo-doo-doo, doo, doo-doo-doo, doo, doo\n",
421
+ "text_tagged": "<nl> Doo-doo-doo, doo, doo-doo-doo, doo, doo </nl>\n"
422
+ },
423
+ {
424
+ "start": 176.26,
425
+ "end": 180.02,
426
+ "text": "Doo-doo-doo, doo, doo-doo-doo, doo, doo\n",
427
+ "text_tagged": "<nl> Doo-doo-doo, doo, doo-doo-doo, doo, doo </nl>\n"
428
+ },
429
+ {
430
+ "start": 180.02,
431
+ "end": 184.05,
432
+ "text": "Doo-doo-doo, doo, doo-doo-doo, doo, doo\n",
433
+ "text_tagged": "<nl> Doo-doo-doo, doo, doo-doo-doo, doo, doo </nl>\n"
434
+ }
435
+ ]
436
  }
alignment/Fantasma_-_Los_Rombos.json CHANGED
@@ -1,114 +1,136 @@
1
  {
2
- "lines": [
3
- {
4
- "start": 17.63,
5
- "end": 21.42,
6
- "text": "Soy un fantasma que\n"
7
- },
8
- {
9
- "start": 21.95,
10
- "end": 25.32,
11
- "text": "Se asusta de sí mismo\n"
12
- },
13
- {
14
- "start": 26.41,
15
- "end": 30.44,
16
- "text": "Un hueco dentro de otro hueco\n"
17
- },
18
- {
19
- "start": 30.76,
20
- "end": 34.06,
21
- "text": "Que solo el aire atraviesa\n\n"
22
- },
23
- {
24
- "start": 35.12,
25
- "end": 39.26,
26
- "text": "La tristeza es muy extraña\n"
27
- },
28
- {
29
- "start": 39.38,
30
- "end": 43.52,
31
- "text": "Se alimenta de la belleza\n"
32
- },
33
- {
34
- "start": 43.91,
35
- "end": 47.17,
36
- "text": "Ah, ah, ah\n"
37
- },
38
- {
39
- "start": 48.25,
40
- "end": 51.47,
41
- "text": "Ah, ah, ah\n\n"
42
- },
43
- {
44
- "start": 52.54,
45
- "end": 56.51,
46
- "text": "Soy el sombrero de un mago\n"
47
- },
48
- {
49
- "start": 56.94,
50
- "end": 60.14,
51
- "text": "Donde no hay un conejo\n"
52
- },
53
- {
54
- "start": 61.34,
55
- "end": 65.27,
56
- "text": "Un beso que no deja huella\n"
57
- },
58
- {
59
- "start": 65.7,
60
- "end": 68.87,
61
- "text": "Ni palpita en el recuerdo\n\n"
62
- },
63
- {
64
- "start": 70.09,
65
- "end": 74.23,
66
- "text": "La tristeza es muy extraña\n"
67
- },
68
- {
69
- "start": 74.3,
70
- "end": 78.75,
71
- "text": "Se alimenta de la belleza\n\n"
72
- },
73
- {
74
- "start": 96.13,
75
- "end": 102.44,
76
- "text": "Uh-uh-uh-uh-uh-uh, uh-uh-uh-uh-uh-uh, uh-uh\n"
77
- },
78
- {
79
- "start": 104.92,
80
- "end": 111.49,
81
- "text": "Uh-uh-uh-uh-uh-uh, uh-uh-uh-uh-uh, uh-uh-uh\n"
82
- },
83
- {
84
- "start": 113.66,
85
- "end": 119.87,
86
- "text": "Uh-uh-uh-uh-uh-uh, uh-uh-uh-uh-uh, uh-uh-uh\n"
87
- },
88
- {
89
- "start": 122.39,
90
- "end": 128.76,
91
- "text": "Uh-uh-uh-uh-uh-uh, uh-uh-uh-uh-uh, uh-uh-uh\n\n"
92
- },
93
- {
94
- "start": 131.12,
95
- "end": 135.3,
96
- "text": "La tristeza es muy extraña\n"
97
- },
98
- {
99
- "start": 135.44,
100
- "end": 139.87,
101
- "text": "Se alimenta de la belleza\n"
102
- },
103
- {
104
- "start": 144.14,
105
- "end": 147.85,
106
- "text": "Uh, uh, uh\n"
107
- },
108
- {
109
- "start": 150.58,
110
- "end": 154.83,
111
- "text": "Uh, uh, uh\n"
112
- }
113
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
114
  }
 
1
  {
2
+ "lines": [
3
+ {
4
+ "start": 17.63,
5
+ "end": 21.42,
6
+ "text": "Soy un fantasma que\n",
7
+ "text_tagged": "Soy un fantasma que\n"
8
+ },
9
+ {
10
+ "start": 21.95,
11
+ "end": 25.32,
12
+ "text": "Se asusta de sí mismo\n",
13
+ "text_tagged": "Se asusta de sí mismo\n"
14
+ },
15
+ {
16
+ "start": 26.41,
17
+ "end": 30.44,
18
+ "text": "Un hueco dentro de otro hueco\n",
19
+ "text_tagged": "Un hueco dentro de otro hueco\n"
20
+ },
21
+ {
22
+ "start": 30.76,
23
+ "end": 34.06,
24
+ "text": "Que solo el aire atraviesa\n\n",
25
+ "text_tagged": "Que solo el aire atraviesa\n\n"
26
+ },
27
+ {
28
+ "start": 35.12,
29
+ "end": 39.26,
30
+ "text": "La tristeza es muy extraña\n",
31
+ "text_tagged": "La tristeza es muy extraña\n"
32
+ },
33
+ {
34
+ "start": 39.38,
35
+ "end": 43.52,
36
+ "text": "Se alimenta de la belleza\n",
37
+ "text_tagged": "Se alimenta de la belleza\n"
38
+ },
39
+ {
40
+ "start": 43.91,
41
+ "end": 47.17,
42
+ "text": "Ah, ah, ah\n",
43
+ "text_tagged": "<nl> Ah, ah, ah </nl>\n"
44
+ },
45
+ {
46
+ "start": 48.25,
47
+ "end": 51.47,
48
+ "text": "Ah, ah, ah\n\n",
49
+ "text_tagged": "<nl> Ah, ah, ah </nl>\n\n"
50
+ },
51
+ {
52
+ "start": 52.54,
53
+ "end": 56.51,
54
+ "text": "Soy el sombrero de un mago\n",
55
+ "text_tagged": "Soy el sombrero de un mago\n"
56
+ },
57
+ {
58
+ "start": 56.94,
59
+ "end": 60.14,
60
+ "text": "Donde no hay un conejo\n",
61
+ "text_tagged": "Donde no hay un conejo\n"
62
+ },
63
+ {
64
+ "start": 61.34,
65
+ "end": 65.27,
66
+ "text": "Un beso que no deja huella\n",
67
+ "text_tagged": "Un beso que no deja huella\n"
68
+ },
69
+ {
70
+ "start": 65.7,
71
+ "end": 68.87,
72
+ "text": "Ni palpita en el recuerdo\n\n",
73
+ "text_tagged": "Ni palpita en el recuerdo\n\n"
74
+ },
75
+ {
76
+ "start": 70.09,
77
+ "end": 74.23,
78
+ "text": "La tristeza es muy extraña\n",
79
+ "text_tagged": "La tristeza es muy extraña\n"
80
+ },
81
+ {
82
+ "start": 74.3,
83
+ "end": 78.75,
84
+ "text": "Se alimenta de la belleza\n\n",
85
+ "text_tagged": "Se alimenta de la belleza\n\n"
86
+ },
87
+ {
88
+ "start": 96.13,
89
+ "end": 102.44,
90
+ "text": "Uh-uh-uh-uh-uh-uh, uh-uh-uh-uh-uh-uh, uh-uh\n",
91
+ "text_tagged": "<nl> Uh-uh-uh-uh-uh-uh, uh-uh-uh-uh-uh-uh, uh-uh </nl>\n"
92
+ },
93
+ {
94
+ "start": 104.92,
95
+ "end": 111.49,
96
+ "text": "Uh-uh-uh-uh-uh-uh, uh-uh-uh-uh-uh, uh-uh-uh\n",
97
+ "text_tagged": "<nl> Uh-uh-uh-uh-uh-uh, uh-uh-uh-uh-uh, uh-uh-uh </nl>\n"
98
+ },
99
+ {
100
+ "start": 113.66,
101
+ "end": 119.87,
102
+ "text": "Uh-uh-uh-uh-uh-uh, uh-uh-uh-uh-uh, uh-uh-uh\n",
103
+ "text_tagged": "<nl> Uh-uh-uh-uh-uh-uh, uh-uh-uh-uh-uh, uh-uh-uh </nl>\n"
104
+ },
105
+ {
106
+ "start": 122.39,
107
+ "end": 128.76,
108
+ "text": "Uh-uh-uh-uh-uh-uh, uh-uh-uh-uh-uh, uh-uh-uh\n\n",
109
+ "text_tagged": "<nl> Uh-uh-uh-uh-uh-uh, uh-uh-uh-uh-uh, uh-uh-uh </nl>\n\n"
110
+ },
111
+ {
112
+ "start": 131.12,
113
+ "end": 135.3,
114
+ "text": "La tristeza es muy extraña\n",
115
+ "text_tagged": "La tristeza es muy extraña\n"
116
+ },
117
+ {
118
+ "start": 135.44,
119
+ "end": 139.87,
120
+ "text": "Se alimenta de la belleza\n",
121
+ "text_tagged": "Se alimenta de la belleza\n"
122
+ },
123
+ {
124
+ "start": 144.14,
125
+ "end": 147.85,
126
+ "text": "Uh, uh, uh\n",
127
+ "text_tagged": "<nl> Uh, uh, uh </nl>\n"
128
+ },
129
+ {
130
+ "start": 150.58,
131
+ "end": 154.83,
132
+ "text": "Uh, uh, uh\n",
133
+ "text_tagged": "<nl> Uh, uh, uh </nl>\n"
134
+ }
135
+ ]
136
  }
alignment/Freifliegen_-_durch.dick.und.duenn.json CHANGED
@@ -1,164 +1,196 @@
1
  {
2
- "lines": [
3
- {
4
- "start": 22.67,
5
- "end": 24.73,
6
- "text": "Ich will entfliehen\n"
7
- },
8
- {
9
- "start": 25.55,
10
- "end": 29.56,
11
- "text": "Dem Käfig, der mich hält\n"
12
- },
13
- {
14
- "start": 30.33,
15
- "end": 33.38,
16
- "text": "Lass dich allein zurück\n"
17
- },
18
- {
19
- "start": 34.0,
20
- "end": 37.44,
21
- "text": "Folge dem, was mich ruft\n\n"
22
- },
23
- {
24
- "start": 38.53,
25
- "end": 41.46,
26
- "text": "Nächte lang geredet\n"
27
- },
28
- {
29
- "start": 41.77,
30
- "end": 45.5,
31
- "text": "Geweint, geschworen, versöhnt\n"
32
- },
33
- {
34
- "start": 46.26,
35
- "end": 49.39,
36
- "text": "Gesteh doch endlich ein\n"
37
- },
38
- {
39
- "start": 50.04,
40
- "end": 53.12,
41
- "text": "All das macht nicht frei\n\n"
42
- },
43
- {
44
- "start": 53.81,
45
- "end": 57.03,
46
- "text": "Ich folge meinem Herzen\n"
47
- },
48
- {
49
- "start": 57.75,
50
- "end": 60.62,
51
- "text": "Woher es auch ruft\n"
52
- },
53
- {
54
- "start": 61.75,
55
- "end": 65.26,
56
- "text": "Und flieg mich frei von jedem Zwang\n"
57
- },
58
- {
59
- "start": 65.55,
60
- "end": 69.04,
61
- "text": "Ein Käfig ist zu klein\n"
62
- },
63
- {
64
- "start": 69.79,
65
- "end": 72.6,
66
- "text": "Für das, was ich leben will\n"
67
- },
68
- {
69
- "start": 73.96,
70
- "end": 77.19,
71
- "text": "Leben will\n\n"
72
- },
73
- {
74
- "start": 78.6,
75
- "end": 81.65,
76
- "text": "Ich würd' viel geben\n"
77
- },
78
- {
79
- "start": 82.55,
80
- "end": 85.4,
81
- "text": "Könnt' ich dir Schmerz erspar'n\n"
82
- },
83
- {
84
- "start": 85.99,
85
- "end": 89.42,
86
- "text": "Doch dies geb' ich nicht\n"
87
- },
88
- {
89
- "start": 89.77,
90
- "end": 93.31,
91
- "text": "Meine Freiheit gehört mir\n\n"
92
- },
93
- {
94
- "start": 126.85,
95
- "end": 129.84,
96
- "text": "Greif die Chance\n"
97
- },
98
- {
99
- "start": 130.78,
100
- "end": 133.31,
101
- "text": "Fasse Mut\n"
102
- },
103
- {
104
- "start": 133.81,
105
- "end": 137.45,
106
- "text": "Befreie dich auch\n"
107
- },
108
- {
109
- "start": 137.75,
110
- "end": 147.8,
111
- "text": "Befreie dich von mir\n\n"
112
- },
113
- {
114
- "start": 149.73,
115
- "end": 153.11,
116
- "text": "Ich folge meinem Herzen\n"
117
- },
118
- {
119
- "start": 153.79,
120
- "end": 156.7,
121
- "text": "Woher es auch ruft\n"
122
- },
123
- {
124
- "start": 157.8,
125
- "end": 161.29,
126
- "text": "Und flieg mich frei von jedem Zwang\n"
127
- },
128
- {
129
- "start": 161.5,
130
- "end": 165.07,
131
- "text": "Ein Käfig ist zu klein\n"
132
- },
133
- {
134
- "start": 165.77,
135
- "end": 168.68,
136
- "text": "Für das, was ich leben will\n"
137
- },
138
- {
139
- "start": 169.99,
140
- "end": 173.42,
141
- "text": "Leben will\n\n"
142
- },
143
- {
144
- "start": 174.33,
145
- "end": 177.44,
146
- "text": "Erfüllung deiner Träume\n"
147
- },
148
- {
149
- "start": 178.57,
150
- "end": 181.57,
151
- "text": "Will ich dir wünschen\n"
152
- },
153
- {
154
- "start": 181.85,
155
- "end": 185.17,
156
- "text": "Erbau dir eine neue Welt\n"
157
- },
158
- {
159
- "start": 185.79,
160
- "end": 189.95,
161
- "text": "Einen Käfig, der sie hält\n"
162
- }
163
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
164
  }
 
1
  {
2
+ "lines": [
3
+ {
4
+ "start": 22.67,
5
+ "end": 24.73,
6
+ "text": "Ich will entfliehen\n",
7
+ "text_tagged": "Ich will entfliehen\n"
8
+ },
9
+ {
10
+ "start": 25.55,
11
+ "end": 29.56,
12
+ "text": "Dem Käfig, der mich hält\n",
13
+ "text_tagged": "Dem Käfig, der mich hält\n"
14
+ },
15
+ {
16
+ "start": 30.33,
17
+ "end": 33.38,
18
+ "text": "Lass dich allein zurück\n",
19
+ "text_tagged": "Lass dich allein zurück\n"
20
+ },
21
+ {
22
+ "start": 34.0,
23
+ "end": 37.44,
24
+ "text": "Folge dem, was mich ruft\n\n",
25
+ "text_tagged": "Folge dem, was mich ruft\n\n"
26
+ },
27
+ {
28
+ "start": 38.53,
29
+ "end": 41.46,
30
+ "text": "Nächte lang geredet\n",
31
+ "text_tagged": "Nächte lang geredet\n"
32
+ },
33
+ {
34
+ "start": 41.77,
35
+ "end": 45.5,
36
+ "text": "Geweint, geschworen, versöhnt\n",
37
+ "text_tagged": "Geweint, geschworen, versöhnt\n"
38
+ },
39
+ {
40
+ "start": 46.26,
41
+ "end": 49.39,
42
+ "text": "Gesteh doch endlich ein\n",
43
+ "text_tagged": "Gesteh doch endlich ein\n"
44
+ },
45
+ {
46
+ "start": 50.04,
47
+ "end": 53.12,
48
+ "text": "All das macht nicht frei\n\n",
49
+ "text_tagged": "All das macht nicht frei\n\n"
50
+ },
51
+ {
52
+ "start": 53.81,
53
+ "end": 57.03,
54
+ "text": "Ich folge meinem Herzen\n",
55
+ "text_tagged": "Ich folge meinem Herzen\n"
56
+ },
57
+ {
58
+ "start": 57.75,
59
+ "end": 60.62,
60
+ "text": "Woher es auch ruft\n",
61
+ "text_tagged": "Woher es auch ruft\n"
62
+ },
63
+ {
64
+ "start": 61.75,
65
+ "end": 65.26,
66
+ "text": "Und flieg mich frei von jedem Zwang\n",
67
+ "text_tagged": "Und flieg mich frei von jedem Zwang\n"
68
+ },
69
+ {
70
+ "start": 65.55,
71
+ "end": 69.04,
72
+ "text": "Ein Käfig ist zu klein\n",
73
+ "text_tagged": "Ein Käfig ist zu klein\n"
74
+ },
75
+ {
76
+ "start": 69.79,
77
+ "end": 72.6,
78
+ "text": "Für das, was ich leben will\n",
79
+ "text_tagged": "Für das, was ich leben will\n"
80
+ },
81
+ {
82
+ "start": 73.96,
83
+ "end": 77.19,
84
+ "text": "Leben will\n\n",
85
+ "text_tagged": "Leben will\n\n"
86
+ },
87
+ {
88
+ "start": 78.6,
89
+ "end": 81.65,
90
+ "text": "Ich würd' viel geben\n",
91
+ "text_tagged": "Ich würd' viel geben\n"
92
+ },
93
+ {
94
+ "start": 82.55,
95
+ "end": 85.4,
96
+ "text": "Könnt' ich dir Schmerz erspar'n\n",
97
+ "text_tagged": "Könnt' ich dir Schmerz erspar'n\n"
98
+ },
99
+ {
100
+ "start": 85.99,
101
+ "end": 89.42,
102
+ "text": "Doch dies geb' ich nicht\n",
103
+ "text_tagged": "Doch dies geb' ich nicht\n"
104
+ },
105
+ {
106
+ "start": 89.77,
107
+ "end": 93.31,
108
+ "text": "Meine Freiheit gehört mir\n\n",
109
+ "text_tagged": "Meine Freiheit gehört mir\n\n"
110
+ },
111
+ {
112
+ "start": 126.85,
113
+ "end": 129.84,
114
+ "text": "Greif die Chance\n",
115
+ "text_tagged": "Greif die Chance\n"
116
+ },
117
+ {
118
+ "start": 130.78,
119
+ "end": 133.31,
120
+ "text": "Fasse Mut\n",
121
+ "text_tagged": "Fasse Mut\n"
122
+ },
123
+ {
124
+ "start": 133.81,
125
+ "end": 137.45,
126
+ "text": "Befreie dich auch\n",
127
+ "text_tagged": "Befreie dich auch\n"
128
+ },
129
+ {
130
+ "start": 137.75,
131
+ "end": 147.8,
132
+ "text": "Befreie dich von mir\n\n",
133
+ "text_tagged": "Befreie dich von mir\n\n"
134
+ },
135
+ {
136
+ "start": 149.73,
137
+ "end": 153.11,
138
+ "text": "Ich folge meinem Herzen\n",
139
+ "text_tagged": "Ich folge meinem Herzen\n"
140
+ },
141
+ {
142
+ "start": 153.79,
143
+ "end": 156.7,
144
+ "text": "Woher es auch ruft\n",
145
+ "text_tagged": "Woher es auch ruft\n"
146
+ },
147
+ {
148
+ "start": 157.8,
149
+ "end": 161.29,
150
+ "text": "Und flieg mich frei von jedem Zwang\n",
151
+ "text_tagged": "Und flieg mich frei von jedem Zwang\n"
152
+ },
153
+ {
154
+ "start": 161.5,
155
+ "end": 165.07,
156
+ "text": "Ein Käfig ist zu klein\n",
157
+ "text_tagged": "Ein Käfig ist zu klein\n"
158
+ },
159
+ {
160
+ "start": 165.77,
161
+ "end": 168.68,
162
+ "text": "Für das, was ich leben will\n",
163
+ "text_tagged": "Für das, was ich leben will\n"
164
+ },
165
+ {
166
+ "start": 169.99,
167
+ "end": 173.42,
168
+ "text": "Leben will\n\n",
169
+ "text_tagged": "Leben will\n\n"
170
+ },
171
+ {
172
+ "start": 174.33,
173
+ "end": 177.44,
174
+ "text": "Erfüllung deiner Träume\n",
175
+ "text_tagged": "Erfüllung deiner Träume\n"
176
+ },
177
+ {
178
+ "start": 178.57,
179
+ "end": 181.57,
180
+ "text": "Will ich dir wünschen\n",
181
+ "text_tagged": "Will ich dir wünschen\n"
182
+ },
183
+ {
184
+ "start": 181.85,
185
+ "end": 185.17,
186
+ "text": "Erbau dir eine neue Welt\n",
187
+ "text_tagged": "Erbau dir eine neue Welt\n"
188
+ },
189
+ {
190
+ "start": 185.79,
191
+ "end": 189.95,
192
+ "text": "Einen Käfig, der sie hält\n",
193
+ "text_tagged": "Einen Käfig, der sie hält\n"
194
+ }
195
+ ]
196
  }
alignment/Fußabdrücke_-_Andreas_Jachmann.json CHANGED
@@ -1,164 +1,196 @@
1
  {
2
- "lines": [
3
- {
4
- "start": 21.36,
5
- "end": 23.24,
6
- "text": "Der Himmel zeigt\n"
7
- },
8
- {
9
- "start": 23.36,
10
- "end": 27.66,
11
- "text": "Statt der Engel lauter Wolken\n"
12
- },
13
- {
14
- "start": 28.31,
15
- "end": 32.23,
16
- "text": "Einem Stern wolltest du folgen\n"
17
- },
18
- {
19
- "start": 33.96,
20
- "end": 37.98,
21
- "text": "Doch der Weltraum schweigt\n\n"
22
- },
23
- {
24
- "start": 40.26,
25
- "end": 42.43,
26
- "text": "Es ist alles still\n"
27
- },
28
- {
29
- "start": 42.65,
30
- "end": 46.63,
31
- "text": "Und du betest, um dem Rauschen\n"
32
- },
33
- {
34
- "start": 47.47,
35
- "end": 51.5,
36
- "text": "Eine Botschaft abzulauschen\n"
37
- },
38
- {
39
- "start": 53.15,
40
- "end": 56.59,
41
- "text": "Die nicht kommen will\n\n"
42
- },
43
- {
44
- "start": 78.97,
45
- "end": 80.83,
46
- "text": "Du liest und fragst\n"
47
- },
48
- {
49
- "start": 81.05,
50
- "end": 85.02,
51
- "text": "Warum durften jene wissen\n"
52
- },
53
- {
54
- "start": 85.86,
55
- "end": 90.08,
56
- "text": "Wo wir heute glauben müssen\n"
57
- },
58
- {
59
- "start": 91.84,
60
- "end": 95.1,
61
- "text": "Und du beklagst\n\n"
62
- },
63
- {
64
- "start": 98.21,
65
- "end": 99.97,
66
- "text": "Es ist nicht recht\n"
67
- },
68
- {
69
- "start": 100.25,
70
- "end": 104.23,
71
- "text": "Jene durften Wunder schauen\n"
72
- },
73
- {
74
- "start": 105.09,
75
- "end": 108.94,
76
- "text": "Und wir müssen blind vertrauen\n"
77
- },
78
- {
79
- "start": 110.76,
80
- "end": 113.89,
81
- "text": "Doch das kannst du schlecht\n\n"
82
- },
83
- {
84
- "start": 117.66,
85
- "end": 122.03,
86
- "text": "Wenn Gottes Stimme unhörbar ist\n"
87
- },
88
- {
89
- "start": 122.8,
90
- "end": 126.16,
91
- "text": "Dann weil du nicht leis' genug bist\n"
92
- },
93
- {
94
- "start": 126.97,
95
- "end": 131.36,
96
- "text": "Wenn jedes Wunder erklärbar ist\n"
97
- },
98
- {
99
- "start": 132.35,
100
- "end": 135.78,
101
- "text": "Dann weil du schon viel zu klug bist\n"
102
- },
103
- {
104
- "start": 136.88,
105
- "end": 141.0,
106
- "text": "Wenn Gottes Stimme unhörbar ist\n"
107
- },
108
- {
109
- "start": 141.98,
110
- "end": 145.42,
111
- "text": "Dann weil du nicht leis' genug bist\n"
112
- },
113
- {
114
- "start": 146.5,
115
- "end": 150.47,
116
- "text": "Wenn jedes Wunder erklärbar ist\n"
117
- },
118
- {
119
- "start": 151.58,
120
- "end": 155.11,
121
- "text": "Dann weil du schon viel zu klug bist\n\n"
122
- },
123
- {
124
- "start": 196.29,
125
- "end": 198.55,
126
- "text": "Übers dünne Eis\n"
127
- },
128
- {
129
- "start": 198.55,
130
- "end": 202.61,
131
- "text": "Folgst du dunklen Fußabdrücken\n"
132
- },
133
- {
134
- "start": 203.45,
135
- "end": 207.63,
136
- "text": "Kannst den vor dir nicht erblicken\n"
137
- },
138
- {
139
- "start": 209.15,
140
- "end": 212.29,
141
- "text": "Da ist kein Beweis\n\n"
142
- },
143
- {
144
- "start": 215.49,
145
- "end": 217.52,
146
- "text": "Da ist nichts zu sehn\n"
147
- },
148
- {
149
- "start": 217.88,
150
- "end": 221.97,
151
- "text": "Nur ein fast unhörbar leises\n"
152
- },
153
- {
154
- "start": 222.56,
155
- "end": 226.98,
156
- "text": "Sprödes Knistern dünnen Eises\n"
157
- },
158
- {
159
- "start": 228.37,
160
- "end": 232.68,
161
- "text": "Doch du bleibst nicht stehn\n"
162
- }
163
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
164
  }
 
1
  {
2
+ "lines": [
3
+ {
4
+ "start": 21.36,
5
+ "end": 23.24,
6
+ "text": "Der Himmel zeigt\n",
7
+ "text_tagged": "Der Himmel zeigt\n"
8
+ },
9
+ {
10
+ "start": 23.36,
11
+ "end": 27.66,
12
+ "text": "Statt der Engel lauter Wolken\n",
13
+ "text_tagged": "Statt der Engel lauter Wolken\n"
14
+ },
15
+ {
16
+ "start": 28.31,
17
+ "end": 32.23,
18
+ "text": "Einem Stern wolltest du folgen\n",
19
+ "text_tagged": "Einem Stern wolltest du folgen\n"
20
+ },
21
+ {
22
+ "start": 33.96,
23
+ "end": 37.98,
24
+ "text": "Doch der Weltraum schweigt\n\n",
25
+ "text_tagged": "Doch der Weltraum schweigt\n\n"
26
+ },
27
+ {
28
+ "start": 40.26,
29
+ "end": 42.43,
30
+ "text": "Es ist alles still\n",
31
+ "text_tagged": "Es ist alles still\n"
32
+ },
33
+ {
34
+ "start": 42.65,
35
+ "end": 46.63,
36
+ "text": "Und du betest, um dem Rauschen\n",
37
+ "text_tagged": "Und du betest, um dem Rauschen\n"
38
+ },
39
+ {
40
+ "start": 47.47,
41
+ "end": 51.5,
42
+ "text": "Eine Botschaft abzulauschen\n",
43
+ "text_tagged": "Eine Botschaft abzulauschen\n"
44
+ },
45
+ {
46
+ "start": 53.15,
47
+ "end": 56.59,
48
+ "text": "Die nicht kommen will\n\n",
49
+ "text_tagged": "Die nicht kommen will\n\n"
50
+ },
51
+ {
52
+ "start": 78.97,
53
+ "end": 80.83,
54
+ "text": "Du liest und fragst\n",
55
+ "text_tagged": "Du liest und fragst\n"
56
+ },
57
+ {
58
+ "start": 81.05,
59
+ "end": 85.02,
60
+ "text": "Warum durften jene wissen\n",
61
+ "text_tagged": "Warum durften jene wissen\n"
62
+ },
63
+ {
64
+ "start": 85.86,
65
+ "end": 90.08,
66
+ "text": "Wo wir heute glauben müssen\n",
67
+ "text_tagged": "Wo wir heute glauben müssen\n"
68
+ },
69
+ {
70
+ "start": 91.84,
71
+ "end": 95.1,
72
+ "text": "Und du beklagst\n\n",
73
+ "text_tagged": "Und du beklagst\n\n"
74
+ },
75
+ {
76
+ "start": 98.21,
77
+ "end": 99.97,
78
+ "text": "Es ist nicht recht\n",
79
+ "text_tagged": "Es ist nicht recht\n"
80
+ },
81
+ {
82
+ "start": 100.25,
83
+ "end": 104.23,
84
+ "text": "Jene durften Wunder schauen\n",
85
+ "text_tagged": "Jene durften Wunder schauen\n"
86
+ },
87
+ {
88
+ "start": 105.09,
89
+ "end": 108.94,
90
+ "text": "Und wir müssen blind vertrauen\n",
91
+ "text_tagged": "Und wir müssen blind vertrauen\n"
92
+ },
93
+ {
94
+ "start": 110.76,
95
+ "end": 113.89,
96
+ "text": "Doch das kannst du schlecht\n\n",
97
+ "text_tagged": "Doch das kannst du schlecht\n\n"
98
+ },
99
+ {
100
+ "start": 117.66,
101
+ "end": 122.03,
102
+ "text": "Wenn Gottes Stimme unhörbar ist\n",
103
+ "text_tagged": "Wenn Gottes Stimme unhörbar ist\n"
104
+ },
105
+ {
106
+ "start": 122.8,
107
+ "end": 126.16,
108
+ "text": "Dann weil du nicht leis' genug bist\n",
109
+ "text_tagged": "Dann weil du nicht leis' genug bist\n"
110
+ },
111
+ {
112
+ "start": 126.97,
113
+ "end": 131.36,
114
+ "text": "Wenn jedes Wunder erklärbar ist\n",
115
+ "text_tagged": "Wenn jedes Wunder erklärbar ist\n"
116
+ },
117
+ {
118
+ "start": 132.35,
119
+ "end": 135.78,
120
+ "text": "Dann weil du schon viel zu klug bist\n",
121
+ "text_tagged": "Dann weil du schon viel zu klug bist\n"
122
+ },
123
+ {
124
+ "start": 136.88,
125
+ "end": 141.0,
126
+ "text": "Wenn Gottes Stimme unhörbar ist\n",
127
+ "text_tagged": "Wenn Gottes Stimme unhörbar ist\n"
128
+ },
129
+ {
130
+ "start": 141.98,
131
+ "end": 145.42,
132
+ "text": "Dann weil du nicht leis' genug bist\n",
133
+ "text_tagged": "Dann weil du nicht leis' genug bist\n"
134
+ },
135
+ {
136
+ "start": 146.5,
137
+ "end": 150.47,
138
+ "text": "Wenn jedes Wunder erklärbar ist\n",
139
+ "text_tagged": "Wenn jedes Wunder erklärbar ist\n"
140
+ },
141
+ {
142
+ "start": 151.58,
143
+ "end": 155.11,
144
+ "text": "Dann weil du schon viel zu klug bist\n\n",
145
+ "text_tagged": "Dann weil du schon viel zu klug bist\n\n"
146
+ },
147
+ {
148
+ "start": 196.29,
149
+ "end": 198.55,
150
+ "text": "Übers dünne Eis\n",
151
+ "text_tagged": "Übers dünne Eis\n"
152
+ },
153
+ {
154
+ "start": 198.55,
155
+ "end": 202.61,
156
+ "text": "Folgst du dunklen Fußabdrücken\n",
157
+ "text_tagged": "Folgst du dunklen Fußabdrücken\n"
158
+ },
159
+ {
160
+ "start": 203.45,
161
+ "end": 207.63,
162
+ "text": "Kannst den vor dir nicht erblicken\n",
163
+ "text_tagged": "Kannst den vor dir nicht erblicken\n"
164
+ },
165
+ {
166
+ "start": 209.15,
167
+ "end": 212.29,
168
+ "text": "Da ist kein Beweis\n\n",
169
+ "text_tagged": "Da ist kein Beweis\n\n"
170
+ },
171
+ {
172
+ "start": 215.49,
173
+ "end": 217.52,
174
+ "text": "Da ist nichts zu sehn\n",
175
+ "text_tagged": "Da ist nichts zu sehn\n"
176
+ },
177
+ {
178
+ "start": 217.88,
179
+ "end": 221.97,
180
+ "text": "Nur ein fast unhörbar leises\n",
181
+ "text_tagged": "Nur ein fast unhörbar leises\n"
182
+ },
183
+ {
184
+ "start": 222.56,
185
+ "end": 226.98,
186
+ "text": "Sprödes Knistern dünnen Eises\n",
187
+ "text_tagged": "Sprödes Knistern dünnen Eises\n"
188
+ },
189
+ {
190
+ "start": 228.37,
191
+ "end": 232.68,
192
+ "text": "Doch du bleibst nicht stehn\n",
193
+ "text_tagged": "Doch du bleibst nicht stehn\n"
194
+ }
195
+ ]
196
  }
alignment/Guayeteo_-_JhoyKing.json CHANGED
@@ -1,244 +1,292 @@
1
  {
2
- "lines": [
3
- {
4
- "start": 6.69,
5
- "end": 9.33,
6
- "text": "Guayeteo, ah\n"
7
- },
8
- {
9
- "start": 10.17,
10
- "end": 15.24,
11
- "text": "Hace tiempo no sale a perrear (ye, ye, ye)\n"
12
- },
13
- {
14
- "start": 15.24,
15
- "end": 18.74,
16
- "text": "To' el mundo puesto pa guayetear, ah\n\n"
17
- },
18
- {
19
- "start": 19.21,
20
- "end": 23.43,
21
- "text": "DJ ponga el perreo, to' el mundo puesto pa'l guayeteo\n"
22
- },
23
- {
24
- "start": 23.73,
25
- "end": 25.88,
26
- "text": "Las gatas solo piden perreo\n"
27
- },
28
- {
29
- "start": 26.12,
30
- "end": 29.34,
31
- "text": "El que no baile, le sacamo' el de'o, eh-oh\n"
32
- },
33
- {
34
- "start": 29.41,
35
- "end": 33.47,
36
- "text": "DJ ponga el perreo, to' el mundo puesto pa'l guayeteo\n"
37
- },
38
- {
39
- "start": 33.8,
40
- "end": 36.0,
41
- "text": "Las gatas solo piden perreo\n"
42
- },
43
- {
44
- "start": 36.22,
45
- "end": 40.11,
46
- "text": "El que no baile, le sacamo' el de'o, eh-oh\n\n"
47
- },
48
- {
49
- "start": 39.4,
50
- "end": 43.16,
51
- "text": "Llegaron lo' del equipaje y se soltaron los perros salvaje', oh\n"
52
- },
53
- {
54
- "start": 43.34,
55
- "end": 45.47,
56
- "text": "Pa' que la' baby' se quiten to' el traje\n"
57
- },
58
- {
59
- "start": 45.88,
60
- "end": 48.05,
61
- "text": "Se nota que tienen to' el tigueraje\n"
62
- },
63
- {
64
- "start": 48.42,
65
- "end": 50.58,
66
- "text": "Que se quiten el panty, cero visaje\n"
67
- },
68
- {
69
- "start": 50.3,
70
- "end": 52.97,
71
- "text": "En ambiente y que la' gata' se pongan caliente'\n"
72
- },
73
- {
74
- "start": 53.13,
75
- "end": 55.46,
76
- "text": "Pastilla' de to' colore' y póngase indecente\n"
77
- },
78
- {
79
- "start": 55.67,
80
- "end": 57.86,
81
- "text": "No le gustan serio' ni con porte 'e inocente'\n"
82
- },
83
- {
84
- "start": 57.86,
85
- "end": 60.55,
86
- "text": "Le gustan los tipo' malos y con cara de maleante'\n"
87
- },
88
- {
89
- "start": 60.38,
90
- "end": 63.01,
91
- "text": "Más duro, más phillie, más sexo, bien duro\n"
92
- },
93
- {
94
- "start": 63.36,
95
- "end": 65.44,
96
- "text": "Esto va como un rifle sin seguro\n"
97
- },
98
- {
99
- "start": 66.06,
100
- "end": 68.07,
101
- "text": "Más duro, más phillie, bien duro\n"
102
- },
103
- {
104
- "start": 68.57,
105
- "end": 70.62,
106
- "text": "La madre pa'l que no mueva el culo\n\n"
107
- },
108
- {
109
- "start": 69.77,
110
- "end": 73.9,
111
- "text": "DJ ponga el perreo, to' el mundo puesto pa'l guayeteo\n"
112
- },
113
- {
114
- "start": 74.29,
115
- "end": 76.42,
116
- "text": "Las gatas solo piden perreo\n"
117
- },
118
- {
119
- "start": 76.66,
120
- "end": 79.98,
121
- "text": "El que no baile, le sacamo' el de'o, eh-oh\n"
122
- },
123
- {
124
- "start": 79.98,
125
- "end": 84.04,
126
- "text": "DJ ponga el perreo, to' el mundo puesto pa'l guayeteo\n"
127
- },
128
- {
129
- "start": 84.36,
130
- "end": 86.53,
131
- "text": "Las gatas solo piden perreo\n"
132
- },
133
- {
134
- "start": 86.77,
135
- "end": 90.6,
136
- "text": "El que no baile, le sacamo' el de'o, eh-oh\n\n"
137
- },
138
- {
139
- "start": 90.37,
140
- "end": 91.88,
141
- "text": "(Oye) cuidao que se te ve\n"
142
- },
143
- {
144
- "start": 92.24,
145
- "end": 93.17,
146
- "text": "Cuando te guayé\n"
147
- },
148
- {
149
- "start": 93.52,
150
- "end": 95.62,
151
- "text": "Mientra' que lo hacemo' pegaíto a la pared\n"
152
- },
153
- {
154
- "start": 95.74,
155
- "end": 98.26,
156
- "text": "Te encanta, cuando no' ponemo' caliente'\n"
157
- },
158
- {
159
- "start": 98.26,
160
- "end": 100.64,
161
- "text": "Se siente, que el perreo está muy salvaje\n"
162
- },
163
- {
164
- "start": 100.64,
165
- "end": 103.51,
166
- "text": "Las gatas lo guayan deli, maki, combo Kawasaki\n"
167
- },
168
- {
169
- "start": 103.65,
170
- "end": 106.01,
171
- "text": "Como un plato fuerte servido a lo teriyaki\n"
172
- },
173
- {
174
- "start": 106.13,
175
- "end": 108.6,
176
- "text": "Con este perreo le subimo' to' el ranking\n"
177
- },
178
- {
179
- "start": 108.69,
180
- "end": 111.16,
181
- "text": "Como el oso rompiendo en lo' tiempo'e Taki Taki\n"
182
- },
183
- {
184
- "start": 111.16,
185
- "end": 115.6,
186
- "text": "(Je-je) oh-oh-oh (guayeteo pa'l barrio)\n"
187
- },
188
- {
189
- "start": 115.93,
190
- "end": 119.94,
191
- "text": "Ye-eh-eh (je-je-je, je-je-je)\n\n"
192
- },
193
- {
194
- "start": 119.94,
195
- "end": 124.47,
196
- "text": "(El flow) DJ ponga el perreo, to' el mundo puesto pa'l guayeteo\n"
197
- },
198
- {
199
- "start": 124.7,
200
- "end": 126.92,
201
- "text": "Las gatas solo piden perreo\n"
202
- },
203
- {
204
- "start": 127.17,
205
- "end": 130.38,
206
- "text": "El que no baile, le sacamo' el de'o, eh-oh\n"
207
- },
208
- {
209
- "start": 130.49,
210
- "end": 134.58,
211
- "text": "DJ ponga el perreo, to' el mundo puesto pa'l guayeteo\n"
212
- },
213
- {
214
- "start": 134.82,
215
- "end": 137.02,
216
- "text": "Las gatas solo piden perreo\n"
217
- },
218
- {
219
- "start": 137.28,
220
- "end": 141.17,
221
- "text": "El que no baile, le sacamo' el de'o, eh-oh\n\n"
222
- },
223
- {
224
- "start": 141.74,
225
- "end": 143.91,
226
- "text": "Sencillo, JhoyKing El Duro\n"
227
- },
228
- {
229
- "start": 144.91,
230
- "end": 146.86,
231
- "text": "Santos, DC\n"
232
- },
233
- {
234
- "start": 147.54,
235
- "end": 149.82,
236
- "text": "Tele, los diablos con los diablos\n"
237
- },
238
- {
239
- "start": 150.16,
240
- "end": 151.89,
241
- "text": "Okay, se jodió esta pendeja\n"
242
- }
243
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
244
  }
 
1
  {
2
+ "lines": [
3
+ {
4
+ "start": 6.69,
5
+ "end": 9.33,
6
+ "text": "Guayeteo, ah\n",
7
+ "text_tagged": "Guayeteo, <nl> ah </nl> \n"
8
+ },
9
+ {
10
+ "start": 10.17,
11
+ "end": 15.24,
12
+ "text": "Hace tiempo no sale a perrear (ye, ye, ye)\n",
13
+ "text_tagged": "Hace tiempo no sale a perrear ( <nl> ye, ye, ye </nl> )\n"
14
+ },
15
+ {
16
+ "start": 15.24,
17
+ "end": 18.74,
18
+ "text": "To' el mundo puesto pa guayetear, ah\n\n",
19
+ "text_tagged": "To' el mundo puesto pa guayetear, <nl> ah </nl>\n\n"
20
+ },
21
+ {
22
+ "start": 19.21,
23
+ "end": 23.43,
24
+ "text": "DJ ponga el perreo, to' el mundo puesto pa'l guayeteo\n",
25
+ "text_tagged": "DJ ponga el perreo, to' el mundo puesto pa'l guayeteo\n"
26
+ },
27
+ {
28
+ "start": 23.73,
29
+ "end": 25.88,
30
+ "text": "Las gatas solo piden perreo\n",
31
+ "text_tagged": "Las gatas solo piden perreo\n"
32
+ },
33
+ {
34
+ "start": 26.12,
35
+ "end": 29.34,
36
+ "text": "El que no baile, le sacamo' el de'o, eh-oh\n",
37
+ "text_tagged": "El que no baile, le sacamo' el de'o, <nl> eh-oh </nl>\n"
38
+ },
39
+ {
40
+ "start": 29.41,
41
+ "end": 33.47,
42
+ "text": "DJ ponga el perreo, to' el mundo puesto pa'l guayeteo\n",
43
+ "text_tagged": "DJ ponga el perreo, to' el mundo puesto pa'l guayeteo\n"
44
+ },
45
+ {
46
+ "start": 33.8,
47
+ "end": 36.0,
48
+ "text": "Las gatas solo piden perreo\n",
49
+ "text_tagged": "Las gatas solo piden perreo\n"
50
+ },
51
+ {
52
+ "start": 36.22,
53
+ "end": 40.11,
54
+ "text": "El que no baile, le sacamo' el de'o, eh-oh\n\n",
55
+ "text_tagged": "El que no baile, le sacamo' el de'o, <nl> eh-oh </nl>\n\n"
56
+ },
57
+ {
58
+ "start": 39.4,
59
+ "end": 43.16,
60
+ "text": "Llegaron lo' del equipaje y se soltaron los perros salvaje', oh\n",
61
+ "text_tagged": "Llegaron lo' del equipaje y se soltaron los perros salvaje', <nl> oh </nl>\n"
62
+ },
63
+ {
64
+ "start": 43.34,
65
+ "end": 45.47,
66
+ "text": "Pa' que la' baby' se quiten to' el traje\n",
67
+ "text_tagged": "Pa' que la' baby' se quiten to' el traje\n"
68
+ },
69
+ {
70
+ "start": 45.88,
71
+ "end": 48.05,
72
+ "text": "Se nota que tienen to' el tigueraje\n",
73
+ "text_tagged": "Se nota que tienen to' el tigueraje\n"
74
+ },
75
+ {
76
+ "start": 48.42,
77
+ "end": 50.58,
78
+ "text": "Que se quiten el panty, cero visaje\n",
79
+ "text_tagged": "Que se quiten el panty, cero visaje\n"
80
+ },
81
+ {
82
+ "start": 50.3,
83
+ "end": 52.97,
84
+ "text": "En ambiente y que la' gata' se pongan caliente'\n",
85
+ "text_tagged": "En ambiente y que la' gata' se pongan caliente'\n"
86
+ },
87
+ {
88
+ "start": 53.13,
89
+ "end": 55.46,
90
+ "text": "Pastilla' de to' colore' y póngase indecente\n",
91
+ "text_tagged": "Pastilla' de to' colore' y póngase indecente\n"
92
+ },
93
+ {
94
+ "start": 55.67,
95
+ "end": 57.86,
96
+ "text": "No le gustan serio' ni con porte 'e inocente'\n",
97
+ "text_tagged": "No le gustan serio' ni con porte 'e inocente'\n"
98
+ },
99
+ {
100
+ "start": 57.86,
101
+ "end": 60.55,
102
+ "text": "Le gustan los tipo' malos y con cara de maleante'\n",
103
+ "text_tagged": "Le gustan los tipo' malos y con cara de maleante'\n"
104
+ },
105
+ {
106
+ "start": 60.38,
107
+ "end": 63.01,
108
+ "text": "Más duro, más phillie, más sexo, bien duro\n",
109
+ "text_tagged": "Más duro, más phillie, más sexo, bien duro\n"
110
+ },
111
+ {
112
+ "start": 63.36,
113
+ "end": 65.44,
114
+ "text": "Esto va como un rifle sin seguro\n",
115
+ "text_tagged": "Esto va como un rifle sin seguro\n"
116
+ },
117
+ {
118
+ "start": 66.06,
119
+ "end": 68.07,
120
+ "text": "Más duro, más phillie, bien duro\n",
121
+ "text_tagged": "Más duro, más phillie, bien duro\n"
122
+ },
123
+ {
124
+ "start": 68.57,
125
+ "end": 70.62,
126
+ "text": "La madre pa'l que no mueva el culo\n\n",
127
+ "text_tagged": "La madre pa'l que no mueva el culo\n\n"
128
+ },
129
+ {
130
+ "start": 69.77,
131
+ "end": 73.9,
132
+ "text": "DJ ponga el perreo, to' el mundo puesto pa'l guayeteo\n",
133
+ "text_tagged": "DJ ponga el perreo, to' el mundo puesto pa'l guayeteo\n"
134
+ },
135
+ {
136
+ "start": 74.29,
137
+ "end": 76.42,
138
+ "text": "Las gatas solo piden perreo\n",
139
+ "text_tagged": "Las gatas solo piden perreo\n"
140
+ },
141
+ {
142
+ "start": 76.66,
143
+ "end": 79.98,
144
+ "text": "El que no baile, le sacamo' el de'o, eh-oh\n",
145
+ "text_tagged": "El que no baile, le sacamo' el de'o, <nl> eh-oh </nl>\n"
146
+ },
147
+ {
148
+ "start": 79.98,
149
+ "end": 84.04,
150
+ "text": "DJ ponga el perreo, to' el mundo puesto pa'l guayeteo\n",
151
+ "text_tagged": "DJ ponga el perreo, to' el mundo puesto pa'l guayeteo\n"
152
+ },
153
+ {
154
+ "start": 84.36,
155
+ "end": 86.53,
156
+ "text": "Las gatas solo piden perreo\n",
157
+ "text_tagged": "Las gatas solo piden perreo\n"
158
+ },
159
+ {
160
+ "start": 86.77,
161
+ "end": 90.6,
162
+ "text": "El que no baile, le sacamo' el de'o, eh-oh\n\n",
163
+ "text_tagged": "El que no baile, le sacamo' el de'o, <nl> eh-oh </nl>\n\n"
164
+ },
165
+ {
166
+ "start": 90.37,
167
+ "end": 91.88,
168
+ "text": "(Oye) cuidao que se te ve\n",
169
+ "text_tagged": "(Oye) cuidao que se te ve\n"
170
+ },
171
+ {
172
+ "start": 92.24,
173
+ "end": 93.17,
174
+ "text": "Cuando te guayé\n",
175
+ "text_tagged": "Cuando te guayé\n"
176
+ },
177
+ {
178
+ "start": 93.52,
179
+ "end": 95.62,
180
+ "text": "Mientra' que lo hacemo' pegaíto a la pared\n",
181
+ "text_tagged": "Mientra' que lo hacemo' pegaíto a la pared\n"
182
+ },
183
+ {
184
+ "start": 95.74,
185
+ "end": 98.26,
186
+ "text": "Te encanta, cuando no' ponemo' caliente'\n",
187
+ "text_tagged": "Te encanta, cuando no' ponemo' caliente'\n"
188
+ },
189
+ {
190
+ "start": 98.26,
191
+ "end": 100.64,
192
+ "text": "Se siente, que el perreo está muy salvaje\n",
193
+ "text_tagged": "Se siente, que el perreo está muy salvaje\n"
194
+ },
195
+ {
196
+ "start": 100.64,
197
+ "end": 103.51,
198
+ "text": "Las gatas lo guayan deli, maki, combo Kawasaki\n",
199
+ "text_tagged": "Las gatas lo guayan deli, maki, combo Kawasaki\n"
200
+ },
201
+ {
202
+ "start": 103.65,
203
+ "end": 106.01,
204
+ "text": "Como un plato fuerte servido a lo teriyaki\n",
205
+ "text_tagged": "Como un plato fuerte servido a lo teriyaki\n"
206
+ },
207
+ {
208
+ "start": 106.13,
209
+ "end": 108.6,
210
+ "text": "Con este perreo le subimo' to' el ranking\n",
211
+ "text_tagged": "Con este perreo le subimo' to' el ranking\n"
212
+ },
213
+ {
214
+ "start": 108.69,
215
+ "end": 111.16,
216
+ "text": "Como el oso rompiendo en lo' tiempo'e Taki Taki\n",
217
+ "text_tagged": "Como el oso rompiendo en lo' tiempo'e Taki Taki\n"
218
+ },
219
+ {
220
+ "start": 111.16,
221
+ "end": 115.6,
222
+ "text": "(Je-je) oh-oh-oh (guayeteo pa'l barrio)\n",
223
+ "text_tagged": "<nl> (Je-je) oh-oh-oh </nl> (guayeteo pa'l barrio)\n"
224
+ },
225
+ {
226
+ "start": 115.93,
227
+ "end": 119.94,
228
+ "text": "Ye-eh-eh (je-je-je, je-je-je)\n\n",
229
+ "text_tagged": "<nl> Ye-eh-eh (je-je-je, je-je-je) </nl>\n\n"
230
+ },
231
+ {
232
+ "start": 119.94,
233
+ "end": 124.47,
234
+ "text": "(El flow) DJ ponga el perreo, to' el mundo puesto pa'l guayeteo\n",
235
+ "text_tagged": "(El flow) DJ ponga el perreo, to' el mundo puesto pa'l guayeteo\n"
236
+ },
237
+ {
238
+ "start": 124.7,
239
+ "end": 126.92,
240
+ "text": "Las gatas solo piden perreo\n",
241
+ "text_tagged": "Las gatas solo piden perreo\n"
242
+ },
243
+ {
244
+ "start": 127.17,
245
+ "end": 130.38,
246
+ "text": "El que no baile, le sacamo' el de'o, eh-oh\n",
247
+ "text_tagged": "El que no baile, le sacamo' el de'o, <nl> eh-oh </nl>\n"
248
+ },
249
+ {
250
+ "start": 130.49,
251
+ "end": 134.58,
252
+ "text": "DJ ponga el perreo, to' el mundo puesto pa'l guayeteo\n",
253
+ "text_tagged": "DJ ponga el perreo, to' el mundo puesto pa'l guayeteo\n"
254
+ },
255
+ {
256
+ "start": 134.82,
257
+ "end": 137.02,
258
+ "text": "Las gatas solo piden perreo\n",
259
+ "text_tagged": "Las gatas solo piden perreo\n"
260
+ },
261
+ {
262
+ "start": 137.28,
263
+ "end": 141.17,
264
+ "text": "El que no baile, le sacamo' el de'o, eh-oh\n\n",
265
+ "text_tagged": "El que no baile, le sacamo' el de'o, <nl> eh-oh </nl>\n\n"
266
+ },
267
+ {
268
+ "start": 141.74,
269
+ "end": 143.91,
270
+ "text": "Sencillo, JhoyKing El Duro\n",
271
+ "text_tagged": "Sencillo, JhoyKing El Duro\n"
272
+ },
273
+ {
274
+ "start": 144.91,
275
+ "end": 146.86,
276
+ "text": "Santos, DC\n",
277
+ "text_tagged": "Santos, DC\n"
278
+ },
279
+ {
280
+ "start": 147.54,
281
+ "end": 149.82,
282
+ "text": "Tele, los diablos con los diablos\n",
283
+ "text_tagged": "Tele, los diablos con los diablos\n"
284
+ },
285
+ {
286
+ "start": 150.16,
287
+ "end": 151.89,
288
+ "text": "Okay, se jodió esta pendeja\n",
289
+ "text_tagged": "Okay, se jodió esta pendeja\n"
290
+ }
291
+ ]
292
  }
alignment/HILA_-_Give_Me_the_Same.json CHANGED
@@ -1,289 +1,346 @@
1
  {
2
- "lines": [
3
- {
4
- "start": 18.62,
5
- "end": 19.87,
6
- "text": "Lay awake at night\n"
7
- },
8
- {
9
- "start": 20.84,
10
- "end": 22.13,
11
- "text": "Wondering how could I\n"
12
- },
13
- {
14
- "start": 23.02,
15
- "end": 24.42,
16
- "text": "Let it get this way\n"
17
- },
18
- {
19
- "start": 27.46,
20
- "end": 28.66,
21
- "text": "Through all the pain\n"
22
- },
23
- {
24
- "start": 29.48,
25
- "end": 30.88,
26
- "text": "I took all the blame\n"
27
- },
28
- {
29
- "start": 31.94,
30
- "end": 33.42,
31
- "text": "While you cursed my last name\n"
32
- },
33
- {
34
- "start": 36.19,
35
- "end": 37.86,
36
- "text": "I thought we could get better\n"
37
- },
38
- {
39
- "start": 38.45,
40
- "end": 40.1,
41
- "text": "Stayed committed like a soldier\n"
42
- },
43
- {
44
- "start": 40.97,
45
- "end": 42.31,
46
- "text": "Believed we're okay\n"
47
- },
48
- {
49
- "start": 44.42,
50
- "end": 49.46,
51
- "text": "Now I know that you don't care\n"
52
- },
53
- {
54
- "start": 50.48,
55
- "end": 52.56,
56
- "text": "At all\n\n"
57
- },
58
- {
59
- "start": 53.57,
60
- "end": 54.83,
61
- "text": "Time wasted\n"
62
- },
63
- {
64
- "start": 55.24,
65
- "end": 60.98,
66
- "text": "Gave all of my soul and my heart to someone that would never\n"
67
- },
68
- {
69
- "start": 61.11,
70
- "end": 62.14,
71
- "text": "(Give me the same)\n"
72
- },
73
- {
74
- "start": 62.52,
75
- "end": 69.6,
76
- "text": "I was a fool to believe that you would finally be the one to\n"
77
- },
78
- {
79
- "start": 69.95,
80
- "end": 71.12,
81
- "text": "(Give me the same)\n"
82
- },
83
- {
84
- "start": 71.29,
85
- "end": 74.63,
86
- "text": "Heartbroken now\n"
87
- },
88
- {
89
- "start": 75.79,
90
- "end": 79.04,
91
- "text": "How you let me down\n"
92
- },
93
- {
94
- "start": 79.64,
95
- "end": 85.19,
96
- "text": "But somehow, deep down, I still do\n"
97
- },
98
- {
99
- "start": 86.0,
100
- "end": 88.37,
101
- "text": "Love you\n\n"
102
- },
103
- {
104
- "start": 91.89,
105
- "end": 93.36,
106
- "text": "Now you're out all night\n"
107
- },
108
- {
109
- "start": 94.46,
110
- "end": 95.7,
111
- "text": "Telling your lies\n"
112
- },
113
- {
114
- "start": 96.29,
115
- "end": 97.8,
116
- "text": "About the way I hurt you\n"
117
- },
118
- {
119
- "start": 98.42,
120
- "end": 99.82,
121
- "text": "They couldn't see the way\n"
122
- },
123
- {
124
- "start": 100.69,
125
- "end": 102.51,
126
- "text": "You made me feel ashamed\n"
127
- },
128
- {
129
- "start": 103.06,
130
- "end": 105.16,
131
- "text": "For choosing to love you\n"
132
- },
133
- {
134
- "start": 107.44,
135
- "end": 108.98,
136
- "text": "I began to see clearer\n"
137
- },
138
- {
139
- "start": 109.87,
140
- "end": 111.15,
141
- "text": "That you were just a liar\n"
142
- },
143
- {
144
- "start": 112.12,
145
- "end": 113.78,
146
- "text": "Stuck in your ways\n"
147
- },
148
- {
149
- "start": 115.33,
150
- "end": 120.37,
151
- "text": "So now I choose to walk away\n"
152
- },
153
- {
154
- "start": 121.74,
155
- "end": 124.13,
156
- "text": "Forever\n\n"
157
- },
158
- {
159
- "start": 124.66,
160
- "end": 125.94,
161
- "text": "Time wasted\n"
162
- },
163
- {
164
- "start": 126.34,
165
- "end": 131.98,
166
- "text": "Gave all of my soul and my heart to someone that would never\n"
167
- },
168
- {
169
- "start": 132.21,
170
- "end": 133.38,
171
- "text": "(Give me the same)\n"
172
- },
173
- {
174
- "start": 133.55,
175
- "end": 140.74,
176
- "text": "I was a fool to believe that you would finally be the one to\n"
177
- },
178
- {
179
- "start": 141.17,
180
- "end": 142.27,
181
- "text": "Give me the same\n"
182
- },
183
- {
184
- "start": 142.54,
185
- "end": 145.87,
186
- "text": "Heartbroken now\n"
187
- },
188
- {
189
- "start": 146.89,
190
- "end": 150.14,
191
- "text": "How you let me down\n"
192
- },
193
- {
194
- "start": 150.83,
195
- "end": 156.1,
196
- "text": "But somehow, deep down, I still do\n"
197
- },
198
- {
199
- "start": 157.13,
200
- "end": 159.41,
201
- "text": "Love you\n\n"
202
- },
203
- {
204
- "start": 160.59,
205
- "end": 166.74,
206
- "text": "How could you just throw it all away, babe\n"
207
- },
208
- {
209
- "start": 165.26,
210
- "end": 168.96,
211
- "text": "(How could you throw it all away)\n"
212
- },
213
- {
214
- "start": 169.23,
215
- "end": 173.75,
216
- "text": "I stayed with you through all the lies and pain, oh\n"
217
- },
218
- {
219
- "start": 173.94,
220
- "end": 177.48,
221
- "text": "(Through all the lies and pain, oh)\n"
222
- },
223
- {
224
- "start": 177.94,
225
- "end": 182.48,
226
- "text": "Tears roll down my eyes (down my eyes)\n"
227
- },
228
- {
229
- "start": 182.48,
230
- "end": 184.72,
231
- "text": "As I now realize\n"
232
- },
233
- {
234
- "start": 186.58,
235
- "end": 191.98,
236
- "text": "Your love was never truly mine\n"
237
- },
238
- {
239
- "start": 192.65,
240
- "end": 195.81,
241
- "text": "At all\n\n"
242
- },
243
- {
244
- "start": 195.81,
245
- "end": 197.28,
246
- "text": "Time wasted\n"
247
- },
248
- {
249
- "start": 197.49,
250
- "end": 203.25,
251
- "text": "Gave all of my soul and my heart to someone that would never\n"
252
- },
253
- {
254
- "start": 203.34,
255
- "end": 204.74,
256
- "text": "(Give me the same)\n"
257
- },
258
- {
259
- "start": 204.74,
260
- "end": 211.93,
261
- "text": "I was a fool to believe that you would finally be the one to\n"
262
- },
263
- {
264
- "start": 212.21,
265
- "end": 213.42,
266
- "text": "(Give me the same)\n"
267
- },
268
- {
269
- "start": 213.51,
270
- "end": 218.46,
271
- "text": "Heartbroken now (heartbroken now)\n"
272
- },
273
- {
274
- "start": 218.02,
275
- "end": 221.56,
276
- "text": "How you let me down (oh)\n"
277
- },
278
- {
279
- "start": 221.93,
280
- "end": 227.84,
281
- "text": "But somehow, deep down, I still do\n"
282
- },
283
- {
284
- "start": 228.3,
285
- "end": 230.55,
286
- "text": "Love you\n"
287
- }
288
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
289
  }
 
1
  {
2
+ "lines": [
3
+ {
4
+ "start": 18.62,
5
+ "end": 19.87,
6
+ "text": "Lay awake at night\n",
7
+ "text_tagged": "Lay awake at night\n"
8
+ },
9
+ {
10
+ "start": 20.84,
11
+ "end": 22.13,
12
+ "text": "Wondering how could I\n",
13
+ "text_tagged": "Wondering how could I\n"
14
+ },
15
+ {
16
+ "start": 23.02,
17
+ "end": 24.42,
18
+ "text": "Let it get this way\n",
19
+ "text_tagged": "Let it get this way\n"
20
+ },
21
+ {
22
+ "start": 27.46,
23
+ "end": 28.66,
24
+ "text": "Through all the pain\n",
25
+ "text_tagged": "Through all the pain\n"
26
+ },
27
+ {
28
+ "start": 29.48,
29
+ "end": 30.88,
30
+ "text": "I took all the blame\n",
31
+ "text_tagged": "I took all the blame\n"
32
+ },
33
+ {
34
+ "start": 31.94,
35
+ "end": 33.42,
36
+ "text": "While you cursed my last name\n",
37
+ "text_tagged": "While you cursed my last name\n"
38
+ },
39
+ {
40
+ "start": 36.19,
41
+ "end": 37.86,
42
+ "text": "I thought we could get better\n",
43
+ "text_tagged": "I thought we could get better\n"
44
+ },
45
+ {
46
+ "start": 38.45,
47
+ "end": 40.1,
48
+ "text": "Stayed committed like a soldier\n",
49
+ "text_tagged": "Stayed committed like a soldier\n"
50
+ },
51
+ {
52
+ "start": 40.97,
53
+ "end": 42.31,
54
+ "text": "Believed we're okay\n",
55
+ "text_tagged": "Believed we're okay\n"
56
+ },
57
+ {
58
+ "start": 44.42,
59
+ "end": 49.46,
60
+ "text": "Now I know that you don't care\n",
61
+ "text_tagged": "Now I know that you don't care\n"
62
+ },
63
+ {
64
+ "start": 50.48,
65
+ "end": 52.56,
66
+ "text": "At all\n\n",
67
+ "text_tagged": "At all\n\n"
68
+ },
69
+ {
70
+ "start": 53.57,
71
+ "end": 54.83,
72
+ "text": "Time wasted\n",
73
+ "text_tagged": "Time wasted\n"
74
+ },
75
+ {
76
+ "start": 55.24,
77
+ "end": 60.98,
78
+ "text": "Gave all of my soul and my heart to someone that would never\n",
79
+ "text_tagged": "Gave all of my soul and my heart to someone that would never\n"
80
+ },
81
+ {
82
+ "start": 61.11,
83
+ "end": 62.14,
84
+ "text": "(Give me the same)\n",
85
+ "text_tagged": "(Give me the same)\n"
86
+ },
87
+ {
88
+ "start": 62.52,
89
+ "end": 69.6,
90
+ "text": "I was a fool to believe that you would finally be the one to\n",
91
+ "text_tagged": "I was a fool to believe that you would finally be the one to\n"
92
+ },
93
+ {
94
+ "start": 69.95,
95
+ "end": 71.12,
96
+ "text": "(Give me the same)\n",
97
+ "text_tagged": "(Give me the same)\n"
98
+ },
99
+ {
100
+ "start": 71.29,
101
+ "end": 74.63,
102
+ "text": "Heartbroken now\n",
103
+ "text_tagged": "Heartbroken now\n"
104
+ },
105
+ {
106
+ "start": 75.79,
107
+ "end": 79.04,
108
+ "text": "How you let me down\n",
109
+ "text_tagged": "How you let me down\n"
110
+ },
111
+ {
112
+ "start": 79.64,
113
+ "end": 85.19,
114
+ "text": "But somehow, deep down, I still do\n",
115
+ "text_tagged": "But somehow, deep down, I still do\n"
116
+ },
117
+ {
118
+ "start": 86.0,
119
+ "end": 88.37,
120
+ "text": "Love you\n\n",
121
+ "text_tagged": "Love you\n\n"
122
+ },
123
+ {
124
+ "start": 91.89,
125
+ "end": 93.36,
126
+ "text": "Now you're out all night\n",
127
+ "text_tagged": "Now you're out all night\n"
128
+ },
129
+ {
130
+ "start": 94.46,
131
+ "end": 95.7,
132
+ "text": "Telling your lies\n",
133
+ "text_tagged": "Telling your lies\n"
134
+ },
135
+ {
136
+ "start": 96.29,
137
+ "end": 97.8,
138
+ "text": "About the way I hurt you\n",
139
+ "text_tagged": "About the way I hurt you\n"
140
+ },
141
+ {
142
+ "start": 98.42,
143
+ "end": 99.82,
144
+ "text": "They couldn't see the way\n",
145
+ "text_tagged": "They couldn't see the way\n"
146
+ },
147
+ {
148
+ "start": 100.69,
149
+ "end": 102.51,
150
+ "text": "You made me feel ashamed\n",
151
+ "text_tagged": "You made me feel ashamed\n"
152
+ },
153
+ {
154
+ "start": 103.06,
155
+ "end": 105.16,
156
+ "text": "For choosing to love you\n",
157
+ "text_tagged": "For choosing to love you\n"
158
+ },
159
+ {
160
+ "start": 107.44,
161
+ "end": 108.98,
162
+ "text": "I began to see clearer\n",
163
+ "text_tagged": "I began to see clearer\n"
164
+ },
165
+ {
166
+ "start": 109.87,
167
+ "end": 111.15,
168
+ "text": "That you were just a liar\n",
169
+ "text_tagged": "That you were just a liar\n"
170
+ },
171
+ {
172
+ "start": 112.12,
173
+ "end": 113.78,
174
+ "text": "Stuck in your ways\n",
175
+ "text_tagged": "Stuck in your ways\n"
176
+ },
177
+ {
178
+ "start": 115.33,
179
+ "end": 120.37,
180
+ "text": "So now I choose to walk away\n",
181
+ "text_tagged": "So now I choose to walk away\n"
182
+ },
183
+ {
184
+ "start": 121.74,
185
+ "end": 124.13,
186
+ "text": "Forever\n\n",
187
+ "text_tagged": "Forever\n\n"
188
+ },
189
+ {
190
+ "start": 124.66,
191
+ "end": 125.94,
192
+ "text": "Time wasted\n",
193
+ "text_tagged": "Time wasted\n"
194
+ },
195
+ {
196
+ "start": 126.34,
197
+ "end": 131.98,
198
+ "text": "Gave all of my soul and my heart to someone that would never\n",
199
+ "text_tagged": "Gave all of my soul and my heart to someone that would never\n"
200
+ },
201
+ {
202
+ "start": 132.21,
203
+ "end": 133.38,
204
+ "text": "(Give me the same)\n",
205
+ "text_tagged": "(Give me the same)\n"
206
+ },
207
+ {
208
+ "start": 133.55,
209
+ "end": 140.74,
210
+ "text": "I was a fool to believe that you would finally be the one to\n",
211
+ "text_tagged": "I was a fool to believe that you would finally be the one to\n"
212
+ },
213
+ {
214
+ "start": 141.17,
215
+ "end": 142.27,
216
+ "text": "Give me the same\n",
217
+ "text_tagged": "Give me the same\n"
218
+ },
219
+ {
220
+ "start": 142.54,
221
+ "end": 145.87,
222
+ "text": "Heartbroken now\n",
223
+ "text_tagged": "Heartbroken now\n"
224
+ },
225
+ {
226
+ "start": 146.89,
227
+ "end": 150.14,
228
+ "text": "How you let me down\n",
229
+ "text_tagged": "How you let me down\n"
230
+ },
231
+ {
232
+ "start": 150.83,
233
+ "end": 156.1,
234
+ "text": "But somehow, deep down, I still do\n",
235
+ "text_tagged": "But somehow, deep down, I still do\n"
236
+ },
237
+ {
238
+ "start": 157.13,
239
+ "end": 159.41,
240
+ "text": "Love you\n\n",
241
+ "text_tagged": "Love you\n\n"
242
+ },
243
+ {
244
+ "start": 160.59,
245
+ "end": 166.74,
246
+ "text": "How could you just throw it all away, babe\n",
247
+ "text_tagged": "How could you just throw it all away, babe\n"
248
+ },
249
+ {
250
+ "start": 165.26,
251
+ "end": 168.96,
252
+ "text": "(How could you throw it all away)\n",
253
+ "text_tagged": "(How could you throw it all away)\n"
254
+ },
255
+ {
256
+ "start": 169.23,
257
+ "end": 173.75,
258
+ "text": "I stayed with you through all the lies and pain, oh\n",
259
+ "text_tagged": "I stayed with you through all the lies and pain, oh\n"
260
+ },
261
+ {
262
+ "start": 173.94,
263
+ "end": 177.48,
264
+ "text": "(Through all the lies and pain, oh)\n",
265
+ "text_tagged": "(Through all the lies and pain, oh)\n"
266
+ },
267
+ {
268
+ "start": 177.94,
269
+ "end": 182.48,
270
+ "text": "Tears roll down my eyes (down my eyes)\n",
271
+ "text_tagged": "Tears roll down my eyes (down my eyes)\n"
272
+ },
273
+ {
274
+ "start": 182.48,
275
+ "end": 184.72,
276
+ "text": "As I now realize\n",
277
+ "text_tagged": "As I now realize\n"
278
+ },
279
+ {
280
+ "start": 186.58,
281
+ "end": 191.98,
282
+ "text": "Your love was never truly mine\n",
283
+ "text_tagged": "Your love was never truly mine\n"
284
+ },
285
+ {
286
+ "start": 192.65,
287
+ "end": 195.81,
288
+ "text": "At all\n\n",
289
+ "text_tagged": "At all\n\n"
290
+ },
291
+ {
292
+ "start": 195.81,
293
+ "end": 197.28,
294
+ "text": "Time wasted\n",
295
+ "text_tagged": "Time wasted\n"
296
+ },
297
+ {
298
+ "start": 197.49,
299
+ "end": 203.25,
300
+ "text": "Gave all of my soul and my heart to someone that would never\n",
301
+ "text_tagged": "Gave all of my soul and my heart to someone that would never\n"
302
+ },
303
+ {
304
+ "start": 203.34,
305
+ "end": 204.74,
306
+ "text": "(Give me the same)\n",
307
+ "text_tagged": "(Give me the same)\n"
308
+ },
309
+ {
310
+ "start": 204.74,
311
+ "end": 211.93,
312
+ "text": "I was a fool to believe that you would finally be the one to\n",
313
+ "text_tagged": "I was a fool to believe that you would finally be the one to\n"
314
+ },
315
+ {
316
+ "start": 212.21,
317
+ "end": 213.42,
318
+ "text": "(Give me the same)\n",
319
+ "text_tagged": "(Give me the same)\n"
320
+ },
321
+ {
322
+ "start": 213.51,
323
+ "end": 218.46,
324
+ "text": "Heartbroken now (heartbroken now)\n",
325
+ "text_tagged": "Heartbroken now (heartbroken now)\n"
326
+ },
327
+ {
328
+ "start": 218.02,
329
+ "end": 221.56,
330
+ "text": "How you let me down (oh)\n",
331
+ "text_tagged": "How you let me down (oh)\n"
332
+ },
333
+ {
334
+ "start": 221.93,
335
+ "end": 227.84,
336
+ "text": "But somehow, deep down, I still do\n",
337
+ "text_tagged": "But somehow, deep down, I still do\n"
338
+ },
339
+ {
340
+ "start": 228.3,
341
+ "end": 230.55,
342
+ "text": "Love you\n",
343
+ "text_tagged": "Love you\n"
344
+ }
345
+ ]
346
  }
alignment/Háblame_-_(Talk_to_me)_-_Brunela_Crochenci.json CHANGED
@@ -1,124 +1,148 @@
1
  {
2
- "lines": [
3
- {
4
- "start": 48.78,
5
- "end": 52.57,
6
- "text": "Sigue aún mis pasos, es como una sombra\n"
7
- },
8
- {
9
- "start": 52.73,
10
- "end": 56.32,
11
- "text": "Y vuelve a mí\n"
12
- },
13
- {
14
- "start": 57.67,
15
- "end": 61.62,
16
- "text": "Y esos recuerdos, solo quise borrarlos\n"
17
- },
18
- {
19
- "start": 61.62,
20
- "end": 65.01,
21
- "text": "Y vuelven a mí\n\n"
22
- },
23
- {
24
- "start": 66.55,
25
- "end": 70.26,
26
- "text": "¿Cómo encontrar una vía a París\n"
27
- },
28
- {
29
- "start": 71.36,
30
- "end": 74.7,
31
- "text": "Que me lleve hacia ti?\n"
32
- },
33
- {
34
- "start": 75.48,
35
- "end": 79.13,
36
- "text": "¿Cómo olvidar nuestra juventud\n"
37
- },
38
- {
39
- "start": 79.88,
40
- "end": 82.32,
41
- "text": "Y aquella vida?\n\n"
42
- },
43
- {
44
- "start": 104.36,
45
- "end": 108.16,
46
- "text": "Algo más que amigos, nos asustó el destino\n"
47
- },
48
- {
49
- "start": 110.22,
50
- "end": 112.2,
51
- "text": "Cobardes fuimos\n"
52
- },
53
- {
54
- "start": 113.03,
55
- "end": 117.66,
56
- "text": "Recuerdo su sonrisa, mi alma se alborota\n"
57
- },
58
- {
59
- "start": 119.0,
60
- "end": 120.96,
61
- "text": "Necesito ya\n\n"
62
- },
63
- {
64
- "start": 122.46,
65
- "end": 125.71,
66
- "text": "Encontrar una vía a París\n"
67
- },
68
- {
69
- "start": 126.89,
70
- "end": 130.45,
71
- "text": "Que me lleve hacia ti\n"
72
- },
73
- {
74
- "start": 131.01,
75
- "end": 134.56,
76
- "text": "¿Cómo olvidar nuestra juventud\n"
77
- },
78
- {
79
- "start": 135.4,
80
- "end": 139.52,
81
- "text": "Y aquella vida?\n\n"
82
- },
83
- {
84
- "start": 142.0,
85
- "end": 144.91,
86
- "text": "Vuelvo, te veo\n"
87
- },
88
- {
89
- "start": 146.11,
90
- "end": 150.04,
91
- "text": "Y pienso, háblame\n"
92
- },
93
- {
94
- "start": 150.59,
95
- "end": 154.03,
96
- "text": "Vuelvo, me miras\n"
97
- },
98
- {
99
- "start": 154.65,
100
- "end": 158.63,
101
- "text": "Y piensas, háblame\n\n"
102
- },
103
- {
104
- "start": 194.07,
105
- "end": 197.82,
106
- "text": "Ya encontré una vía a París\n"
107
- },
108
- {
109
- "start": 198.86,
110
- "end": 202.32,
111
- "text": "Que me lleve hacia ti\n"
112
- },
113
- {
114
- "start": 202.98,
115
- "end": 206.68,
116
- "text": "¿Cómo olvidar nuestra juventud\n"
117
- },
118
- {
119
- "start": 207.39,
120
- "end": 211.42,
121
- "text": "Y aquellos días?\n"
122
- }
123
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
124
  }
 
1
  {
2
+ "lines": [
3
+ {
4
+ "start": 48.78,
5
+ "end": 52.57,
6
+ "text": "Sigue aún mis pasos, es como una sombra\n",
7
+ "text_tagged": "Sigue aún mis pasos, es como una sombra\n"
8
+ },
9
+ {
10
+ "start": 52.73,
11
+ "end": 56.32,
12
+ "text": "Y vuelve a mí\n",
13
+ "text_tagged": "Y vuelve a mí\n"
14
+ },
15
+ {
16
+ "start": 57.67,
17
+ "end": 61.62,
18
+ "text": "Y esos recuerdos, solo quise borrarlos\n",
19
+ "text_tagged": "Y esos recuerdos, solo quise borrarlos\n"
20
+ },
21
+ {
22
+ "start": 61.62,
23
+ "end": 65.01,
24
+ "text": "Y vuelven a mí\n\n",
25
+ "text_tagged": "Y vuelven a mí\n\n"
26
+ },
27
+ {
28
+ "start": 66.55,
29
+ "end": 70.26,
30
+ "text": "¿Cómo encontrar una vía a París\n",
31
+ "text_tagged": "¿Cómo encontrar una vía a París\n"
32
+ },
33
+ {
34
+ "start": 71.36,
35
+ "end": 74.7,
36
+ "text": "Que me lleve hacia ti?\n",
37
+ "text_tagged": "Que me lleve hacia ti?\n"
38
+ },
39
+ {
40
+ "start": 75.48,
41
+ "end": 79.13,
42
+ "text": "¿Cómo olvidar nuestra juventud\n",
43
+ "text_tagged": "¿Cómo olvidar nuestra juventud\n"
44
+ },
45
+ {
46
+ "start": 79.88,
47
+ "end": 82.32,
48
+ "text": "Y aquella vida?\n\n",
49
+ "text_tagged": "Y aquella vida?\n\n"
50
+ },
51
+ {
52
+ "start": 104.36,
53
+ "end": 108.16,
54
+ "text": "Algo más que amigos, nos asustó el destino\n",
55
+ "text_tagged": "Algo más que amigos, nos asustó el destino\n"
56
+ },
57
+ {
58
+ "start": 110.22,
59
+ "end": 112.2,
60
+ "text": "Cobardes fuimos\n",
61
+ "text_tagged": "Cobardes fuimos\n"
62
+ },
63
+ {
64
+ "start": 113.03,
65
+ "end": 117.66,
66
+ "text": "Recuerdo su sonrisa, mi alma se alborota\n",
67
+ "text_tagged": "Recuerdo su sonrisa, mi alma se alborota\n"
68
+ },
69
+ {
70
+ "start": 119.0,
71
+ "end": 120.96,
72
+ "text": "Necesito ya\n\n",
73
+ "text_tagged": "Necesito ya\n\n"
74
+ },
75
+ {
76
+ "start": 122.46,
77
+ "end": 125.71,
78
+ "text": "Encontrar una vía a París\n",
79
+ "text_tagged": "Encontrar una vía a París\n"
80
+ },
81
+ {
82
+ "start": 126.89,
83
+ "end": 130.45,
84
+ "text": "Que me lleve hacia ti\n",
85
+ "text_tagged": "Que me lleve hacia ti\n"
86
+ },
87
+ {
88
+ "start": 131.01,
89
+ "end": 134.56,
90
+ "text": "¿Cómo olvidar nuestra juventud\n",
91
+ "text_tagged": "¿Cómo olvidar nuestra juventud\n"
92
+ },
93
+ {
94
+ "start": 135.4,
95
+ "end": 139.52,
96
+ "text": "Y aquella vida?\n\n",
97
+ "text_tagged": "Y aquella vida?\n\n"
98
+ },
99
+ {
100
+ "start": 142.0,
101
+ "end": 144.91,
102
+ "text": "Vuelvo, te veo\n",
103
+ "text_tagged": "Vuelvo, te veo\n"
104
+ },
105
+ {
106
+ "start": 146.11,
107
+ "end": 150.04,
108
+ "text": "Y pienso, háblame\n",
109
+ "text_tagged": "Y pienso, háblame\n"
110
+ },
111
+ {
112
+ "start": 150.59,
113
+ "end": 154.03,
114
+ "text": "Vuelvo, me miras\n",
115
+ "text_tagged": "Vuelvo, me miras\n"
116
+ },
117
+ {
118
+ "start": 154.65,
119
+ "end": 158.63,
120
+ "text": "Y piensas, háblame\n\n",
121
+ "text_tagged": "Y piensas, háblame\n\n"
122
+ },
123
+ {
124
+ "start": 194.07,
125
+ "end": 197.82,
126
+ "text": "Ya encontré una vía a París\n",
127
+ "text_tagged": "Ya encontré una vía a París\n"
128
+ },
129
+ {
130
+ "start": 198.86,
131
+ "end": 202.32,
132
+ "text": "Que me lleve hacia ti\n",
133
+ "text_tagged": "Que me lleve hacia ti\n"
134
+ },
135
+ {
136
+ "start": 202.98,
137
+ "end": 206.68,
138
+ "text": "¿Cómo olvidar nuestra juventud\n",
139
+ "text_tagged": "¿Cómo olvidar nuestra juventud\n"
140
+ },
141
+ {
142
+ "start": 207.39,
143
+ "end": 211.42,
144
+ "text": "Y aquellos días?\n",
145
+ "text_tagged": "Y aquellos días?\n"
146
+ }
147
+ ]
148
  }
alignment/Ich_kann_dich_nicht_vergessen_-_Wingenbach_Frank.json CHANGED
@@ -1,214 +1,256 @@
1
  {
2
- "lines": [
3
- {
4
- "start": 18.54,
5
- "end": 21.0,
6
- "text": "Ich werd' nicht aufhören\n"
7
- },
8
- {
9
- "start": 22.97,
10
- "end": 24.52,
11
- "text": "Dich zu lieben\n"
12
- },
13
- {
14
- "start": 26.3,
15
- "end": 30.9,
16
- "text": "In meinem Kopf sind all deine Bilder\n"
17
- },
18
- {
19
- "start": 34.99,
20
- "end": 36.97,
21
- "text": "Und die Erinnerung\n"
22
- },
23
- {
24
- "start": 38.47,
25
- "end": 41.5,
26
- "text": "Heilt nicht meine Wunden\n"
27
- },
28
- {
29
- "start": 42.44,
30
- "end": 47.48,
31
- "text": "Ich will dich sehen für 'n paar Stunden\n\n"
32
- },
33
- {
34
- "start": 50.49,
35
- "end": 53.02,
36
- "text": "Ich kann dich nicht vergessen\n"
37
- },
38
- {
39
- "start": 54.52,
40
- "end": 56.5,
41
- "text": "Es gelingt mir nicht\n"
42
- },
43
- {
44
- "start": 58.46,
45
- "end": 62.57,
46
- "text": "Ich warte, bis das Eis zusammenbricht\n\n"
47
- },
48
- {
49
- "start": 66.46,
50
- "end": 68.9,
51
- "text": "Ich halt' es nicht mehr aus\n"
52
- },
53
- {
54
- "start": 70.51,
55
- "end": 72.57,
56
- "text": "Es tut so weh\n"
57
- },
58
- {
59
- "start": 74.49,
60
- "end": 76.63,
61
- "text": "Der Schmerz wird stärker\n"
62
- },
63
- {
64
- "start": 76.95,
65
- "end": 78.73,
66
- "text": "Wenn ich dich seh'\n\n"
67
- },
68
- {
69
- "start": 98.5,
70
- "end": 101.16,
71
- "text": "Mit deinen blauen Augen\n"
72
- },
73
- {
74
- "start": 102.47,
75
- "end": 105.51,
76
- "text": "Hast du mich verzaubert\n"
77
- },
78
- {
79
- "start": 106.49,
80
- "end": 108.81,
81
- "text": "Du hast mein Herz\n"
82
- },
83
- {
84
- "start": 110.41,
85
- "end": 113.68,
86
- "text": "Im Sturm erobert\n"
87
- },
88
- {
89
- "start": 114.51,
90
- "end": 117.13,
91
- "text": "Du bist in meinem Herzen drin\n"
92
- },
93
- {
94
- "start": 118.47,
95
- "end": 121.25,
96
- "text": "So ergibt mein Leben einen Sinn\n"
97
- },
98
- {
99
- "start": 122.47,
100
- "end": 125.77,
101
- "text": "Dein Lächeln kann so schön sein\n"
102
- },
103
- {
104
- "start": 126.24,
105
- "end": 128.82,
106
- "text": "Mein Traum brach ein\n\n"
107
- },
108
- {
109
- "start": 130.46,
110
- "end": 132.79,
111
- "text": "Ich halt' es nicht mehr aus\n"
112
- },
113
- {
114
- "start": 134.48,
115
- "end": 136.53,
116
- "text": "Es tut so weh\n"
117
- },
118
- {
119
- "start": 138.47,
120
- "end": 140.67,
121
- "text": "Der Schmerz wird stärker\n"
122
- },
123
- {
124
- "start": 141.0,
125
- "end": 142.8,
126
- "text": "Wenn ich dich seh'\n\n"
127
- },
128
- {
129
- "start": 146.49,
130
- "end": 148.98,
131
- "text": "Ich kann dich nicht vergessen\n"
132
- },
133
- {
134
- "start": 150.46,
135
- "end": 152.51,
136
- "text": "Es gelingt mir nicht\n"
137
- },
138
- {
139
- "start": 154.46,
140
- "end": 158.8,
141
- "text": "Ich warte, bis das Eis zusammenbricht\n\n"
142
- },
143
- {
144
- "start": 162.44,
145
- "end": 164.78,
146
- "text": "Ich halt' es nicht mehr aus\n"
147
- },
148
- {
149
- "start": 166.48,
150
- "end": 168.71,
151
- "text": "Es tut so weh\n"
152
- },
153
- {
154
- "start": 170.48,
155
- "end": 172.52,
156
- "text": "Der Schmerz wird stärker\n"
157
- },
158
- {
159
- "start": 173.01,
160
- "end": 174.85,
161
- "text": "Wenn ich dich seh'\n\n"
162
- },
163
- {
164
- "start": 194.51,
165
- "end": 197.01,
166
- "text": "Ich kann dich nicht vergessen\n"
167
- },
168
- {
169
- "start": 198.47,
170
- "end": 200.74,
171
- "text": "Es gelingt mir nicht\n"
172
- },
173
- {
174
- "start": 202.46,
175
- "end": 206.73,
176
- "text": "Ich warte, bis das Eis zusammenbricht\n\n"
177
- },
178
- {
179
- "start": 210.44,
180
- "end": 212.82,
181
- "text": "Ich halt' es nicht mehr aus\n"
182
- },
183
- {
184
- "start": 214.48,
185
- "end": 216.78,
186
- "text": "Es tut so weh\n"
187
- },
188
- {
189
- "start": 218.44,
190
- "end": 220.67,
191
- "text": "Der Schmerz wird stärker\n"
192
- },
193
- {
194
- "start": 221.01,
195
- "end": 222.77,
196
- "text": "Wenn ich dich seh'\n\n"
197
- },
198
- {
199
- "start": 242.49,
200
- "end": 245.01,
201
- "text": "Ich kann dich nicht vergessen\n"
202
- },
203
- {
204
- "start": 246.49,
205
- "end": 248.79,
206
- "text": "Es gelingt mir nicht\n"
207
- },
208
- {
209
- "start": 250.46,
210
- "end": 255.06,
211
- "text": "Ich warte, bis das Eis zusammenbricht\n"
212
- }
213
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
214
  }
 
1
  {
2
+ "lines": [
3
+ {
4
+ "start": 18.54,
5
+ "end": 21.0,
6
+ "text": "Ich werd' nicht aufhören\n",
7
+ "text_tagged": "Ich werd' nicht aufhören\n"
8
+ },
9
+ {
10
+ "start": 22.97,
11
+ "end": 24.52,
12
+ "text": "Dich zu lieben\n",
13
+ "text_tagged": "Dich zu lieben\n"
14
+ },
15
+ {
16
+ "start": 26.3,
17
+ "end": 30.9,
18
+ "text": "In meinem Kopf sind all deine Bilder\n",
19
+ "text_tagged": "In meinem Kopf sind all deine Bilder\n"
20
+ },
21
+ {
22
+ "start": 34.99,
23
+ "end": 36.97,
24
+ "text": "Und die Erinnerung\n",
25
+ "text_tagged": "Und die Erinnerung\n"
26
+ },
27
+ {
28
+ "start": 38.47,
29
+ "end": 41.5,
30
+ "text": "Heilt nicht meine Wunden\n",
31
+ "text_tagged": "Heilt nicht meine Wunden\n"
32
+ },
33
+ {
34
+ "start": 42.44,
35
+ "end": 47.48,
36
+ "text": "Ich will dich sehen für 'n paar Stunden\n\n",
37
+ "text_tagged": "Ich will dich sehen für 'n paar Stunden\n\n"
38
+ },
39
+ {
40
+ "start": 50.49,
41
+ "end": 53.02,
42
+ "text": "Ich kann dich nicht vergessen\n",
43
+ "text_tagged": "Ich kann dich nicht vergessen\n"
44
+ },
45
+ {
46
+ "start": 54.52,
47
+ "end": 56.5,
48
+ "text": "Es gelingt mir nicht\n",
49
+ "text_tagged": "Es gelingt mir nicht\n"
50
+ },
51
+ {
52
+ "start": 58.46,
53
+ "end": 62.57,
54
+ "text": "Ich warte, bis das Eis zusammenbricht\n\n",
55
+ "text_tagged": "Ich warte, bis das Eis zusammenbricht\n\n"
56
+ },
57
+ {
58
+ "start": 66.46,
59
+ "end": 68.9,
60
+ "text": "Ich halt' es nicht mehr aus\n",
61
+ "text_tagged": "Ich halt' es nicht mehr aus\n"
62
+ },
63
+ {
64
+ "start": 70.51,
65
+ "end": 72.57,
66
+ "text": "Es tut so weh\n",
67
+ "text_tagged": "Es tut so weh\n"
68
+ },
69
+ {
70
+ "start": 74.49,
71
+ "end": 76.63,
72
+ "text": "Der Schmerz wird stärker\n",
73
+ "text_tagged": "Der Schmerz wird stärker\n"
74
+ },
75
+ {
76
+ "start": 76.95,
77
+ "end": 78.73,
78
+ "text": "Wenn ich dich seh'\n\n",
79
+ "text_tagged": "Wenn ich dich seh'\n\n"
80
+ },
81
+ {
82
+ "start": 98.5,
83
+ "end": 101.16,
84
+ "text": "Mit deinen blauen Augen\n",
85
+ "text_tagged": "Mit deinen blauen Augen\n"
86
+ },
87
+ {
88
+ "start": 102.47,
89
+ "end": 105.51,
90
+ "text": "Hast du mich verzaubert\n",
91
+ "text_tagged": "Hast du mich verzaubert\n"
92
+ },
93
+ {
94
+ "start": 106.49,
95
+ "end": 108.81,
96
+ "text": "Du hast mein Herz\n",
97
+ "text_tagged": "Du hast mein Herz\n"
98
+ },
99
+ {
100
+ "start": 110.41,
101
+ "end": 113.68,
102
+ "text": "Im Sturm erobert\n",
103
+ "text_tagged": "Im Sturm erobert\n"
104
+ },
105
+ {
106
+ "start": 114.51,
107
+ "end": 117.13,
108
+ "text": "Du bist in meinem Herzen drin\n",
109
+ "text_tagged": "Du bist in meinem Herzen drin\n"
110
+ },
111
+ {
112
+ "start": 118.47,
113
+ "end": 121.25,
114
+ "text": "So ergibt mein Leben einen Sinn\n",
115
+ "text_tagged": "So ergibt mein Leben einen Sinn\n"
116
+ },
117
+ {
118
+ "start": 122.47,
119
+ "end": 125.77,
120
+ "text": "Dein Lächeln kann so schön sein\n",
121
+ "text_tagged": "Dein Lächeln kann so schön sein\n"
122
+ },
123
+ {
124
+ "start": 126.24,
125
+ "end": 128.82,
126
+ "text": "Mein Traum brach ein\n\n",
127
+ "text_tagged": "Mein Traum brach ein\n\n"
128
+ },
129
+ {
130
+ "start": 130.46,
131
+ "end": 132.79,
132
+ "text": "Ich halt' es nicht mehr aus\n",
133
+ "text_tagged": "Ich halt' es nicht mehr aus\n"
134
+ },
135
+ {
136
+ "start": 134.48,
137
+ "end": 136.53,
138
+ "text": "Es tut so weh\n",
139
+ "text_tagged": "Es tut so weh\n"
140
+ },
141
+ {
142
+ "start": 138.47,
143
+ "end": 140.67,
144
+ "text": "Der Schmerz wird stärker\n",
145
+ "text_tagged": "Der Schmerz wird stärker\n"
146
+ },
147
+ {
148
+ "start": 141.0,
149
+ "end": 142.8,
150
+ "text": "Wenn ich dich seh'\n\n",
151
+ "text_tagged": "Wenn ich dich seh'\n\n"
152
+ },
153
+ {
154
+ "start": 146.49,
155
+ "end": 148.98,
156
+ "text": "Ich kann dich nicht vergessen\n",
157
+ "text_tagged": "Ich kann dich nicht vergessen\n"
158
+ },
159
+ {
160
+ "start": 150.46,
161
+ "end": 152.51,
162
+ "text": "Es gelingt mir nicht\n",
163
+ "text_tagged": "Es gelingt mir nicht\n"
164
+ },
165
+ {
166
+ "start": 154.46,
167
+ "end": 158.8,
168
+ "text": "Ich warte, bis das Eis zusammenbricht\n\n",
169
+ "text_tagged": "Ich warte, bis das Eis zusammenbricht\n\n"
170
+ },
171
+ {
172
+ "start": 162.44,
173
+ "end": 164.78,
174
+ "text": "Ich halt' es nicht mehr aus\n",
175
+ "text_tagged": "Ich halt' es nicht mehr aus\n"
176
+ },
177
+ {
178
+ "start": 166.48,
179
+ "end": 168.71,
180
+ "text": "Es tut so weh\n",
181
+ "text_tagged": "Es tut so weh\n"
182
+ },
183
+ {
184
+ "start": 170.48,
185
+ "end": 172.52,
186
+ "text": "Der Schmerz wird stärker\n",
187
+ "text_tagged": "Der Schmerz wird stärker\n"
188
+ },
189
+ {
190
+ "start": 173.01,
191
+ "end": 174.85,
192
+ "text": "Wenn ich dich seh'\n\n",
193
+ "text_tagged": "Wenn ich dich seh'\n\n"
194
+ },
195
+ {
196
+ "start": 194.51,
197
+ "end": 197.01,
198
+ "text": "Ich kann dich nicht vergessen\n",
199
+ "text_tagged": "Ich kann dich nicht vergessen\n"
200
+ },
201
+ {
202
+ "start": 198.47,
203
+ "end": 200.74,
204
+ "text": "Es gelingt mir nicht\n",
205
+ "text_tagged": "Es gelingt mir nicht\n"
206
+ },
207
+ {
208
+ "start": 202.46,
209
+ "end": 206.73,
210
+ "text": "Ich warte, bis das Eis zusammenbricht\n\n",
211
+ "text_tagged": "Ich warte, bis das Eis zusammenbricht\n\n"
212
+ },
213
+ {
214
+ "start": 210.44,
215
+ "end": 212.82,
216
+ "text": "Ich halt' es nicht mehr aus\n",
217
+ "text_tagged": "Ich halt' es nicht mehr aus\n"
218
+ },
219
+ {
220
+ "start": 214.48,
221
+ "end": 216.78,
222
+ "text": "Es tut so weh\n",
223
+ "text_tagged": "Es tut so weh\n"
224
+ },
225
+ {
226
+ "start": 218.44,
227
+ "end": 220.67,
228
+ "text": "Der Schmerz wird stärker\n",
229
+ "text_tagged": "Der Schmerz wird stärker\n"
230
+ },
231
+ {
232
+ "start": 221.01,
233
+ "end": 222.77,
234
+ "text": "Wenn ich dich seh'\n\n",
235
+ "text_tagged": "Wenn ich dich seh'\n\n"
236
+ },
237
+ {
238
+ "start": 242.49,
239
+ "end": 245.01,
240
+ "text": "Ich kann dich nicht vergessen\n",
241
+ "text_tagged": "Ich kann dich nicht vergessen\n"
242
+ },
243
+ {
244
+ "start": 246.49,
245
+ "end": 248.79,
246
+ "text": "Es gelingt mir nicht\n",
247
+ "text_tagged": "Es gelingt mir nicht\n"
248
+ },
249
+ {
250
+ "start": 250.46,
251
+ "end": 255.06,
252
+ "text": "Ich warte, bis das Eis zusammenbricht\n",
253
+ "text_tagged": "Ich warte, bis das Eis zusammenbricht\n"
254
+ }
255
+ ]
256
  }
alignment/Intentando_Destacar_-_Sundayers_.json CHANGED
@@ -1,199 +1,238 @@
1
  {
2
- "lines": [
3
- {
4
- "start": 28.6,
5
- "end": 30.42,
6
- "text": "Mira, se van, corre, ¿dónde van?\n"
7
- },
8
- {
9
- "start": 30.78,
10
- "end": 33.21,
11
- "text": "No pierdas ni un segundo que lo vas a alcanzar\n"
12
- },
13
- {
14
- "start": 33.75,
15
- "end": 36.3,
16
- "text": "Y cuando llegues, si es que llegas, ya te has ido y has venido\n"
17
- },
18
- {
19
- "start": 36.39,
20
- "end": 38.21,
21
- "text": "Párate a descansar\n\n"
22
- },
23
- {
24
- "start": 38.61,
25
- "end": 40.47,
26
- "text": "Mira, se van, corre, ¿dónde van?\n"
27
- },
28
- {
29
- "start": 40.78,
30
- "end": 43.28,
31
- "text": "Tus sueños huyeron\n"
32
- },
33
- {
34
- "start": 43.75,
35
- "end": 45.82,
36
- "text": "Mientras corrías sin dudar a toda prisa\n"
37
- },
38
- {
39
- "start": 45.82,
40
- "end": 48.6,
41
- "text": "Intentando destacar\n\n"
42
- },
43
- {
44
- "start": 52.33,
45
- "end": 53.71,
46
- "text": "Intentando\n"
47
- },
48
- {
49
- "start": 57.32,
50
- "end": 58.64,
51
- "text": "Destacar\n"
52
- },
53
- {
54
- "start": 62.35,
55
- "end": 63.84,
56
- "text": "Intentando\n"
57
- },
58
- {
59
- "start": 67.33,
60
- "end": 68.59,
61
- "text": "Destacar\n\n"
62
- },
63
- {
64
- "start": 68.59,
65
- "end": 70.48,
66
- "text": "Mira, se van, corre, ¿dónde van?\n"
67
- },
68
- {
69
- "start": 70.48,
70
- "end": 73.41,
71
- "text": "No pierdas ni un segundo que lo vas a alcanzar\n"
72
- },
73
- {
74
- "start": 73.76,
75
- "end": 75.86,
76
- "text": "Y cuando llegues, si es que llegas, no te olvides\n"
77
- },
78
- {
79
- "start": 75.93,
80
- "end": 78.26,
81
- "text": "Pararte a descansar\n\n"
82
- },
83
- {
84
- "start": 78.59,
85
- "end": 80.46,
86
- "text": "Mira, se van, corre, ¿dónde van?\n"
87
- },
88
- {
89
- "start": 80.46,
90
- "end": 83.4,
91
- "text": "Tus sueños huyeron, los dejaste escapar\n"
92
- },
93
- {
94
- "start": 83.77,
95
- "end": 85.79,
96
- "text": "Mientras corrías sin dudar a toda prisa\n"
97
- },
98
- {
99
- "start": 85.79,
100
- "end": 89.44,
101
- "text": "Intentando destacar\n\n"
102
- },
103
- {
104
- "start": 112.35,
105
- "end": 113.71,
106
- "text": "Intentando\n"
107
- },
108
- {
109
- "start": 117.35,
110
- "end": 118.79,
111
- "text": "Destacar\n"
112
- },
113
- {
114
- "start": 122.35,
115
- "end": 123.81,
116
- "text": "Intentando\n\n"
117
- },
118
- {
119
- "start": 130.05,
120
- "end": 134.7,
121
- "text": "Busca un hueco en la agenda y sonríe otra ve'\n"
122
- },
123
- {
124
- "start": 134.87,
125
- "end": 140.67,
126
- "text": "(Uh-uh-uh, uh-uh-uh, uh-uh-uh-uh)\n"
127
- },
128
- {
129
- "start": 140.78,
130
- "end": 145.8,
131
- "text": "Que no te hunda el ritmo que lleva ese tren\n"
132
- },
133
- {
134
- "start": 146.04,
135
- "end": 152.14,
136
- "text": "(Uh-uh-uh, uh-uh-uh, uh-uh-uh-uh)\n"
137
- },
138
- {
139
- "start": 151.94,
140
- "end": 157.11,
141
- "text": "¿De qué sirve vivir ahogado y con estrés?\n"
142
- },
143
- {
144
- "start": 157.2,
145
- "end": 163.03,
146
- "text": "(Uh-uh-uh, uh-uh-uh, uh-uh-uh-uh)\n"
147
- },
148
- {
149
- "start": 163.12,
150
- "end": 168.24,
151
- "text": "Esclavo de tu tiempo, hazlo al revés\n"
152
- },
153
- {
154
- "start": 168.35,
155
- "end": 173.19,
156
- "text": "(Uh-uh-uh, uh)\n\n"
157
- },
158
- {
159
- "start": 173.19,
160
- "end": 175.13,
161
- "text": "Mira, se van, corre, ¿dónde van?\n"
162
- },
163
- {
164
- "start": 175.13,
165
- "end": 178.04,
166
- "text": "No pierdas ni un segundo que lo vas a alcanzar\n"
167
- },
168
- {
169
- "start": 178.43,
170
- "end": 180.51,
171
- "text": "Y cuando llegues, si es que llegas, no te olvides\n"
172
- },
173
- {
174
- "start": 180.61,
175
- "end": 182.52,
176
- "text": "Pararte a descansar\n\n"
177
- },
178
- {
179
- "start": 183.24,
180
- "end": 185.12,
181
- "text": "Mira, se van, corre, ¿dónde van?\n"
182
- },
183
- {
184
- "start": 185.44,
185
- "end": 187.65,
186
- "text": "Tus sueños huyeron\n"
187
- },
188
- {
189
- "start": 188.41,
190
- "end": 190.44,
191
- "text": "Mientras corrías sin dudar a toda prisa\n"
192
- },
193
- {
194
- "start": 190.44,
195
- "end": 192.63,
196
- "text": "Intentando destacar\n"
197
- }
198
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
199
  }
 
1
  {
2
+ "lines": [
3
+ {
4
+ "start": 28.6,
5
+ "end": 30.42,
6
+ "text": "Mira, se van, corre, ¿dónde van?\n",
7
+ "text_tagged": "Mira, se van, corre, ¿dónde van?\n"
8
+ },
9
+ {
10
+ "start": 30.78,
11
+ "end": 33.21,
12
+ "text": "No pierdas ni un segundo que lo vas a alcanzar\n",
13
+ "text_tagged": "No pierdas ni un segundo que lo vas a alcanzar\n"
14
+ },
15
+ {
16
+ "start": 33.75,
17
+ "end": 36.3,
18
+ "text": "Y cuando llegues, si es que llegas, ya te has ido y has venido\n",
19
+ "text_tagged": "Y cuando llegues, si es que llegas, ya te has ido y has venido\n"
20
+ },
21
+ {
22
+ "start": 36.39,
23
+ "end": 38.21,
24
+ "text": "Párate a descansar\n\n",
25
+ "text_tagged": "Párate a descansar\n\n"
26
+ },
27
+ {
28
+ "start": 38.61,
29
+ "end": 40.47,
30
+ "text": "Mira, se van, corre, ¿dónde van?\n",
31
+ "text_tagged": "Mira, se van, corre, ¿dónde van?\n"
32
+ },
33
+ {
34
+ "start": 40.78,
35
+ "end": 43.28,
36
+ "text": "Tus sueños huyeron\n",
37
+ "text_tagged": "Tus sueños huyeron\n"
38
+ },
39
+ {
40
+ "start": 43.75,
41
+ "end": 45.82,
42
+ "text": "Mientras corrías sin dudar a toda prisa\n",
43
+ "text_tagged": "Mientras corrías sin dudar a toda prisa\n"
44
+ },
45
+ {
46
+ "start": 45.82,
47
+ "end": 48.6,
48
+ "text": "Intentando destacar\n\n",
49
+ "text_tagged": "Intentando destacar\n\n"
50
+ },
51
+ {
52
+ "start": 52.33,
53
+ "end": 53.71,
54
+ "text": "Intentando\n",
55
+ "text_tagged": "Intentando\n"
56
+ },
57
+ {
58
+ "start": 57.32,
59
+ "end": 58.64,
60
+ "text": "Destacar\n",
61
+ "text_tagged": "Destacar\n"
62
+ },
63
+ {
64
+ "start": 62.35,
65
+ "end": 63.84,
66
+ "text": "Intentando\n",
67
+ "text_tagged": "Intentando\n"
68
+ },
69
+ {
70
+ "start": 67.33,
71
+ "end": 68.59,
72
+ "text": "Destacar\n\n",
73
+ "text_tagged": "Destacar\n\n"
74
+ },
75
+ {
76
+ "start": 68.59,
77
+ "end": 70.48,
78
+ "text": "Mira, se van, corre, ¿dónde van?\n",
79
+ "text_tagged": "Mira, se van, corre, ¿dónde van?\n"
80
+ },
81
+ {
82
+ "start": 70.48,
83
+ "end": 73.41,
84
+ "text": "No pierdas ni un segundo que lo vas a alcanzar\n",
85
+ "text_tagged": "No pierdas ni un segundo que lo vas a alcanzar\n"
86
+ },
87
+ {
88
+ "start": 73.76,
89
+ "end": 75.86,
90
+ "text": "Y cuando llegues, si es que llegas, no te olvides\n",
91
+ "text_tagged": "Y cuando llegues, si es que llegas, no te olvides\n"
92
+ },
93
+ {
94
+ "start": 75.93,
95
+ "end": 78.26,
96
+ "text": "Pararte a descansar\n\n",
97
+ "text_tagged": "Pararte a descansar\n\n"
98
+ },
99
+ {
100
+ "start": 78.59,
101
+ "end": 80.46,
102
+ "text": "Mira, se van, corre, ¿dónde van?\n",
103
+ "text_tagged": "Mira, se van, corre, ¿dónde van?\n"
104
+ },
105
+ {
106
+ "start": 80.46,
107
+ "end": 83.4,
108
+ "text": "Tus sueños huyeron, los dejaste escapar\n",
109
+ "text_tagged": "Tus sueños huyeron, los dejaste escapar\n"
110
+ },
111
+ {
112
+ "start": 83.77,
113
+ "end": 85.79,
114
+ "text": "Mientras corrías sin dudar a toda prisa\n",
115
+ "text_tagged": "Mientras corrías sin dudar a toda prisa\n"
116
+ },
117
+ {
118
+ "start": 85.79,
119
+ "end": 89.44,
120
+ "text": "Intentando destacar\n\n",
121
+ "text_tagged": "Intentando destacar\n\n"
122
+ },
123
+ {
124
+ "start": 112.35,
125
+ "end": 113.71,
126
+ "text": "Intentando\n",
127
+ "text_tagged": "Intentando\n"
128
+ },
129
+ {
130
+ "start": 117.35,
131
+ "end": 118.79,
132
+ "text": "Destacar\n",
133
+ "text_tagged": "Destacar\n"
134
+ },
135
+ {
136
+ "start": 122.35,
137
+ "end": 123.81,
138
+ "text": "Intentando\n\n",
139
+ "text_tagged": "Intentando\n\n"
140
+ },
141
+ {
142
+ "start": 130.05,
143
+ "end": 134.7,
144
+ "text": "Busca un hueco en la agenda y sonríe otra ve'\n",
145
+ "text_tagged": "Busca un hueco en la agenda y sonríe otra ve'\n"
146
+ },
147
+ {
148
+ "start": 134.87,
149
+ "end": 140.67,
150
+ "text": "(Uh-uh-uh, uh-uh-uh, uh-uh-uh-uh)\n",
151
+ "text_tagged": "<nl> (Uh-uh-uh, uh-uh-uh, uh-uh-uh-uh) </nl>\n"
152
+ },
153
+ {
154
+ "start": 140.78,
155
+ "end": 145.8,
156
+ "text": "Que no te hunda el ritmo que lleva ese tren\n",
157
+ "text_tagged": "Que no te hunda el ritmo que lleva ese tren\n"
158
+ },
159
+ {
160
+ "start": 146.04,
161
+ "end": 152.14,
162
+ "text": "(Uh-uh-uh, uh-uh-uh, uh-uh-uh-uh)\n",
163
+ "text_tagged": "<nl> (Uh-uh-uh, uh-uh-uh, uh-uh-uh-uh) </nl>\n"
164
+ },
165
+ {
166
+ "start": 151.94,
167
+ "end": 157.11,
168
+ "text": "¿De qué sirve vivir ahogado y con estrés?\n",
169
+ "text_tagged": "¿De qué sirve vivir ahogado y con estrés?\n"
170
+ },
171
+ {
172
+ "start": 157.2,
173
+ "end": 163.03,
174
+ "text": "(Uh-uh-uh, uh-uh-uh, uh-uh-uh-uh)\n",
175
+ "text_tagged": "<nl> (Uh-uh-uh, uh-uh-uh, uh-uh-uh-uh) </nl>\n"
176
+ },
177
+ {
178
+ "start": 163.12,
179
+ "end": 168.24,
180
+ "text": "Esclavo de tu tiempo, hazlo al revés\n",
181
+ "text_tagged": "Esclavo de tu tiempo, hazlo al revés\n"
182
+ },
183
+ {
184
+ "start": 168.35,
185
+ "end": 173.19,
186
+ "text": "(Uh-uh-uh, uh)\n\n",
187
+ "text_tagged": "<nl> (Uh-uh-uh, uh) </nl>\n\n"
188
+ },
189
+ {
190
+ "start": 173.19,
191
+ "end": 175.13,
192
+ "text": "Mira, se van, corre, ¿dónde van?\n",
193
+ "text_tagged": "Mira, se van, corre, ¿dónde van?\n"
194
+ },
195
+ {
196
+ "start": 175.13,
197
+ "end": 178.04,
198
+ "text": "No pierdas ni un segundo que lo vas a alcanzar\n",
199
+ "text_tagged": "No pierdas ni un segundo que lo vas a alcanzar\n"
200
+ },
201
+ {
202
+ "start": 178.43,
203
+ "end": 180.51,
204
+ "text": "Y cuando llegues, si es que llegas, no te olvides\n",
205
+ "text_tagged": "Y cuando llegues, si es que llegas, no te olvides\n"
206
+ },
207
+ {
208
+ "start": 180.61,
209
+ "end": 182.52,
210
+ "text": "Pararte a descansar\n\n",
211
+ "text_tagged": "Pararte a descansar\n\n"
212
+ },
213
+ {
214
+ "start": 183.24,
215
+ "end": 185.12,
216
+ "text": "Mira, se van, corre, ¿dónde van?\n",
217
+ "text_tagged": "Mira, se van, corre, ¿dónde van?\n"
218
+ },
219
+ {
220
+ "start": 185.44,
221
+ "end": 187.65,
222
+ "text": "Tus sueños huyeron\n",
223
+ "text_tagged": "Tus sueños huyeron\n"
224
+ },
225
+ {
226
+ "start": 188.41,
227
+ "end": 190.44,
228
+ "text": "Mientras corrías sin dudar a toda prisa\n",
229
+ "text_tagged": "Mientras corrías sin dudar a toda prisa\n"
230
+ },
231
+ {
232
+ "start": 190.44,
233
+ "end": 192.63,
234
+ "text": "Intentando destacar\n",
235
+ "text_tagged": "Intentando destacar\n"
236
+ }
237
+ ]
238
  }
alignment/Intro_[Pulsschlag]_-_Zeugen_der_Leere_(2).json CHANGED
@@ -1,64 +1,76 @@
1
  {
2
- "lines": [
3
- {
4
- "start": 47.08,
5
- "end": 50.75,
6
- "text": "Durch diese Wände dringt ein dumpfer Klang\n"
7
- },
8
- {
9
- "start": 51.65,
10
- "end": 54.54,
11
- "text": "Und er führt uns im Kreis\n"
12
- },
13
- {
14
- "start": 55.89,
15
- "end": 60.37,
16
- "text": "Was jetzt noch bleibt, ist keine Zeit zu verlieren\n"
17
- },
18
- {
19
- "start": 60.81,
20
- "end": 64.26,
21
- "text": "Sind gefangen im Labyrinth\n"
22
- },
23
- {
24
- "start": 64.85,
25
- "end": 69.21,
26
- "text": "Der Wille ist stark und es verlangt nach mehr\n"
27
- },
28
- {
29
- "start": 69.69,
30
- "end": 73.83,
31
- "text": "Die wunde Kehle erhebt ihre Stimme\n"
32
- },
33
- {
34
- "start": 74.4,
35
- "end": 78.32,
36
- "text": "Selbst wenn sich der Geist vom Körper trennt\n"
37
- },
38
- {
39
- "start": 78.83,
40
- "end": 87.45,
41
- "text": "Erfüllt uns kein Frieden dieser Welt\n\n"
42
- },
43
- {
44
- "start": 101.42,
45
- "end": 105.98,
46
- "text": "Der Puls schlägt schneller und der Hass nimmt die Luft\n"
47
- },
48
- {
49
- "start": 105.98,
50
- "end": 110.39,
51
- "text": "Ein Feuer wächst in unserer Brust\n"
52
- },
53
- {
54
- "start": 110.57,
55
- "end": 115.13,
56
- "text": "Entflammte Gedanken trocknen die Tränen\n"
57
- },
58
- {
59
- "start": 115.13,
60
- "end": 120.59,
61
- "text": "Das Blut verbrennt in den Venen\n"
62
- }
63
- ]
 
 
 
 
 
 
 
 
 
 
 
 
64
  }
 
1
  {
2
+ "lines": [
3
+ {
4
+ "start": 47.08,
5
+ "end": 50.75,
6
+ "text": "Durch diese Wände dringt ein dumpfer Klang\n",
7
+ "text_tagged": "Durch diese Wände dringt ein dumpfer Klang\n"
8
+ },
9
+ {
10
+ "start": 51.65,
11
+ "end": 54.54,
12
+ "text": "Und er führt uns im Kreis\n",
13
+ "text_tagged": "Und er führt uns im Kreis\n"
14
+ },
15
+ {
16
+ "start": 55.89,
17
+ "end": 60.37,
18
+ "text": "Was jetzt noch bleibt, ist keine Zeit zu verlieren\n",
19
+ "text_tagged": "Was jetzt noch bleibt, ist keine Zeit zu verlieren\n"
20
+ },
21
+ {
22
+ "start": 60.81,
23
+ "end": 64.26,
24
+ "text": "Sind gefangen im Labyrinth\n",
25
+ "text_tagged": "Sind gefangen im Labyrinth\n"
26
+ },
27
+ {
28
+ "start": 64.85,
29
+ "end": 69.21,
30
+ "text": "Der Wille ist stark und es verlangt nach mehr\n",
31
+ "text_tagged": "Der Wille ist stark und es verlangt nach mehr\n"
32
+ },
33
+ {
34
+ "start": 69.69,
35
+ "end": 73.83,
36
+ "text": "Die wunde Kehle erhebt ihre Stimme\n",
37
+ "text_tagged": "Die wunde Kehle erhebt ihre Stimme\n"
38
+ },
39
+ {
40
+ "start": 74.4,
41
+ "end": 78.32,
42
+ "text": "Selbst wenn sich der Geist vom Körper trennt\n",
43
+ "text_tagged": "Selbst wenn sich der Geist vom Körper trennt\n"
44
+ },
45
+ {
46
+ "start": 78.83,
47
+ "end": 87.45,
48
+ "text": "Erfüllt uns kein Frieden dieser Welt\n\n",
49
+ "text_tagged": "Erfüllt uns kein Frieden dieser Welt\n\n"
50
+ },
51
+ {
52
+ "start": 101.42,
53
+ "end": 105.98,
54
+ "text": "Der Puls schlägt schneller und der Hass nimmt die Luft\n",
55
+ "text_tagged": "Der Puls schlägt schneller und der Hass nimmt die Luft\n"
56
+ },
57
+ {
58
+ "start": 105.98,
59
+ "end": 110.39,
60
+ "text": "Ein Feuer wächst in unserer Brust\n",
61
+ "text_tagged": "Ein Feuer wächst in unserer Brust\n"
62
+ },
63
+ {
64
+ "start": 110.57,
65
+ "end": 115.13,
66
+ "text": "Entflammte Gedanken trocknen die Tränen\n",
67
+ "text_tagged": "Entflammte Gedanken trocknen die Tränen\n"
68
+ },
69
+ {
70
+ "start": 115.13,
71
+ "end": 120.59,
72
+ "text": "Das Blut verbrennt in den Venen\n",
73
+ "text_tagged": "Das Blut verbrennt in den Venen\n"
74
+ }
75
+ ]
76
  }
alignment/JASON_MILLER_-_CROWD_PLEASER.json CHANGED
@@ -1,359 +1,430 @@
1
  {
2
- "lines": [
3
- {
4
- "start": 20.02,
5
- "end": 21.98,
6
- "text": "People gon' hate, let 'em do it (ah)\n"
7
- },
8
- {
9
- "start": 21.9,
10
- "end": 23.82,
11
- "text": "Shine like it ain't nothin' to it (that's right)\n"
12
- },
13
- {
14
- "start": 23.74,
15
- "end": 25.58,
16
- "text": "Damn, you a major influence (oh)\n"
17
- },
18
- {
19
- "start": 25.44,
20
- "end": 27.03,
21
- "text": "Skate like there ain't nothin' doin'\n"
22
- },
23
- {
24
- "start": 27.03,
25
- "end": 28.86,
26
- "text": "Live life, don't say nothin' to 'em\n\n"
27
- },
28
- {
29
- "start": 29.61,
30
- "end": 31.57,
31
- "text": "People gon' hate, let 'em do it (ah)\n"
32
- },
33
- {
34
- "start": 31.42,
35
- "end": 32.99,
36
- "text": "Shine like it ain't nothin' to it (that's right)\n"
37
- },
38
- {
39
- "start": 33.37,
40
- "end": 35.01,
41
- "text": "Damn, you a major influence (oh)\n"
42
- },
43
- {
44
- "start": 35.04,
45
- "end": 36.64,
46
- "text": "Skate like there ain't nothin' doin'\n"
47
- },
48
- {
49
- "start": 36.64,
50
- "end": 38.59,
51
- "text": "Live life, don't say nothin' to 'em\n\n"
52
- },
53
- {
54
- "start": 39.26,
55
- "end": 40.86,
56
- "text": "People tellin' lies on me\n"
57
- },
58
- {
59
- "start": 41.08,
60
- "end": 43.11,
61
- "text": "Feelin' like Pac, all eyes on me\n"
62
- },
63
- {
64
- "start": 43.46,
65
- "end": 44.98,
66
- "text": "What my next rhyme gon' be\n"
67
- },
68
- {
69
- "start": 45.29,
70
- "end": 47.97,
71
- "text": "Dull motherfuckers never ever gon' shine off me?\n"
72
- },
73
- {
74
- "start": 48.62,
75
- "end": 50.84,
76
- "text": "Wait for it, wait for it, wait for it\n"
77
- },
78
- {
79
- "start": 51.03,
80
- "end": 53.25,
81
- "text": "Don't worry, my haters is gon' pay for it\n"
82
- },
83
- {
84
- "start": 53.37,
85
- "end": 55.59,
86
- "text": "Chase dreams but dumb niggas that chase whores\n"
87
- },
88
- {
89
- "start": 55.88,
90
- "end": 59.57,
91
- "text": "Overseas on a great tour, or maybe I'm just dreamin'\n"
92
- },
93
- {
94
- "start": 60.01,
95
- "end": 62.54,
96
- "text": "It beats bein' with demons, all niggas are schemin'\n"
97
- },
98
- {
99
- "start": 62.54,
100
- "end": 64.28,
101
- "text": "At least I'm thinkin' of an achievement\n"
102
- },
103
- {
104
- "start": 64.47,
105
- "end": 67.07,
106
- "text": "People talk shit for four seasons for no reason\n"
107
- },
108
- {
109
- "start": 67.45,
110
- "end": 69.41,
111
- "text": "People dog Lebron 'til Lebron show up\n"
112
- },
113
- {
114
- "start": 69.83,
115
- "end": 71.87,
116
- "text": "When he steps on the paint, then their guards go up\n"
117
- },
118
- {
119
- "start": 71.96,
120
- "end": 74.27,
121
- "text": "Scores go up, all the applause go up\n"
122
- },
123
- {
124
- "start": 74.35,
125
- "end": 77.34,
126
- "text": "And everybody in the whole damn court goes nuts\n\n"
127
- },
128
- {
129
- "start": 77.65,
130
- "end": 79.55,
131
- "text": "People gon' hate, let 'em do it (ah)\n"
132
- },
133
- {
134
- "start": 79.46,
135
- "end": 81.46,
136
- "text": "Shine like it ain't nothin' to it (that's right)\n"
137
- },
138
- {
139
- "start": 81.38,
140
- "end": 82.98,
141
- "text": "Damn, you a major influence (oh)\n"
142
- },
143
- {
144
- "start": 83.01,
145
- "end": 84.67,
146
- "text": "Skate like there ain't nothin' doin'\n"
147
- },
148
- {
149
- "start": 84.67,
150
- "end": 86.39,
151
- "text": "Live life, don't say nothin' to 'em\n\n"
152
- },
153
- {
154
- "start": 87.22,
155
- "end": 89.23,
156
- "text": "People gon' hate, let 'em do it (ah)\n"
157
- },
158
- {
159
- "start": 89.0,
160
- "end": 91.01,
161
- "text": "Shine like it ain't nothin' to it (that's right)\n"
162
- },
163
- {
164
- "start": 90.92,
165
- "end": 92.61,
166
- "text": "Damn, you a major influence (oh)\n"
167
- },
168
- {
169
- "start": 92.64,
170
- "end": 94.22,
171
- "text": "Skate like there ain't nothin' doin'\n"
172
- },
173
- {
174
- "start": 94.22,
175
- "end": 96.02,
176
- "text": "Live life, don't say nothin' to 'em\n\n"
177
- },
178
- {
179
- "start": 96.49,
180
- "end": 98.46,
181
- "text": "Spectators, sideliners\n"
182
- },
183
- {
184
- "start": 98.99,
185
- "end": 100.99,
186
- "text": "Spendin' days comin' up with sly comments\n"
187
- },
188
- {
189
- "start": 100.99,
190
- "end": 103.63,
191
- "text": "That's psychotic, why tarnish a fly product?\n"
192
- },
193
- {
194
- "start": 103.85,
195
- "end": 105.85,
196
- "text": "Why be mad just 'cause I got it? Hey\n"
197
- },
198
- {
199
- "start": 106.18,
200
- "end": 108.18,
201
- "text": "I may never know, wave to the haters\n"
202
- },
203
- {
204
- "start": 108.09,
205
- "end": 109.42,
206
- "text": "That put me on the pedestal\n"
207
- },
208
- {
209
- "start": 109.46,
210
- "end": 111.79,
211
- "text": "Talk smack, but they really know I'm incredible\n"
212
- },
213
- {
214
- "start": 112.15,
215
- "end": 115.41,
216
- "text": "Unforgettable, young blue eyes, the new guy is on schedule\n"
217
- },
218
- {
219
- "start": 115.46,
220
- "end": 117.73,
221
- "text": "Man behind bars and that's minus the federal\n"
222
- },
223
- {
224
- "start": 117.88,
225
- "end": 120.17,
226
- "text": "Stone giant, what the hell could some pebbles do\n"
227
- },
228
- {
229
- "start": 120.53,
230
- "end": 122.57,
231
- "text": "While you revel in drama, I'm buildin' revenue\n"
232
- },
233
- {
234
- "start": 122.79,
235
- "end": 125.08,
236
- "text": "Tell 'em you'll get 'em tomorrow, there ain't no stressin' you\n"
237
- },
238
- {
239
- "start": 125.36,
240
- "end": 127.06,
241
- "text": "Life goes on, life goes on\n"
242
- },
243
- {
244
- "start": 127.24,
245
- "end": 129.43,
246
- "text": "You the shit even before those lights went on\n"
247
- },
248
- {
249
- "start": 129.57,
250
- "end": 131.87,
251
- "text": "They gon' trash you even if they like your song\n"
252
- },
253
- {
254
- "start": 132.06,
255
- "end": 134.34,
256
- "text": "People always gon' judge homie right or wrong\n\n"
257
- },
258
- {
259
- "start": 135.28,
260
- "end": 136.84,
261
- "text": "People gon' hate, let 'em do it\n"
262
- },
263
- {
264
- "start": 137.08,
265
- "end": 138.61,
266
- "text": "Shine like it ain't nothin' to it\n"
267
- },
268
- {
269
- "start": 138.99,
270
- "end": 140.52,
271
- "text": "Damn, you're a major influence\n"
272
- },
273
- {
274
- "start": 140.69,
275
- "end": 142.33,
276
- "text": "Skate like there ain't nothin' doin'\n"
277
- },
278
- {
279
- "start": 142.33,
280
- "end": 143.99,
281
- "text": "Live life, don't say nothin' to 'em\n\n"
282
- },
283
- {
284
- "start": 144.87,
285
- "end": 146.36,
286
- "text": "People gon' hate, let 'em do it\n"
287
- },
288
- {
289
- "start": 146.58,
290
- "end": 148.35,
291
- "text": "Shine like it ain't nothin' to it\n"
292
- },
293
- {
294
- "start": 148.48,
295
- "end": 150.05,
296
- "text": "Damn, you're a major influence\n"
297
- },
298
- {
299
- "start": 150.21,
300
- "end": 151.82,
301
- "text": "Skate like there ain't nothin' doin'\n"
302
- },
303
- {
304
- "start": 151.82,
305
- "end": 153.59,
306
- "text": "Live life, don't say nothin' to 'em\n\n"
307
- },
308
- {
309
- "start": 154.51,
310
- "end": 155.98,
311
- "text": "We don't give a damn what you did\n"
312
- },
313
- {
314
- "start": 156.3,
315
- "end": 157.7,
316
- "text": "We don't give a damn who are\n"
317
- },
318
- {
319
- "start": 158.01,
320
- "end": 159.57,
321
- "text": "Homie, you ain't down with the team\n"
322
- },
323
- {
324
- "start": 159.87,
325
- "end": 161.38,
326
- "text": "We don't give a damn what you think\n"
327
- },
328
- {
329
- "start": 161.65,
330
- "end": 163.71,
331
- "text": "We don't give a damn what you thought (thought, thought)\n\n"
332
- },
333
- {
334
- "start": 164.06,
335
- "end": 165.6,
336
- "text": "We don't give a damn what you did\n"
337
- },
338
- {
339
- "start": 165.94,
340
- "end": 167.33,
341
- "text": "We don't give a damn who are\n"
342
- },
343
- {
344
- "start": 167.69,
345
- "end": 169.15,
346
- "text": "Homie, you ain't down with the team\n"
347
- },
348
- {
349
- "start": 169.5,
350
- "end": 170.9,
351
- "text": "We don't give a damn what you think\n"
352
- },
353
- {
354
- "start": 171.28,
355
- "end": 173.41,
356
- "text": "We don't give a damn what you thought (thought, thought)\n"
357
- }
358
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
359
  }
 
1
  {
2
+ "lines": [
3
+ {
4
+ "start": 20.02,
5
+ "end": 21.98,
6
+ "text": "People gon' hate, let 'em do it (ah)\n",
7
+ "text_tagged": "People gon' hate, let 'em do it (ah)\n"
8
+ },
9
+ {
10
+ "start": 21.9,
11
+ "end": 23.82,
12
+ "text": "Shine like it ain't nothin' to it (that's right)\n",
13
+ "text_tagged": "Shine like it ain't nothin' to it (that's right)\n"
14
+ },
15
+ {
16
+ "start": 23.74,
17
+ "end": 25.58,
18
+ "text": "Damn, you a major influence (oh)\n",
19
+ "text_tagged": "Damn, you a major influence (oh)\n"
20
+ },
21
+ {
22
+ "start": 25.44,
23
+ "end": 27.03,
24
+ "text": "Skate like there ain't nothin' doin'\n",
25
+ "text_tagged": "Skate like there ain't nothin' doin'\n"
26
+ },
27
+ {
28
+ "start": 27.03,
29
+ "end": 28.86,
30
+ "text": "Live life, don't say nothin' to 'em\n\n",
31
+ "text_tagged": "Live life, don't say nothin' to 'em\n\n"
32
+ },
33
+ {
34
+ "start": 29.61,
35
+ "end": 31.57,
36
+ "text": "People gon' hate, let 'em do it (ah)\n",
37
+ "text_tagged": "People gon' hate, let 'em do it (ah)\n"
38
+ },
39
+ {
40
+ "start": 31.42,
41
+ "end": 32.99,
42
+ "text": "Shine like it ain't nothin' to it (that's right)\n",
43
+ "text_tagged": "Shine like it ain't nothin' to it (that's right)\n"
44
+ },
45
+ {
46
+ "start": 33.37,
47
+ "end": 35.01,
48
+ "text": "Damn, you a major influence (oh)\n",
49
+ "text_tagged": "Damn, you a major influence (oh)\n"
50
+ },
51
+ {
52
+ "start": 35.04,
53
+ "end": 36.64,
54
+ "text": "Skate like there ain't nothin' doin'\n",
55
+ "text_tagged": "Skate like there ain't nothin' doin'\n"
56
+ },
57
+ {
58
+ "start": 36.64,
59
+ "end": 38.59,
60
+ "text": "Live life, don't say nothin' to 'em\n\n",
61
+ "text_tagged": "Live life, don't say nothin' to 'em\n\n"
62
+ },
63
+ {
64
+ "start": 39.26,
65
+ "end": 40.86,
66
+ "text": "People tellin' lies on me\n",
67
+ "text_tagged": "People tellin' lies on me\n"
68
+ },
69
+ {
70
+ "start": 41.08,
71
+ "end": 43.11,
72
+ "text": "Feelin' like Pac, all eyes on me\n",
73
+ "text_tagged": "Feelin' like Pac, all eyes on me\n"
74
+ },
75
+ {
76
+ "start": 43.46,
77
+ "end": 44.98,
78
+ "text": "What my next rhyme gon' be\n",
79
+ "text_tagged": "What my next rhyme gon' be\n"
80
+ },
81
+ {
82
+ "start": 45.29,
83
+ "end": 47.97,
84
+ "text": "Dull motherfuckers never ever gon' shine off me?\n",
85
+ "text_tagged": "Dull motherfuckers never ever gon' shine off me?\n"
86
+ },
87
+ {
88
+ "start": 48.62,
89
+ "end": 50.84,
90
+ "text": "Wait for it, wait for it, wait for it\n",
91
+ "text_tagged": "Wait for it, wait for it, wait for it\n"
92
+ },
93
+ {
94
+ "start": 51.03,
95
+ "end": 53.25,
96
+ "text": "Don't worry, my haters is gon' pay for it\n",
97
+ "text_tagged": "Don't worry, my haters is gon' pay for it\n"
98
+ },
99
+ {
100
+ "start": 53.37,
101
+ "end": 55.59,
102
+ "text": "Chase dreams but dumb niggas that chase whores\n",
103
+ "text_tagged": "Chase dreams but dumb niggas that chase whores\n"
104
+ },
105
+ {
106
+ "start": 55.88,
107
+ "end": 59.57,
108
+ "text": "Overseas on a great tour, or maybe I'm just dreamin'\n",
109
+ "text_tagged": "Overseas on a great tour, or maybe I'm just dreamin'\n"
110
+ },
111
+ {
112
+ "start": 60.01,
113
+ "end": 62.54,
114
+ "text": "It beats bein' with demons, all niggas are schemin'\n",
115
+ "text_tagged": "It beats bein' with demons, all niggas are schemin'\n"
116
+ },
117
+ {
118
+ "start": 62.54,
119
+ "end": 64.28,
120
+ "text": "At least I'm thinkin' of an achievement\n",
121
+ "text_tagged": "At least I'm thinkin' of an achievement\n"
122
+ },
123
+ {
124
+ "start": 64.47,
125
+ "end": 67.07,
126
+ "text": "People talk shit for four seasons for no reason\n",
127
+ "text_tagged": "People talk shit for four seasons for no reason\n"
128
+ },
129
+ {
130
+ "start": 67.45,
131
+ "end": 69.41,
132
+ "text": "People dog Lebron 'til Lebron show up\n",
133
+ "text_tagged": "People dog Lebron 'til Lebron show up\n"
134
+ },
135
+ {
136
+ "start": 69.83,
137
+ "end": 71.87,
138
+ "text": "When he steps on the paint, then their guards go up\n",
139
+ "text_tagged": "When he steps on the paint, then their guards go up\n"
140
+ },
141
+ {
142
+ "start": 71.96,
143
+ "end": 74.27,
144
+ "text": "Scores go up, all the applause go up\n",
145
+ "text_tagged": "Scores go up, all the applause go up\n"
146
+ },
147
+ {
148
+ "start": 74.35,
149
+ "end": 77.34,
150
+ "text": "And everybody in the whole damn court goes nuts\n\n",
151
+ "text_tagged": "And everybody in the whole damn court goes nuts\n\n"
152
+ },
153
+ {
154
+ "start": 77.65,
155
+ "end": 79.55,
156
+ "text": "People gon' hate, let 'em do it (ah)\n",
157
+ "text_tagged": "People gon' hate, let 'em do it (ah)\n"
158
+ },
159
+ {
160
+ "start": 79.46,
161
+ "end": 81.46,
162
+ "text": "Shine like it ain't nothin' to it (that's right)\n",
163
+ "text_tagged": "Shine like it ain't nothin' to it (that's right)\n"
164
+ },
165
+ {
166
+ "start": 81.38,
167
+ "end": 82.98,
168
+ "text": "Damn, you a major influence (oh)\n",
169
+ "text_tagged": "Damn, you a major influence (oh)\n"
170
+ },
171
+ {
172
+ "start": 83.01,
173
+ "end": 84.67,
174
+ "text": "Skate like there ain't nothin' doin'\n",
175
+ "text_tagged": "Skate like there ain't nothin' doin'\n"
176
+ },
177
+ {
178
+ "start": 84.67,
179
+ "end": 86.39,
180
+ "text": "Live life, don't say nothin' to 'em\n\n",
181
+ "text_tagged": "Live life, don't say nothin' to 'em\n\n"
182
+ },
183
+ {
184
+ "start": 87.22,
185
+ "end": 89.23,
186
+ "text": "People gon' hate, let 'em do it (ah)\n",
187
+ "text_tagged": "People gon' hate, let 'em do it (ah)\n"
188
+ },
189
+ {
190
+ "start": 89.0,
191
+ "end": 91.01,
192
+ "text": "Shine like it ain't nothin' to it (that's right)\n",
193
+ "text_tagged": "Shine like it ain't nothin' to it (that's right)\n"
194
+ },
195
+ {
196
+ "start": 90.92,
197
+ "end": 92.61,
198
+ "text": "Damn, you a major influence (oh)\n",
199
+ "text_tagged": "Damn, you a major influence (oh)\n"
200
+ },
201
+ {
202
+ "start": 92.64,
203
+ "end": 94.22,
204
+ "text": "Skate like there ain't nothin' doin'\n",
205
+ "text_tagged": "Skate like there ain't nothin' doin'\n"
206
+ },
207
+ {
208
+ "start": 94.22,
209
+ "end": 96.02,
210
+ "text": "Live life, don't say nothin' to 'em\n\n",
211
+ "text_tagged": "Live life, don't say nothin' to 'em\n\n"
212
+ },
213
+ {
214
+ "start": 96.49,
215
+ "end": 98.46,
216
+ "text": "Spectators, sideliners\n",
217
+ "text_tagged": "Spectators, sideliners\n"
218
+ },
219
+ {
220
+ "start": 98.99,
221
+ "end": 100.99,
222
+ "text": "Spendin' days comin' up with sly comments\n",
223
+ "text_tagged": "Spendin' days comin' up with sly comments\n"
224
+ },
225
+ {
226
+ "start": 100.99,
227
+ "end": 103.63,
228
+ "text": "That's psychotic, why tarnish a fly product?\n",
229
+ "text_tagged": "That's psychotic, why tarnish a fly product?\n"
230
+ },
231
+ {
232
+ "start": 103.85,
233
+ "end": 105.85,
234
+ "text": "Why be mad just 'cause I got it? Hey\n",
235
+ "text_tagged": "Why be mad just 'cause I got it? Hey\n"
236
+ },
237
+ {
238
+ "start": 106.18,
239
+ "end": 108.18,
240
+ "text": "I may never know, wave to the haters\n",
241
+ "text_tagged": "I may never know, wave to the haters\n"
242
+ },
243
+ {
244
+ "start": 108.09,
245
+ "end": 109.42,
246
+ "text": "That put me on the pedestal\n",
247
+ "text_tagged": "That put me on the pedestal\n"
248
+ },
249
+ {
250
+ "start": 109.46,
251
+ "end": 111.79,
252
+ "text": "Talk smack, but they really know I'm incredible\n",
253
+ "text_tagged": "Talk smack, but they really know I'm incredible\n"
254
+ },
255
+ {
256
+ "start": 112.15,
257
+ "end": 115.41,
258
+ "text": "Unforgettable, young blue eyes, the new guy is on schedule\n",
259
+ "text_tagged": "Unforgettable, young blue eyes, the new guy is on schedule\n"
260
+ },
261
+ {
262
+ "start": 115.46,
263
+ "end": 117.73,
264
+ "text": "Man behind bars and that's minus the federal\n",
265
+ "text_tagged": "Man behind bars and that's minus the federal\n"
266
+ },
267
+ {
268
+ "start": 117.88,
269
+ "end": 120.17,
270
+ "text": "Stone giant, what the hell could some pebbles do\n",
271
+ "text_tagged": "Stone giant, what the hell could some pebbles do\n"
272
+ },
273
+ {
274
+ "start": 120.53,
275
+ "end": 122.57,
276
+ "text": "While you revel in drama, I'm buildin' revenue\n",
277
+ "text_tagged": "While you revel in drama, I'm buildin' revenue\n"
278
+ },
279
+ {
280
+ "start": 122.79,
281
+ "end": 125.08,
282
+ "text": "Tell 'em you'll get 'em tomorrow, there ain't no stressin' you\n",
283
+ "text_tagged": "Tell 'em you'll get 'em tomorrow, there ain't no stressin' you\n"
284
+ },
285
+ {
286
+ "start": 125.36,
287
+ "end": 127.06,
288
+ "text": "Life goes on, life goes on\n",
289
+ "text_tagged": "Life goes on, life goes on\n"
290
+ },
291
+ {
292
+ "start": 127.24,
293
+ "end": 129.43,
294
+ "text": "You the shit even before those lights went on\n",
295
+ "text_tagged": "You the shit even before those lights went on\n"
296
+ },
297
+ {
298
+ "start": 129.57,
299
+ "end": 131.87,
300
+ "text": "They gon' trash you even if they like your song\n",
301
+ "text_tagged": "They gon' trash you even if they like your song\n"
302
+ },
303
+ {
304
+ "start": 132.06,
305
+ "end": 134.34,
306
+ "text": "People always gon' judge homie right or wrong\n\n",
307
+ "text_tagged": "People always gon' judge homie right or wrong\n\n"
308
+ },
309
+ {
310
+ "start": 135.28,
311
+ "end": 136.84,
312
+ "text": "People gon' hate, let 'em do it\n",
313
+ "text_tagged": "People gon' hate, let 'em do it\n"
314
+ },
315
+ {
316
+ "start": 137.08,
317
+ "end": 138.61,
318
+ "text": "Shine like it ain't nothin' to it\n",
319
+ "text_tagged": "Shine like it ain't nothin' to it\n"
320
+ },
321
+ {
322
+ "start": 138.99,
323
+ "end": 140.52,
324
+ "text": "Damn, you're a major influence\n",
325
+ "text_tagged": "Damn, you're a major influence\n"
326
+ },
327
+ {
328
+ "start": 140.69,
329
+ "end": 142.33,
330
+ "text": "Skate like there ain't nothin' doin'\n",
331
+ "text_tagged": "Skate like there ain't nothin' doin'\n"
332
+ },
333
+ {
334
+ "start": 142.33,
335
+ "end": 143.99,
336
+ "text": "Live life, don't say nothin' to 'em\n\n",
337
+ "text_tagged": "Live life, don't say nothin' to 'em\n\n"
338
+ },
339
+ {
340
+ "start": 144.87,
341
+ "end": 146.36,
342
+ "text": "People gon' hate, let 'em do it\n",
343
+ "text_tagged": "People gon' hate, let 'em do it\n"
344
+ },
345
+ {
346
+ "start": 146.58,
347
+ "end": 148.35,
348
+ "text": "Shine like it ain't nothin' to it\n",
349
+ "text_tagged": "Shine like it ain't nothin' to it\n"
350
+ },
351
+ {
352
+ "start": 148.48,
353
+ "end": 150.05,
354
+ "text": "Damn, you're a major influence\n",
355
+ "text_tagged": "Damn, you're a major influence\n"
356
+ },
357
+ {
358
+ "start": 150.21,
359
+ "end": 151.82,
360
+ "text": "Skate like there ain't nothin' doin'\n",
361
+ "text_tagged": "Skate like there ain't nothin' doin'\n"
362
+ },
363
+ {
364
+ "start": 151.82,
365
+ "end": 153.59,
366
+ "text": "Live life, don't say nothin' to 'em\n\n",
367
+ "text_tagged": "Live life, don't say nothin' to 'em\n\n"
368
+ },
369
+ {
370
+ "start": 154.51,
371
+ "end": 155.98,
372
+ "text": "We don't give a damn what you did\n",
373
+ "text_tagged": "We don't give a damn what you did\n"
374
+ },
375
+ {
376
+ "start": 156.3,
377
+ "end": 157.7,
378
+ "text": "We don't give a damn who are\n",
379
+ "text_tagged": "We don't give a damn who are\n"
380
+ },
381
+ {
382
+ "start": 158.01,
383
+ "end": 159.57,
384
+ "text": "Homie, you ain't down with the team\n",
385
+ "text_tagged": "Homie, you ain't down with the team\n"
386
+ },
387
+ {
388
+ "start": 159.87,
389
+ "end": 161.38,
390
+ "text": "We don't give a damn what you think\n",
391
+ "text_tagged": "We don't give a damn what you think\n"
392
+ },
393
+ {
394
+ "start": 161.65,
395
+ "end": 163.71,
396
+ "text": "We don't give a damn what you thought (thought, thought)\n\n",
397
+ "text_tagged": "We don't give a damn what you thought (thought, thought)\n\n"
398
+ },
399
+ {
400
+ "start": 164.06,
401
+ "end": 165.6,
402
+ "text": "We don't give a damn what you did\n",
403
+ "text_tagged": "We don't give a damn what you did\n"
404
+ },
405
+ {
406
+ "start": 165.94,
407
+ "end": 167.33,
408
+ "text": "We don't give a damn who are\n",
409
+ "text_tagged": "We don't give a damn who are\n"
410
+ },
411
+ {
412
+ "start": 167.69,
413
+ "end": 169.15,
414
+ "text": "Homie, you ain't down with the team\n",
415
+ "text_tagged": "Homie, you ain't down with the team\n"
416
+ },
417
+ {
418
+ "start": 169.5,
419
+ "end": 170.9,
420
+ "text": "We don't give a damn what you think\n",
421
+ "text_tagged": "We don't give a damn what you think\n"
422
+ },
423
+ {
424
+ "start": 171.28,
425
+ "end": 173.41,
426
+ "text": "We don't give a damn what you thought (thought, thought)\n",
427
+ "text_tagged": "We don't give a damn what you thought (thought, thought)\n"
428
+ }
429
+ ]
430
  }
alignment/Keine_Lust_-_Jonny_M.json CHANGED
@@ -1,619 +1,742 @@
1
  {
2
- "lines": [
3
- {
4
- "start": 9.01,
5
- "end": 14.74,
6
- "text": "(Ja-ja-ja-ja-ja-ja, oh)\n\n"
7
- },
8
- {
9
- "start": 16.64,
10
- "end": 18.42,
11
- "text": "Ich hab keine Lust mir das Leben\n"
12
- },
13
- {
14
- "start": 18.62,
15
- "end": 20.18,
16
- "text": "Von Deppen vermasseln zu lassen\n"
17
- },
18
- {
19
- "start": 20.41,
20
- "end": 20.92,
21
- "text": "Sag mir nicht\n"
22
- },
23
- {
24
- "start": 21.16,
25
- "end": 22.41,
26
- "text": "Ich könnt' was besser machen\n\n"
27
- },
28
- {
29
- "start": 22.41,
30
- "end": 24.21,
31
- "text": "Ich hab keine Lust mir das Leben\n"
32
- },
33
- {
34
- "start": 24.4,
35
- "end": 25.97,
36
- "text": "Von Deppen vermasseln zu lassen\n"
37
- },
38
- {
39
- "start": 26.2,
40
- "end": 26.74,
41
- "text": "Sag mir nicht\n"
42
- },
43
- {
44
- "start": 26.93,
45
- "end": 28.11,
46
- "text": "Ich könnt' was besser machen\n\n"
47
- },
48
- {
49
- "start": 28.2,
50
- "end": 29.68,
51
- "text": "Ich habe keine Lust darauf\n"
52
- },
53
- {
54
- "start": 29.81,
55
- "end": 31.46,
56
- "text": "Dass du mich ständig korrigierst\n"
57
- },
58
- {
59
- "start": 31.63,
60
- "end": 32.81,
61
- "text": "Mir sagst was ich zu tun hab\n"
62
- },
63
- {
64
- "start": 32.91,
65
- "end": 34.26,
66
- "text": "Und es selber nicht probierst\n\n"
67
- },
68
- {
69
- "start": 34.33,
70
- "end": 35.44,
71
- "text": "Keine Lust darauf\n"
72
- },
73
- {
74
- "start": 35.6,
75
- "end": 37.19,
76
- "text": "Dass du ewig dazwischenfunkst\n"
77
- },
78
- {
79
- "start": 37.42,
80
- "end": 38.72,
81
- "text": "Mir dauernd alles vorhältst\n"
82
- },
83
- {
84
- "start": 38.72,
85
- "end": 40.08,
86
- "text": "Und es selber nicht versuchst\n\n"
87
- },
88
- {
89
- "start": 40.13,
90
- "end": 41.27,
91
- "text": "Keine Lust darauf\n"
92
- },
93
- {
94
- "start": 41.4,
95
- "end": 42.98,
96
- "text": "Immer dasselbe zu hören\n"
97
- },
98
- {
99
- "start": 42.98,
100
- "end": 44.4,
101
- "text": "Hältst es wohl nicht für möglich\n"
102
- },
103
- {
104
- "start": 44.47,
105
- "end": 45.79,
106
- "text": "Dass mich sowas manchmal stört\n\n"
107
- },
108
- {
109
- "start": 45.91,
110
- "end": 47.08,
111
- "text": "Keine Lust darauf\n"
112
- },
113
- {
114
- "start": 47.18,
115
- "end": 48.62,
116
- "text": "Immer dasselbe zu tun\n"
117
- },
118
- {
119
- "start": 48.62,
120
- "end": 50.06,
121
- "text": "Ich hab kein Bock mehr drauf\n"
122
- },
123
- {
124
- "start": 50.25,
125
- "end": 51.57,
126
- "text": "Also lass mich doch in Ruh'\n\n"
127
- },
128
- {
129
- "start": 51.69,
130
- "end": 52.46,
131
- "text": "Keine Lust\n"
132
- },
133
- {
134
- "start": 52.78,
135
- "end": 54.57,
136
- "text": "Nein, nein, nein, nein\n"
137
- },
138
- {
139
- "start": 54.57,
140
- "end": 56.29,
141
- "text": "Keine Lust\n"
142
- },
143
- {
144
- "start": 57.12,
145
- "end": 58.22,
146
- "text": "Ich hab keine Lust\n"
147
- },
148
- {
149
- "start": 58.56,
150
- "end": 60.36,
151
- "text": "Nein, nein, nein, nein\n"
152
- },
153
- {
154
- "start": 60.36,
155
- "end": 62.45,
156
- "text": "Keine Lust, ey\n\n"
157
- },
158
- {
159
- "start": 62.91,
160
- "end": 64.34,
161
- "text": "Ich habe keine Lust darauf\n"
162
- },
163
- {
164
- "start": 64.54,
165
- "end": 66.07,
166
- "text": "Dass du mich ewig fertig machst\n"
167
- },
168
- {
169
- "start": 66.34,
170
- "end": 67.44,
171
- "text": "Mich immer kritisierst\n"
172
- },
173
- {
174
- "start": 67.44,
175
- "end": 68.99,
176
- "text": "Und dabei selber gar nichts schaffst\n\n"
177
- },
178
- {
179
- "start": 69.06,
180
- "end": 70.28,
181
- "text": "Keine Lust dadurch\n"
182
- },
183
- {
184
- "start": 70.5,
185
- "end": 71.93,
186
- "text": "Dass du dauernd etwas hast\n"
187
- },
188
- {
189
- "start": 72.28,
190
- "end": 73.35,
191
- "text": "Nie passt dir was\n"
192
- },
193
- {
194
- "start": 73.35,
195
- "end": 74.74,
196
- "text": "Sondern sagst, ich hätt' versagt\n\n"
197
- },
198
- {
199
- "start": 74.83,
200
- "end": 76.18,
201
- "text": "Keine Lust darauf\n"
202
- },
203
- {
204
- "start": 76.26,
205
- "end": 77.71,
206
- "text": "Meistens Schuld zu sein\n"
207
- },
208
- {
209
- "start": 77.71,
210
- "end": 79.16,
211
- "text": "Du kriegst gar nichts auf die Reihe\n"
212
- },
213
- {
214
- "start": 79.16,
215
- "end": 80.5,
216
- "text": "Und lässt dich auf nichts ein\n\n"
217
- },
218
- {
219
- "start": 80.59,
220
- "end": 81.79,
221
- "text": "Keine Lust darauf\n"
222
- },
223
- {
224
- "start": 82.06,
225
- "end": 83.49,
226
- "text": "Immer Lust haben zu müssen\n"
227
- },
228
- {
229
- "start": 83.82,
230
- "end": 84.72,
231
- "text": "Schließlich musst du ja\n"
232
- },
233
- {
234
- "start": 84.94,
235
- "end": 86.29,
236
- "text": "Immer alles besser wissen\n\n"
237
- },
238
- {
239
- "start": 86.38,
240
- "end": 87.78,
241
- "text": "Keine Lust mir das Leben\n"
242
- },
243
- {
244
- "start": 88.01,
245
- "end": 89.57,
246
- "text": "Von Deppen vermasseln zu lassen\n"
247
- },
248
- {
249
- "start": 89.82,
250
- "end": 90.39,
251
- "text": "Sag mir nicht\n"
252
- },
253
- {
254
- "start": 90.54,
255
- "end": 91.81,
256
- "text": "Ich könnte was besser machen\n\n"
257
- },
258
- {
259
- "start": 91.81,
260
- "end": 93.59,
261
- "text": "Ich habe keine Lust mir das Leben\n"
262
- },
263
- {
264
- "start": 93.8,
265
- "end": 95.36,
266
- "text": "Von Deppen vermasseln zu lassen\n"
267
- },
268
- {
269
- "start": 95.57,
270
- "end": 96.14,
271
- "text": "Sag mir nicht\n"
272
- },
273
- {
274
- "start": 96.34,
275
- "end": 97.6,
276
- "text": "Ich könnt' was besser machen\n\n"
277
- },
278
- {
279
- "start": 97.6,
280
- "end": 98.77,
281
- "text": "Ich hab keine Lust\n"
282
- },
283
- {
284
- "start": 99.05,
285
- "end": 100.84,
286
- "text": "Nein, nein, nein, nein\n"
287
- },
288
- {
289
- "start": 100.84,
290
- "end": 102.64,
291
- "text": "Keine Lust\n"
292
- },
293
- {
294
- "start": 103.39,
295
- "end": 104.56,
296
- "text": "Ich hab keine Lust\n"
297
- },
298
- {
299
- "start": 104.82,
300
- "end": 106.62,
301
- "text": "Nein, nein, nein, nein\n"
302
- },
303
- {
304
- "start": 106.62,
305
- "end": 108.82,
306
- "text": "Keine Lust, ey\n\n"
307
- },
308
- {
309
- "start": 109.18,
310
- "end": 110.7,
311
- "text": "Ich hab keine Lust darauf\n"
312
- },
313
- {
314
- "start": 110.78,
315
- "end": 112.5,
316
- "text": "Dass du mich ständig attackierst\n"
317
- },
318
- {
319
- "start": 112.61,
320
- "end": 113.87,
321
- "text": "Mir sagst, was ich zu tun hab\n"
322
- },
323
- {
324
- "start": 113.87,
325
- "end": 115.3,
326
- "text": "Und es selber nicht probierst\n\n"
327
- },
328
- {
329
- "start": 115.3,
330
- "end": 116.38,
331
- "text": "Keine Lust darauf\n"
332
- },
333
- {
334
- "start": 116.56,
335
- "end": 118.29,
336
- "text": "Dass du ewig dazwischenfunkst\n"
337
- },
338
- {
339
- "start": 118.37,
340
- "end": 119.66,
341
- "text": "Mir dauernd alles vorhältst\n"
342
- },
343
- {
344
- "start": 119.66,
345
- "end": 121.07,
346
- "text": "Und es selber nicht versuchst\n\n"
347
- },
348
- {
349
- "start": 121.07,
350
- "end": 122.15,
351
- "text": "Keine Lust darauf\n"
352
- },
353
- {
354
- "start": 122.36,
355
- "end": 123.97,
356
- "text": "Immer dasselbe zu hören\n"
357
- },
358
- {
359
- "start": 123.97,
360
- "end": 125.42,
361
- "text": "Hältst es wohl nicht für möglich\n"
362
- },
363
- {
364
- "start": 125.42,
365
- "end": 126.76,
366
- "text": "Dass mich sowas manchmal stört\n\n"
367
- },
368
- {
369
- "start": 126.87,
370
- "end": 127.96,
371
- "text": "Keine Lust darauf\n"
372
- },
373
- {
374
- "start": 128.14,
375
- "end": 129.59,
376
- "text": "Immer dasselbe zu tun\n"
377
- },
378
- {
379
- "start": 129.59,
380
- "end": 131.01,
381
- "text": "Ich hab' kein Bock mehr drauf\n"
382
- },
383
- {
384
- "start": 131.22,
385
- "end": 132.55,
386
- "text": "Also lass mich doch in Ruh'\n\n"
387
- },
388
- {
389
- "start": 132.65,
390
- "end": 134.08,
391
- "text": "Keine Lust mir das Leben\n"
392
- },
393
- {
394
- "start": 134.28,
395
- "end": 135.87,
396
- "text": "Von Deppen vermasseln zu lassen\n"
397
- },
398
- {
399
- "start": 136.08,
400
- "end": 136.61,
401
- "text": "Sag mir nicht\n"
402
- },
403
- {
404
- "start": 136.82,
405
- "end": 138.08,
406
- "text": "Ich könnt' was besser machen\n"
407
- },
408
- {
409
- "start": 138.08,
410
- "end": 139.9,
411
- "text": "Ich habe keine Lust mir das Leben\n"
412
- },
413
- {
414
- "start": 140.06,
415
- "end": 141.66,
416
- "text": "Von Deppen vermasseln zu lassen\n"
417
- },
418
- {
419
- "start": 141.84,
420
- "end": 142.41,
421
- "text": "Sag mir nicht\n"
422
- },
423
- {
424
- "start": 142.61,
425
- "end": 143.86,
426
- "text": "Ich könnt' was besser machen\n\n"
427
- },
428
- {
429
- "start": 143.86,
430
- "end": 144.92,
431
- "text": "Ich hab keine Lust\n"
432
- },
433
- {
434
- "start": 145.31,
435
- "end": 147.11,
436
- "text": "Nein nein nein nein\n"
437
- },
438
- {
439
- "start": 147.11,
440
- "end": 148.71,
441
- "text": "Keine Lust\n"
442
- },
443
- {
444
- "start": 149.65,
445
- "end": 150.81,
446
- "text": "Ich hab keine Lust\n"
447
- },
448
- {
449
- "start": 151.09,
450
- "end": 152.89,
451
- "text": "Nein nein nein nein\n"
452
- },
453
- {
454
- "start": 152.89,
455
- "end": 155.07,
456
- "text": "Keine Lust, ey\n\n"
457
- },
458
- {
459
- "start": 155.45,
460
- "end": 156.57,
461
- "text": "Ich hab keine Lust\n"
462
- },
463
- {
464
- "start": 156.87,
465
- "end": 158.68,
466
- "text": "Nein nein nein nein\n"
467
- },
468
- {
469
- "start": 158.68,
470
- "end": 160.35,
471
- "text": "Keine Lust\n"
472
- },
473
- {
474
- "start": 161.2,
475
- "end": 162.3,
476
- "text": "Ich hab keine Lust\n"
477
- },
478
- {
479
- "start": 162.66,
480
- "end": 164.46,
481
- "text": "Nein nein nein nein\n"
482
- },
483
- {
484
- "start": 164.46,
485
- "end": 166.67,
486
- "text": "Keine Lust, ey\n\n"
487
- },
488
- {
489
- "start": 167.0,
490
- "end": 168.05,
491
- "text": "Ich hab keine Lust\n"
492
- },
493
- {
494
- "start": 168.43,
495
- "end": 170.19,
496
- "text": "Nein nein nein nein\n"
497
- },
498
- {
499
- "start": 170.25,
500
- "end": 172.13,
501
- "text": "Keine Lust\n"
502
- },
503
- {
504
- "start": 172.78,
505
- "end": 173.81,
506
- "text": "Ich hab keine Lust\n"
507
- },
508
- {
509
- "start": 174.22,
510
- "end": 175.95,
511
- "text": "Nein nein nein nein\n"
512
- },
513
- {
514
- "start": 176.03,
515
- "end": 176.86,
516
- "text": "Keine Lust\n"
517
- },
518
- {
519
- "start": 177.12,
520
- "end": 178.92,
521
- "text": "Nein nein nein nein\n\n"
522
- },
523
- {
524
- "start": 178.92,
525
- "end": 180.34,
526
- "text": "Keine Lust mir das Leben\n"
527
- },
528
- {
529
- "start": 180.54,
530
- "end": 182.13,
531
- "text": "Von Deppen vermasseln zu lassen\n"
532
- },
533
- {
534
- "start": 182.34,
535
- "end": 182.91,
536
- "text": "Sag mir nicht\n"
537
- },
538
- {
539
- "start": 183.08,
540
- "end": 184.36,
541
- "text": "Ich könnt' was besser machen\n"
542
- },
543
- {
544
- "start": 184.36,
545
- "end": 186.12,
546
- "text": "Ich habe keine Lust mir das Leben\n"
547
- },
548
- {
549
- "start": 186.33,
550
- "end": 187.9,
551
- "text": "Von Deppen vermasseln zu lassen\n"
552
- },
553
- {
554
- "start": 188.11,
555
- "end": 188.66,
556
- "text": "Sag mir nicht\n"
557
- },
558
- {
559
- "start": 188.88,
560
- "end": 190.13,
561
- "text": "Ich könnte was besser machen\n\n"
562
- },
563
- {
564
- "start": 190.13,
565
- "end": 191.23,
566
- "text": "Ich hab keine Lust\n"
567
- },
568
- {
569
- "start": 191.56,
570
- "end": 193.37,
571
- "text": "Nein nein nein nein\n"
572
- },
573
- {
574
- "start": 193.37,
575
- "end": 195.02,
576
- "text": "Keine Lust\n"
577
- },
578
- {
579
- "start": 195.92,
580
- "end": 196.99,
581
- "text": "Ich hab keine Lust\n"
582
- },
583
- {
584
- "start": 197.34,
585
- "end": 199.08,
586
- "text": "Nein nein nein nein\n"
587
- },
588
- {
589
- "start": 199.15,
590
- "end": 201.38,
591
- "text": "Keine Lust, ey\n\n"
592
- },
593
- {
594
- "start": 201.7,
595
- "end": 202.94,
596
- "text": "Ich hab keine Lust\n"
597
- },
598
- {
599
- "start": 207.48,
600
- "end": 208.63,
601
- "text": "Ich hab keine Lust\n"
602
- },
603
- {
604
- "start": 213.24,
605
- "end": 214.45,
606
- "text": "Ich hab keine Lust\n"
607
- },
608
- {
609
- "start": 219.04,
610
- "end": 220.31,
611
- "text": "Ich hab keine Lust\n"
612
- },
613
- {
614
- "start": 224.83,
615
- "end": 226.06,
616
- "text": "Ich hab keine Lust\n"
617
- }
618
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
619
  }
 
1
  {
2
+ "lines": [
3
+ {
4
+ "start": 9.01,
5
+ "end": 14.74,
6
+ "text": "(Ja-ja-ja-ja-ja-ja, oh)\n\n",
7
+ "text_tagged": "(Ja-ja-ja-ja-ja-ja, <nl> oh </nl> )\n\n"
8
+ },
9
+ {
10
+ "start": 16.64,
11
+ "end": 18.42,
12
+ "text": "Ich hab keine Lust mir das Leben\n",
13
+ "text_tagged": "Ich hab keine Lust mir das Leben\n"
14
+ },
15
+ {
16
+ "start": 18.62,
17
+ "end": 20.18,
18
+ "text": "Von Deppen vermasseln zu lassen\n",
19
+ "text_tagged": "Von Deppen vermasseln zu lassen\n"
20
+ },
21
+ {
22
+ "start": 20.41,
23
+ "end": 20.92,
24
+ "text": "Sag mir nicht\n",
25
+ "text_tagged": "Sag mir nicht\n"
26
+ },
27
+ {
28
+ "start": 21.16,
29
+ "end": 22.41,
30
+ "text": "Ich könnt' was besser machen\n\n",
31
+ "text_tagged": "Ich könnt' was besser machen\n\n"
32
+ },
33
+ {
34
+ "start": 22.41,
35
+ "end": 24.21,
36
+ "text": "Ich hab keine Lust mir das Leben\n",
37
+ "text_tagged": "Ich hab keine Lust mir das Leben\n"
38
+ },
39
+ {
40
+ "start": 24.4,
41
+ "end": 25.97,
42
+ "text": "Von Deppen vermasseln zu lassen\n",
43
+ "text_tagged": "Von Deppen vermasseln zu lassen\n"
44
+ },
45
+ {
46
+ "start": 26.2,
47
+ "end": 26.74,
48
+ "text": "Sag mir nicht\n",
49
+ "text_tagged": "Sag mir nicht\n"
50
+ },
51
+ {
52
+ "start": 26.93,
53
+ "end": 28.11,
54
+ "text": "Ich könnt' was besser machen\n\n",
55
+ "text_tagged": "Ich könnt' was besser machen\n\n"
56
+ },
57
+ {
58
+ "start": 28.2,
59
+ "end": 29.68,
60
+ "text": "Ich habe keine Lust darauf\n",
61
+ "text_tagged": "Ich habe keine Lust darauf\n"
62
+ },
63
+ {
64
+ "start": 29.81,
65
+ "end": 31.46,
66
+ "text": "Dass du mich ständig korrigierst\n",
67
+ "text_tagged": "Dass du mich ständig korrigierst\n"
68
+ },
69
+ {
70
+ "start": 31.63,
71
+ "end": 32.81,
72
+ "text": "Mir sagst was ich zu tun hab\n",
73
+ "text_tagged": "Mir sagst was ich zu tun hab\n"
74
+ },
75
+ {
76
+ "start": 32.91,
77
+ "end": 34.26,
78
+ "text": "Und es selber nicht probierst\n\n",
79
+ "text_tagged": "Und es selber nicht probierst\n\n"
80
+ },
81
+ {
82
+ "start": 34.33,
83
+ "end": 35.44,
84
+ "text": "Keine Lust darauf\n",
85
+ "text_tagged": "Keine Lust darauf\n"
86
+ },
87
+ {
88
+ "start": 35.6,
89
+ "end": 37.19,
90
+ "text": "Dass du ewig dazwischenfunkst\n",
91
+ "text_tagged": "Dass du ewig dazwischenfunkst\n"
92
+ },
93
+ {
94
+ "start": 37.42,
95
+ "end": 38.72,
96
+ "text": "Mir dauernd alles vorhältst\n",
97
+ "text_tagged": "Mir dauernd alles vorhältst\n"
98
+ },
99
+ {
100
+ "start": 38.72,
101
+ "end": 40.08,
102
+ "text": "Und es selber nicht versuchst\n\n",
103
+ "text_tagged": "Und es selber nicht versuchst\n\n"
104
+ },
105
+ {
106
+ "start": 40.13,
107
+ "end": 41.27,
108
+ "text": "Keine Lust darauf\n",
109
+ "text_tagged": "Keine Lust darauf\n"
110
+ },
111
+ {
112
+ "start": 41.4,
113
+ "end": 42.98,
114
+ "text": "Immer dasselbe zu hören\n",
115
+ "text_tagged": "Immer dasselbe zu hören\n"
116
+ },
117
+ {
118
+ "start": 42.98,
119
+ "end": 44.4,
120
+ "text": "Hältst es wohl nicht für möglich\n",
121
+ "text_tagged": "Hältst es wohl nicht für möglich\n"
122
+ },
123
+ {
124
+ "start": 44.47,
125
+ "end": 45.79,
126
+ "text": "Dass mich sowas manchmal stört\n\n",
127
+ "text_tagged": "Dass mich sowas manchmal stört\n\n"
128
+ },
129
+ {
130
+ "start": 45.91,
131
+ "end": 47.08,
132
+ "text": "Keine Lust darauf\n",
133
+ "text_tagged": "Keine Lust darauf\n"
134
+ },
135
+ {
136
+ "start": 47.18,
137
+ "end": 48.62,
138
+ "text": "Immer dasselbe zu tun\n",
139
+ "text_tagged": "Immer dasselbe zu tun\n"
140
+ },
141
+ {
142
+ "start": 48.62,
143
+ "end": 50.06,
144
+ "text": "Ich hab kein Bock mehr drauf\n",
145
+ "text_tagged": "Ich hab kein Bock mehr drauf\n"
146
+ },
147
+ {
148
+ "start": 50.25,
149
+ "end": 51.57,
150
+ "text": "Also lass mich doch in Ruh'\n\n",
151
+ "text_tagged": "Also lass mich doch in Ruh'\n\n"
152
+ },
153
+ {
154
+ "start": 51.69,
155
+ "end": 52.46,
156
+ "text": "Keine Lust\n",
157
+ "text_tagged": "Keine Lust\n"
158
+ },
159
+ {
160
+ "start": 52.78,
161
+ "end": 54.57,
162
+ "text": "Nein, nein, nein, nein\n",
163
+ "text_tagged": "Nein, nein, nein, nein\n"
164
+ },
165
+ {
166
+ "start": 54.57,
167
+ "end": 56.29,
168
+ "text": "Keine Lust\n",
169
+ "text_tagged": "Keine Lust\n"
170
+ },
171
+ {
172
+ "start": 57.12,
173
+ "end": 58.22,
174
+ "text": "Ich hab keine Lust\n",
175
+ "text_tagged": "Ich hab keine Lust\n"
176
+ },
177
+ {
178
+ "start": 58.56,
179
+ "end": 60.36,
180
+ "text": "Nein, nein, nein, nein\n",
181
+ "text_tagged": "Nein, nein, nein, nein\n"
182
+ },
183
+ {
184
+ "start": 60.36,
185
+ "end": 62.45,
186
+ "text": "Keine Lust, ey\n\n",
187
+ "text_tagged": "Keine Lust, ey\n\n"
188
+ },
189
+ {
190
+ "start": 62.91,
191
+ "end": 64.34,
192
+ "text": "Ich habe keine Lust darauf\n",
193
+ "text_tagged": "Ich habe keine Lust darauf\n"
194
+ },
195
+ {
196
+ "start": 64.54,
197
+ "end": 66.07,
198
+ "text": "Dass du mich ewig fertig machst\n",
199
+ "text_tagged": "Dass du mich ewig fertig machst\n"
200
+ },
201
+ {
202
+ "start": 66.34,
203
+ "end": 67.44,
204
+ "text": "Mich immer kritisierst\n",
205
+ "text_tagged": "Mich immer kritisierst\n"
206
+ },
207
+ {
208
+ "start": 67.44,
209
+ "end": 68.99,
210
+ "text": "Und dabei selber gar nichts schaffst\n\n",
211
+ "text_tagged": "Und dabei selber gar nichts schaffst\n\n"
212
+ },
213
+ {
214
+ "start": 69.06,
215
+ "end": 70.28,
216
+ "text": "Keine Lust dadurch\n",
217
+ "text_tagged": "Keine Lust dadurch\n"
218
+ },
219
+ {
220
+ "start": 70.5,
221
+ "end": 71.93,
222
+ "text": "Dass du dauernd etwas hast\n",
223
+ "text_tagged": "Dass du dauernd etwas hast\n"
224
+ },
225
+ {
226
+ "start": 72.28,
227
+ "end": 73.35,
228
+ "text": "Nie passt dir was\n",
229
+ "text_tagged": "Nie passt dir was\n"
230
+ },
231
+ {
232
+ "start": 73.35,
233
+ "end": 74.74,
234
+ "text": "Sondern sagst, ich hätt' versagt\n\n",
235
+ "text_tagged": "Sondern sagst, ich hätt' versagt\n\n"
236
+ },
237
+ {
238
+ "start": 74.83,
239
+ "end": 76.18,
240
+ "text": "Keine Lust darauf\n",
241
+ "text_tagged": "Keine Lust darauf\n"
242
+ },
243
+ {
244
+ "start": 76.26,
245
+ "end": 77.71,
246
+ "text": "Meistens Schuld zu sein\n",
247
+ "text_tagged": "Meistens Schuld zu sein\n"
248
+ },
249
+ {
250
+ "start": 77.71,
251
+ "end": 79.16,
252
+ "text": "Du kriegst gar nichts auf die Reihe\n",
253
+ "text_tagged": "Du kriegst gar nichts auf die Reihe\n"
254
+ },
255
+ {
256
+ "start": 79.16,
257
+ "end": 80.5,
258
+ "text": "Und lässt dich auf nichts ein\n\n",
259
+ "text_tagged": "Und lässt dich auf nichts ein\n\n"
260
+ },
261
+ {
262
+ "start": 80.59,
263
+ "end": 81.79,
264
+ "text": "Keine Lust darauf\n",
265
+ "text_tagged": "Keine Lust darauf\n"
266
+ },
267
+ {
268
+ "start": 82.06,
269
+ "end": 83.49,
270
+ "text": "Immer Lust haben zu müssen\n",
271
+ "text_tagged": "Immer Lust haben zu müssen\n"
272
+ },
273
+ {
274
+ "start": 83.82,
275
+ "end": 84.72,
276
+ "text": "Schließlich musst du ja\n",
277
+ "text_tagged": "Schließlich musst du ja\n"
278
+ },
279
+ {
280
+ "start": 84.94,
281
+ "end": 86.29,
282
+ "text": "Immer alles besser wissen\n\n",
283
+ "text_tagged": "Immer alles besser wissen\n\n"
284
+ },
285
+ {
286
+ "start": 86.38,
287
+ "end": 87.78,
288
+ "text": "Keine Lust mir das Leben\n",
289
+ "text_tagged": "Keine Lust mir das Leben\n"
290
+ },
291
+ {
292
+ "start": 88.01,
293
+ "end": 89.57,
294
+ "text": "Von Deppen vermasseln zu lassen\n",
295
+ "text_tagged": "Von Deppen vermasseln zu lassen\n"
296
+ },
297
+ {
298
+ "start": 89.82,
299
+ "end": 90.39,
300
+ "text": "Sag mir nicht\n",
301
+ "text_tagged": "Sag mir nicht\n"
302
+ },
303
+ {
304
+ "start": 90.54,
305
+ "end": 91.81,
306
+ "text": "Ich könnte was besser machen\n\n",
307
+ "text_tagged": "Ich könnte was besser machen\n\n"
308
+ },
309
+ {
310
+ "start": 91.81,
311
+ "end": 93.59,
312
+ "text": "Ich habe keine Lust mir das Leben\n",
313
+ "text_tagged": "Ich habe keine Lust mir das Leben\n"
314
+ },
315
+ {
316
+ "start": 93.8,
317
+ "end": 95.36,
318
+ "text": "Von Deppen vermasseln zu lassen\n",
319
+ "text_tagged": "Von Deppen vermasseln zu lassen\n"
320
+ },
321
+ {
322
+ "start": 95.57,
323
+ "end": 96.14,
324
+ "text": "Sag mir nicht\n",
325
+ "text_tagged": "Sag mir nicht\n"
326
+ },
327
+ {
328
+ "start": 96.34,
329
+ "end": 97.6,
330
+ "text": "Ich könnt' was besser machen\n\n",
331
+ "text_tagged": "Ich könnt' was besser machen\n\n"
332
+ },
333
+ {
334
+ "start": 97.6,
335
+ "end": 98.77,
336
+ "text": "Ich hab keine Lust\n",
337
+ "text_tagged": "Ich hab keine Lust\n"
338
+ },
339
+ {
340
+ "start": 99.05,
341
+ "end": 100.84,
342
+ "text": "Nein, nein, nein, nein\n",
343
+ "text_tagged": "Nein, nein, nein, nein\n"
344
+ },
345
+ {
346
+ "start": 100.84,
347
+ "end": 102.64,
348
+ "text": "Keine Lust\n",
349
+ "text_tagged": "Keine Lust\n"
350
+ },
351
+ {
352
+ "start": 103.39,
353
+ "end": 104.56,
354
+ "text": "Ich hab keine Lust\n",
355
+ "text_tagged": "Ich hab keine Lust\n"
356
+ },
357
+ {
358
+ "start": 104.82,
359
+ "end": 106.62,
360
+ "text": "Nein, nein, nein, nein\n",
361
+ "text_tagged": "Nein, nein, nein, nein\n"
362
+ },
363
+ {
364
+ "start": 106.62,
365
+ "end": 108.82,
366
+ "text": "Keine Lust, ey\n\n",
367
+ "text_tagged": "Keine Lust, ey\n\n"
368
+ },
369
+ {
370
+ "start": 109.18,
371
+ "end": 110.7,
372
+ "text": "Ich hab keine Lust darauf\n",
373
+ "text_tagged": "Ich hab keine Lust darauf\n"
374
+ },
375
+ {
376
+ "start": 110.78,
377
+ "end": 112.5,
378
+ "text": "Dass du mich ständig attackierst\n",
379
+ "text_tagged": "Dass du mich ständig attackierst\n"
380
+ },
381
+ {
382
+ "start": 112.61,
383
+ "end": 113.87,
384
+ "text": "Mir sagst, was ich zu tun hab\n",
385
+ "text_tagged": "Mir sagst, was ich zu tun hab\n"
386
+ },
387
+ {
388
+ "start": 113.87,
389
+ "end": 115.3,
390
+ "text": "Und es selber nicht probierst\n\n",
391
+ "text_tagged": "Und es selber nicht probierst\n\n"
392
+ },
393
+ {
394
+ "start": 115.3,
395
+ "end": 116.38,
396
+ "text": "Keine Lust darauf\n",
397
+ "text_tagged": "Keine Lust darauf\n"
398
+ },
399
+ {
400
+ "start": 116.56,
401
+ "end": 118.29,
402
+ "text": "Dass du ewig dazwischenfunkst\n",
403
+ "text_tagged": "Dass du ewig dazwischenfunkst\n"
404
+ },
405
+ {
406
+ "start": 118.37,
407
+ "end": 119.66,
408
+ "text": "Mir dauernd alles vorhältst\n",
409
+ "text_tagged": "Mir dauernd alles vorhältst\n"
410
+ },
411
+ {
412
+ "start": 119.66,
413
+ "end": 121.07,
414
+ "text": "Und es selber nicht versuchst\n\n",
415
+ "text_tagged": "Und es selber nicht versuchst\n\n"
416
+ },
417
+ {
418
+ "start": 121.07,
419
+ "end": 122.15,
420
+ "text": "Keine Lust darauf\n",
421
+ "text_tagged": "Keine Lust darauf\n"
422
+ },
423
+ {
424
+ "start": 122.36,
425
+ "end": 123.97,
426
+ "text": "Immer dasselbe zu hören\n",
427
+ "text_tagged": "Immer dasselbe zu hören\n"
428
+ },
429
+ {
430
+ "start": 123.97,
431
+ "end": 125.42,
432
+ "text": "Hältst es wohl nicht für möglich\n",
433
+ "text_tagged": "Hältst es wohl nicht für möglich\n"
434
+ },
435
+ {
436
+ "start": 125.42,
437
+ "end": 126.76,
438
+ "text": "Dass mich sowas manchmal stört\n\n",
439
+ "text_tagged": "Dass mich sowas manchmal stört\n\n"
440
+ },
441
+ {
442
+ "start": 126.87,
443
+ "end": 127.96,
444
+ "text": "Keine Lust darauf\n",
445
+ "text_tagged": "Keine Lust darauf\n"
446
+ },
447
+ {
448
+ "start": 128.14,
449
+ "end": 129.59,
450
+ "text": "Immer dasselbe zu tun\n",
451
+ "text_tagged": "Immer dasselbe zu tun\n"
452
+ },
453
+ {
454
+ "start": 129.59,
455
+ "end": 131.01,
456
+ "text": "Ich hab' kein Bock mehr drauf\n",
457
+ "text_tagged": "Ich hab' kein Bock mehr drauf\n"
458
+ },
459
+ {
460
+ "start": 131.22,
461
+ "end": 132.55,
462
+ "text": "Also lass mich doch in Ruh'\n\n",
463
+ "text_tagged": "Also lass mich doch in Ruh'\n\n"
464
+ },
465
+ {
466
+ "start": 132.65,
467
+ "end": 134.08,
468
+ "text": "Keine Lust mir das Leben\n",
469
+ "text_tagged": "Keine Lust mir das Leben\n"
470
+ },
471
+ {
472
+ "start": 134.28,
473
+ "end": 135.87,
474
+ "text": "Von Deppen vermasseln zu lassen\n",
475
+ "text_tagged": "Von Deppen vermasseln zu lassen\n"
476
+ },
477
+ {
478
+ "start": 136.08,
479
+ "end": 136.61,
480
+ "text": "Sag mir nicht\n",
481
+ "text_tagged": "Sag mir nicht\n"
482
+ },
483
+ {
484
+ "start": 136.82,
485
+ "end": 138.08,
486
+ "text": "Ich könnt' was besser machen\n",
487
+ "text_tagged": "Ich könnt' was besser machen\n"
488
+ },
489
+ {
490
+ "start": 138.08,
491
+ "end": 139.9,
492
+ "text": "Ich habe keine Lust mir das Leben\n",
493
+ "text_tagged": "Ich habe keine Lust mir das Leben\n"
494
+ },
495
+ {
496
+ "start": 140.06,
497
+ "end": 141.66,
498
+ "text": "Von Deppen vermasseln zu lassen\n",
499
+ "text_tagged": "Von Deppen vermasseln zu lassen\n"
500
+ },
501
+ {
502
+ "start": 141.84,
503
+ "end": 142.41,
504
+ "text": "Sag mir nicht\n",
505
+ "text_tagged": "Sag mir nicht\n"
506
+ },
507
+ {
508
+ "start": 142.61,
509
+ "end": 143.86,
510
+ "text": "Ich könnt' was besser machen\n\n",
511
+ "text_tagged": "Ich könnt' was besser machen\n\n"
512
+ },
513
+ {
514
+ "start": 143.86,
515
+ "end": 144.92,
516
+ "text": "Ich hab keine Lust\n",
517
+ "text_tagged": "Ich hab keine Lust\n"
518
+ },
519
+ {
520
+ "start": 145.31,
521
+ "end": 147.11,
522
+ "text": "Nein nein nein nein\n",
523
+ "text_tagged": "Nein nein nein nein\n"
524
+ },
525
+ {
526
+ "start": 147.11,
527
+ "end": 148.71,
528
+ "text": "Keine Lust\n",
529
+ "text_tagged": "Keine Lust\n"
530
+ },
531
+ {
532
+ "start": 149.65,
533
+ "end": 150.81,
534
+ "text": "Ich hab keine Lust\n",
535
+ "text_tagged": "Ich hab keine Lust\n"
536
+ },
537
+ {
538
+ "start": 151.09,
539
+ "end": 152.89,
540
+ "text": "Nein nein nein nein\n",
541
+ "text_tagged": "Nein nein nein nein\n"
542
+ },
543
+ {
544
+ "start": 152.89,
545
+ "end": 155.07,
546
+ "text": "Keine Lust, ey\n\n",
547
+ "text_tagged": "Keine Lust, ey\n\n"
548
+ },
549
+ {
550
+ "start": 155.45,
551
+ "end": 156.57,
552
+ "text": "Ich hab keine Lust\n",
553
+ "text_tagged": "Ich hab keine Lust\n"
554
+ },
555
+ {
556
+ "start": 156.87,
557
+ "end": 158.68,
558
+ "text": "Nein nein nein nein\n",
559
+ "text_tagged": "Nein nein nein nein\n"
560
+ },
561
+ {
562
+ "start": 158.68,
563
+ "end": 160.35,
564
+ "text": "Keine Lust\n",
565
+ "text_tagged": "Keine Lust\n"
566
+ },
567
+ {
568
+ "start": 161.2,
569
+ "end": 162.3,
570
+ "text": "Ich hab keine Lust\n",
571
+ "text_tagged": "Ich hab keine Lust\n"
572
+ },
573
+ {
574
+ "start": 162.66,
575
+ "end": 164.46,
576
+ "text": "Nein nein nein nein\n",
577
+ "text_tagged": "Nein nein nein nein\n"
578
+ },
579
+ {
580
+ "start": 164.46,
581
+ "end": 166.67,
582
+ "text": "Keine Lust, ey\n\n",
583
+ "text_tagged": "Keine Lust, ey\n\n"
584
+ },
585
+ {
586
+ "start": 167.0,
587
+ "end": 168.05,
588
+ "text": "Ich hab keine Lust\n",
589
+ "text_tagged": "Ich hab keine Lust\n"
590
+ },
591
+ {
592
+ "start": 168.43,
593
+ "end": 170.19,
594
+ "text": "Nein nein nein nein\n",
595
+ "text_tagged": "Nein nein nein nein\n"
596
+ },
597
+ {
598
+ "start": 170.25,
599
+ "end": 172.13,
600
+ "text": "Keine Lust\n",
601
+ "text_tagged": "Keine Lust\n"
602
+ },
603
+ {
604
+ "start": 172.78,
605
+ "end": 173.81,
606
+ "text": "Ich hab keine Lust\n",
607
+ "text_tagged": "Ich hab keine Lust\n"
608
+ },
609
+ {
610
+ "start": 174.22,
611
+ "end": 175.95,
612
+ "text": "Nein nein nein nein\n",
613
+ "text_tagged": "Nein nein nein nein\n"
614
+ },
615
+ {
616
+ "start": 176.03,
617
+ "end": 176.86,
618
+ "text": "Keine Lust\n",
619
+ "text_tagged": "Keine Lust\n"
620
+ },
621
+ {
622
+ "start": 177.12,
623
+ "end": 178.92,
624
+ "text": "Nein nein nein nein\n\n",
625
+ "text_tagged": "Nein nein nein nein\n\n"
626
+ },
627
+ {
628
+ "start": 178.92,
629
+ "end": 180.34,
630
+ "text": "Keine Lust mir das Leben\n",
631
+ "text_tagged": "Keine Lust mir das Leben\n"
632
+ },
633
+ {
634
+ "start": 180.54,
635
+ "end": 182.13,
636
+ "text": "Von Deppen vermasseln zu lassen\n",
637
+ "text_tagged": "Von Deppen vermasseln zu lassen\n"
638
+ },
639
+ {
640
+ "start": 182.34,
641
+ "end": 182.91,
642
+ "text": "Sag mir nicht\n",
643
+ "text_tagged": "Sag mir nicht\n"
644
+ },
645
+ {
646
+ "start": 183.08,
647
+ "end": 184.36,
648
+ "text": "Ich könnt' was besser machen\n",
649
+ "text_tagged": "Ich könnt' was besser machen\n"
650
+ },
651
+ {
652
+ "start": 184.36,
653
+ "end": 186.12,
654
+ "text": "Ich habe keine Lust mir das Leben\n",
655
+ "text_tagged": "Ich habe keine Lust mir das Leben\n"
656
+ },
657
+ {
658
+ "start": 186.33,
659
+ "end": 187.9,
660
+ "text": "Von Deppen vermasseln zu lassen\n",
661
+ "text_tagged": "Von Deppen vermasseln zu lassen\n"
662
+ },
663
+ {
664
+ "start": 188.11,
665
+ "end": 188.66,
666
+ "text": "Sag mir nicht\n",
667
+ "text_tagged": "Sag mir nicht\n"
668
+ },
669
+ {
670
+ "start": 188.88,
671
+ "end": 190.13,
672
+ "text": "Ich könnte was besser machen\n\n",
673
+ "text_tagged": "Ich könnte was besser machen\n\n"
674
+ },
675
+ {
676
+ "start": 190.13,
677
+ "end": 191.23,
678
+ "text": "Ich hab keine Lust\n",
679
+ "text_tagged": "Ich hab keine Lust\n"
680
+ },
681
+ {
682
+ "start": 191.56,
683
+ "end": 193.37,
684
+ "text": "Nein nein nein nein\n",
685
+ "text_tagged": "Nein nein nein nein\n"
686
+ },
687
+ {
688
+ "start": 193.37,
689
+ "end": 195.02,
690
+ "text": "Keine Lust\n",
691
+ "text_tagged": "Keine Lust\n"
692
+ },
693
+ {
694
+ "start": 195.92,
695
+ "end": 196.99,
696
+ "text": "Ich hab keine Lust\n",
697
+ "text_tagged": "Ich hab keine Lust\n"
698
+ },
699
+ {
700
+ "start": 197.34,
701
+ "end": 199.08,
702
+ "text": "Nein nein nein nein\n",
703
+ "text_tagged": "Nein nein nein nein\n"
704
+ },
705
+ {
706
+ "start": 199.15,
707
+ "end": 201.38,
708
+ "text": "Keine Lust, ey\n\n",
709
+ "text_tagged": "Keine Lust, ey\n\n"
710
+ },
711
+ {
712
+ "start": 201.7,
713
+ "end": 202.94,
714
+ "text": "Ich hab keine Lust\n",
715
+ "text_tagged": "Ich hab keine Lust\n"
716
+ },
717
+ {
718
+ "start": 207.48,
719
+ "end": 208.63,
720
+ "text": "Ich hab keine Lust\n",
721
+ "text_tagged": "Ich hab keine Lust\n"
722
+ },
723
+ {
724
+ "start": 213.24,
725
+ "end": 214.45,
726
+ "text": "Ich hab keine Lust\n",
727
+ "text_tagged": "Ich hab keine Lust\n"
728
+ },
729
+ {
730
+ "start": 219.04,
731
+ "end": 220.31,
732
+ "text": "Ich hab keine Lust\n",
733
+ "text_tagged": "Ich hab keine Lust\n"
734
+ },
735
+ {
736
+ "start": 224.83,
737
+ "end": 226.06,
738
+ "text": "Ich hab keine Lust\n",
739
+ "text_tagged": "Ich hab keine Lust\n"
740
+ }
741
+ ]
742
  }
alignment/Kinematic_-_Peyote.json CHANGED
@@ -1,74 +1,88 @@
1
  {
2
- "lines": [
3
- {
4
- "start": 22.84,
5
- "end": 26.99,
6
- "text": "I'm asleep at the wheel and there's a curve in the highway\n"
7
- },
8
- {
9
- "start": 30.15,
10
- "end": 34.81,
11
- "text": "Yet we tear through the night like a peyote migraine\n"
12
- },
13
- {
14
- "start": 37.09,
15
- "end": 44.2,
16
- "text": "How much further is it, aching, so exquisite\n"
17
- },
18
- {
19
- "start": 44.98,
20
- "end": 49.1,
21
- "text": "I hope we can stop in time\n\n"
22
- },
23
- {
24
- "start": 52.36,
25
- "end": 56.95,
26
- "text": "Now you don't want to dance, 'cause we're looking right through you\n"
27
- },
28
- {
29
- "start": 57.97,
30
- "end": 64.21,
31
- "text": "Oh-oh-oh-oh-oh, and the clothes that you wear, we don't mean to stare\n\n"
32
- },
33
- {
34
- "start": 74.48,
35
- "end": 78.66,
36
- "text": "Now the sky is on fire and the desert is freezing\n"
37
- },
38
- {
39
- "start": 81.91,
40
- "end": 86.05,
41
- "text": "Wonder how I'm alive, when I'm not even breathing\n"
42
- },
43
- {
44
- "start": 88.78,
45
- "end": 95.96,
46
- "text": "How much further is it, aching, so exquisite\n"
47
- },
48
- {
49
- "start": 96.65,
50
- "end": 100.93,
51
- "text": "I hope we can stop in time\n\n"
52
- },
53
- {
54
- "start": 104.02,
55
- "end": 108.88,
56
- "text": "Now you don't want to dance, 'cause we're looking right through you\n"
57
- },
58
- {
59
- "start": 109.58,
60
- "end": 116.05,
61
- "text": "Oh-oh-oh-oh-oh, and the clothes that you wear, we don't mean to stare\n"
62
- },
63
- {
64
- "start": 117.05,
65
- "end": 123.53,
66
- "text": "Oh-oh-oh-oh-oh, but the people you know, they say what they want to\n"
67
- },
68
- {
69
- "start": 124.31,
70
- "end": 130.98,
71
- "text": "Oh-oh-oh-oh-oh, 'cause the truth of it is, we don't really care\n"
72
- }
73
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
74
  }
 
1
  {
2
+ "lines": [
3
+ {
4
+ "start": 22.84,
5
+ "end": 26.99,
6
+ "text": "I'm asleep at the wheel and there's a curve in the highway\n",
7
+ "text_tagged": "I'm asleep at the wheel and there's a curve in the highway\n"
8
+ },
9
+ {
10
+ "start": 30.15,
11
+ "end": 34.81,
12
+ "text": "Yet we tear through the night like a peyote migraine\n",
13
+ "text_tagged": "Yet we tear through the night like a peyote migraine\n"
14
+ },
15
+ {
16
+ "start": 37.09,
17
+ "end": 44.2,
18
+ "text": "How much further is it, aching, so exquisite\n",
19
+ "text_tagged": "How much further is it, aching, so exquisite\n"
20
+ },
21
+ {
22
+ "start": 44.98,
23
+ "end": 49.1,
24
+ "text": "I hope we can stop in time\n\n",
25
+ "text_tagged": "I hope we can stop in time\n\n"
26
+ },
27
+ {
28
+ "start": 52.36,
29
+ "end": 56.95,
30
+ "text": "Now you don't want to dance, 'cause we're looking right through you\n",
31
+ "text_tagged": "Now you don't want to dance, 'cause we're looking right through you\n"
32
+ },
33
+ {
34
+ "start": 57.97,
35
+ "end": 64.21,
36
+ "text": "Oh-oh-oh-oh-oh, and the clothes that you wear, we don't mean to stare\n\n",
37
+ "text_tagged": "<nl> Oh-oh-oh-oh-oh, </nl> and the clothes that you wear, we don't mean to stare\n\n"
38
+ },
39
+ {
40
+ "start": 74.48,
41
+ "end": 78.66,
42
+ "text": "Now the sky is on fire and the desert is freezing\n",
43
+ "text_tagged": "Now the sky is on fire and the desert is freezing\n"
44
+ },
45
+ {
46
+ "start": 81.91,
47
+ "end": 86.05,
48
+ "text": "Wonder how I'm alive, when I'm not even breathing\n",
49
+ "text_tagged": "Wonder how I'm alive, when I'm not even breathing\n"
50
+ },
51
+ {
52
+ "start": 88.78,
53
+ "end": 95.96,
54
+ "text": "How much further is it, aching, so exquisite\n",
55
+ "text_tagged": "How much further is it, aching, so exquisite\n"
56
+ },
57
+ {
58
+ "start": 96.65,
59
+ "end": 100.93,
60
+ "text": "I hope we can stop in time\n\n",
61
+ "text_tagged": "I hope we can stop in time\n\n"
62
+ },
63
+ {
64
+ "start": 104.02,
65
+ "end": 108.88,
66
+ "text": "Now you don't want to dance, 'cause we're looking right through you\n",
67
+ "text_tagged": "Now you don't want to dance, 'cause we're looking right through you\n"
68
+ },
69
+ {
70
+ "start": 109.58,
71
+ "end": 116.05,
72
+ "text": "Oh-oh-oh-oh-oh, and the clothes that you wear, we don't mean to stare\n",
73
+ "text_tagged": "<nl> Oh-oh-oh-oh-oh, </nl> and the clothes that you wear, we don't mean to stare\n"
74
+ },
75
+ {
76
+ "start": 117.05,
77
+ "end": 123.53,
78
+ "text": "Oh-oh-oh-oh-oh, but the people you know, they say what they want to\n",
79
+ "text_tagged": "<nl> Oh-oh-oh-oh-oh, </nl> but the people you know, they say what they want to\n"
80
+ },
81
+ {
82
+ "start": 124.31,
83
+ "end": 130.98,
84
+ "text": "Oh-oh-oh-oh-oh, 'cause the truth of it is, we don't really care\n",
85
+ "text_tagged": "<nl> Oh-oh-oh-oh-oh, </nl> 'cause the truth of it is, we don't really care\n"
86
+ }
87
+ ]
88
  }
alignment/LUNABLIND_-_Vision__Radio_Edit_.json CHANGED
@@ -1,269 +1,322 @@
1
  {
2
- "lines": [
3
- {
4
- "start": 23.76,
5
- "end": 25.23,
6
- "text": "Racking and jacking my mind up\n"
7
- },
8
- {
9
- "start": 25.65,
10
- "end": 27.07,
11
- "text": "Cannot be telling the time, I\n"
12
- },
13
- {
14
- "start": 27.61,
15
- "end": 28.57,
16
- "text": "Don't care, no\n"
17
- },
18
- {
19
- "start": 29.24,
20
- "end": 30.52,
21
- "text": "I don't care, no\n"
22
- },
23
- {
24
- "start": 30.94,
25
- "end": 32.87,
26
- "text": "You send thirty messages drunk\n"
27
- },
28
- {
29
- "start": 33.12,
30
- "end": 34.71,
31
- "text": "And dirty messages drunk\n"
32
- },
33
- {
34
- "start": 35.14,
35
- "end": 36.12,
36
- "text": "But I don't look\n"
37
- },
38
- {
39
- "start": 36.65,
40
- "end": 38.18,
41
- "text": "No, I can't be **** to look\n\n"
42
- },
43
- {
44
- "start": 39.0,
45
- "end": 41.33,
46
- "text": "I could not breathe\n"
47
- },
48
- {
49
- "start": 42.58,
50
- "end": 45.18,
51
- "text": "You took your toll on me\n"
52
- },
53
- {
54
- "start": 46.39,
55
- "end": 49.0,
56
- "text": "You're suffocating, please\n"
57
- },
58
- {
59
- "start": 50.21,
60
- "end": 52.14,
61
- "text": "But since I watched you leave\n\n"
62
- },
63
- {
64
- "start": 54.3,
65
- "end": 57.86,
66
- "text": "I can see for the first time\n"
67
- },
68
- {
69
- "start": 61.67,
70
- "end": 65.34,
71
- "text": "And I can see for the first time\n"
72
- },
73
- {
74
- "start": 69.28,
75
- "end": 72.39,
76
- "text": "And I can see for the first time\n"
77
- },
78
- {
79
- "start": 72.63,
80
- "end": 74.38,
81
- "text": "For the first time\n"
82
- },
83
- {
84
- "start": 76.93,
85
- "end": 80.05,
86
- "text": "And I can see for the first time\n\n"
87
- },
88
- {
89
- "start": 88.25,
90
- "end": 89.41,
91
- "text": "You get jealous easily\n"
92
- },
93
- {
94
- "start": 90.34,
95
- "end": 91.58,
96
- "text": "You did not make it easy\n"
97
- },
98
- {
99
- "start": 92.13,
100
- "end": 93.54,
101
- "text": "But what was I expecting?\n"
102
- },
103
- {
104
- "start": 93.91,
105
- "end": 95.44,
106
- "text": "It's a very fitting ending\n"
107
- },
108
- {
109
- "start": 95.9,
110
- "end": 97.65,
111
- "text": "You say I hurt you bad, well\n"
112
- },
113
- {
114
- "start": 97.83,
115
- "end": 99.44,
116
- "text": "That was never my intent\n"
117
- },
118
- {
119
- "start": 99.68,
120
- "end": 101.25,
121
- "text": "I was looking out for myself\n"
122
- },
123
- {
124
- "start": 101.64,
125
- "end": 103.53,
126
- "text": "And all of my mental health\n\n"
127
- },
128
- {
129
- "start": 103.89,
130
- "end": 106.15,
131
- "text": "And I could not breathe\n"
132
- },
133
- {
134
- "start": 107.36,
135
- "end": 109.84,
136
- "text": "You took your toll on me\n"
137
- },
138
- {
139
- "start": 111.08,
140
- "end": 113.77,
141
- "text": "You're suffocating, please\n"
142
- },
143
- {
144
- "start": 114.91,
145
- "end": 118.6,
146
- "text": "But since I watched you leave, I noticed\n\n"
147
- },
148
- {
149
- "start": 118.85,
150
- "end": 122.23,
151
- "text": "And I can see for the first time\n"
152
- },
153
- {
154
- "start": 126.71,
155
- "end": 129.75,
156
- "text": "I can see for the first time\n"
157
- },
158
- {
159
- "start": 134.28,
160
- "end": 137.28,
161
- "text": "I can see for the first time\n"
162
- },
163
- {
164
- "start": 137.49,
165
- "end": 139.1,
166
- "text": "For the first time\n"
167
- },
168
- {
169
- "start": 139.28,
170
- "end": 141.27,
171
- "text": "For the first time\n"
172
- },
173
- {
174
- "start": 141.65,
175
- "end": 145.16,
176
- "text": "And I can see for the first time\n\n"
177
- },
178
- {
179
- "start": 148.49,
180
- "end": 152.34,
181
- "text": "There is no better deduction\n"
182
- },
183
- {
184
- "start": 152.34,
185
- "end": 156.16,
186
- "text": "There is no better solution\n"
187
- },
188
- {
189
- "start": 156.16,
190
- "end": 159.94,
191
- "text": "There is no better deduction\n"
192
- },
193
- {
194
- "start": 159.94,
195
- "end": 163.83,
196
- "text": "There is no better solution\n"
197
- },
198
- {
199
- "start": 163.83,
200
- "end": 167.6,
201
- "text": "There is no better deduction\n"
202
- },
203
- {
204
- "start": 167.6,
205
- "end": 171.41,
206
- "text": "There is no better solution\n"
207
- },
208
- {
209
- "start": 171.41,
210
- "end": 175.22,
211
- "text": "There is no better deduction\n"
212
- },
213
- {
214
- "start": 175.22,
215
- "end": 179.16,
216
- "text": "There is no better solution\n\n"
217
- },
218
- {
219
- "start": 183.83,
220
- "end": 187.02,
221
- "text": "I can see for the first time\n"
222
- },
223
- {
224
- "start": 187.61,
225
- "end": 190.6,
226
- "text": "I can see for the first time\n"
227
- },
228
- {
229
- "start": 191.39,
230
- "end": 194.55,
231
- "text": "I can see for the first time\n"
232
- },
233
- {
234
- "start": 194.55,
235
- "end": 196.12,
236
- "text": "For the first time\n"
237
- },
238
- {
239
- "start": 196.37,
240
- "end": 198.22,
241
- "text": "For the first time\n\n"
242
- },
243
- {
244
- "start": 199.0,
245
- "end": 202.19,
246
- "text": "I can see for the first time\n"
247
- },
248
- {
249
- "start": 202.87,
250
- "end": 205.73,
251
- "text": "I can see for the first time\n"
252
- },
253
- {
254
- "start": 206.67,
255
- "end": 209.3,
256
- "text": "I can see for the first time\n"
257
- },
258
- {
259
- "start": 209.68,
260
- "end": 211.33,
261
- "text": "For the first time\n"
262
- },
263
- {
264
- "start": 211.69,
265
- "end": 213.73,
266
- "text": "For the first time\n"
267
- }
268
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
269
  }
 
1
  {
2
+ "lines": [
3
+ {
4
+ "start": 23.76,
5
+ "end": 25.23,
6
+ "text": "Racking and jacking my mind up\n",
7
+ "text_tagged": "Racking and jacking my mind up\n"
8
+ },
9
+ {
10
+ "start": 25.65,
11
+ "end": 27.07,
12
+ "text": "Cannot be telling the time, I\n",
13
+ "text_tagged": "Cannot be telling the time, I\n"
14
+ },
15
+ {
16
+ "start": 27.61,
17
+ "end": 28.57,
18
+ "text": "Don't care, no\n",
19
+ "text_tagged": "Don't care, no\n"
20
+ },
21
+ {
22
+ "start": 29.24,
23
+ "end": 30.52,
24
+ "text": "I don't care, no\n",
25
+ "text_tagged": "I don't care, no\n"
26
+ },
27
+ {
28
+ "start": 30.94,
29
+ "end": 32.87,
30
+ "text": "You send thirty messages drunk\n",
31
+ "text_tagged": "You send thirty messages drunk\n"
32
+ },
33
+ {
34
+ "start": 33.12,
35
+ "end": 34.71,
36
+ "text": "And dirty messages drunk\n",
37
+ "text_tagged": "And dirty messages drunk\n"
38
+ },
39
+ {
40
+ "start": 35.14,
41
+ "end": 36.12,
42
+ "text": "But I don't look\n",
43
+ "text_tagged": "But I don't look\n"
44
+ },
45
+ {
46
+ "start": 36.65,
47
+ "end": 38.18,
48
+ "text": "No, I can't be **** to look\n\n",
49
+ "text_tagged": "No, I can't be **** to look\n\n"
50
+ },
51
+ {
52
+ "start": 39.0,
53
+ "end": 41.33,
54
+ "text": "I could not breathe\n",
55
+ "text_tagged": "I could not breathe\n"
56
+ },
57
+ {
58
+ "start": 42.58,
59
+ "end": 45.18,
60
+ "text": "You took your toll on me\n",
61
+ "text_tagged": "You took your toll on me\n"
62
+ },
63
+ {
64
+ "start": 46.39,
65
+ "end": 49.0,
66
+ "text": "You're suffocating, please\n",
67
+ "text_tagged": "You're suffocating, please\n"
68
+ },
69
+ {
70
+ "start": 50.21,
71
+ "end": 52.14,
72
+ "text": "But since I watched you leave\n\n",
73
+ "text_tagged": "But since I watched you leave\n\n"
74
+ },
75
+ {
76
+ "start": 54.3,
77
+ "end": 57.86,
78
+ "text": "I can see for the first time\n",
79
+ "text_tagged": "I can see for the first time\n"
80
+ },
81
+ {
82
+ "start": 61.67,
83
+ "end": 65.34,
84
+ "text": "And I can see for the first time\n",
85
+ "text_tagged": "And I can see for the first time\n"
86
+ },
87
+ {
88
+ "start": 69.28,
89
+ "end": 72.39,
90
+ "text": "And I can see for the first time\n",
91
+ "text_tagged": "And I can see for the first time\n"
92
+ },
93
+ {
94
+ "start": 72.63,
95
+ "end": 74.38,
96
+ "text": "For the first time\n",
97
+ "text_tagged": "For the first time\n"
98
+ },
99
+ {
100
+ "start": 76.93,
101
+ "end": 80.05,
102
+ "text": "And I can see for the first time\n\n",
103
+ "text_tagged": "And I can see for the first time\n\n"
104
+ },
105
+ {
106
+ "start": 88.25,
107
+ "end": 89.41,
108
+ "text": "You get jealous easily\n",
109
+ "text_tagged": "You get jealous easily\n"
110
+ },
111
+ {
112
+ "start": 90.34,
113
+ "end": 91.58,
114
+ "text": "You did not make it easy\n",
115
+ "text_tagged": "You did not make it easy\n"
116
+ },
117
+ {
118
+ "start": 92.13,
119
+ "end": 93.54,
120
+ "text": "But what was I expecting?\n",
121
+ "text_tagged": "But what was I expecting?\n"
122
+ },
123
+ {
124
+ "start": 93.91,
125
+ "end": 95.44,
126
+ "text": "It's a very fitting ending\n",
127
+ "text_tagged": "It's a very fitting ending\n"
128
+ },
129
+ {
130
+ "start": 95.9,
131
+ "end": 97.65,
132
+ "text": "You say I hurt you bad, well\n",
133
+ "text_tagged": "You say I hurt you bad, well\n"
134
+ },
135
+ {
136
+ "start": 97.83,
137
+ "end": 99.44,
138
+ "text": "That was never my intent\n",
139
+ "text_tagged": "That was never my intent\n"
140
+ },
141
+ {
142
+ "start": 99.68,
143
+ "end": 101.25,
144
+ "text": "I was looking out for myself\n",
145
+ "text_tagged": "I was looking out for myself\n"
146
+ },
147
+ {
148
+ "start": 101.64,
149
+ "end": 103.53,
150
+ "text": "And all of my mental health\n\n",
151
+ "text_tagged": "And all of my mental health\n\n"
152
+ },
153
+ {
154
+ "start": 103.89,
155
+ "end": 106.15,
156
+ "text": "And I could not breathe\n",
157
+ "text_tagged": "And I could not breathe\n"
158
+ },
159
+ {
160
+ "start": 107.36,
161
+ "end": 109.84,
162
+ "text": "You took your toll on me\n",
163
+ "text_tagged": "You took your toll on me\n"
164
+ },
165
+ {
166
+ "start": 111.08,
167
+ "end": 113.77,
168
+ "text": "You're suffocating, please\n",
169
+ "text_tagged": "You're suffocating, please\n"
170
+ },
171
+ {
172
+ "start": 114.91,
173
+ "end": 118.6,
174
+ "text": "But since I watched you leave, I noticed\n\n",
175
+ "text_tagged": "But since I watched you leave, I noticed\n\n"
176
+ },
177
+ {
178
+ "start": 118.85,
179
+ "end": 122.23,
180
+ "text": "And I can see for the first time\n",
181
+ "text_tagged": "And I can see for the first time\n"
182
+ },
183
+ {
184
+ "start": 126.71,
185
+ "end": 129.75,
186
+ "text": "I can see for the first time\n",
187
+ "text_tagged": "I can see for the first time\n"
188
+ },
189
+ {
190
+ "start": 134.28,
191
+ "end": 137.28,
192
+ "text": "I can see for the first time\n",
193
+ "text_tagged": "I can see for the first time\n"
194
+ },
195
+ {
196
+ "start": 137.49,
197
+ "end": 139.1,
198
+ "text": "For the first time\n",
199
+ "text_tagged": "For the first time\n"
200
+ },
201
+ {
202
+ "start": 139.28,
203
+ "end": 141.27,
204
+ "text": "For the first time\n",
205
+ "text_tagged": "For the first time\n"
206
+ },
207
+ {
208
+ "start": 141.65,
209
+ "end": 145.16,
210
+ "text": "And I can see for the first time\n\n",
211
+ "text_tagged": "And I can see for the first time\n\n"
212
+ },
213
+ {
214
+ "start": 148.49,
215
+ "end": 152.34,
216
+ "text": "There is no better deduction\n",
217
+ "text_tagged": "There is no better deduction\n"
218
+ },
219
+ {
220
+ "start": 152.34,
221
+ "end": 156.16,
222
+ "text": "There is no better solution\n",
223
+ "text_tagged": "There is no better solution\n"
224
+ },
225
+ {
226
+ "start": 156.16,
227
+ "end": 159.94,
228
+ "text": "There is no better deduction\n",
229
+ "text_tagged": "There is no better deduction\n"
230
+ },
231
+ {
232
+ "start": 159.94,
233
+ "end": 163.83,
234
+ "text": "There is no better solution\n",
235
+ "text_tagged": "There is no better solution\n"
236
+ },
237
+ {
238
+ "start": 163.83,
239
+ "end": 167.6,
240
+ "text": "There is no better deduction\n",
241
+ "text_tagged": "There is no better deduction\n"
242
+ },
243
+ {
244
+ "start": 167.6,
245
+ "end": 171.41,
246
+ "text": "There is no better solution\n",
247
+ "text_tagged": "There is no better solution\n"
248
+ },
249
+ {
250
+ "start": 171.41,
251
+ "end": 175.22,
252
+ "text": "There is no better deduction\n",
253
+ "text_tagged": "There is no better deduction\n"
254
+ },
255
+ {
256
+ "start": 175.22,
257
+ "end": 179.16,
258
+ "text": "There is no better solution\n\n",
259
+ "text_tagged": "There is no better solution\n\n"
260
+ },
261
+ {
262
+ "start": 183.83,
263
+ "end": 187.02,
264
+ "text": "I can see for the first time\n",
265
+ "text_tagged": "I can see for the first time\n"
266
+ },
267
+ {
268
+ "start": 187.61,
269
+ "end": 190.6,
270
+ "text": "I can see for the first time\n",
271
+ "text_tagged": "I can see for the first time\n"
272
+ },
273
+ {
274
+ "start": 191.39,
275
+ "end": 194.55,
276
+ "text": "I can see for the first time\n",
277
+ "text_tagged": "I can see for the first time\n"
278
+ },
279
+ {
280
+ "start": 194.55,
281
+ "end": 196.12,
282
+ "text": "For the first time\n",
283
+ "text_tagged": "For the first time\n"
284
+ },
285
+ {
286
+ "start": 196.37,
287
+ "end": 198.22,
288
+ "text": "For the first time\n\n",
289
+ "text_tagged": "For the first time\n\n"
290
+ },
291
+ {
292
+ "start": 199.0,
293
+ "end": 202.19,
294
+ "text": "I can see for the first time\n",
295
+ "text_tagged": "I can see for the first time\n"
296
+ },
297
+ {
298
+ "start": 202.87,
299
+ "end": 205.73,
300
+ "text": "I can see for the first time\n",
301
+ "text_tagged": "I can see for the first time\n"
302
+ },
303
+ {
304
+ "start": 206.67,
305
+ "end": 209.3,
306
+ "text": "I can see for the first time\n",
307
+ "text_tagged": "I can see for the first time\n"
308
+ },
309
+ {
310
+ "start": 209.68,
311
+ "end": 211.33,
312
+ "text": "For the first time\n",
313
+ "text_tagged": "For the first time\n"
314
+ },
315
+ {
316
+ "start": 211.69,
317
+ "end": 213.73,
318
+ "text": "For the first time\n",
319
+ "text_tagged": "For the first time\n"
320
+ }
321
+ ]
322
  }
alignment/La_rumba_del_coronavirus_-_Rich_Don_Jeri.json CHANGED
@@ -1,344 +1,412 @@
1
  {
2
- "lines": [
3
- {
4
- "start": 4.83,
5
- "end": 6.5,
6
- "text": "Era un día cualquiera\n"
7
- },
8
- {
9
- "start": 7.04,
10
- "end": 8.6,
11
- "text": "En la región de Wuhan\n"
12
- },
13
- {
14
- "start": 9.48,
15
- "end": 11.26,
16
- "text": "Y había un pobre hombre\n"
17
- },
18
- {
19
- "start": 11.81,
20
- "end": 13.37,
21
- "text": "Que no tenía ni pan\n"
22
- },
23
- {
24
- "start": 14.4,
25
- "end": 17.07,
26
- "text": "Entonces algo curioso pasó\n"
27
- },
28
- {
29
- "start": 17.77,
30
- "end": 19.34,
31
- "text": "Un murciélago se comió\n"
32
- },
33
- {
34
- "start": 19.34,
35
- "end": 21.7,
36
- "text": "Y el coronavirus nació\n\n"
37
- },
38
- {
39
- "start": 23.18,
40
- "end": 25.53,
41
- "text": "Coronavirus, coronavirus\n"
42
- },
43
- {
44
- "start": 25.63,
45
- "end": 27.8,
46
- "text": "Coronavirus, virus\n"
47
- },
48
- {
49
- "start": 28.07,
50
- "end": 30.26,
51
- "text": "Coronavirus, virus\n"
52
- },
53
- {
54
- "start": 30.42,
55
- "end": 32.66,
56
- "text": "Coronavirus, virus\n\n"
57
- },
58
- {
59
- "start": 32.85,
60
- "end": 35.11,
61
- "text": "Coronavirus, coronavirus\n"
62
- },
63
- {
64
- "start": 35.21,
65
- "end": 37.33,
66
- "text": "Coronavirus, virus\n"
67
- },
68
- {
69
- "start": 37.61,
70
- "end": 39.83,
71
- "text": "Coronavirus, virus\n"
72
- },
73
- {
74
- "start": 40.02,
75
- "end": 41.98,
76
- "text": "Coronavirus\n\n"
77
- },
78
- {
79
- "start": 42.87,
80
- "end": 44.83,
81
- "text": "Muy poquito, poquito a poco\n"
82
- },
83
- {
84
- "start": 45.28,
85
- "end": 47.06,
86
- "text": "Toda China se enfermó\n"
87
- },
88
- {
89
- "start": 47.69,
90
- "end": 49.69,
91
- "text": "Falta de aire y estornudos\n"
92
- },
93
- {
94
- "start": 49.85,
95
- "end": 51.7,
96
- "text": "Mocos y un poco de to'\n"
97
- },
98
- {
99
- "start": 52.67,
100
- "end": 55.87,
101
- "text": "Entonces se tomaron medidas\n"
102
- },
103
- {
104
- "start": 56.1,
105
- "end": 57.84,
106
- "text": "Ya no había otra salida\n"
107
- },
108
- {
109
- "start": 58.26,
110
- "end": 60.23,
111
- "text": "El coronavirus se expandió\n\n"
112
- },
113
- {
114
- "start": 61.62,
115
- "end": 63.88,
116
- "text": "Coronavirus, coronavirus\n"
117
- },
118
- {
119
- "start": 64.0,
120
- "end": 66.11,
121
- "text": "Coronavirus, virus\n"
122
- },
123
- {
124
- "start": 66.49,
125
- "end": 68.52,
126
- "text": "Coronavirus, virus\n"
127
- },
128
- {
129
- "start": 68.8,
130
- "end": 70.89,
131
- "text": "Coronavirus, virus\n\n"
132
- },
133
- {
134
- "start": 71.26,
135
- "end": 73.52,
136
- "text": "Coronavirus, coronavirus\n"
137
- },
138
- {
139
- "start": 73.63,
140
- "end": 75.77,
141
- "text": "Coronavirus, virus\n"
142
- },
143
- {
144
- "start": 76.07,
145
- "end": 78.12,
146
- "text": "Coronavirus, virus\n"
147
- },
148
- {
149
- "start": 78.41,
150
- "end": 80.36,
151
- "text": "Coronavirus\n\n"
152
- },
153
- {
154
- "start": 81.24,
155
- "end": 83.12,
156
- "text": "Después de unos cuantos días\n"
157
- },
158
- {
159
- "start": 83.69,
160
- "end": 85.21,
161
- "text": "Hasta Italia ya llegó\n"
162
- },
163
- {
164
- "start": 86.11,
165
- "end": 87.98,
166
- "text": "El Papa en el Vaticano\n"
167
- },
168
- {
169
- "start": 88.51,
170
- "end": 90.26,
171
- "text": "Por todos ellos rezó\n"
172
- },
173
- {
174
- "start": 91.06,
175
- "end": 94.19,
176
- "text": "De nada sirvieron sus plegarias\n"
177
- },
178
- {
179
- "start": 94.49,
180
- "end": 96.48,
181
- "text": "No le dieron ni las gracias\n"
182
- },
183
- {
184
- "start": 96.71,
185
- "end": 98.93,
186
- "text": "Y por Europa se propagó\n\n"
187
- },
188
- {
189
- "start": 99.99,
190
- "end": 102.34,
191
- "text": "Coronavirus, coronavirus\n"
192
- },
193
- {
194
- "start": 102.42,
195
- "end": 104.58,
196
- "text": "Coronavirus, virus\n"
197
- },
198
- {
199
- "start": 104.88,
200
- "end": 106.92,
201
- "text": "Coronavirus, virus\n"
202
- },
203
- {
204
- "start": 107.21,
205
- "end": 109.32,
206
- "text": "Coronavirus, virus\n\n"
207
- },
208
- {
209
- "start": 109.61,
210
- "end": 111.93,
211
- "text": "Coronavirus, coronavirus\n"
212
- },
213
- {
214
- "start": 112.04,
215
- "end": 114.15,
216
- "text": "Coronavirus, virus\n"
217
- },
218
- {
219
- "start": 114.44,
220
- "end": 116.52,
221
- "text": "Coronavirus, virus\n"
222
- },
223
- {
224
- "start": 116.81,
225
- "end": 118.76,
226
- "text": "Coronavirus\n\n"
227
- },
228
- {
229
- "start": 119.61,
230
- "end": 121.69,
231
- "text": "Entre payos y gitanos\n"
232
- },
233
- {
234
- "start": 122.08,
235
- "end": 123.74,
236
- "text": "Él no hizo distinción\n"
237
- },
238
- {
239
- "start": 124.44,
240
- "end": 126.19,
241
- "text": "Y ha dejado a media España\n"
242
- },
243
- {
244
- "start": 126.85,
245
- "end": 128.57,
246
- "text": "Sin calle ni profesión\n"
247
- },
248
- {
249
- "start": 129.4,
250
- "end": 132.37,
251
- "text": "Y ahora estamos todos arruinados\n"
252
- },
253
- {
254
- "start": 132.84,
255
- "end": 134.81,
256
- "text": "Y esta historia no ha acabado\n"
257
- },
258
- {
259
- "start": 135.29,
260
- "end": 137.29,
261
- "text": "Y yo canto esta canción\n\n"
262
- },
263
- {
264
- "start": 138.39,
265
- "end": 140.69,
266
- "text": "Coronavirus, coronavirus\n"
267
- },
268
- {
269
- "start": 140.83,
270
- "end": 143.09,
271
- "text": "Coronavirus, virus\n"
272
- },
273
- {
274
- "start": 143.27,
275
- "end": 145.32,
276
- "text": "Coronavirus, virus\n"
277
- },
278
- {
279
- "start": 145.61,
280
- "end": 147.72,
281
- "text": "Coronavirus, virus\n\n"
282
- },
283
- {
284
- "start": 148.02,
285
- "end": 150.24,
286
- "text": "Coronavirus, coronavirus\n"
287
- },
288
- {
289
- "start": 150.4,
290
- "end": 152.64,
291
- "text": "Coronavirus, virus\n"
292
- },
293
- {
294
- "start": 152.84,
295
- "end": 154.91,
296
- "text": "Coronavirus, virus\n"
297
- },
298
- {
299
- "start": 155.21,
300
- "end": 157.18,
301
- "text": "Coronavirus\n\n"
302
- },
303
- {
304
- "start": 157.34,
305
- "end": 159.51,
306
- "text": "Lo tiene el presidente\n"
307
- },
308
- {
309
- "start": 159.89,
310
- "end": 161.74,
311
- "text": "Y también la Merkel\n"
312
- },
313
- {
314
- "start": 162.19,
315
- "end": 164.14,
316
- "text": "Lo tiene \"el Coletas\"\n"
317
- },
318
- {
319
- "start": 164.61,
320
- "end": 166.0,
321
- "text": "Y hasta ese de Vox\n"
322
- },
323
- {
324
- "start": 167.0,
325
- "end": 169.01,
326
- "text": "Lo ha pillado el Papa\n"
327
- },
328
- {
329
- "start": 169.37,
330
- "end": 171.6,
331
- "text": "Y también la Paca\n"
332
- },
333
- {
334
- "start": 171.81,
335
- "end": 175.08,
336
- "text": "Y si te descuidas\n"
337
- },
338
- {
339
- "start": 175.38,
340
- "end": 179.07,
341
- "text": "Tú lo pillarás\n"
342
- }
343
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
344
  }
 
1
  {
2
+ "lines": [
3
+ {
4
+ "start": 4.83,
5
+ "end": 6.5,
6
+ "text": "Era un día cualquiera\n",
7
+ "text_tagged": "Era un día cualquiera\n"
8
+ },
9
+ {
10
+ "start": 7.04,
11
+ "end": 8.6,
12
+ "text": "En la región de Wuhan\n",
13
+ "text_tagged": "En la región de Wuhan\n"
14
+ },
15
+ {
16
+ "start": 9.48,
17
+ "end": 11.26,
18
+ "text": "Y había un pobre hombre\n",
19
+ "text_tagged": "Y había un pobre hombre\n"
20
+ },
21
+ {
22
+ "start": 11.81,
23
+ "end": 13.37,
24
+ "text": "Que no tenía ni pan\n",
25
+ "text_tagged": "Que no tenía ni pan\n"
26
+ },
27
+ {
28
+ "start": 14.4,
29
+ "end": 17.07,
30
+ "text": "Entonces algo curioso pasó\n",
31
+ "text_tagged": "Entonces algo curioso pasó\n"
32
+ },
33
+ {
34
+ "start": 17.77,
35
+ "end": 19.34,
36
+ "text": "Un murciélago se comió\n",
37
+ "text_tagged": "Un murciélago se comió\n"
38
+ },
39
+ {
40
+ "start": 19.34,
41
+ "end": 21.7,
42
+ "text": "Y el coronavirus nació\n\n",
43
+ "text_tagged": "Y el coronavirus nació\n\n"
44
+ },
45
+ {
46
+ "start": 23.18,
47
+ "end": 25.53,
48
+ "text": "Coronavirus, coronavirus\n",
49
+ "text_tagged": "Coronavirus, coronavirus\n"
50
+ },
51
+ {
52
+ "start": 25.63,
53
+ "end": 27.8,
54
+ "text": "Coronavirus, virus\n",
55
+ "text_tagged": "Coronavirus, virus\n"
56
+ },
57
+ {
58
+ "start": 28.07,
59
+ "end": 30.26,
60
+ "text": "Coronavirus, virus\n",
61
+ "text_tagged": "Coronavirus, virus\n"
62
+ },
63
+ {
64
+ "start": 30.42,
65
+ "end": 32.66,
66
+ "text": "Coronavirus, virus\n\n",
67
+ "text_tagged": "Coronavirus, virus\n\n"
68
+ },
69
+ {
70
+ "start": 32.85,
71
+ "end": 35.11,
72
+ "text": "Coronavirus, coronavirus\n",
73
+ "text_tagged": "Coronavirus, coronavirus\n"
74
+ },
75
+ {
76
+ "start": 35.21,
77
+ "end": 37.33,
78
+ "text": "Coronavirus, virus\n",
79
+ "text_tagged": "Coronavirus, virus\n"
80
+ },
81
+ {
82
+ "start": 37.61,
83
+ "end": 39.83,
84
+ "text": "Coronavirus, virus\n",
85
+ "text_tagged": "Coronavirus, virus\n"
86
+ },
87
+ {
88
+ "start": 40.02,
89
+ "end": 41.98,
90
+ "text": "Coronavirus\n\n",
91
+ "text_tagged": "Coronavirus\n\n"
92
+ },
93
+ {
94
+ "start": 42.87,
95
+ "end": 44.83,
96
+ "text": "Muy poquito, poquito a poco\n",
97
+ "text_tagged": "Muy poquito, poquito a poco\n"
98
+ },
99
+ {
100
+ "start": 45.28,
101
+ "end": 47.06,
102
+ "text": "Toda China se enfermó\n",
103
+ "text_tagged": "Toda China se enfermó\n"
104
+ },
105
+ {
106
+ "start": 47.69,
107
+ "end": 49.69,
108
+ "text": "Falta de aire y estornudos\n",
109
+ "text_tagged": "Falta de aire y estornudos\n"
110
+ },
111
+ {
112
+ "start": 49.85,
113
+ "end": 51.7,
114
+ "text": "Mocos y un poco de to'\n",
115
+ "text_tagged": "Mocos y un poco de to'\n"
116
+ },
117
+ {
118
+ "start": 52.67,
119
+ "end": 55.87,
120
+ "text": "Entonces se tomaron medidas\n",
121
+ "text_tagged": "Entonces se tomaron medidas\n"
122
+ },
123
+ {
124
+ "start": 56.1,
125
+ "end": 57.84,
126
+ "text": "Ya no había otra salida\n",
127
+ "text_tagged": "Ya no había otra salida\n"
128
+ },
129
+ {
130
+ "start": 58.26,
131
+ "end": 60.23,
132
+ "text": "El coronavirus se expandió\n\n",
133
+ "text_tagged": "El coronavirus se expandió\n\n"
134
+ },
135
+ {
136
+ "start": 61.62,
137
+ "end": 63.88,
138
+ "text": "Coronavirus, coronavirus\n",
139
+ "text_tagged": "Coronavirus, coronavirus\n"
140
+ },
141
+ {
142
+ "start": 64.0,
143
+ "end": 66.11,
144
+ "text": "Coronavirus, virus\n",
145
+ "text_tagged": "Coronavirus, virus\n"
146
+ },
147
+ {
148
+ "start": 66.49,
149
+ "end": 68.52,
150
+ "text": "Coronavirus, virus\n",
151
+ "text_tagged": "Coronavirus, virus\n"
152
+ },
153
+ {
154
+ "start": 68.8,
155
+ "end": 70.89,
156
+ "text": "Coronavirus, virus\n\n",
157
+ "text_tagged": "Coronavirus, virus\n\n"
158
+ },
159
+ {
160
+ "start": 71.26,
161
+ "end": 73.52,
162
+ "text": "Coronavirus, coronavirus\n",
163
+ "text_tagged": "Coronavirus, coronavirus\n"
164
+ },
165
+ {
166
+ "start": 73.63,
167
+ "end": 75.77,
168
+ "text": "Coronavirus, virus\n",
169
+ "text_tagged": "Coronavirus, virus\n"
170
+ },
171
+ {
172
+ "start": 76.07,
173
+ "end": 78.12,
174
+ "text": "Coronavirus, virus\n",
175
+ "text_tagged": "Coronavirus, virus\n"
176
+ },
177
+ {
178
+ "start": 78.41,
179
+ "end": 80.36,
180
+ "text": "Coronavirus\n\n",
181
+ "text_tagged": "Coronavirus\n\n"
182
+ },
183
+ {
184
+ "start": 81.24,
185
+ "end": 83.12,
186
+ "text": "Después de unos cuantos días\n",
187
+ "text_tagged": "Después de unos cuantos días\n"
188
+ },
189
+ {
190
+ "start": 83.69,
191
+ "end": 85.21,
192
+ "text": "Hasta Italia ya llegó\n",
193
+ "text_tagged": "Hasta Italia ya llegó\n"
194
+ },
195
+ {
196
+ "start": 86.11,
197
+ "end": 87.98,
198
+ "text": "El Papa en el Vaticano\n",
199
+ "text_tagged": "El Papa en el Vaticano\n"
200
+ },
201
+ {
202
+ "start": 88.51,
203
+ "end": 90.26,
204
+ "text": "Por todos ellos rezó\n",
205
+ "text_tagged": "Por todos ellos rezó\n"
206
+ },
207
+ {
208
+ "start": 91.06,
209
+ "end": 94.19,
210
+ "text": "De nada sirvieron sus plegarias\n",
211
+ "text_tagged": "De nada sirvieron sus plegarias\n"
212
+ },
213
+ {
214
+ "start": 94.49,
215
+ "end": 96.48,
216
+ "text": "No le dieron ni las gracias\n",
217
+ "text_tagged": "No le dieron ni las gracias\n"
218
+ },
219
+ {
220
+ "start": 96.71,
221
+ "end": 98.93,
222
+ "text": "Y por Europa se propagó\n\n",
223
+ "text_tagged": "Y por Europa se propagó\n\n"
224
+ },
225
+ {
226
+ "start": 99.99,
227
+ "end": 102.34,
228
+ "text": "Coronavirus, coronavirus\n",
229
+ "text_tagged": "Coronavirus, coronavirus\n"
230
+ },
231
+ {
232
+ "start": 102.42,
233
+ "end": 104.58,
234
+ "text": "Coronavirus, virus\n",
235
+ "text_tagged": "Coronavirus, virus\n"
236
+ },
237
+ {
238
+ "start": 104.88,
239
+ "end": 106.92,
240
+ "text": "Coronavirus, virus\n",
241
+ "text_tagged": "Coronavirus, virus\n"
242
+ },
243
+ {
244
+ "start": 107.21,
245
+ "end": 109.32,
246
+ "text": "Coronavirus, virus\n\n",
247
+ "text_tagged": "Coronavirus, virus\n\n"
248
+ },
249
+ {
250
+ "start": 109.61,
251
+ "end": 111.93,
252
+ "text": "Coronavirus, coronavirus\n",
253
+ "text_tagged": "Coronavirus, coronavirus\n"
254
+ },
255
+ {
256
+ "start": 112.04,
257
+ "end": 114.15,
258
+ "text": "Coronavirus, virus\n",
259
+ "text_tagged": "Coronavirus, virus\n"
260
+ },
261
+ {
262
+ "start": 114.44,
263
+ "end": 116.52,
264
+ "text": "Coronavirus, virus\n",
265
+ "text_tagged": "Coronavirus, virus\n"
266
+ },
267
+ {
268
+ "start": 116.81,
269
+ "end": 118.76,
270
+ "text": "Coronavirus\n\n",
271
+ "text_tagged": "Coronavirus\n\n"
272
+ },
273
+ {
274
+ "start": 119.61,
275
+ "end": 121.69,
276
+ "text": "Entre payos y gitanos\n",
277
+ "text_tagged": "Entre payos y gitanos\n"
278
+ },
279
+ {
280
+ "start": 122.08,
281
+ "end": 123.74,
282
+ "text": "Él no hizo distinción\n",
283
+ "text_tagged": "Él no hizo distinción\n"
284
+ },
285
+ {
286
+ "start": 124.44,
287
+ "end": 126.19,
288
+ "text": "Y ha dejado a media España\n",
289
+ "text_tagged": "Y ha dejado a media España\n"
290
+ },
291
+ {
292
+ "start": 126.85,
293
+ "end": 128.57,
294
+ "text": "Sin calle ni profesión\n",
295
+ "text_tagged": "Sin calle ni profesión\n"
296
+ },
297
+ {
298
+ "start": 129.4,
299
+ "end": 132.37,
300
+ "text": "Y ahora estamos todos arruinados\n",
301
+ "text_tagged": "Y ahora estamos todos arruinados\n"
302
+ },
303
+ {
304
+ "start": 132.84,
305
+ "end": 134.81,
306
+ "text": "Y esta historia no ha acabado\n",
307
+ "text_tagged": "Y esta historia no ha acabado\n"
308
+ },
309
+ {
310
+ "start": 135.29,
311
+ "end": 137.29,
312
+ "text": "Y yo canto esta canción\n\n",
313
+ "text_tagged": "Y yo canto esta canción\n\n"
314
+ },
315
+ {
316
+ "start": 138.39,
317
+ "end": 140.69,
318
+ "text": "Coronavirus, coronavirus\n",
319
+ "text_tagged": "Coronavirus, coronavirus\n"
320
+ },
321
+ {
322
+ "start": 140.83,
323
+ "end": 143.09,
324
+ "text": "Coronavirus, virus\n",
325
+ "text_tagged": "Coronavirus, virus\n"
326
+ },
327
+ {
328
+ "start": 143.27,
329
+ "end": 145.32,
330
+ "text": "Coronavirus, virus\n",
331
+ "text_tagged": "Coronavirus, virus\n"
332
+ },
333
+ {
334
+ "start": 145.61,
335
+ "end": 147.72,
336
+ "text": "Coronavirus, virus\n\n",
337
+ "text_tagged": "Coronavirus, virus\n\n"
338
+ },
339
+ {
340
+ "start": 148.02,
341
+ "end": 150.24,
342
+ "text": "Coronavirus, coronavirus\n",
343
+ "text_tagged": "Coronavirus, coronavirus\n"
344
+ },
345
+ {
346
+ "start": 150.4,
347
+ "end": 152.64,
348
+ "text": "Coronavirus, virus\n",
349
+ "text_tagged": "Coronavirus, virus\n"
350
+ },
351
+ {
352
+ "start": 152.84,
353
+ "end": 154.91,
354
+ "text": "Coronavirus, virus\n",
355
+ "text_tagged": "Coronavirus, virus\n"
356
+ },
357
+ {
358
+ "start": 155.21,
359
+ "end": 157.18,
360
+ "text": "Coronavirus\n\n",
361
+ "text_tagged": "Coronavirus\n\n"
362
+ },
363
+ {
364
+ "start": 157.34,
365
+ "end": 159.51,
366
+ "text": "Lo tiene el presidente\n",
367
+ "text_tagged": "Lo tiene el presidente\n"
368
+ },
369
+ {
370
+ "start": 159.89,
371
+ "end": 161.74,
372
+ "text": "Y también la Merkel\n",
373
+ "text_tagged": "Y también la Merkel\n"
374
+ },
375
+ {
376
+ "start": 162.19,
377
+ "end": 164.14,
378
+ "text": "Lo tiene \"el Coletas\"\n",
379
+ "text_tagged": "Lo tiene \"el Coletas\"\n"
380
+ },
381
+ {
382
+ "start": 164.61,
383
+ "end": 166.0,
384
+ "text": "Y hasta ese de Vox\n",
385
+ "text_tagged": "Y hasta ese de Vox\n"
386
+ },
387
+ {
388
+ "start": 167.0,
389
+ "end": 169.01,
390
+ "text": "Lo ha pillado el Papa\n",
391
+ "text_tagged": "Lo ha pillado el Papa\n"
392
+ },
393
+ {
394
+ "start": 169.37,
395
+ "end": 171.6,
396
+ "text": "Y también la Paca\n",
397
+ "text_tagged": "Y también la Paca\n"
398
+ },
399
+ {
400
+ "start": 171.81,
401
+ "end": 175.08,
402
+ "text": "Y si te descuidas\n",
403
+ "text_tagged": "Y si te descuidas\n"
404
+ },
405
+ {
406
+ "start": 175.38,
407
+ "end": 179.07,
408
+ "text": "Tú lo pillarás\n",
409
+ "text_tagged": "Tú lo pillarás\n"
410
+ }
411
+ ]
412
  }
alignment/Le_musée_d'air_contemporain_-_KPTN.json CHANGED
@@ -1,244 +1,292 @@
1
  {
2
- "lines": [
3
- {
4
- "start": 23.37,
5
- "end": 24.42,
6
- "text": "C'était l'hiver\n"
7
- },
8
- {
9
- "start": 24.63,
10
- "end": 26.39,
11
- "text": "Le jour de la sortie scolaire\n"
12
- },
13
- {
14
- "start": 27.85,
15
- "end": 29.7,
16
- "text": "Au musée d'air contemporain\n"
17
- },
18
- {
19
- "start": 31.81,
20
- "end": 32.91,
21
- "text": "La lutte des classes\n"
22
- },
23
- {
24
- "start": 32.91,
25
- "end": 35.21,
26
- "text": "Pour les professeurs qui menacent\n"
27
- },
28
- {
29
- "start": 36.62,
30
- "end": 38.34,
31
- "text": "Les gamins qui n'contemplent rien\n\n"
32
- },
33
- {
34
- "start": 40.97,
35
- "end": 43.13,
36
- "text": "On voyait dans des petites fenêtres\n"
37
- },
38
- {
39
- "start": 43.74,
40
- "end": 45.02,
41
- "text": "Des photos pas très nettes\n"
42
- },
43
- {
44
- "start": 45.43,
45
- "end": 47.07,
46
- "text": "De l'état de l'air de la planète\n"
47
- },
48
- {
49
- "start": 49.73,
50
- "end": 51.44,
51
- "text": "Des animaux dans des bocaux\n"
52
- },
53
- {
54
- "start": 51.67,
55
- "end": 53.74,
56
- "text": "Des arbres dans des frigos\n"
57
- },
58
- {
59
- "start": 54.02,
60
- "end": 55.86,
61
- "text": "Et puis moi, j'trouvais ça beau\n\n"
62
- },
63
- {
64
- "start": 58.02,
65
- "end": 59.4,
66
- "text": "Un guide austère\n"
67
- },
68
- {
69
- "start": 59.4,
70
- "end": 61.24,
71
- "text": "Nous dépeignait l'histoire de l'air\n"
72
- },
73
- {
74
- "start": 62.4,
75
- "end": 64.7,
76
- "text": "La période bleue, la période noire\n"
77
- },
78
- {
79
- "start": 66.73,
80
- "end": 67.67,
81
- "text": "Comme si la planète\n"
82
- },
83
- {
84
- "start": 67.82,
85
- "end": 70.11,
86
- "text": "Était une grande palette\n"
87
- },
88
- {
89
- "start": 71.09,
90
- "end": 73.65,
91
- "text": "Avec le trou d'la couche de jaune\n\n"
92
- },
93
- {
94
- "start": 75.87,
95
- "end": 77.76,
96
- "text": "On voyait dans des petites fenêtres\n"
97
- },
98
- {
99
- "start": 78.64,
100
- "end": 79.88,
101
- "text": "Des photos pas très nettes\n"
102
- },
103
- {
104
- "start": 79.99,
105
- "end": 82.28,
106
- "text": "De l'état de l'air de la planète\n"
107
- },
108
- {
109
- "start": 84.65,
110
- "end": 86.51,
111
- "text": "Des animaux dans des bocaux\n"
112
- },
113
- {
114
- "start": 86.51,
115
- "end": 88.82,
116
- "text": "Des arbres dans des frigos\n"
117
- },
118
- {
119
- "start": 88.82,
120
- "end": 90.86,
121
- "text": "Et puis moi, j'trouvais ça chouette\n\n"
122
- },
123
- {
124
- "start": 110.61,
125
- "end": 111.82,
126
- "text": "Paraît qu'avant\n"
127
- },
128
- {
129
- "start": 111.82,
130
- "end": 114.23,
131
- "text": "Y avait de l'air, y avait du vent\n"
132
- },
133
- {
134
- "start": 115.08,
135
- "end": 117.46,
136
- "text": "De la verdure dans les prairies\n"
137
- },
138
- {
139
- "start": 119.1,
140
- "end": 120.19,
141
- "text": "Oui, mais maintenant\n"
142
- },
143
- {
144
- "start": 120.19,
145
- "end": 122.67,
146
- "text": "La terre, le ciel, les océans\n"
147
- },
148
- {
149
- "start": 123.86,
150
- "end": 125.79,
151
- "text": "Ils sont tout froids, ils sont tout gris\n\n"
152
- },
153
- {
154
- "start": 128.26,
155
- "end": 130.14,
156
- "text": "On voyait dans des petites fenêtres\n"
157
- },
158
- {
159
- "start": 130.97,
160
- "end": 132.11,
161
- "text": "Des photos pas très nettes\n"
162
- },
163
- {
164
- "start": 132.34,
165
- "end": 134.52,
166
- "text": "De l'état de l'air de la planète\n"
167
- },
168
- {
169
- "start": 137.01,
170
- "end": 138.81,
171
- "text": "Des animaux dans des bocaux\n"
172
- },
173
- {
174
- "start": 138.88,
175
- "end": 141.19,
176
- "text": "Des arbres dans des frigos\n"
177
- },
178
- {
179
- "start": 141.19,
180
- "end": 143.21,
181
- "text": "Et puis moi, j'trouvais ça beau\n\n"
182
- },
183
- {
184
- "start": 145.43,
185
- "end": 146.53,
186
- "text": "Fin de la visite\n"
187
- },
188
- {
189
- "start": 146.77,
190
- "end": 148.63,
191
- "text": "On se dirige vers la boutique\n"
192
- },
193
- {
194
- "start": 150.03,
195
- "end": 152.05,
196
- "text": "Du musée d'air contemporain\n"
197
- },
198
- {
199
- "start": 154.0,
200
- "end": 155.04,
201
- "text": "Bouteilles d'eau claire\n"
202
- },
203
- {
204
- "start": 155.11,
205
- "end": 157.74,
206
- "text": "Sachets de terre et bonbonnes d'air\n"
207
- },
208
- {
209
- "start": 158.87,
210
- "end": 160.62,
211
- "text": "Fruits et légumes en parfum\n\n"
212
- },
213
- {
214
- "start": 163.17,
215
- "end": 165.04,
216
- "text": "On voyait dans des petites fenêtres\n"
217
- },
218
- {
219
- "start": 165.86,
220
- "end": 167.15,
221
- "text": "Des photos pas très nettes\n"
222
- },
223
- {
224
- "start": 167.28,
225
- "end": 169.41,
226
- "text": "De l'état de l'air de la planète\n"
227
- },
228
- {
229
- "start": 171.88,
230
- "end": 173.83,
231
- "text": "Des animaux dans des bocaux\n"
232
- },
233
- {
234
- "start": 173.83,
235
- "end": 176.09,
236
- "text": "Des arbres dans des frigos\n"
237
- },
238
- {
239
- "start": 176.37,
240
- "end": 178.02,
241
- "text": "Et puis moi, j'trouvais ça beau\n"
242
- }
243
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
244
  }
 
1
  {
2
+ "lines": [
3
+ {
4
+ "start": 23.37,
5
+ "end": 24.42,
6
+ "text": "C'était l'hiver\n",
7
+ "text_tagged": "C'était l'hiver\n"
8
+ },
9
+ {
10
+ "start": 24.63,
11
+ "end": 26.39,
12
+ "text": "Le jour de la sortie scolaire\n",
13
+ "text_tagged": "Le jour de la sortie scolaire\n"
14
+ },
15
+ {
16
+ "start": 27.85,
17
+ "end": 29.7,
18
+ "text": "Au musée d'air contemporain\n",
19
+ "text_tagged": "Au musée d'air contemporain\n"
20
+ },
21
+ {
22
+ "start": 31.81,
23
+ "end": 32.91,
24
+ "text": "La lutte des classes\n",
25
+ "text_tagged": "La lutte des classes\n"
26
+ },
27
+ {
28
+ "start": 32.91,
29
+ "end": 35.21,
30
+ "text": "Pour les professeurs qui menacent\n",
31
+ "text_tagged": "Pour les professeurs qui menacent\n"
32
+ },
33
+ {
34
+ "start": 36.62,
35
+ "end": 38.34,
36
+ "text": "Les gamins qui n'contemplent rien\n\n",
37
+ "text_tagged": "Les gamins qui n'contemplent rien\n\n"
38
+ },
39
+ {
40
+ "start": 40.97,
41
+ "end": 43.13,
42
+ "text": "On voyait dans des petites fenêtres\n",
43
+ "text_tagged": "On voyait dans des petites fenêtres\n"
44
+ },
45
+ {
46
+ "start": 43.74,
47
+ "end": 45.02,
48
+ "text": "Des photos pas très nettes\n",
49
+ "text_tagged": "Des photos pas très nettes\n"
50
+ },
51
+ {
52
+ "start": 45.43,
53
+ "end": 47.07,
54
+ "text": "De l'état de l'air de la planète\n",
55
+ "text_tagged": "De l'état de l'air de la planète\n"
56
+ },
57
+ {
58
+ "start": 49.73,
59
+ "end": 51.44,
60
+ "text": "Des animaux dans des bocaux\n",
61
+ "text_tagged": "Des animaux dans des bocaux\n"
62
+ },
63
+ {
64
+ "start": 51.67,
65
+ "end": 53.74,
66
+ "text": "Des arbres dans des frigos\n",
67
+ "text_tagged": "Des arbres dans des frigos\n"
68
+ },
69
+ {
70
+ "start": 54.02,
71
+ "end": 55.86,
72
+ "text": "Et puis moi, j'trouvais ça beau\n\n",
73
+ "text_tagged": "Et puis moi, j'trouvais ça beau\n\n"
74
+ },
75
+ {
76
+ "start": 58.02,
77
+ "end": 59.4,
78
+ "text": "Un guide austère\n",
79
+ "text_tagged": "Un guide austère\n"
80
+ },
81
+ {
82
+ "start": 59.4,
83
+ "end": 61.24,
84
+ "text": "Nous dépeignait l'histoire de l'air\n",
85
+ "text_tagged": "Nous dépeignait l'histoire de l'air\n"
86
+ },
87
+ {
88
+ "start": 62.4,
89
+ "end": 64.7,
90
+ "text": "La période bleue, la période noire\n",
91
+ "text_tagged": "La période bleue, la période noire\n"
92
+ },
93
+ {
94
+ "start": 66.73,
95
+ "end": 67.67,
96
+ "text": "Comme si la planète\n",
97
+ "text_tagged": "Comme si la planète\n"
98
+ },
99
+ {
100
+ "start": 67.82,
101
+ "end": 70.11,
102
+ "text": "Était une grande palette\n",
103
+ "text_tagged": "Était une grande palette\n"
104
+ },
105
+ {
106
+ "start": 71.09,
107
+ "end": 73.65,
108
+ "text": "Avec le trou d'la couche de jaune\n\n",
109
+ "text_tagged": "Avec le trou d'la couche de jaune\n\n"
110
+ },
111
+ {
112
+ "start": 75.87,
113
+ "end": 77.76,
114
+ "text": "On voyait dans des petites fenêtres\n",
115
+ "text_tagged": "On voyait dans des petites fenêtres\n"
116
+ },
117
+ {
118
+ "start": 78.64,
119
+ "end": 79.88,
120
+ "text": "Des photos pas très nettes\n",
121
+ "text_tagged": "Des photos pas très nettes\n"
122
+ },
123
+ {
124
+ "start": 79.99,
125
+ "end": 82.28,
126
+ "text": "De l'état de l'air de la planète\n",
127
+ "text_tagged": "De l'état de l'air de la planète\n"
128
+ },
129
+ {
130
+ "start": 84.65,
131
+ "end": 86.51,
132
+ "text": "Des animaux dans des bocaux\n",
133
+ "text_tagged": "Des animaux dans des bocaux\n"
134
+ },
135
+ {
136
+ "start": 86.51,
137
+ "end": 88.82,
138
+ "text": "Des arbres dans des frigos\n",
139
+ "text_tagged": "Des arbres dans des frigos\n"
140
+ },
141
+ {
142
+ "start": 88.82,
143
+ "end": 90.86,
144
+ "text": "Et puis moi, j'trouvais ça chouette\n\n",
145
+ "text_tagged": "Et puis moi, j'trouvais ça chouette\n\n"
146
+ },
147
+ {
148
+ "start": 110.61,
149
+ "end": 111.82,
150
+ "text": "Paraît qu'avant\n",
151
+ "text_tagged": "Paraît qu'avant\n"
152
+ },
153
+ {
154
+ "start": 111.82,
155
+ "end": 114.23,
156
+ "text": "Y avait de l'air, y avait du vent\n",
157
+ "text_tagged": "Y avait de l'air, y avait du vent\n"
158
+ },
159
+ {
160
+ "start": 115.08,
161
+ "end": 117.46,
162
+ "text": "De la verdure dans les prairies\n",
163
+ "text_tagged": "De la verdure dans les prairies\n"
164
+ },
165
+ {
166
+ "start": 119.1,
167
+ "end": 120.19,
168
+ "text": "Oui, mais maintenant\n",
169
+ "text_tagged": "Oui, mais maintenant\n"
170
+ },
171
+ {
172
+ "start": 120.19,
173
+ "end": 122.67,
174
+ "text": "La terre, le ciel, les océans\n",
175
+ "text_tagged": "La terre, le ciel, les océans\n"
176
+ },
177
+ {
178
+ "start": 123.86,
179
+ "end": 125.79,
180
+ "text": "Ils sont tout froids, ils sont tout gris\n\n",
181
+ "text_tagged": "Ils sont tout froids, ils sont tout gris\n\n"
182
+ },
183
+ {
184
+ "start": 128.26,
185
+ "end": 130.14,
186
+ "text": "On voyait dans des petites fenêtres\n",
187
+ "text_tagged": "On voyait dans des petites fenêtres\n"
188
+ },
189
+ {
190
+ "start": 130.97,
191
+ "end": 132.11,
192
+ "text": "Des photos pas très nettes\n",
193
+ "text_tagged": "Des photos pas très nettes\n"
194
+ },
195
+ {
196
+ "start": 132.34,
197
+ "end": 134.52,
198
+ "text": "De l'état de l'air de la planète\n",
199
+ "text_tagged": "De l'état de l'air de la planète\n"
200
+ },
201
+ {
202
+ "start": 137.01,
203
+ "end": 138.81,
204
+ "text": "Des animaux dans des bocaux\n",
205
+ "text_tagged": "Des animaux dans des bocaux\n"
206
+ },
207
+ {
208
+ "start": 138.88,
209
+ "end": 141.19,
210
+ "text": "Des arbres dans des frigos\n",
211
+ "text_tagged": "Des arbres dans des frigos\n"
212
+ },
213
+ {
214
+ "start": 141.19,
215
+ "end": 143.21,
216
+ "text": "Et puis moi, j'trouvais ça beau\n\n",
217
+ "text_tagged": "Et puis moi, j'trouvais ça beau\n\n"
218
+ },
219
+ {
220
+ "start": 145.43,
221
+ "end": 146.53,
222
+ "text": "Fin de la visite\n",
223
+ "text_tagged": "Fin de la visite\n"
224
+ },
225
+ {
226
+ "start": 146.77,
227
+ "end": 148.63,
228
+ "text": "On se dirige vers la boutique\n",
229
+ "text_tagged": "On se dirige vers la boutique\n"
230
+ },
231
+ {
232
+ "start": 150.03,
233
+ "end": 152.05,
234
+ "text": "Du musée d'air contemporain\n",
235
+ "text_tagged": "Du musée d'air contemporain\n"
236
+ },
237
+ {
238
+ "start": 154.0,
239
+ "end": 155.04,
240
+ "text": "Bouteilles d'eau claire\n",
241
+ "text_tagged": "Bouteilles d'eau claire\n"
242
+ },
243
+ {
244
+ "start": 155.11,
245
+ "end": 157.74,
246
+ "text": "Sachets de terre et bonbonnes d'air\n",
247
+ "text_tagged": "Sachets de terre et bonbonnes d'air\n"
248
+ },
249
+ {
250
+ "start": 158.87,
251
+ "end": 160.62,
252
+ "text": "Fruits et légumes en parfum\n\n",
253
+ "text_tagged": "Fruits et légumes en parfum\n\n"
254
+ },
255
+ {
256
+ "start": 163.17,
257
+ "end": 165.04,
258
+ "text": "On voyait dans des petites fenêtres\n",
259
+ "text_tagged": "On voyait dans des petites fenêtres\n"
260
+ },
261
+ {
262
+ "start": 165.86,
263
+ "end": 167.15,
264
+ "text": "Des photos pas très nettes\n",
265
+ "text_tagged": "Des photos pas très nettes\n"
266
+ },
267
+ {
268
+ "start": 167.28,
269
+ "end": 169.41,
270
+ "text": "De l'état de l'air de la planète\n",
271
+ "text_tagged": "De l'état de l'air de la planète\n"
272
+ },
273
+ {
274
+ "start": 171.88,
275
+ "end": 173.83,
276
+ "text": "Des animaux dans des bocaux\n",
277
+ "text_tagged": "Des animaux dans des bocaux\n"
278
+ },
279
+ {
280
+ "start": 173.83,
281
+ "end": 176.09,
282
+ "text": "Des arbres dans des frigos\n",
283
+ "text_tagged": "Des arbres dans des frigos\n"
284
+ },
285
+ {
286
+ "start": 176.37,
287
+ "end": 178.02,
288
+ "text": "Et puis moi, j'trouvais ça beau\n",
289
+ "text_tagged": "Et puis moi, j'trouvais ça beau\n"
290
+ }
291
+ ]
292
  }
alignment/Le_royaume_des_glous_glous_-_Raoul_de_QSM.json CHANGED
@@ -1,124 +1,148 @@
1
  {
2
- "lines": [
3
- {
4
- "start": 22.68,
5
- "end": 25.4,
6
- "text": "Par jours de grand vent, les ondes brumeuses s'épanchent\n"
7
- },
8
- {
9
- "start": 25.4,
10
- "end": 28.09,
11
- "text": "Agissent comme des cure-dents agrafés sur ta tronche\n"
12
- },
13
- {
14
- "start": 28.16,
15
- "end": 30.68,
16
- "text": "Pas un pas, pas un geste, haut les mains, bas les pattes\n"
17
- },
18
- {
19
- "start": 30.8,
20
- "end": 33.37,
21
- "text": "The Anatole's conquest, ça tabasse à coups de battes\n\n"
22
- },
23
- {
24
- "start": 33.51,
25
- "end": 35.83,
26
- "text": "QSM est puissant, pas trop concupiscent\n"
27
- },
28
- {
29
- "start": 36.13,
30
- "end": 38.63,
31
- "text": "Ils n'ont qu'une seule passion, la piquette du baron\n"
32
- },
33
- {
34
- "start": 38.84,
35
- "end": 41.2,
36
- "text": "QSM paye comptant, il n'est jamais content\n"
37
- },
38
- {
39
- "start": 41.46,
40
- "end": 43.93,
41
- "text": "Il beugle, dissonant et aussi trébuchant\n\n"
42
- },
43
- {
44
- "start": 44.11,
45
- "end": 46.59,
46
- "text": "Plus tu aimes Anatole et plus il te déteste\n"
47
- },
48
- {
49
- "start": 46.89,
50
- "end": 49.38,
51
- "text": "Pire que Georges Abitbol, il te bouffe comme la peste\n"
52
- },
53
- {
54
- "start": 49.67,
55
- "end": 52.02,
56
- "text": "Son courroux éclate, plus chaud qu'un panini\n"
57
- },
58
- {
59
- "start": 52.02,
60
- "end": 54.62,
61
- "text": "La violence du squamate égale sa vilenie\n\n"
62
- },
63
- {
64
- "start": 54.62,
65
- "end": 57.46,
66
- "text": "Dans un contexte vicié, les aristocrates officient\n"
67
- },
68
- {
69
- "start": 57.46,
70
- "end": 60.08,
71
- "text": "L'ambiance est épicée quand ils vident leurs vessies\n"
72
- },
73
- {
74
- "start": 60.08,
75
- "end": 62.6,
76
- "text": "C'est la fête des bouchons, le royaume des glous-glous\n"
77
- },
78
- {
79
- "start": 62.82,
80
- "end": 65.42,
81
- "text": "L'alcool coule à foison, ils le pompent comme des poux\n\n"
82
- },
83
- {
84
- "start": 92.19,
85
- "end": 95.89,
86
- "text": "Sous ses abords austères, Du Skud sait festoyer\n"
87
- },
88
- {
89
- "start": 97.49,
90
- "end": 101.05,
91
- "text": "Le marquisat prospère dans la rude chaire vitrée\n"
92
- },
93
- {
94
- "start": 102.81,
95
- "end": 106.45,
96
- "text": "Le baron fanfaronne, titille la chartreuse\n"
97
- },
98
- {
99
- "start": 108.15,
100
- "end": 112.48,
101
- "text": "C'est pas qu'elle soit bonne, mais qu'est-ce qu'elle tape, la gueuse !\n\n"
102
- },
103
- {
104
- "start": 113.55,
105
- "end": 117.0,
106
- "text": "Si l'argent n'a pas d'odeur, la crasse en a bien une\n"
107
- },
108
- {
109
- "start": 118.9,
110
- "end": 122.27,
111
- "text": "QSM sent le beurre, tartiné sur ta lune\n\n"
112
- },
113
- {
114
- "start": 153.59,
115
- "end": 156.82,
116
- "text": "La véranda résonne comme la bande de Gaza\n"
117
- },
118
- {
119
- "start": 158.72,
120
- "end": 162.59,
121
- "text": "Les QSM, obscènes, dégazent comme Zavatta\n"
122
- }
123
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
124
  }
 
1
  {
2
+ "lines": [
3
+ {
4
+ "start": 22.68,
5
+ "end": 25.4,
6
+ "text": "Par jours de grand vent, les ondes brumeuses s'épanchent\n",
7
+ "text_tagged": "Par jours de grand vent, les ondes brumeuses s'épanchent\n"
8
+ },
9
+ {
10
+ "start": 25.4,
11
+ "end": 28.09,
12
+ "text": "Agissent comme des cure-dents agrafés sur ta tronche\n",
13
+ "text_tagged": "Agissent comme des cure-dents agrafés sur ta tronche\n"
14
+ },
15
+ {
16
+ "start": 28.16,
17
+ "end": 30.68,
18
+ "text": "Pas un pas, pas un geste, haut les mains, bas les pattes\n",
19
+ "text_tagged": "Pas un pas, pas un geste, haut les mains, bas les pattes\n"
20
+ },
21
+ {
22
+ "start": 30.8,
23
+ "end": 33.37,
24
+ "text": "The Anatole's conquest, ça tabasse à coups de battes\n\n",
25
+ "text_tagged": "The Anatole's conquest, ça tabasse à coups de battes\n\n"
26
+ },
27
+ {
28
+ "start": 33.51,
29
+ "end": 35.83,
30
+ "text": "QSM est puissant, pas trop concupiscent\n",
31
+ "text_tagged": "QSM est puissant, pas trop concupiscent\n"
32
+ },
33
+ {
34
+ "start": 36.13,
35
+ "end": 38.63,
36
+ "text": "Ils n'ont qu'une seule passion, la piquette du baron\n",
37
+ "text_tagged": "Ils n'ont qu'une seule passion, la piquette du baron\n"
38
+ },
39
+ {
40
+ "start": 38.84,
41
+ "end": 41.2,
42
+ "text": "QSM paye comptant, il n'est jamais content\n",
43
+ "text_tagged": "QSM paye comptant, il n'est jamais content\n"
44
+ },
45
+ {
46
+ "start": 41.46,
47
+ "end": 43.93,
48
+ "text": "Il beugle, dissonant et aussi trébuchant\n\n",
49
+ "text_tagged": "Il beugle, dissonant et aussi trébuchant\n\n"
50
+ },
51
+ {
52
+ "start": 44.11,
53
+ "end": 46.59,
54
+ "text": "Plus tu aimes Anatole et plus il te déteste\n",
55
+ "text_tagged": "Plus tu aimes Anatole et plus il te déteste\n"
56
+ },
57
+ {
58
+ "start": 46.89,
59
+ "end": 49.38,
60
+ "text": "Pire que Georges Abitbol, il te bouffe comme la peste\n",
61
+ "text_tagged": "Pire que Georges Abitbol, il te bouffe comme la peste\n"
62
+ },
63
+ {
64
+ "start": 49.67,
65
+ "end": 52.02,
66
+ "text": "Son courroux éclate, plus chaud qu'un panini\n",
67
+ "text_tagged": "Son courroux éclate, plus chaud qu'un panini\n"
68
+ },
69
+ {
70
+ "start": 52.02,
71
+ "end": 54.62,
72
+ "text": "La violence du squamate égale sa vilenie\n\n",
73
+ "text_tagged": "La violence du squamate égale sa vilenie\n\n"
74
+ },
75
+ {
76
+ "start": 54.62,
77
+ "end": 57.46,
78
+ "text": "Dans un contexte vicié, les aristocrates officient\n",
79
+ "text_tagged": "Dans un contexte vicié, les aristocrates officient\n"
80
+ },
81
+ {
82
+ "start": 57.46,
83
+ "end": 60.08,
84
+ "text": "L'ambiance est épicée quand ils vident leurs vessies\n",
85
+ "text_tagged": "L'ambiance est épicée quand ils vident leurs vessies\n"
86
+ },
87
+ {
88
+ "start": 60.08,
89
+ "end": 62.6,
90
+ "text": "C'est la fête des bouchons, le royaume des glous-glous\n",
91
+ "text_tagged": "C'est la fête des bouchons, le royaume des glous-glous\n"
92
+ },
93
+ {
94
+ "start": 62.82,
95
+ "end": 65.42,
96
+ "text": "L'alcool coule à foison, ils le pompent comme des poux\n\n",
97
+ "text_tagged": "L'alcool coule à foison, ils le pompent comme des poux\n\n"
98
+ },
99
+ {
100
+ "start": 92.19,
101
+ "end": 95.89,
102
+ "text": "Sous ses abords austères, Du Skud sait festoyer\n",
103
+ "text_tagged": "Sous ses abords austères, Du Skud sait festoyer\n"
104
+ },
105
+ {
106
+ "start": 97.49,
107
+ "end": 101.05,
108
+ "text": "Le marquisat prospère dans la rude chaire vitrée\n",
109
+ "text_tagged": "Le marquisat prospère dans la rude chaire vitrée\n"
110
+ },
111
+ {
112
+ "start": 102.81,
113
+ "end": 106.45,
114
+ "text": "Le baron fanfaronne, titille la chartreuse\n",
115
+ "text_tagged": "Le baron fanfaronne, titille la chartreuse\n"
116
+ },
117
+ {
118
+ "start": 108.15,
119
+ "end": 112.48,
120
+ "text": "C'est pas qu'elle soit bonne, mais qu'est-ce qu'elle tape, la gueuse !\n\n",
121
+ "text_tagged": "C'est pas qu'elle soit bonne, mais qu'est-ce qu'elle tape, la gueuse !\n\n"
122
+ },
123
+ {
124
+ "start": 113.55,
125
+ "end": 117.0,
126
+ "text": "Si l'argent n'a pas d'odeur, la crasse en a bien une\n",
127
+ "text_tagged": "Si l'argent n'a pas d'odeur, la crasse en a bien une\n"
128
+ },
129
+ {
130
+ "start": 118.9,
131
+ "end": 122.27,
132
+ "text": "QSM sent le beurre, tartiné sur ta lune\n\n",
133
+ "text_tagged": "QSM sent le beurre, tartiné sur ta lune\n\n"
134
+ },
135
+ {
136
+ "start": 153.59,
137
+ "end": 156.82,
138
+ "text": "La véranda résonne comme la bande de Gaza\n",
139
+ "text_tagged": "La véranda résonne comme la bande de Gaza\n"
140
+ },
141
+ {
142
+ "start": 158.72,
143
+ "end": 162.59,
144
+ "text": "Les QSM, obscènes, dégazent comme Zavatta\n",
145
+ "text_tagged": "Les QSM, obscènes, dégazent comme Zavatta\n"
146
+ }
147
+ ]
148
  }
alignment/Les_files_d'attente_-_Law'.json CHANGED
@@ -1,259 +1,310 @@
1
  {
2
- "lines": [
3
- {
4
- "start": 8.72,
5
- "end": 11.06,
6
- "text": "Je me faufile en filature\n"
7
- },
8
- {
9
- "start": 12.53,
10
- "end": 15.1,
11
- "text": "Le long de longues files en attente\n"
12
- },
13
- {
14
- "start": 16.32,
15
- "end": 19.83,
16
- "text": "Non, je n'aime pas trop quand ça dure\n"
17
- },
18
- {
19
- "start": 20.14,
20
- "end": 22.42,
21
- "text": "Alors je passe, je fraude, je tente\n\n"
22
- },
23
- {
24
- "start": 23.92,
25
- "end": 27.42,
26
- "text": "Première de ma promo, j'préfère\n"
27
- },
28
- {
29
- "start": 27.74,
30
- "end": 30.39,
31
- "text": "Derrière moi, ça grogne et ça gronde\n"
32
- },
33
- {
34
- "start": 31.52,
35
- "end": 33.59,
36
- "text": "La haine, moi, j'en ai rien à faire\n"
37
- },
38
- {
39
- "start": 35.34,
40
- "end": 37.27,
41
- "text": "Ils veulent juste que je leur réponde\n\n"
42
- },
43
- {
44
- "start": 38.64,
45
- "end": 42.67,
46
- "text": "Allez, offrez-vous un peu d'rêve (un peu d'rêve)\n"
47
- },
48
- {
49
- "start": 42.97,
50
- "end": 45.95,
51
- "text": "À tous ceux qui n'font plus de trêve\n"
52
- },
53
- {
54
- "start": 46.33,
55
- "end": 50.17,
56
- "text": "Allez, allez, jetez-vous dans l'arène (dans l'arène)\n"
57
- },
58
- {
59
- "start": 50.17,
60
- "end": 52.71,
61
- "text": "Le roi est mort, vive la reine\n\n"
62
- },
63
- {
64
- "start": 53.68,
65
- "end": 57.6,
66
- "text": "(Ouh) chacun est pour l'autre le suivant\n"
67
- },
68
- {
69
- "start": 58.18,
70
- "end": 63.25,
71
- "text": "Personne ne bouge, tout l'monde attend (ouh-ouh-ouh-ouh)\n"
72
- },
73
- {
74
- "start": 62.04,
75
- "end": 65.28,
76
- "text": "Marchez-vous dessus, montrez les dents\n"
77
- },
78
- {
79
- "start": 65.81,
80
- "end": 67.75,
81
- "text": "Crachez-vous dessus, l'est encore temps\n\n"
82
- },
83
- {
84
- "start": 69.17,
85
- "end": 70.13,
86
- "text": "Allez\n"
87
- },
88
- {
89
- "start": 70.98,
90
- "end": 71.54,
91
- "text": "Allez, allez\n"
92
- },
93
- {
94
- "start": 72.86,
95
- "end": 73.93,
96
- "text": "Allez, allez, allez\n\n"
97
- },
98
- {
99
- "start": 84.83,
100
- "end": 87.31,
101
- "text": "Ils s'entassent tous en silence\n"
102
- },
103
- {
104
- "start": 88.66,
105
- "end": 91.26,
106
- "text": "Comme des tas de vers de terre\n"
107
- },
108
- {
109
- "start": 92.48,
110
- "end": 94.81,
111
- "text": "Ils ne veulent plus croire en la science\n"
112
- },
113
- {
114
- "start": 96.29,
115
- "end": 98.2,
116
- "text": "Ils ont toujours peur de l'enfer\n\n"
117
- },
118
- {
119
- "start": 100.08,
120
- "end": 103.51,
121
- "text": "Ils ne connaissent pas leur chance\n"
122
- },
123
- {
124
- "start": 103.87,
125
- "end": 107.39,
126
- "text": "D'être si à sens unique\n"
127
- },
128
- {
129
- "start": 107.71,
130
- "end": 110.81,
131
- "text": "Jamais ils ne disent ce qu'ils pensent\n"
132
- },
133
- {
134
- "start": 111.26,
135
- "end": 114.07,
136
- "text": "Ils écoutent bien trop la politique\n\n"
137
- },
138
- {
139
- "start": 114.86,
140
- "end": 119.02,
141
- "text": "Allez, offrez-vous un peu d'rêve (un peu d'rêve)\n"
142
- },
143
- {
144
- "start": 119.17,
145
- "end": 122.2,
146
- "text": "À tous ceux qui n'font plus de trêve\n"
147
- },
148
- {
149
- "start": 122.5,
150
- "end": 126.22,
151
- "text": "Allez, allez, jetez-vous dans l'arène (dans l'arène)\n"
152
- },
153
- {
154
- "start": 126.32,
155
- "end": 129.53,
156
- "text": "Le roi est mort, vive la reine\n\n"
157
- },
158
- {
159
- "start": 129.89,
160
- "end": 134.16,
161
- "text": "(Ouh) chacun est pour l'autre le suivant\n"
162
- },
163
- {
164
- "start": 134.4,
165
- "end": 139.38,
166
- "text": "Personne ne bouge, tout l'monde attend (ouh-ouh-ouh-ouh)\n"
167
- },
168
- {
169
- "start": 138.19,
170
- "end": 141.17,
171
- "text": "Marchez-vous dessus, montrez les dents\n"
172
- },
173
- {
174
- "start": 142.01,
175
- "end": 144.02,
176
- "text": "Crachez-vous dessus, l'est encore temps\n\n"
177
- },
178
- {
179
- "start": 145.42,
180
- "end": 148.42,
181
- "text": "Allez, allez\n"
182
- },
183
- {
184
- "start": 148.7,
185
- "end": 153.16,
186
- "text": "Allez, allez\n"
187
- },
188
- {
189
- "start": 156.21,
190
- "end": 156.9,
191
- "text": "Allez, allez !\n"
192
- },
193
- {
194
- "start": 158.82,
195
- "end": 159.28,
196
- "text": "Allez !\n\n"
197
- },
198
- {
199
- "start": 160.83,
200
- "end": 162.48,
201
- "text": "Ouh-ouh, ouh-ouh-ouh-ouh\n"
202
- },
203
- {
204
- "start": 162.59,
205
- "end": 164.59,
206
- "text": "Ouh-ouh, ouh-ouh-ouh-ouh\n"
207
- },
208
- {
209
- "start": 164.61,
210
- "end": 166.48,
211
- "text": "Ouh-ouh, ouh-ouh-ouh-ouh\n"
212
- },
213
- {
214
- "start": 166.5,
215
- "end": 168.77,
216
- "text": "Ouh-ouh, ouh-ouh-ouh-ouh (wou-ouh)\n\n"
217
- },
218
- {
219
- "start": 168.44,
220
- "end": 170.11,
221
- "text": "Ouh-ouh, ouh-ouh-ouh-ouh\n"
222
- },
223
- {
224
- "start": 170.35,
225
- "end": 172.05,
226
- "text": "Ouh-ouh, ouh-ouh-ouh-ouh\n"
227
- },
228
- {
229
- "start": 172.23,
230
- "end": 173.93,
231
- "text": "Ouh-ouh, ouh-ouh-ouh-ouh\n"
232
- },
233
- {
234
- "start": 174.13,
235
- "end": 175.91,
236
- "text": "Ouh-ouh, ouh-ouh-ouh-ouh\n\n"
237
- },
238
- {
239
- "start": 176.1,
240
- "end": 179.86,
241
- "text": "(Ouh) chacun est pour l'autre le suivant\n"
242
- },
243
- {
244
- "start": 180.12,
245
- "end": 185.5,
246
- "text": "Personne ne bouge, tout l'monde attend (ouh-ouh-ouh-ouh)\n"
247
- },
248
- {
249
- "start": 183.92,
250
- "end": 187.43,
251
- "text": "Marchez-vous dessus, montrez les dents\n"
252
- },
253
- {
254
- "start": 187.72,
255
- "end": 189.77,
256
- "text": "Crachez-vous dessus, l'est encore temps\n"
257
- }
258
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
259
  }
 
1
  {
2
+ "lines": [
3
+ {
4
+ "start": 8.72,
5
+ "end": 11.06,
6
+ "text": "Je me faufile en filature\n",
7
+ "text_tagged": "Je me faufile en filature\n"
8
+ },
9
+ {
10
+ "start": 12.53,
11
+ "end": 15.1,
12
+ "text": "Le long de longues files en attente\n",
13
+ "text_tagged": "Le long de longues files en attente\n"
14
+ },
15
+ {
16
+ "start": 16.32,
17
+ "end": 19.83,
18
+ "text": "Non, je n'aime pas trop quand ça dure\n",
19
+ "text_tagged": "Non, je n'aime pas trop quand ça dure\n"
20
+ },
21
+ {
22
+ "start": 20.14,
23
+ "end": 22.42,
24
+ "text": "Alors je passe, je fraude, je tente\n\n",
25
+ "text_tagged": "Alors je passe, je fraude, je tente\n\n"
26
+ },
27
+ {
28
+ "start": 23.92,
29
+ "end": 27.42,
30
+ "text": "Première de ma promo, j'préfère\n",
31
+ "text_tagged": "Première de ma promo, j'préfère\n"
32
+ },
33
+ {
34
+ "start": 27.74,
35
+ "end": 30.39,
36
+ "text": "Derrière moi, ça grogne et ça gronde\n",
37
+ "text_tagged": "Derrière moi, ça grogne et ça gronde\n"
38
+ },
39
+ {
40
+ "start": 31.52,
41
+ "end": 33.59,
42
+ "text": "La haine, moi, j'en ai rien à faire\n",
43
+ "text_tagged": "La haine, moi, j'en ai rien à faire\n"
44
+ },
45
+ {
46
+ "start": 35.34,
47
+ "end": 37.27,
48
+ "text": "Ils veulent juste que je leur réponde\n\n",
49
+ "text_tagged": "Ils veulent juste que je leur réponde\n\n"
50
+ },
51
+ {
52
+ "start": 38.64,
53
+ "end": 42.67,
54
+ "text": "Allez, offrez-vous un peu d'rêve (un peu d'rêve)\n",
55
+ "text_tagged": "Allez, offrez-vous un peu d'rêve (un peu d'rêve)\n"
56
+ },
57
+ {
58
+ "start": 42.97,
59
+ "end": 45.95,
60
+ "text": "À tous ceux qui n'font plus de trêve\n",
61
+ "text_tagged": "À tous ceux qui n'font plus de trêve\n"
62
+ },
63
+ {
64
+ "start": 46.33,
65
+ "end": 50.17,
66
+ "text": "Allez, allez, jetez-vous dans l'arène (dans l'arène)\n",
67
+ "text_tagged": "Allez, allez, jetez-vous dans l'arène (dans l'arène)\n"
68
+ },
69
+ {
70
+ "start": 50.17,
71
+ "end": 52.71,
72
+ "text": "Le roi est mort, vive la reine\n\n",
73
+ "text_tagged": "Le roi est mort, vive la reine\n\n"
74
+ },
75
+ {
76
+ "start": 53.68,
77
+ "end": 57.6,
78
+ "text": "(Ouh) chacun est pour l'autre le suivant\n",
79
+ "text_tagged": "<nl> (Ouh) </nl> chacun est pour l'autre le suivant\n"
80
+ },
81
+ {
82
+ "start": 58.18,
83
+ "end": 63.25,
84
+ "text": "Personne ne bouge, tout l'monde attend (ouh-ouh-ouh-ouh)\n",
85
+ "text_tagged": "Personne ne bouge, tout l'monde attend <nl> (ouh-ouh-ouh-ouh) </nl>\n"
86
+ },
87
+ {
88
+ "start": 62.04,
89
+ "end": 65.28,
90
+ "text": "Marchez-vous dessus, montrez les dents\n",
91
+ "text_tagged": "Marchez-vous dessus, montrez les dents\n"
92
+ },
93
+ {
94
+ "start": 65.81,
95
+ "end": 67.75,
96
+ "text": "Crachez-vous dessus, l'est encore temps\n\n",
97
+ "text_tagged": "Crachez-vous dessus, l'est encore temps\n\n"
98
+ },
99
+ {
100
+ "start": 69.17,
101
+ "end": 70.13,
102
+ "text": "Allez\n",
103
+ "text_tagged": "Allez\n"
104
+ },
105
+ {
106
+ "start": 70.98,
107
+ "end": 71.54,
108
+ "text": "Allez, allez\n",
109
+ "text_tagged": "Allez, allez\n"
110
+ },
111
+ {
112
+ "start": 72.86,
113
+ "end": 73.93,
114
+ "text": "Allez, allez, allez\n\n",
115
+ "text_tagged": "Allez, allez, allez\n\n"
116
+ },
117
+ {
118
+ "start": 84.83,
119
+ "end": 87.31,
120
+ "text": "Ils s'entassent tous en silence\n",
121
+ "text_tagged": "Ils s'entassent tous en silence\n"
122
+ },
123
+ {
124
+ "start": 88.66,
125
+ "end": 91.26,
126
+ "text": "Comme des tas de vers de terre\n",
127
+ "text_tagged": "Comme des tas de vers de terre\n"
128
+ },
129
+ {
130
+ "start": 92.48,
131
+ "end": 94.81,
132
+ "text": "Ils ne veulent plus croire en la science\n",
133
+ "text_tagged": "Ils ne veulent plus croire en la science\n"
134
+ },
135
+ {
136
+ "start": 96.29,
137
+ "end": 98.2,
138
+ "text": "Ils ont toujours peur de l'enfer\n\n",
139
+ "text_tagged": "Ils ont toujours peur de l'enfer\n\n"
140
+ },
141
+ {
142
+ "start": 100.08,
143
+ "end": 103.51,
144
+ "text": "Ils ne connaissent pas leur chance\n",
145
+ "text_tagged": "Ils ne connaissent pas leur chance\n"
146
+ },
147
+ {
148
+ "start": 103.87,
149
+ "end": 107.39,
150
+ "text": "D'être si à sens unique\n",
151
+ "text_tagged": "D'être si à sens unique\n"
152
+ },
153
+ {
154
+ "start": 107.71,
155
+ "end": 110.81,
156
+ "text": "Jamais ils ne disent ce qu'ils pensent\n",
157
+ "text_tagged": "Jamais ils ne disent ce qu'ils pensent\n"
158
+ },
159
+ {
160
+ "start": 111.26,
161
+ "end": 114.07,
162
+ "text": "Ils écoutent bien trop la politique\n\n",
163
+ "text_tagged": "Ils écoutent bien trop la politique\n\n"
164
+ },
165
+ {
166
+ "start": 114.86,
167
+ "end": 119.02,
168
+ "text": "Allez, offrez-vous un peu d'rêve (un peu d'rêve)\n",
169
+ "text_tagged": "Allez, offrez-vous un peu d'rêve (un peu d'rêve)\n"
170
+ },
171
+ {
172
+ "start": 119.17,
173
+ "end": 122.2,
174
+ "text": "À tous ceux qui n'font plus de trêve\n",
175
+ "text_tagged": "À tous ceux qui n'font plus de trêve\n"
176
+ },
177
+ {
178
+ "start": 122.5,
179
+ "end": 126.22,
180
+ "text": "Allez, allez, jetez-vous dans l'arène (dans l'arène)\n",
181
+ "text_tagged": "Allez, allez, jetez-vous dans l'arène (dans l'arène)\n"
182
+ },
183
+ {
184
+ "start": 126.32,
185
+ "end": 129.53,
186
+ "text": "Le roi est mort, vive la reine\n\n",
187
+ "text_tagged": "Le roi est mort, vive la reine\n\n"
188
+ },
189
+ {
190
+ "start": 129.89,
191
+ "end": 134.16,
192
+ "text": "(Ouh) chacun est pour l'autre le suivant\n",
193
+ "text_tagged": "<nl> (Ouh) </nl> chacun est pour l'autre le suivant\n"
194
+ },
195
+ {
196
+ "start": 134.4,
197
+ "end": 139.38,
198
+ "text": "Personne ne bouge, tout l'monde attend (ouh-ouh-ouh-ouh)\n",
199
+ "text_tagged": "Personne ne bouge, tout l'monde attend <nl> (ouh-ouh-ouh-ouh) </nl>\n"
200
+ },
201
+ {
202
+ "start": 138.19,
203
+ "end": 141.17,
204
+ "text": "Marchez-vous dessus, montrez les dents\n",
205
+ "text_tagged": "Marchez-vous dessus, montrez les dents\n"
206
+ },
207
+ {
208
+ "start": 142.01,
209
+ "end": 144.02,
210
+ "text": "Crachez-vous dessus, l'est encore temps\n\n",
211
+ "text_tagged": "Crachez-vous dessus, l'est encore temps\n\n"
212
+ },
213
+ {
214
+ "start": 145.42,
215
+ "end": 148.42,
216
+ "text": "Allez, allez\n",
217
+ "text_tagged": "Allez, allez\n"
218
+ },
219
+ {
220
+ "start": 148.7,
221
+ "end": 153.16,
222
+ "text": "Allez, allez\n",
223
+ "text_tagged": "Allez, allez\n"
224
+ },
225
+ {
226
+ "start": 156.21,
227
+ "end": 156.9,
228
+ "text": "Allez, allez !\n",
229
+ "text_tagged": "Allez, allez !\n"
230
+ },
231
+ {
232
+ "start": 158.82,
233
+ "end": 159.28,
234
+ "text": "Allez !\n\n",
235
+ "text_tagged": "Allez !\n\n"
236
+ },
237
+ {
238
+ "start": 160.83,
239
+ "end": 162.48,
240
+ "text": "Ouh-ouh, ouh-ouh-ouh-ouh\n",
241
+ "text_tagged": "<nl> Ouh-ouh, ouh-ouh-ouh-ouh </nl>\n"
242
+ },
243
+ {
244
+ "start": 162.59,
245
+ "end": 164.59,
246
+ "text": "Ouh-ouh, ouh-ouh-ouh-ouh\n",
247
+ "text_tagged": "<nl> Ouh-ouh, ouh-ouh-ouh-ouh </nl>\n"
248
+ },
249
+ {
250
+ "start": 164.61,
251
+ "end": 166.48,
252
+ "text": "Ouh-ouh, ouh-ouh-ouh-ouh\n",
253
+ "text_tagged": "<nl> Ouh-ouh, ouh-ouh-ouh-ouh </nl>\n"
254
+ },
255
+ {
256
+ "start": 166.5,
257
+ "end": 168.77,
258
+ "text": "Ouh-ouh, ouh-ouh-ouh-ouh (wou-ouh)\n\n",
259
+ "text_tagged": "<nl> Ouh-ouh, ouh-ouh-ouh-ouh (wou-ouh) </nl>\n\n"
260
+ },
261
+ {
262
+ "start": 168.44,
263
+ "end": 170.11,
264
+ "text": "Ouh-ouh, ouh-ouh-ouh-ouh\n",
265
+ "text_tagged": "<nl> Ouh-ouh, ouh-ouh-ouh-ouh </nl>\n"
266
+ },
267
+ {
268
+ "start": 170.35,
269
+ "end": 172.05,
270
+ "text": "Ouh-ouh, ouh-ouh-ouh-ouh\n",
271
+ "text_tagged": "<nl> Ouh-ouh, ouh-ouh-ouh-ouh </nl>\n"
272
+ },
273
+ {
274
+ "start": 172.23,
275
+ "end": 173.93,
276
+ "text": "Ouh-ouh, ouh-ouh-ouh-ouh\n",
277
+ "text_tagged": "<nl> Ouh-ouh, ouh-ouh-ouh-ouh </nl>\n"
278
+ },
279
+ {
280
+ "start": 174.13,
281
+ "end": 175.91,
282
+ "text": "Ouh-ouh, ouh-ouh-ouh-ouh\n\n",
283
+ "text_tagged": "<nl> Ouh-ouh, ouh-ouh-ouh-ouh </nl>\n\n"
284
+ },
285
+ {
286
+ "start": 176.1,
287
+ "end": 179.86,
288
+ "text": "(Ouh) chacun est pour l'autre le suivant\n",
289
+ "text_tagged": "( <nl> Ouh </nl> ) chacun est pour l'autre le suivant\n"
290
+ },
291
+ {
292
+ "start": 180.12,
293
+ "end": 185.5,
294
+ "text": "Personne ne bouge, tout l'monde attend (ouh-ouh-ouh-ouh)\n",
295
+ "text_tagged": "Personne ne bouge, tout l'monde attend ( <nl> ouh-ouh-ouh-ouh </nl> )\n"
296
+ },
297
+ {
298
+ "start": 183.92,
299
+ "end": 187.43,
300
+ "text": "Marchez-vous dessus, montrez les dents\n",
301
+ "text_tagged": "Marchez-vous dessus, montrez les dents\n"
302
+ },
303
+ {
304
+ "start": 187.72,
305
+ "end": 189.77,
306
+ "text": "Crachez-vous dessus, l'est encore temps\n",
307
+ "text_tagged": "Crachez-vous dessus, l'est encore temps\n"
308
+ }
309
+ ]
310
  }
alignment/Libre_by_CybeR_AttaCK_-_CyberAttacK.json CHANGED
@@ -1,259 +1,310 @@
1
  {
2
- "lines": [
3
- {
4
- "start": 15.26,
5
- "end": 16.75,
6
- "text": "L'homme ne sera jamais libre\n"
7
- },
8
- {
9
- "start": 17.94,
10
- "end": 18.39,
11
- "text": "(Pourquoi ?)\n\n"
12
- },
13
- {
14
- "start": 22.0,
15
- "end": 24.17,
16
- "text": "Comme un loup que l'on assigne à résidence\n"
17
- },
18
- {
19
- "start": 24.39,
20
- "end": 26.56,
21
- "text": "Apaisé, vulnérable, attendant providence\n"
22
- },
23
- {
24
- "start": 26.79,
25
- "end": 28.95,
26
- "text": "Pour des aigles voraces qui ne voient que pitance\n"
27
- },
28
- {
29
- "start": 29.19,
30
- "end": 31.41,
31
- "text": "Qui ne laisseront que l'os, voilà ma délivrance\n\n"
32
- },
33
- {
34
- "start": 31.57,
35
- "end": 33.75,
36
- "text": "Comme un loup que l'on assigne à résidence\n"
37
- },
38
- {
39
- "start": 33.98,
40
- "end": 36.15,
41
- "text": "Apaisé, vulnérable, attendant providence\n"
42
- },
43
- {
44
- "start": 36.38,
45
- "end": 38.47,
46
- "text": "Pour des aigles voraces qui ne voient que pitance\n"
47
- },
48
- {
49
- "start": 38.79,
50
- "end": 40.75,
51
- "text": "Qui ne laisseront que l'os, voilà ma délivrance\n\n"
52
- },
53
- {
54
- "start": 40.45,
55
- "end": 42.89,
56
- "text": "L'homme est un fauve en cage, épris de liberté\n"
57
- },
58
- {
59
- "start": 42.89,
60
- "end": 45.24,
61
- "text": "Qui ne rêve qu'à plier bagage et ne jamais se retourner\n"
62
- },
63
- {
64
- "start": 45.24,
65
- "end": 47.46,
66
- "text": "Un chien docile et sage, statique comme une image\n"
67
- },
68
- {
69
- "start": 47.68,
70
- "end": 50.08,
71
- "text": "Retenu en otage avec pour deal un beau mirage\n\n"
72
- },
73
- {
74
- "start": 50.08,
75
- "end": 52.7,
76
- "text": "L'homme tient un faux langage quand il s'agit de s'exprimer\n"
77
- },
78
- {
79
- "start": 52.78,
80
- "end": 54.85,
81
- "text": "Il contient toute sa rage avec l'envie de tout briser\n"
82
- },
83
- {
84
- "start": 54.85,
85
- "end": 57.26,
86
- "text": "C'est la recette du succès, les agneaux ne savent pas danser\n"
87
- },
88
- {
89
- "start": 57.26,
90
- "end": 59.71,
91
- "text": "Et les journées qui se succèdent nous en empêcheront d'y penser\n\n"
92
- },
93
- {
94
- "start": 60.23,
95
- "end": 62.58,
96
- "text": "À ne plus nourrir ce qui est essentiel\n"
97
- },
98
- {
99
- "start": 62.72,
100
- "end": 64.89,
101
- "text": "À mourir au nom de cette essence\n"
102
- },
103
- {
104
- "start": 65.16,
105
- "end": 67.14,
106
- "text": "À vouloir dominer le ciel\n"
107
- },
108
- {
109
- "start": 67.14,
110
- "end": 69.88,
111
- "text": "Il n'y a que des barreaux pour lesquels nous n'trouverons pas le sommeil\n\n"
112
- },
113
- {
114
- "start": 69.96,
115
- "end": 72.13,
116
- "text": "Comme des papillons amputés des ailes\n"
117
- },
118
- {
119
- "start": 72.24,
120
- "end": 74.51,
121
- "text": "Comme tous ces humains shootés au diesel\n"
122
- },
123
- {
124
- "start": 74.75,
125
- "end": 76.74,
126
- "text": "Reproduction d'un cycle artificiel\n"
127
- },
128
- {
129
- "start": 76.74,
130
- "end": 79.3,
131
- "text": "Il n'y a que les oiseaux qui peuvent se réveiller au sommet\n\n"
132
- },
133
- {
134
- "start": 98.73,
135
- "end": 100.9,
136
- "text": "Comme un loup que l'on assigne à résidence\n"
137
- },
138
- {
139
- "start": 101.11,
140
- "end": 103.29,
141
- "text": "Apaisé, vulnérable, attendant providence\n"
142
- },
143
- {
144
- "start": 103.52,
145
- "end": 105.66,
146
- "text": "Pour des aigles voraces qui ne voient que pitance\n"
147
- },
148
- {
149
- "start": 105.9,
150
- "end": 108.16,
151
- "text": "Qui ne laisseront que l'os, voilà ma délivrance\n\n"
152
- },
153
- {
154
- "start": 108.31,
155
- "end": 110.46,
156
- "text": "Comme un loup que l'on assigne à résidence\n"
157
- },
158
- {
159
- "start": 110.7,
160
- "end": 112.86,
161
- "text": "Apaisé, vulnérable, attendant providence\n"
162
- },
163
- {
164
- "start": 113.08,
165
- "end": 115.22,
166
- "text": "Pour des aigles voraces qui ne voient que pitance\n"
167
- },
168
- {
169
- "start": 115.51,
170
- "end": 117.63,
171
- "text": "Qui ne laisseront que l'os, voilà ma délivrance\n\n"
172
- },
173
- {
174
- "start": 116.97,
175
- "end": 119.71,
176
- "text": "L'homme n'est plus un sage, un guide parmi les singes\n"
177
- },
178
- {
179
- "start": 119.71,
180
- "end": 122.45,
181
- "text": "Un animal qui vibre au rythme de nombreux messages codés\n"
182
- },
183
- {
184
- "start": 122.6,
185
- "end": 124.83,
186
- "text": "Il se prétend Messie dans un monde vicieux\n"
187
- },
188
- {
189
- "start": 124.99,
190
- "end": 127.22,
191
- "text": "Il se sent progressé, unique quand il ferme les yeux\n\n"
192
- },
193
- {
194
- "start": 126.73,
195
- "end": 129.3,
196
- "text": "L'homme est un solitaire actif mais paresseux\n"
197
- },
198
- {
199
- "start": 129.46,
200
- "end": 131.56,
201
- "text": "Il adule les vipères qui se délectent de tous ces vœux\n"
202
- },
203
- {
204
- "start": 131.56,
205
- "end": 133.79,
206
- "text": "Il envie le courage, une envie de courir\n"
207
- },
208
- {
209
- "start": 133.96,
210
- "end": 136.51,
211
- "text": "Vers un profond sentiment de construire un monde à son image\n"
212
- },
213
- {
214
- "start": 136.51,
215
- "end": 137.0,
216
- "text": "Alors\n\n"
217
- },
218
- {
219
- "start": 137.26,
220
- "end": 139.16,
221
- "text": "Plus nourrir ce qui est essentiel\n"
222
- },
223
- {
224
- "start": 139.39,
225
- "end": 141.62,
226
- "text": "À mourir au nom de cette essence\n"
227
- },
228
- {
229
- "start": 141.87,
230
- "end": 143.84,
231
- "text": "À vouloir dominer le ciel\n"
232
- },
233
- {
234
- "start": 143.84,
235
- "end": 146.54,
236
- "text": "Il n'y a que des barreaux pour lesquels nous n'trouverons pas le sommeil\n\n"
237
- },
238
- {
239
- "start": 146.69,
240
- "end": 148.87,
241
- "text": "Comme des papillons amputés des ailes\n"
242
- },
243
- {
244
- "start": 148.95,
245
- "end": 151.28,
246
- "text": "Comme tous ces humains shootés au diesel\n"
247
- },
248
- {
249
- "start": 151.52,
250
- "end": 153.45,
251
- "text": "Reproduction d'un cycle artificiel\n"
252
- },
253
- {
254
- "start": 153.45,
255
- "end": 156.26,
256
- "text": "Il n'y a que les oiseaux qui peuvent se réveiller au sommet\n"
257
- }
258
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
259
  }
 
1
  {
2
+ "lines": [
3
+ {
4
+ "start": 15.26,
5
+ "end": 16.75,
6
+ "text": "L'homme ne sera jamais libre\n",
7
+ "text_tagged": "L'homme ne sera jamais libre\n"
8
+ },
9
+ {
10
+ "start": 17.94,
11
+ "end": 18.39,
12
+ "text": "(Pourquoi ?)\n\n",
13
+ "text_tagged": "(Pourquoi ?)\n\n"
14
+ },
15
+ {
16
+ "start": 22.0,
17
+ "end": 24.17,
18
+ "text": "Comme un loup que l'on assigne à résidence\n",
19
+ "text_tagged": "Comme un loup que l'on assigne à résidence\n"
20
+ },
21
+ {
22
+ "start": 24.39,
23
+ "end": 26.56,
24
+ "text": "Apaisé, vulnérable, attendant providence\n",
25
+ "text_tagged": "Apaisé, vulnérable, attendant providence\n"
26
+ },
27
+ {
28
+ "start": 26.79,
29
+ "end": 28.95,
30
+ "text": "Pour des aigles voraces qui ne voient que pitance\n",
31
+ "text_tagged": "Pour des aigles voraces qui ne voient que pitance\n"
32
+ },
33
+ {
34
+ "start": 29.19,
35
+ "end": 31.41,
36
+ "text": "Qui ne laisseront que l'os, voilà ma délivrance\n\n",
37
+ "text_tagged": "Qui ne laisseront que l'os, voilà ma délivrance\n\n"
38
+ },
39
+ {
40
+ "start": 31.57,
41
+ "end": 33.75,
42
+ "text": "Comme un loup que l'on assigne à résidence\n",
43
+ "text_tagged": "Comme un loup que l'on assigne à résidence\n"
44
+ },
45
+ {
46
+ "start": 33.98,
47
+ "end": 36.15,
48
+ "text": "Apaisé, vulnérable, attendant providence\n",
49
+ "text_tagged": "Apaisé, vulnérable, attendant providence\n"
50
+ },
51
+ {
52
+ "start": 36.38,
53
+ "end": 38.47,
54
+ "text": "Pour des aigles voraces qui ne voient que pitance\n",
55
+ "text_tagged": "Pour des aigles voraces qui ne voient que pitance\n"
56
+ },
57
+ {
58
+ "start": 38.79,
59
+ "end": 40.75,
60
+ "text": "Qui ne laisseront que l'os, voilà ma délivrance\n\n",
61
+ "text_tagged": "Qui ne laisseront que l'os, voilà ma délivrance\n\n"
62
+ },
63
+ {
64
+ "start": 40.45,
65
+ "end": 42.89,
66
+ "text": "L'homme est un fauve en cage, épris de liberté\n",
67
+ "text_tagged": "L'homme est un fauve en cage, épris de liberté\n"
68
+ },
69
+ {
70
+ "start": 42.89,
71
+ "end": 45.24,
72
+ "text": "Qui ne rêve qu'à plier bagage et ne jamais se retourner\n",
73
+ "text_tagged": "Qui ne rêve qu'à plier bagage et ne jamais se retourner\n"
74
+ },
75
+ {
76
+ "start": 45.24,
77
+ "end": 47.46,
78
+ "text": "Un chien docile et sage, statique comme une image\n",
79
+ "text_tagged": "Un chien docile et sage, statique comme une image\n"
80
+ },
81
+ {
82
+ "start": 47.68,
83
+ "end": 50.08,
84
+ "text": "Retenu en otage avec pour deal un beau mirage\n\n",
85
+ "text_tagged": "Retenu en otage avec pour deal un beau mirage\n\n"
86
+ },
87
+ {
88
+ "start": 50.08,
89
+ "end": 52.7,
90
+ "text": "L'homme tient un faux langage quand il s'agit de s'exprimer\n",
91
+ "text_tagged": "L'homme tient un faux langage quand il s'agit de s'exprimer\n"
92
+ },
93
+ {
94
+ "start": 52.78,
95
+ "end": 54.85,
96
+ "text": "Il contient toute sa rage avec l'envie de tout briser\n",
97
+ "text_tagged": "Il contient toute sa rage avec l'envie de tout briser\n"
98
+ },
99
+ {
100
+ "start": 54.85,
101
+ "end": 57.26,
102
+ "text": "C'est la recette du succès, les agneaux ne savent pas danser\n",
103
+ "text_tagged": "C'est la recette du succès, les agneaux ne savent pas danser\n"
104
+ },
105
+ {
106
+ "start": 57.26,
107
+ "end": 59.71,
108
+ "text": "Et les journées qui se succèdent nous en empêcheront d'y penser\n\n",
109
+ "text_tagged": "Et les journées qui se succèdent nous en empêcheront d'y penser\n\n"
110
+ },
111
+ {
112
+ "start": 60.23,
113
+ "end": 62.58,
114
+ "text": "À ne plus nourrir ce qui est essentiel\n",
115
+ "text_tagged": "À ne plus nourrir ce qui est essentiel\n"
116
+ },
117
+ {
118
+ "start": 62.72,
119
+ "end": 64.89,
120
+ "text": "À mourir au nom de cette essence\n",
121
+ "text_tagged": "À mourir au nom de cette essence\n"
122
+ },
123
+ {
124
+ "start": 65.16,
125
+ "end": 67.14,
126
+ "text": "À vouloir dominer le ciel\n",
127
+ "text_tagged": "À vouloir dominer le ciel\n"
128
+ },
129
+ {
130
+ "start": 67.14,
131
+ "end": 69.88,
132
+ "text": "Il n'y a que des barreaux pour lesquels nous n'trouverons pas le sommeil\n\n",
133
+ "text_tagged": "Il n'y a que des barreaux pour lesquels nous n'trouverons pas le sommeil\n\n"
134
+ },
135
+ {
136
+ "start": 69.96,
137
+ "end": 72.13,
138
+ "text": "Comme des papillons amputés des ailes\n",
139
+ "text_tagged": "Comme des papillons amputés des ailes\n"
140
+ },
141
+ {
142
+ "start": 72.24,
143
+ "end": 74.51,
144
+ "text": "Comme tous ces humains shootés au diesel\n",
145
+ "text_tagged": "Comme tous ces humains shootés au diesel\n"
146
+ },
147
+ {
148
+ "start": 74.75,
149
+ "end": 76.74,
150
+ "text": "Reproduction d'un cycle artificiel\n",
151
+ "text_tagged": "Reproduction d'un cycle artificiel\n"
152
+ },
153
+ {
154
+ "start": 76.74,
155
+ "end": 79.3,
156
+ "text": "Il n'y a que les oiseaux qui peuvent se réveiller au sommet\n\n",
157
+ "text_tagged": "Il n'y a que les oiseaux qui peuvent se réveiller au sommet\n\n"
158
+ },
159
+ {
160
+ "start": 98.73,
161
+ "end": 100.9,
162
+ "text": "Comme un loup que l'on assigne à résidence\n",
163
+ "text_tagged": "Comme un loup que l'on assigne à résidence\n"
164
+ },
165
+ {
166
+ "start": 101.11,
167
+ "end": 103.29,
168
+ "text": "Apaisé, vulnérable, attendant providence\n",
169
+ "text_tagged": "Apaisé, vulnérable, attendant providence\n"
170
+ },
171
+ {
172
+ "start": 103.52,
173
+ "end": 105.66,
174
+ "text": "Pour des aigles voraces qui ne voient que pitance\n",
175
+ "text_tagged": "Pour des aigles voraces qui ne voient que pitance\n"
176
+ },
177
+ {
178
+ "start": 105.9,
179
+ "end": 108.16,
180
+ "text": "Qui ne laisseront que l'os, voilà ma délivrance\n\n",
181
+ "text_tagged": "Qui ne laisseront que l'os, voilà ma délivrance\n\n"
182
+ },
183
+ {
184
+ "start": 108.31,
185
+ "end": 110.46,
186
+ "text": "Comme un loup que l'on assigne à résidence\n",
187
+ "text_tagged": "Comme un loup que l'on assigne à résidence\n"
188
+ },
189
+ {
190
+ "start": 110.7,
191
+ "end": 112.86,
192
+ "text": "Apaisé, vulnérable, attendant providence\n",
193
+ "text_tagged": "Apaisé, vulnérable, attendant providence\n"
194
+ },
195
+ {
196
+ "start": 113.08,
197
+ "end": 115.22,
198
+ "text": "Pour des aigles voraces qui ne voient que pitance\n",
199
+ "text_tagged": "Pour des aigles voraces qui ne voient que pitance\n"
200
+ },
201
+ {
202
+ "start": 115.51,
203
+ "end": 117.63,
204
+ "text": "Qui ne laisseront que l'os, voilà ma délivrance\n\n",
205
+ "text_tagged": "Qui ne laisseront que l'os, voilà ma délivrance\n\n"
206
+ },
207
+ {
208
+ "start": 116.97,
209
+ "end": 119.71,
210
+ "text": "L'homme n'est plus un sage, un guide parmi les singes\n",
211
+ "text_tagged": "L'homme n'est plus un sage, un guide parmi les singes\n"
212
+ },
213
+ {
214
+ "start": 119.71,
215
+ "end": 122.45,
216
+ "text": "Un animal qui vibre au rythme de nombreux messages codés\n",
217
+ "text_tagged": "Un animal qui vibre au rythme de nombreux messages codés\n"
218
+ },
219
+ {
220
+ "start": 122.6,
221
+ "end": 124.83,
222
+ "text": "Il se prétend Messie dans un monde vicieux\n",
223
+ "text_tagged": "Il se prétend Messie dans un monde vicieux\n"
224
+ },
225
+ {
226
+ "start": 124.99,
227
+ "end": 127.22,
228
+ "text": "Il se sent progressé, unique quand il ferme les yeux\n\n",
229
+ "text_tagged": "Il se sent progressé, unique quand il ferme les yeux\n\n"
230
+ },
231
+ {
232
+ "start": 126.73,
233
+ "end": 129.3,
234
+ "text": "L'homme est un solitaire actif mais paresseux\n",
235
+ "text_tagged": "L'homme est un solitaire actif mais paresseux\n"
236
+ },
237
+ {
238
+ "start": 129.46,
239
+ "end": 131.56,
240
+ "text": "Il adule les vipères qui se délectent de tous ces vœux\n",
241
+ "text_tagged": "Il adule les vipères qui se délectent de tous ces vœux\n"
242
+ },
243
+ {
244
+ "start": 131.56,
245
+ "end": 133.79,
246
+ "text": "Il envie le courage, une envie de courir\n",
247
+ "text_tagged": "Il envie le courage, une envie de courir\n"
248
+ },
249
+ {
250
+ "start": 133.96,
251
+ "end": 136.51,
252
+ "text": "Vers un profond sentiment de construire un monde à son image\n",
253
+ "text_tagged": "Vers un profond sentiment de construire un monde à son image\n"
254
+ },
255
+ {
256
+ "start": 136.51,
257
+ "end": 137.0,
258
+ "text": "Alors\n\n",
259
+ "text_tagged": "Alors\n\n"
260
+ },
261
+ {
262
+ "start": 137.26,
263
+ "end": 139.16,
264
+ "text": "Plus nourrir ce qui est essentiel\n",
265
+ "text_tagged": "Plus nourrir ce qui est essentiel\n"
266
+ },
267
+ {
268
+ "start": 139.39,
269
+ "end": 141.62,
270
+ "text": "À mourir au nom de cette essence\n",
271
+ "text_tagged": "À mourir au nom de cette essence\n"
272
+ },
273
+ {
274
+ "start": 141.87,
275
+ "end": 143.84,
276
+ "text": "À vouloir dominer le ciel\n",
277
+ "text_tagged": "À vouloir dominer le ciel\n"
278
+ },
279
+ {
280
+ "start": 143.84,
281
+ "end": 146.54,
282
+ "text": "Il n'y a que des barreaux pour lesquels nous n'trouverons pas le sommeil\n\n",
283
+ "text_tagged": "Il n'y a que des barreaux pour lesquels nous n'trouverons pas le sommeil\n\n"
284
+ },
285
+ {
286
+ "start": 146.69,
287
+ "end": 148.87,
288
+ "text": "Comme des papillons amputés des ailes\n",
289
+ "text_tagged": "Comme des papillons amputés des ailes\n"
290
+ },
291
+ {
292
+ "start": 148.95,
293
+ "end": 151.28,
294
+ "text": "Comme tous ces humains shootés au diesel\n",
295
+ "text_tagged": "Comme tous ces humains shootés au diesel\n"
296
+ },
297
+ {
298
+ "start": 151.52,
299
+ "end": 153.45,
300
+ "text": "Reproduction d'un cycle artificiel\n",
301
+ "text_tagged": "Reproduction d'un cycle artificiel\n"
302
+ },
303
+ {
304
+ "start": 153.45,
305
+ "end": 156.26,
306
+ "text": "Il n'y a que les oiseaux qui peuvent se réveiller au sommet\n",
307
+ "text_tagged": "Il n'y a que les oiseaux qui peuvent se réveiller au sommet\n"
308
+ }
309
+ ]
310
  }
alignment/Lower_Loveday_-_Is_It_Right_.json CHANGED
@@ -1,134 +1,160 @@
1
  {
2
- "lines": [
3
- {
4
- "start": 29.78,
5
- "end": 35.35,
6
- "text": "Late nights staying up, messaging you\n"
7
- },
8
- {
9
- "start": 36.82,
10
- "end": 43.15,
11
- "text": "Can I express what I'm feeling for you without revealing truths?\n\n"
12
- },
13
- {
14
- "start": 43.31,
15
- "end": 46.51,
16
- "text": "I've been thinking about you lately (lately)\n"
17
- },
18
- {
19
- "start": 46.85,
20
- "end": 49.94,
21
- "text": "That's a massive understatement, baby\n"
22
- },
23
- {
24
- "start": 50.37,
25
- "end": 54.14,
26
- "text": "I can't stop thinking about you all day and all night\n"
27
- },
28
- {
29
- "start": 55.11,
30
- "end": 56.55,
31
- "text": "Oh, but is it right?\n\n"
32
- },
33
- {
34
- "start": 58.24,
35
- "end": 64.13,
36
- "text": "Finally figured it out, I got my head around it\n"
37
- },
38
- {
39
- "start": 65.35,
40
- "end": 71.29,
41
- "text": "Although I know I've got to get myself out of this habit\n"
42
- },
43
- {
44
- "start": 72.76,
45
- "end": 78.29,
46
- "text": "Of falling for someone who's out of reach, it's unrealistic\n"
47
- },
48
- {
49
- "start": 79.55,
50
- "end": 85.19,
51
- "text": "My dream won't become a reality, but was it meant to be?\n\n"
52
- },
53
- {
54
- "start": 86.0,
55
- "end": 89.14,
56
- "text": "I've been thinking about you lately (lately)\n"
57
- },
58
- {
59
- "start": 89.46,
60
- "end": 92.72,
61
- "text": "That's a massive understatement, baby\n"
62
- },
63
- {
64
- "start": 93.05,
65
- "end": 96.9,
66
- "text": "'Cause I'm thinking about you all day and all night\n"
67
- },
68
- {
69
- "start": 97.74,
70
- "end": 99.46,
71
- "text": "Oh, but is it right?\n\n"
72
- },
73
- {
74
- "start": 101.13,
75
- "end": 106.93,
76
- "text": "I don't know but I, I know how it feels to me\n"
77
- },
78
- {
79
- "start": 107.62,
80
- "end": 113.46,
81
- "text": "Maybe you're just playing games, a game I don't wanna play\n"
82
- },
83
- {
84
- "start": 114.67,
85
- "end": 121.17,
86
- "text": "I don't know but I, I know how it feels to me\n"
87
- },
88
- {
89
- "start": 121.92,
90
- "end": 128.28,
91
- "text": "Maybe you're just playing games, a game I don't wanna play\n\n"
92
- },
93
- {
94
- "start": 142.87,
95
- "end": 146.02,
96
- "text": "I've been thinking about you lately (lately)\n"
97
- },
98
- {
99
- "start": 146.35,
100
- "end": 149.63,
101
- "text": "That's a massive understatement, baby\n"
102
- },
103
- {
104
- "start": 149.96,
105
- "end": 153.79,
106
- "text": "'Cause I'm thinking about you all day and all night\n"
107
- },
108
- {
109
- "start": 154.44,
110
- "end": 156.32,
111
- "text": "Oh, but is it right?\n\n"
112
- },
113
- {
114
- "start": 157.09,
115
- "end": 160.2,
116
- "text": "I've been thinking about you lately (lately)\n"
117
- },
118
- {
119
- "start": 160.69,
120
- "end": 163.87,
121
- "text": "That's a massive understatement, baby\n"
122
- },
123
- {
124
- "start": 164.16,
125
- "end": 168.16,
126
- "text": "'Cause I'm thinking about you all day and all night\n"
127
- },
128
- {
129
- "start": 168.65,
130
- "end": 170.4,
131
- "text": "Oh, but is it right?\n"
132
- }
133
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
134
  }
 
1
  {
2
+ "lines": [
3
+ {
4
+ "start": 29.78,
5
+ "end": 35.35,
6
+ "text": "Late nights staying up, messaging you\n",
7
+ "text_tagged": "Late nights staying up, messaging you\n"
8
+ },
9
+ {
10
+ "start": 36.82,
11
+ "end": 43.15,
12
+ "text": "Can I express what I'm feeling for you without revealing truths?\n\n",
13
+ "text_tagged": "Can I express what I'm feeling for you without revealing truths?\n\n"
14
+ },
15
+ {
16
+ "start": 43.31,
17
+ "end": 46.51,
18
+ "text": "I've been thinking about you lately (lately)\n",
19
+ "text_tagged": "I've been thinking about you lately (lately)\n"
20
+ },
21
+ {
22
+ "start": 46.85,
23
+ "end": 49.94,
24
+ "text": "That's a massive understatement, baby\n",
25
+ "text_tagged": "That's a massive understatement, baby\n"
26
+ },
27
+ {
28
+ "start": 50.37,
29
+ "end": 54.14,
30
+ "text": "I can't stop thinking about you all day and all night\n",
31
+ "text_tagged": "I can't stop thinking about you all day and all night\n"
32
+ },
33
+ {
34
+ "start": 55.11,
35
+ "end": 56.55,
36
+ "text": "Oh, but is it right?\n\n",
37
+ "text_tagged": "Oh, but is it right?\n\n"
38
+ },
39
+ {
40
+ "start": 58.24,
41
+ "end": 64.13,
42
+ "text": "Finally figured it out, I got my head around it\n",
43
+ "text_tagged": "Finally figured it out, I got my head around it\n"
44
+ },
45
+ {
46
+ "start": 65.35,
47
+ "end": 71.29,
48
+ "text": "Although I know I've got to get myself out of this habit\n",
49
+ "text_tagged": "Although I know I've got to get myself out of this habit\n"
50
+ },
51
+ {
52
+ "start": 72.76,
53
+ "end": 78.29,
54
+ "text": "Of falling for someone who's out of reach, it's unrealistic\n",
55
+ "text_tagged": "Of falling for someone who's out of reach, it's unrealistic\n"
56
+ },
57
+ {
58
+ "start": 79.55,
59
+ "end": 85.19,
60
+ "text": "My dream won't become a reality, but was it meant to be?\n\n",
61
+ "text_tagged": "My dream won't become a reality, but was it meant to be?\n\n"
62
+ },
63
+ {
64
+ "start": 86.0,
65
+ "end": 89.14,
66
+ "text": "I've been thinking about you lately (lately)\n",
67
+ "text_tagged": "I've been thinking about you lately (lately)\n"
68
+ },
69
+ {
70
+ "start": 89.46,
71
+ "end": 92.72,
72
+ "text": "That's a massive understatement, baby\n",
73
+ "text_tagged": "That's a massive understatement, baby\n"
74
+ },
75
+ {
76
+ "start": 93.05,
77
+ "end": 96.9,
78
+ "text": "'Cause I'm thinking about you all day and all night\n",
79
+ "text_tagged": "'Cause I'm thinking about you all day and all night\n"
80
+ },
81
+ {
82
+ "start": 97.74,
83
+ "end": 99.46,
84
+ "text": "Oh, but is it right?\n\n",
85
+ "text_tagged": "Oh, but is it right?\n\n"
86
+ },
87
+ {
88
+ "start": 101.13,
89
+ "end": 106.93,
90
+ "text": "I don't know but I, I know how it feels to me\n",
91
+ "text_tagged": "I don't know but I, I know how it feels to me\n"
92
+ },
93
+ {
94
+ "start": 107.62,
95
+ "end": 113.46,
96
+ "text": "Maybe you're just playing games, a game I don't wanna play\n",
97
+ "text_tagged": "Maybe you're just playing games, a game I don't wanna play\n"
98
+ },
99
+ {
100
+ "start": 114.67,
101
+ "end": 121.17,
102
+ "text": "I don't know but I, I know how it feels to me\n",
103
+ "text_tagged": "I don't know but I, I know how it feels to me\n"
104
+ },
105
+ {
106
+ "start": 121.92,
107
+ "end": 128.28,
108
+ "text": "Maybe you're just playing games, a game I don't wanna play\n\n",
109
+ "text_tagged": "Maybe you're just playing games, a game I don't wanna play\n\n"
110
+ },
111
+ {
112
+ "start": 142.87,
113
+ "end": 146.02,
114
+ "text": "I've been thinking about you lately (lately)\n",
115
+ "text_tagged": "I've been thinking about you lately (lately)\n"
116
+ },
117
+ {
118
+ "start": 146.35,
119
+ "end": 149.63,
120
+ "text": "That's a massive understatement, baby\n",
121
+ "text_tagged": "That's a massive understatement, baby\n"
122
+ },
123
+ {
124
+ "start": 149.96,
125
+ "end": 153.79,
126
+ "text": "'Cause I'm thinking about you all day and all night\n",
127
+ "text_tagged": "'Cause I'm thinking about you all day and all night\n"
128
+ },
129
+ {
130
+ "start": 154.44,
131
+ "end": 156.32,
132
+ "text": "Oh, but is it right?\n\n",
133
+ "text_tagged": "Oh, but is it right?\n\n"
134
+ },
135
+ {
136
+ "start": 157.09,
137
+ "end": 160.2,
138
+ "text": "I've been thinking about you lately (lately)\n",
139
+ "text_tagged": "I've been thinking about you lately (lately)\n"
140
+ },
141
+ {
142
+ "start": 160.69,
143
+ "end": 163.87,
144
+ "text": "That's a massive understatement, baby\n",
145
+ "text_tagged": "That's a massive understatement, baby\n"
146
+ },
147
+ {
148
+ "start": 164.16,
149
+ "end": 168.16,
150
+ "text": "'Cause I'm thinking about you all day and all night\n",
151
+ "text_tagged": "'Cause I'm thinking about you all day and all night\n"
152
+ },
153
+ {
154
+ "start": 168.65,
155
+ "end": 170.4,
156
+ "text": "Oh, but is it right?\n",
157
+ "text_tagged": "Oh, but is it right?\n"
158
+ }
159
+ ]
160
  }
alignment/Mes_Larmes_-_kobzx2z.json CHANGED
@@ -1,329 +1,394 @@
1
  {
2
- "lines": [
3
- {
4
- "start": 10.57,
5
- "end": 14.56,
6
- "text": "Ah, na-na-na, na-na\n\n"
7
- },
8
- {
9
- "start": 14.7,
10
- "end": 16.47,
11
- "text": "J'vois pas l'intérêt qu'on s'capte dans la rue\n"
12
- },
13
- {
14
- "start": 16.47,
15
- "end": 19.15,
16
- "text": "Si t'es déjà dans ma tête (ah)\n"
17
- },
18
- {
19
- "start": 18.19,
20
- "end": 19.45,
21
- "text": "J'connais le vice et la ruse\n"
22
- },
23
- {
24
- "start": 19.52,
25
- "end": 23.02,
26
- "text": "Moi, j'voyais personne quand j'avais besoin d'aide (ah)\n\n"
27
- },
28
- {
29
- "start": 22.06,
30
- "end": 23.37,
31
- "text": "Tu mets d'la haine dans ce cœur\n"
32
- },
33
- {
34
- "start": 23.37,
35
- "end": 24.23,
36
- "text": "J'en remets dans l'cup\n"
37
- },
38
- {
39
- "start": 24.35,
40
- "end": 29.23,
41
- "text": "Plus rien n'peut m'éclaircir (ah)\n"
42
- },
43
- {
44
- "start": 25.78,
45
- "end": 27.19,
46
- "text": "J'ai mis des pansements sur nos peurs\n"
47
- },
48
- {
49
- "start": 27.19,
50
- "end": 28.14,
51
- "text": "Mais pas sur nos pleurs\n"
52
- },
53
- {
54
- "start": 28.22,
55
- "end": 29.52,
56
- "text": "Comment puis-je m'investir\n\n"
57
- },
58
- {
59
- "start": 29.61,
60
- "end": 31.2,
61
- "text": "Et j'fais une prière à l'éternel\n"
62
- },
63
- {
64
- "start": 31.2,
65
- "end": 34.87,
66
- "text": "J'ai eu plus d'un tetrai dans la vie (ah)\n"
67
- },
68
- {
69
- "start": 33.58,
70
- "end": 34.98,
71
- "text": "Toi t'était là l'année dernière\n"
72
- },
73
- {
74
- "start": 34.98,
75
- "end": 38.85,
76
- "text": "Cette année qui va me souhaiter mon anniv' (ah) ?\n\n"
77
- },
78
- {
79
- "start": 37.4,
80
- "end": 38.72,
81
- "text": "Tu mets d'la haine dans ce cœur\n"
82
- },
83
- {
84
- "start": 38.72,
85
- "end": 39.54,
86
- "text": "J'en remets dans l'cup\n"
87
- },
88
- {
89
- "start": 39.64,
90
- "end": 41.78,
91
- "text": "Plus rien n'peut m'éclaircir (ah)\n"
92
- },
93
- {
94
- "start": 41.18,
95
- "end": 43.46,
96
- "text": "J'ai mis des pansements sur nos peurs (sur nos peurs)\n"
97
- },
98
- {
99
- "start": 43.55,
100
- "end": 44.73,
101
- "text": "Comment puis-je m'investir ?\n\n"
102
- },
103
- {
104
- "start": 44.89,
105
- "end": 48.57,
106
- "text": "Et qui effacera mes larmes ?\n"
107
- },
108
- {
109
- "start": 49.41,
110
- "end": 51.06,
111
- "text": "J'suis bon qu'à effriter\n"
112
- },
113
- {
114
- "start": 51.3,
115
- "end": 53.06,
116
- "text": "J'fais du cash everyday\n"
117
- },
118
- {
119
- "start": 52.57,
120
- "end": 56.26,
121
- "text": "Et qui effacera mes larmes ?\n"
122
- },
123
- {
124
- "start": 57.08,
125
- "end": 58.77,
126
- "text": "J'suis bon qu'à effriter\n"
127
- },
128
- {
129
- "start": 58.98,
130
- "end": 60.74,
131
- "text": "J'fais du cash everyday\n"
132
- },
133
- {
134
- "start": 60.83,
135
- "end": 62.06,
136
- "text": "Les larmes et la haine\n"
137
- },
138
- {
139
- "start": 62.72,
140
- "end": 63.93,
141
- "text": "Des larmes et la pénombre\n"
142
- },
143
- {
144
- "start": 64.59,
145
- "end": 65.85,
146
- "text": "J'veux zapper son prénom\n"
147
- },
148
- {
149
- "start": 66.49,
150
- "end": 67.77,
151
- "text": "J'veux zapper son prénom\n"
152
- },
153
- {
154
- "start": 67.65,
155
- "end": 69.72,
156
- "text": "Les larmes et la haine\n"
157
- },
158
- {
159
- "start": 70.38,
160
- "end": 71.64,
161
- "text": "Des larmes et la pénombre\n"
162
- },
163
- {
164
- "start": 72.26,
165
- "end": 73.54,
166
- "text": "J'veux zapper son prénom\n"
167
- },
168
- {
169
- "start": 74.14,
170
- "end": 75.43,
171
- "text": "J'veux zapper son prénom\n\n"
172
- },
173
- {
174
- "start": 75.64,
175
- "end": 77.01,
176
- "text": "Encore khabat dans la ville\n"
177
- },
178
- {
179
- "start": 77.06,
180
- "end": 80.78,
181
- "text": "J'te vois dans la nuit, t'a éteint cette flamme (ah)\n"
182
- },
183
- {
184
- "start": 79.5,
185
- "end": 80.83,
186
- "text": "Mais des mecs comme moi, y en a mille\n"
187
- },
188
- {
189
- "start": 80.9,
190
- "end": 81.68,
191
- "text": "Pas d'frères, pas d'amies\n"
192
- },
193
- {
194
- "start": 81.68,
195
- "end": 84.83,
196
- "text": "La vie j'vois qu'cette femme (ah)\n"
197
- },
198
- {
199
- "start": 83.53,
200
- "end": 85.54,
201
- "text": "Autour de moi que la misère\n"
202
- },
203
- {
204
- "start": 85.54,
205
- "end": 87.07,
206
- "text": "Trop de questions, trop de mystère (ah)\n"
207
- },
208
- {
209
- "start": 87.3,
210
- "end": 88.57,
211
- "text": "Ils m'demandent pourquoi j'suis sad\n"
212
- },
213
- {
214
- "start": 88.65,
215
- "end": 89.6,
216
- "text": "Mon cœur il est sale\n"
217
- },
218
- {
219
- "start": 89.6,
220
- "end": 91.13,
221
- "text": "On finit par s'y faire\n\n"
222
- },
223
- {
224
- "start": 92.62,
225
- "end": 94.23,
226
- "text": "J'regarde la lune\n"
227
- },
228
- {
229
- "start": 94.51,
230
- "end": 96.08,
231
- "text": "J'prends somnifère\n"
232
- },
233
- {
234
- "start": 96.48,
235
- "end": 97.93,
236
- "text": "Seul quand j'm'allume\n"
237
- },
238
- {
239
- "start": 98.35,
240
- "end": 99.9,
241
- "text": "Seul tout l'hiver\n"
242
- },
243
- {
244
- "start": 100.39,
245
- "end": 103.71,
246
- "text": "Ils rêvent de tout ce qu'ils n'ont pas\n"
247
- },
248
- {
249
- "start": 104.09,
250
- "end": 108.27,
251
- "text": "Seul dans la nuit, tu m'réponds pas ('ponds pas, 'ponds pas)\n\n"
252
- },
253
- {
254
- "start": 108.27,
255
- "end": 111.9,
256
- "text": "Et qui effacera mes larmes ?\n"
257
- },
258
- {
259
- "start": 112.75,
260
- "end": 114.43,
261
- "text": "J'suis bon qu'à effriter\n"
262
- },
263
- {
264
- "start": 114.66,
265
- "end": 116.5,
266
- "text": "J'fais du cash everyday\n"
267
- },
268
- {
269
- "start": 115.92,
270
- "end": 119.51,
271
- "text": "Et qui effacera mes larmes ?\n"
272
- },
273
- {
274
- "start": 120.44,
275
- "end": 122.13,
276
- "text": "J'suis bon qu'à effriter\n"
277
- },
278
- {
279
- "start": 122.35,
280
- "end": 124.11,
281
- "text": "J'fais du cash everyday\n"
282
- },
283
- {
284
- "start": 124.17,
285
- "end": 125.43,
286
- "text": "Les larmes et la haine\n"
287
- },
288
- {
289
- "start": 126.08,
290
- "end": 127.27,
291
- "text": "Des larmes et la pénombre\n"
292
- },
293
- {
294
- "start": 127.95,
295
- "end": 129.22,
296
- "text": "J'veux zapper son prénom\n"
297
- },
298
- {
299
- "start": 129.84,
300
- "end": 131.09,
301
- "text": "J'veux zapper son prénom\n"
302
- },
303
- {
304
- "start": 131.75,
305
- "end": 132.96,
306
- "text": "Les larmes et la haine\n"
307
- },
308
- {
309
- "start": 133.73,
310
- "end": 134.92,
311
- "text": "Des larmes et la pénombre\n"
312
- },
313
- {
314
- "start": 135.6,
315
- "end": 136.84,
316
- "text": "J'veux zapper son prénom\n"
317
- },
318
- {
319
- "start": 137.49,
320
- "end": 138.78,
321
- "text": "J'veux zapper son prénom\n"
322
- },
323
- {
324
- "start": 139.4,
325
- "end": 140.66,
326
- "text": "J'veux zapper son prénom\n"
327
- }
328
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
329
  }
 
1
  {
2
+ "lines": [
3
+ {
4
+ "start": 10.57,
5
+ "end": 14.56,
6
+ "text": "Ah, na-na-na, na-na\n\n",
7
+ "text_tagged": "<nl> Ah, na-na-na, na-na </nl>\n\n"
8
+ },
9
+ {
10
+ "start": 14.7,
11
+ "end": 16.47,
12
+ "text": "J'vois pas l'intérêt qu'on s'capte dans la rue\n",
13
+ "text_tagged": "J'vois pas l'intérêt qu'on s'capte dans la rue\n"
14
+ },
15
+ {
16
+ "start": 16.47,
17
+ "end": 19.15,
18
+ "text": "Si t'es déjà dans ma tête (ah)\n",
19
+ "text_tagged": "Si t'es déjà dans ma tête ( <nl> ah </nl> )\n"
20
+ },
21
+ {
22
+ "start": 18.19,
23
+ "end": 19.45,
24
+ "text": "J'connais le vice et la ruse\n",
25
+ "text_tagged": "J'connais le vice et la ruse\n"
26
+ },
27
+ {
28
+ "start": 19.52,
29
+ "end": 23.02,
30
+ "text": "Moi, j'voyais personne quand j'avais besoin d'aide (ah)\n\n",
31
+ "text_tagged": "Moi, j'voyais personne quand j'avais besoin d'aide ( <nl> ah </nl> )\n\n"
32
+ },
33
+ {
34
+ "start": 22.06,
35
+ "end": 23.37,
36
+ "text": "Tu mets d'la haine dans ce cœur\n",
37
+ "text_tagged": "Tu mets d'la haine dans ce cœur\n"
38
+ },
39
+ {
40
+ "start": 23.37,
41
+ "end": 24.23,
42
+ "text": "J'en remets dans l'cup\n",
43
+ "text_tagged": "J'en remets dans l'cup\n"
44
+ },
45
+ {
46
+ "start": 24.35,
47
+ "end": 29.23,
48
+ "text": "Plus rien n'peut m'éclaircir (ah)\n",
49
+ "text_tagged": "Plus rien n'peut m'éclaircir ( <nl> ah </nl> )\n"
50
+ },
51
+ {
52
+ "start": 25.78,
53
+ "end": 27.19,
54
+ "text": "J'ai mis des pansements sur nos peurs\n",
55
+ "text_tagged": "J'ai mis des pansements sur nos peurs\n"
56
+ },
57
+ {
58
+ "start": 27.19,
59
+ "end": 28.14,
60
+ "text": "Mais pas sur nos pleurs\n",
61
+ "text_tagged": "Mais pas sur nos pleurs\n"
62
+ },
63
+ {
64
+ "start": 28.22,
65
+ "end": 29.52,
66
+ "text": "Comment puis-je m'investir\n\n",
67
+ "text_tagged": "Comment puis-je m'investir\n\n"
68
+ },
69
+ {
70
+ "start": 29.61,
71
+ "end": 31.2,
72
+ "text": "Et j'fais une prière à l'éternel\n",
73
+ "text_tagged": "Et j'fais une prière à l'éternel\n"
74
+ },
75
+ {
76
+ "start": 31.2,
77
+ "end": 34.87,
78
+ "text": "J'ai eu plus d'un tetrai dans la vie (ah)\n",
79
+ "text_tagged": "J'ai eu plus d'un tetrai dans la vie ( <nl> ah </nl> )\n"
80
+ },
81
+ {
82
+ "start": 33.58,
83
+ "end": 34.98,
84
+ "text": "Toi t'était là l'année dernière\n",
85
+ "text_tagged": "Toi t'était là l'année dernière\n"
86
+ },
87
+ {
88
+ "start": 34.98,
89
+ "end": 38.85,
90
+ "text": "Cette année qui va me souhaiter mon anniv' (ah) ?\n\n",
91
+ "text_tagged": "Cette année qui va me souhaiter mon anniv' ( <nl> ah </nl> ) ?\n\n"
92
+ },
93
+ {
94
+ "start": 37.4,
95
+ "end": 38.72,
96
+ "text": "Tu mets d'la haine dans ce cœur\n",
97
+ "text_tagged": "Tu mets d'la haine dans ce cœur\n"
98
+ },
99
+ {
100
+ "start": 38.72,
101
+ "end": 39.54,
102
+ "text": "J'en remets dans l'cup\n",
103
+ "text_tagged": "J'en remets dans l'cup\n"
104
+ },
105
+ {
106
+ "start": 39.64,
107
+ "end": 41.78,
108
+ "text": "Plus rien n'peut m'éclaircir (ah)\n",
109
+ "text_tagged": "Plus rien n'peut m'éclaircir ( <nl> ah </nl> )\n"
110
+ },
111
+ {
112
+ "start": 41.18,
113
+ "end": 43.46,
114
+ "text": "J'ai mis des pansements sur nos peurs (sur nos peurs)\n",
115
+ "text_tagged": "J'ai mis des pansements sur nos peurs (sur nos peurs)\n"
116
+ },
117
+ {
118
+ "start": 43.55,
119
+ "end": 44.73,
120
+ "text": "Comment puis-je m'investir ?\n\n",
121
+ "text_tagged": "Comment puis-je m'investir ?\n\n"
122
+ },
123
+ {
124
+ "start": 44.89,
125
+ "end": 48.57,
126
+ "text": "Et qui effacera mes larmes ?\n",
127
+ "text_tagged": "Et qui effacera mes larmes ?\n"
128
+ },
129
+ {
130
+ "start": 49.41,
131
+ "end": 51.06,
132
+ "text": "J'suis bon qu'à effriter\n",
133
+ "text_tagged": "J'suis bon qu'à effriter\n"
134
+ },
135
+ {
136
+ "start": 51.3,
137
+ "end": 53.06,
138
+ "text": "J'fais du cash everyday\n",
139
+ "text_tagged": "J'fais du cash everyday\n"
140
+ },
141
+ {
142
+ "start": 52.57,
143
+ "end": 56.26,
144
+ "text": "Et qui effacera mes larmes ?\n",
145
+ "text_tagged": "Et qui effacera mes larmes ?\n"
146
+ },
147
+ {
148
+ "start": 57.08,
149
+ "end": 58.77,
150
+ "text": "J'suis bon qu'à effriter\n",
151
+ "text_tagged": "J'suis bon qu'à effriter\n"
152
+ },
153
+ {
154
+ "start": 58.98,
155
+ "end": 60.74,
156
+ "text": "J'fais du cash everyday\n",
157
+ "text_tagged": "J'fais du cash everyday\n"
158
+ },
159
+ {
160
+ "start": 60.83,
161
+ "end": 62.06,
162
+ "text": "Les larmes et la haine\n",
163
+ "text_tagged": "Les larmes et la haine\n"
164
+ },
165
+ {
166
+ "start": 62.72,
167
+ "end": 63.93,
168
+ "text": "Des larmes et la pénombre\n",
169
+ "text_tagged": "Des larmes et la pénombre\n"
170
+ },
171
+ {
172
+ "start": 64.59,
173
+ "end": 65.85,
174
+ "text": "J'veux zapper son prénom\n",
175
+ "text_tagged": "J'veux zapper son prénom\n"
176
+ },
177
+ {
178
+ "start": 66.49,
179
+ "end": 67.77,
180
+ "text": "J'veux zapper son prénom\n",
181
+ "text_tagged": "J'veux zapper son prénom\n"
182
+ },
183
+ {
184
+ "start": 67.65,
185
+ "end": 69.72,
186
+ "text": "Les larmes et la haine\n",
187
+ "text_tagged": "Les larmes et la haine\n"
188
+ },
189
+ {
190
+ "start": 70.38,
191
+ "end": 71.64,
192
+ "text": "Des larmes et la pénombre\n",
193
+ "text_tagged": "Des larmes et la pénombre\n"
194
+ },
195
+ {
196
+ "start": 72.26,
197
+ "end": 73.54,
198
+ "text": "J'veux zapper son prénom\n",
199
+ "text_tagged": "J'veux zapper son prénom\n"
200
+ },
201
+ {
202
+ "start": 74.14,
203
+ "end": 75.43,
204
+ "text": "J'veux zapper son prénom\n\n",
205
+ "text_tagged": "J'veux zapper son prénom\n\n"
206
+ },
207
+ {
208
+ "start": 75.64,
209
+ "end": 77.01,
210
+ "text": "Encore khabat dans la ville\n",
211
+ "text_tagged": "Encore khabat dans la ville\n"
212
+ },
213
+ {
214
+ "start": 77.06,
215
+ "end": 80.78,
216
+ "text": "J'te vois dans la nuit, t'a éteint cette flamme (ah)\n",
217
+ "text_tagged": "J'te vois dans la nuit, t'a éteint cette flamme ( <nl> ah </nl> )\n"
218
+ },
219
+ {
220
+ "start": 79.5,
221
+ "end": 80.83,
222
+ "text": "Mais des mecs comme moi, y en a mille\n",
223
+ "text_tagged": "Mais des mecs comme moi, y en a mille\n"
224
+ },
225
+ {
226
+ "start": 80.9,
227
+ "end": 81.68,
228
+ "text": "Pas d'frères, pas d'amies\n",
229
+ "text_tagged": "Pas d'frères, pas d'amies\n"
230
+ },
231
+ {
232
+ "start": 81.68,
233
+ "end": 84.83,
234
+ "text": "La vie j'vois qu'cette femme (ah)\n",
235
+ "text_tagged": "La vie j'vois qu'cette femme ( <nl> ah </nl> )\n"
236
+ },
237
+ {
238
+ "start": 83.53,
239
+ "end": 85.54,
240
+ "text": "Autour de moi que la misère\n",
241
+ "text_tagged": "Autour de moi que la misère\n"
242
+ },
243
+ {
244
+ "start": 85.54,
245
+ "end": 87.07,
246
+ "text": "Trop de questions, trop de mystère (ah)\n",
247
+ "text_tagged": "Trop de questions, trop de mystère ( <nl> ah </nl> )\n"
248
+ },
249
+ {
250
+ "start": 87.3,
251
+ "end": 88.57,
252
+ "text": "Ils m'demandent pourquoi j'suis sad\n",
253
+ "text_tagged": "Ils m'demandent pourquoi j'suis sad\n"
254
+ },
255
+ {
256
+ "start": 88.65,
257
+ "end": 89.6,
258
+ "text": "Mon cœur il est sale\n",
259
+ "text_tagged": "Mon cœur il est sale\n"
260
+ },
261
+ {
262
+ "start": 89.6,
263
+ "end": 91.13,
264
+ "text": "On finit par s'y faire\n\n",
265
+ "text_tagged": "On finit par s'y faire\n\n"
266
+ },
267
+ {
268
+ "start": 92.62,
269
+ "end": 94.23,
270
+ "text": "J'regarde la lune\n",
271
+ "text_tagged": "J'regarde la lune\n"
272
+ },
273
+ {
274
+ "start": 94.51,
275
+ "end": 96.08,
276
+ "text": "J'prends somnifère\n",
277
+ "text_tagged": "J'prends somnifère\n"
278
+ },
279
+ {
280
+ "start": 96.48,
281
+ "end": 97.93,
282
+ "text": "Seul quand j'm'allume\n",
283
+ "text_tagged": "Seul quand j'm'allume\n"
284
+ },
285
+ {
286
+ "start": 98.35,
287
+ "end": 99.9,
288
+ "text": "Seul tout l'hiver\n",
289
+ "text_tagged": "Seul tout l'hiver\n"
290
+ },
291
+ {
292
+ "start": 100.39,
293
+ "end": 103.71,
294
+ "text": "Ils rêvent de tout ce qu'ils n'ont pas\n",
295
+ "text_tagged": "Ils rêvent de tout ce qu'ils n'ont pas\n"
296
+ },
297
+ {
298
+ "start": 104.09,
299
+ "end": 108.27,
300
+ "text": "Seul dans la nuit, tu m'réponds pas ('ponds pas, 'ponds pas)\n\n",
301
+ "text_tagged": "Seul dans la nuit, tu m'réponds pas ('ponds pas, 'ponds pas)\n\n"
302
+ },
303
+ {
304
+ "start": 108.27,
305
+ "end": 111.9,
306
+ "text": "Et qui effacera mes larmes ?\n",
307
+ "text_tagged": "Et qui effacera mes larmes ?\n"
308
+ },
309
+ {
310
+ "start": 112.75,
311
+ "end": 114.43,
312
+ "text": "J'suis bon qu'à effriter\n",
313
+ "text_tagged": "J'suis bon qu'à effriter\n"
314
+ },
315
+ {
316
+ "start": 114.66,
317
+ "end": 116.5,
318
+ "text": "J'fais du cash everyday\n",
319
+ "text_tagged": "J'fais du cash everyday\n"
320
+ },
321
+ {
322
+ "start": 115.92,
323
+ "end": 119.51,
324
+ "text": "Et qui effacera mes larmes ?\n",
325
+ "text_tagged": "Et qui effacera mes larmes ?\n"
326
+ },
327
+ {
328
+ "start": 120.44,
329
+ "end": 122.13,
330
+ "text": "J'suis bon qu'à effriter\n",
331
+ "text_tagged": "J'suis bon qu'à effriter\n"
332
+ },
333
+ {
334
+ "start": 122.35,
335
+ "end": 124.11,
336
+ "text": "J'fais du cash everyday\n",
337
+ "text_tagged": "J'fais du cash everyday\n"
338
+ },
339
+ {
340
+ "start": 124.17,
341
+ "end": 125.43,
342
+ "text": "Les larmes et la haine\n",
343
+ "text_tagged": "Les larmes et la haine\n"
344
+ },
345
+ {
346
+ "start": 126.08,
347
+ "end": 127.27,
348
+ "text": "Des larmes et la pénombre\n",
349
+ "text_tagged": "Des larmes et la pénombre\n"
350
+ },
351
+ {
352
+ "start": 127.95,
353
+ "end": 129.22,
354
+ "text": "J'veux zapper son prénom\n",
355
+ "text_tagged": "J'veux zapper son prénom\n"
356
+ },
357
+ {
358
+ "start": 129.84,
359
+ "end": 131.09,
360
+ "text": "J'veux zapper son prénom\n",
361
+ "text_tagged": "J'veux zapper son prénom\n"
362
+ },
363
+ {
364
+ "start": 131.75,
365
+ "end": 132.96,
366
+ "text": "Les larmes et la haine\n",
367
+ "text_tagged": "Les larmes et la haine\n"
368
+ },
369
+ {
370
+ "start": 133.73,
371
+ "end": 134.92,
372
+ "text": "Des larmes et la pénombre\n",
373
+ "text_tagged": "Des larmes et la pénombre\n"
374
+ },
375
+ {
376
+ "start": 135.6,
377
+ "end": 136.84,
378
+ "text": "J'veux zapper son prénom\n",
379
+ "text_tagged": "J'veux zapper son prénom\n"
380
+ },
381
+ {
382
+ "start": 137.49,
383
+ "end": 138.78,
384
+ "text": "J'veux zapper son prénom\n",
385
+ "text_tagged": "J'veux zapper son prénom\n"
386
+ },
387
+ {
388
+ "start": 139.4,
389
+ "end": 140.66,
390
+ "text": "J'veux zapper son prénom\n",
391
+ "text_tagged": "J'veux zapper son prénom\n"
392
+ }
393
+ ]
394
  }
alignment/Moon_I_Mean_-_Wrong_Concept.json CHANGED
@@ -1,239 +1,286 @@
1
  {
2
- "lines": [
3
- {
4
- "start": 13.14,
5
- "end": 14.51,
6
- "text": "Maybe you hate me\n"
7
- },
8
- {
9
- "start": 15.8,
10
- "end": 18.92,
11
- "text": "But you dress somebody's suit\n"
12
- },
13
- {
14
- "start": 19.18,
15
- "end": 21.11,
16
- "text": "Because there's no risk\n"
17
- },
18
- {
19
- "start": 22.22,
20
- "end": 23.42,
21
- "text": "To put on a mask\n"
22
- },
23
- {
24
- "start": 25.47,
25
- "end": 31.03,
26
- "text": "When we get scared to live\n"
27
- },
28
- {
29
- "start": 32.02,
30
- "end": 38.39,
31
- "text": "With our back, with our back\n\n"
32
- },
33
- {
34
- "start": 39.08,
35
- "end": 40.5,
36
- "text": "Maybe you love me\n"
37
- },
38
- {
39
- "start": 41.73,
40
- "end": 45.02,
41
- "text": "But you run under the sun and me under the rain\n"
42
- },
43
- {
44
- "start": 45.02,
45
- "end": 47.56,
46
- "text": "It's so easy\n"
47
- },
48
- {
49
- "start": 48.17,
50
- "end": 50.35,
51
- "text": "To lose ourselves\n"
52
- },
53
- {
54
- "start": 51.42,
55
- "end": 57.75,
56
- "text": "When we get scared to love (ooh, ooh)\n"
57
- },
58
- {
59
- "start": 57.97,
60
- "end": 63.79,
61
- "text": "With every tear, with every fear\n\n"
62
- },
63
- {
64
- "start": 64.36,
65
- "end": 67.25,
66
- "text": "But you could give me just your money\n"
67
- },
68
- {
69
- "start": 67.68,
70
- "end": 70.69,
71
- "text": "But I wished just your honey\n"
72
- },
73
- {
74
- "start": 70.71,
75
- "end": 73.74,
76
- "text": "Burnt your t-shirt, that one with bunny\n"
77
- },
78
- {
79
- "start": 74.12,
80
- "end": 78.66,
81
- "text": "And now about you nothing more of funny\n\n"
82
- },
83
- {
84
- "start": 84.51,
85
- "end": 86.47,
86
- "text": "Maybe we'll meet again\n"
87
- },
88
- {
89
- "start": 87.1,
90
- "end": 90.45,
91
- "text": "But this not the right life for us\n"
92
- },
93
- {
94
- "start": 90.45,
95
- "end": 93.05,
96
- "text": "It's so hard\n"
97
- },
98
- {
99
- "start": 93.62,
100
- "end": 95.14,
101
- "text": "To live our love\n"
102
- },
103
- {
104
- "start": 96.83,
105
- "end": 103.15,
106
- "text": "When we get scared to see (ooh, ooh)\n"
107
- },
108
- {
109
- "start": 103.4,
110
- "end": 109.16,
111
- "text": "Inside our soul, inside our soul\n\n"
112
- },
113
- {
114
- "start": 109.84,
115
- "end": 112.82,
116
- "text": "But you could give me just your money\n"
117
- },
118
- {
119
- "start": 113.15,
120
- "end": 116.0,
121
- "text": "But I wished just your honey\n"
122
- },
123
- {
124
- "start": 116.13,
125
- "end": 119.36,
126
- "text": "Burnt your t-shirt, that one with bunny\n"
127
- },
128
- {
129
- "start": 119.58,
130
- "end": 123.26,
131
- "text": "And now about you nothing more of funny\n\n"
132
- },
133
- {
134
- "start": 123.26,
135
- "end": 126.06,
136
- "text": "Your mind is closed like an aquarium\n"
137
- },
138
- {
139
- "start": 126.06,
140
- "end": 129.52,
141
- "text": "Mine completely opened like the Colosseum\n"
142
- },
143
- {
144
- "start": 129.59,
145
- "end": 135.78,
146
- "text": "So nothing about idyll between us\n"
147
- },
148
- {
149
- "start": 135.79,
150
- "end": 138.11,
151
- "text": "It's not a wrong accent\n"
152
- },
153
- {
154
- "start": 138.15,
155
- "end": 141.13,
156
- "text": "No, no, no, no, no, no, no, no\n"
157
- },
158
- {
159
- "start": 141.46,
160
- "end": 145.14,
161
- "text": "What's wrong is the concept\n"
162
- },
163
- {
164
- "start": 145.5,
165
- "end": 148.69,
166
- "text": "Wrong concept to love\n\n"
167
- },
168
- {
169
- "start": 148.69,
170
- "end": 151.84,
171
- "text": "But you could give me just your money\n"
172
- },
173
- {
174
- "start": 152.03,
175
- "end": 154.95,
176
- "text": "But I wished just your honey\n"
177
- },
178
- {
179
- "start": 155.08,
180
- "end": 158.27,
181
- "text": "Burnt your t-shirt, that one with bunny\n"
182
- },
183
- {
184
- "start": 158.5,
185
- "end": 162.01,
186
- "text": "And now about you nothing more of funny\n\n"
187
- },
188
- {
189
- "start": 162.01,
190
- "end": 164.59,
191
- "text": "You could give me just your money\n"
192
- },
193
- {
194
- "start": 165.02,
195
- "end": 167.8,
196
- "text": "But I wished just your honey\n"
197
- },
198
- {
199
- "start": 167.95,
200
- "end": 171.31,
201
- "text": "Burnt your t-shirt, that one with bunny\n"
202
- },
203
- {
204
- "start": 171.44,
205
- "end": 177.79,
206
- "text": "And now about you nothing more of funny\n\n"
207
- },
208
- {
209
- "start": 178.01,
210
- "end": 179.66,
211
- "text": "Wrong concept\n"
212
- },
213
- {
214
- "start": 181.21,
215
- "end": 183.88,
216
- "text": "Wrong concept to love\n"
217
- },
218
- {
219
- "start": 184.47,
220
- "end": 192.83,
221
- "text": "Wrong concept\n"
222
- },
223
- {
224
- "start": 194.14,
225
- "end": 195.17,
226
- "text": "To love\n"
227
- },
228
- {
229
- "start": 195.75,
230
- "end": 196.74,
231
- "text": "To love\n"
232
- },
233
- {
234
- "start": 197.46,
235
- "end": 200.02,
236
- "text": "Wrong concept\n"
237
- }
238
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
239
  }
 
1
  {
2
+ "lines": [
3
+ {
4
+ "start": 13.14,
5
+ "end": 14.51,
6
+ "text": "Maybe you hate me\n",
7
+ "text_tagged": "Maybe you hate me\n"
8
+ },
9
+ {
10
+ "start": 15.8,
11
+ "end": 18.92,
12
+ "text": "But you dress somebody's suit\n",
13
+ "text_tagged": "But you dress somebody's suit\n"
14
+ },
15
+ {
16
+ "start": 19.18,
17
+ "end": 21.11,
18
+ "text": "Because there's no risk\n",
19
+ "text_tagged": "Because there's no risk\n"
20
+ },
21
+ {
22
+ "start": 22.22,
23
+ "end": 23.42,
24
+ "text": "To put on a mask\n",
25
+ "text_tagged": "To put on a mask\n"
26
+ },
27
+ {
28
+ "start": 25.47,
29
+ "end": 31.03,
30
+ "text": "When we get scared to live\n",
31
+ "text_tagged": "When we get scared to live\n"
32
+ },
33
+ {
34
+ "start": 32.02,
35
+ "end": 38.39,
36
+ "text": "With our back, with our back\n\n",
37
+ "text_tagged": "With our back, with our back\n\n"
38
+ },
39
+ {
40
+ "start": 39.08,
41
+ "end": 40.5,
42
+ "text": "Maybe you love me\n",
43
+ "text_tagged": "Maybe you love me\n"
44
+ },
45
+ {
46
+ "start": 41.73,
47
+ "end": 45.02,
48
+ "text": "But you run under the sun and me under the rain\n",
49
+ "text_tagged": "But you run under the sun and me under the rain\n"
50
+ },
51
+ {
52
+ "start": 45.02,
53
+ "end": 47.56,
54
+ "text": "It's so easy\n",
55
+ "text_tagged": "It's so easy\n"
56
+ },
57
+ {
58
+ "start": 48.17,
59
+ "end": 50.35,
60
+ "text": "To lose ourselves\n",
61
+ "text_tagged": "To lose ourselves\n"
62
+ },
63
+ {
64
+ "start": 51.42,
65
+ "end": 57.75,
66
+ "text": "When we get scared to love (ooh, ooh)\n",
67
+ "text_tagged": "When we get scared to love ( <nl> ooh, ooh </nl> )\n"
68
+ },
69
+ {
70
+ "start": 57.97,
71
+ "end": 63.79,
72
+ "text": "With every tear, with every fear\n\n",
73
+ "text_tagged": "With every tear, with every fear\n\n"
74
+ },
75
+ {
76
+ "start": 64.36,
77
+ "end": 67.25,
78
+ "text": "But you could give me just your money\n",
79
+ "text_tagged": "But you could give me just your money\n"
80
+ },
81
+ {
82
+ "start": 67.68,
83
+ "end": 70.69,
84
+ "text": "But I wished just your honey\n",
85
+ "text_tagged": "But I wished just your honey\n"
86
+ },
87
+ {
88
+ "start": 70.71,
89
+ "end": 73.74,
90
+ "text": "Burnt your t-shirt, that one with bunny\n",
91
+ "text_tagged": "Burnt your t-shirt, that one with bunny\n"
92
+ },
93
+ {
94
+ "start": 74.12,
95
+ "end": 78.66,
96
+ "text": "And now about you nothing more of funny\n\n",
97
+ "text_tagged": "And now about you nothing more of funny\n\n"
98
+ },
99
+ {
100
+ "start": 84.51,
101
+ "end": 86.47,
102
+ "text": "Maybe we'll meet again\n",
103
+ "text_tagged": "Maybe we'll meet again\n"
104
+ },
105
+ {
106
+ "start": 87.1,
107
+ "end": 90.45,
108
+ "text": "But this not the right life for us\n",
109
+ "text_tagged": "But this not the right life for us\n"
110
+ },
111
+ {
112
+ "start": 90.45,
113
+ "end": 93.05,
114
+ "text": "It's so hard\n",
115
+ "text_tagged": "It's so hard\n"
116
+ },
117
+ {
118
+ "start": 93.62,
119
+ "end": 95.14,
120
+ "text": "To live our love\n",
121
+ "text_tagged": "To live our love\n"
122
+ },
123
+ {
124
+ "start": 96.83,
125
+ "end": 103.15,
126
+ "text": "When we get scared to see (ooh, ooh)\n",
127
+ "text_tagged": "When we get scared to see ( <nl> ooh, ooh </nl> )\n"
128
+ },
129
+ {
130
+ "start": 103.4,
131
+ "end": 109.16,
132
+ "text": "Inside our soul, inside our soul\n\n",
133
+ "text_tagged": "Inside our soul, inside our soul\n\n"
134
+ },
135
+ {
136
+ "start": 109.84,
137
+ "end": 112.82,
138
+ "text": "But you could give me just your money\n",
139
+ "text_tagged": "But you could give me just your money\n"
140
+ },
141
+ {
142
+ "start": 113.15,
143
+ "end": 116.0,
144
+ "text": "But I wished just your honey\n",
145
+ "text_tagged": "But I wished just your honey\n"
146
+ },
147
+ {
148
+ "start": 116.13,
149
+ "end": 119.36,
150
+ "text": "Burnt your t-shirt, that one with bunny\n",
151
+ "text_tagged": "Burnt your t-shirt, that one with bunny\n"
152
+ },
153
+ {
154
+ "start": 119.58,
155
+ "end": 123.26,
156
+ "text": "And now about you nothing more of funny\n\n",
157
+ "text_tagged": "And now about you nothing more of funny\n\n"
158
+ },
159
+ {
160
+ "start": 123.26,
161
+ "end": 126.06,
162
+ "text": "Your mind is closed like an aquarium\n",
163
+ "text_tagged": "Your mind is closed like an aquarium\n"
164
+ },
165
+ {
166
+ "start": 126.06,
167
+ "end": 129.52,
168
+ "text": "Mine completely opened like the Colosseum\n",
169
+ "text_tagged": "Mine completely opened like the Colosseum\n"
170
+ },
171
+ {
172
+ "start": 129.59,
173
+ "end": 135.78,
174
+ "text": "So nothing about idyll between us\n",
175
+ "text_tagged": "So nothing about idyll between us\n"
176
+ },
177
+ {
178
+ "start": 135.79,
179
+ "end": 138.11,
180
+ "text": "It's not a wrong accent\n",
181
+ "text_tagged": "It's not a wrong accent\n"
182
+ },
183
+ {
184
+ "start": 138.15,
185
+ "end": 141.13,
186
+ "text": "No, no, no, no, no, no, no, no\n",
187
+ "text_tagged": "No, no, no, no, no, no, no, no\n"
188
+ },
189
+ {
190
+ "start": 141.46,
191
+ "end": 145.14,
192
+ "text": "What's wrong is the concept\n",
193
+ "text_tagged": "What's wrong is the concept\n"
194
+ },
195
+ {
196
+ "start": 145.5,
197
+ "end": 148.69,
198
+ "text": "Wrong concept to love\n\n",
199
+ "text_tagged": "Wrong concept to love\n\n"
200
+ },
201
+ {
202
+ "start": 148.69,
203
+ "end": 151.84,
204
+ "text": "But you could give me just your money\n",
205
+ "text_tagged": "But you could give me just your money\n"
206
+ },
207
+ {
208
+ "start": 152.03,
209
+ "end": 154.95,
210
+ "text": "But I wished just your honey\n",
211
+ "text_tagged": "But I wished just your honey\n"
212
+ },
213
+ {
214
+ "start": 155.08,
215
+ "end": 158.27,
216
+ "text": "Burnt your t-shirt, that one with bunny\n",
217
+ "text_tagged": "Burnt your t-shirt, that one with bunny\n"
218
+ },
219
+ {
220
+ "start": 158.5,
221
+ "end": 162.01,
222
+ "text": "And now about you nothing more of funny\n\n",
223
+ "text_tagged": "And now about you nothing more of funny\n\n"
224
+ },
225
+ {
226
+ "start": 162.01,
227
+ "end": 164.59,
228
+ "text": "You could give me just your money\n",
229
+ "text_tagged": "You could give me just your money\n"
230
+ },
231
+ {
232
+ "start": 165.02,
233
+ "end": 167.8,
234
+ "text": "But I wished just your honey\n",
235
+ "text_tagged": "But I wished just your honey\n"
236
+ },
237
+ {
238
+ "start": 167.95,
239
+ "end": 171.31,
240
+ "text": "Burnt your t-shirt, that one with bunny\n",
241
+ "text_tagged": "Burnt your t-shirt, that one with bunny\n"
242
+ },
243
+ {
244
+ "start": 171.44,
245
+ "end": 177.79,
246
+ "text": "And now about you nothing more of funny\n\n",
247
+ "text_tagged": "And now about you nothing more of funny\n\n"
248
+ },
249
+ {
250
+ "start": 178.01,
251
+ "end": 179.66,
252
+ "text": "Wrong concept\n",
253
+ "text_tagged": "Wrong concept\n"
254
+ },
255
+ {
256
+ "start": 181.21,
257
+ "end": 183.88,
258
+ "text": "Wrong concept to love\n",
259
+ "text_tagged": "Wrong concept to love\n"
260
+ },
261
+ {
262
+ "start": 184.47,
263
+ "end": 192.83,
264
+ "text": "Wrong concept\n",
265
+ "text_tagged": "Wrong concept\n"
266
+ },
267
+ {
268
+ "start": 194.14,
269
+ "end": 195.17,
270
+ "text": "To love\n",
271
+ "text_tagged": "To love\n"
272
+ },
273
+ {
274
+ "start": 195.75,
275
+ "end": 196.74,
276
+ "text": "To love\n",
277
+ "text_tagged": "To love\n"
278
+ },
279
+ {
280
+ "start": 197.46,
281
+ "end": 200.02,
282
+ "text": "Wrong concept\n",
283
+ "text_tagged": "Wrong concept\n"
284
+ }
285
+ ]
286
  }
alignment/Musik_-_Heiko.json CHANGED
@@ -1,184 +1,220 @@
1
  {
2
- "lines": [
3
- {
4
- "start": 28.03,
5
- "end": 33.77,
6
- "text": "Die Welt um mich herum bewegt sich stetig\n"
7
- },
8
- {
9
- "start": 35.29,
10
- "end": 39.56,
11
- "text": "Alles rauscht nur so an mir vorbei\n"
12
- },
13
- {
14
- "start": 42.48,
15
- "end": 49.36,
16
- "text": "Sehe alles nur verschleiert, scheint so weit weg doch ist es hier\n"
17
- },
18
- {
19
- "start": 50.22,
20
- "end": 53.66,
21
- "text": "Ich fühle mich hypnotisiert\n\n"
22
- },
23
- {
24
- "start": 57.53,
25
- "end": 64.38,
26
- "text": "Und von weit entfernt hör ich ein Geräusch\n"
27
- },
28
- {
29
- "start": 64.81,
30
- "end": 70.53,
31
- "text": "Ein zarter Klang, der mein Herz erfreut\n\n"
32
- },
33
- {
34
- "start": 70.58,
35
- "end": 74.07,
36
- "text": "Musik, du bist zurück\n"
37
- },
38
- {
39
- "start": 74.61,
40
- "end": 77.7,
41
- "text": "Um mich mit Liebe aufzufüllen\n"
42
- },
43
- {
44
- "start": 78.29,
45
- "end": 84.67,
46
- "text": "Um meine Seele zu berühr'n\n"
47
- },
48
- {
49
- "start": 85.51,
50
- "end": 89.17,
51
- "text": "Sind die Depressionen auch noch so groß\n"
52
- },
53
- {
54
- "start": 89.54,
55
- "end": 92.87,
56
- "text": "Holst du mich immer wieder raus\n"
57
- },
58
- {
59
- "start": 93.39,
60
- "end": 99.92,
61
- "text": "Gibst mir Mut und Kraft für jeden neuen Tag\n"
62
- },
63
- {
64
- "start": 100.47,
65
- "end": 103.49,
66
- "text": "Wär' ich taub oder wär' ich stumm\n"
67
- },
68
- {
69
- "start": 104.04,
70
- "end": 107.66,
71
- "text": "Hätte ich all diese Lieder nie gesung'\n"
72
- },
73
- {
74
- "start": 108.07,
75
- "end": 115.18,
76
- "text": "Hätte ich nicht mal gewusst, wie mir jetzt geschieht\n"
77
- },
78
- {
79
- "start": 115.66,
80
- "end": 119.27,
81
- "text": "Musik, du bist zurück\n"
82
- },
83
- {
84
- "start": 119.71,
85
- "end": 123.18,
86
- "text": "Um mich mit Liebe aufzufüllen\n"
87
- },
88
- {
89
- "start": 123.45,
90
- "end": 132.26,
91
- "text": "Um meine Seele zu berühr'n\n\n"
92
- },
93
- {
94
- "start": 161.15,
95
- "end": 167.09,
96
- "text": "Die Erde kreist und kreist, sie dreht sich ewig\n"
97
- },
98
- {
99
- "start": 169.2,
100
- "end": 173.23,
101
- "text": "Alles kommt und zieht vorbei\n"
102
- },
103
- {
104
- "start": 176.14,
105
- "end": 182.84,
106
- "text": "Suche Ordnung in dem Chaos, suche Frieden in dem Krieg\n"
107
- },
108
- {
109
- "start": 183.75,
110
- "end": 187.57,
111
- "text": "Und wunder mich, warums nicht geht\n\n"
112
- },
113
- {
114
- "start": 191.02,
115
- "end": 197.71,
116
- "text": "Und von weit entfernt hör ich ein Geräusch\n"
117
- },
118
- {
119
- "start": 198.34,
120
- "end": 204.14,
121
- "text": "Ein zarter Klang, der mein Herz erfreut\n\n"
122
- },
123
- {
124
- "start": 204.14,
125
- "end": 207.59,
126
- "text": "Musik, du bist zurück\n"
127
- },
128
- {
129
- "start": 208.09,
130
- "end": 211.28,
131
- "text": "Um mich mit Liebe aufzufüllen\n"
132
- },
133
- {
134
- "start": 211.75,
135
- "end": 218.34,
136
- "text": "Um meine Seele zu berühr'n\n"
137
- },
138
- {
139
- "start": 218.88,
140
- "end": 222.48,
141
- "text": "Sind die Depression auch noch so groß\n"
142
- },
143
- {
144
- "start": 222.85,
145
- "end": 226.32,
146
- "text": "Holst du mich immer wieder raus\n"
147
- },
148
- {
149
- "start": 226.77,
150
- "end": 233.0,
151
- "text": "Gibst mir Mut und Kraft für jeden neuen Tag\n"
152
- },
153
- {
154
- "start": 233.7,
155
- "end": 237.01,
156
- "text": "Wär' ich taub oder wär' ich stumm\n"
157
- },
158
- {
159
- "start": 237.32,
160
- "end": 240.76,
161
- "text": "Hätte ich all diese Lieder nie gesung'\n"
162
- },
163
- {
164
- "start": 241.16,
165
- "end": 248.1,
166
- "text": "Hätte ich nicht mal gewusst, wie mir jetzt geschieht\n"
167
- },
168
- {
169
- "start": 248.6,
170
- "end": 251.97,
171
- "text": "Musik, du bist zurück\n"
172
- },
173
- {
174
- "start": 252.58,
175
- "end": 255.94,
176
- "text": "Um mich mit Liebe aufzufüllen\n"
177
- },
178
- {
179
- "start": 256.3,
180
- "end": 264.56,
181
- "text": "Um meine Seele zu berühr'n\n"
182
- }
183
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
184
  }
 
1
  {
2
+ "lines": [
3
+ {
4
+ "start": 28.03,
5
+ "end": 33.77,
6
+ "text": "Die Welt um mich herum bewegt sich stetig\n",
7
+ "text_tagged": "Die Welt um mich herum bewegt sich stetig\n"
8
+ },
9
+ {
10
+ "start": 35.29,
11
+ "end": 39.56,
12
+ "text": "Alles rauscht nur so an mir vorbei\n",
13
+ "text_tagged": "Alles rauscht nur so an mir vorbei\n"
14
+ },
15
+ {
16
+ "start": 42.48,
17
+ "end": 49.36,
18
+ "text": "Sehe alles nur verschleiert, scheint so weit weg doch ist es hier\n",
19
+ "text_tagged": "Sehe alles nur verschleiert, scheint so weit weg doch ist es hier\n"
20
+ },
21
+ {
22
+ "start": 50.22,
23
+ "end": 53.66,
24
+ "text": "Ich fühle mich hypnotisiert\n\n",
25
+ "text_tagged": "Ich fühle mich hypnotisiert\n\n"
26
+ },
27
+ {
28
+ "start": 57.53,
29
+ "end": 64.38,
30
+ "text": "Und von weit entfernt hör ich ein Geräusch\n",
31
+ "text_tagged": "Und von weit entfernt hör ich ein Geräusch\n"
32
+ },
33
+ {
34
+ "start": 64.81,
35
+ "end": 70.53,
36
+ "text": "Ein zarter Klang, der mein Herz erfreut\n\n",
37
+ "text_tagged": "Ein zarter Klang, der mein Herz erfreut\n\n"
38
+ },
39
+ {
40
+ "start": 70.58,
41
+ "end": 74.07,
42
+ "text": "Musik, du bist zurück\n",
43
+ "text_tagged": "Musik, du bist zurück\n"
44
+ },
45
+ {
46
+ "start": 74.61,
47
+ "end": 77.7,
48
+ "text": "Um mich mit Liebe aufzufüllen\n",
49
+ "text_tagged": "Um mich mit Liebe aufzufüllen\n"
50
+ },
51
+ {
52
+ "start": 78.29,
53
+ "end": 84.67,
54
+ "text": "Um meine Seele zu berühr'n\n",
55
+ "text_tagged": "Um meine Seele zu berühr'n\n"
56
+ },
57
+ {
58
+ "start": 85.51,
59
+ "end": 89.17,
60
+ "text": "Sind die Depressionen auch noch so groß\n",
61
+ "text_tagged": "Sind die Depressionen auch noch so groß\n"
62
+ },
63
+ {
64
+ "start": 89.54,
65
+ "end": 92.87,
66
+ "text": "Holst du mich immer wieder raus\n",
67
+ "text_tagged": "Holst du mich immer wieder raus\n"
68
+ },
69
+ {
70
+ "start": 93.39,
71
+ "end": 99.92,
72
+ "text": "Gibst mir Mut und Kraft für jeden neuen Tag\n",
73
+ "text_tagged": "Gibst mir Mut und Kraft für jeden neuen Tag\n"
74
+ },
75
+ {
76
+ "start": 100.47,
77
+ "end": 103.49,
78
+ "text": "Wär' ich taub oder wär' ich stumm\n",
79
+ "text_tagged": "Wär' ich taub oder wär' ich stumm\n"
80
+ },
81
+ {
82
+ "start": 104.04,
83
+ "end": 107.66,
84
+ "text": "Hätte ich all diese Lieder nie gesung'\n",
85
+ "text_tagged": "Hätte ich all diese Lieder nie gesung'\n"
86
+ },
87
+ {
88
+ "start": 108.07,
89
+ "end": 115.18,
90
+ "text": "Hätte ich nicht mal gewusst, wie mir jetzt geschieht\n",
91
+ "text_tagged": "Hätte ich nicht mal gewusst, wie mir jetzt geschieht\n"
92
+ },
93
+ {
94
+ "start": 115.66,
95
+ "end": 119.27,
96
+ "text": "Musik, du bist zurück\n",
97
+ "text_tagged": "Musik, du bist zurück\n"
98
+ },
99
+ {
100
+ "start": 119.71,
101
+ "end": 123.18,
102
+ "text": "Um mich mit Liebe aufzufüllen\n",
103
+ "text_tagged": "Um mich mit Liebe aufzufüllen\n"
104
+ },
105
+ {
106
+ "start": 123.45,
107
+ "end": 132.26,
108
+ "text": "Um meine Seele zu berühr'n\n\n",
109
+ "text_tagged": "Um meine Seele zu berühr'n\n\n"
110
+ },
111
+ {
112
+ "start": 161.15,
113
+ "end": 167.09,
114
+ "text": "Die Erde kreist und kreist, sie dreht sich ewig\n",
115
+ "text_tagged": "Die Erde kreist und kreist, sie dreht sich ewig\n"
116
+ },
117
+ {
118
+ "start": 169.2,
119
+ "end": 173.23,
120
+ "text": "Alles kommt und zieht vorbei\n",
121
+ "text_tagged": "Alles kommt und zieht vorbei\n"
122
+ },
123
+ {
124
+ "start": 176.14,
125
+ "end": 182.84,
126
+ "text": "Suche Ordnung in dem Chaos, suche Frieden in dem Krieg\n",
127
+ "text_tagged": "Suche Ordnung in dem Chaos, suche Frieden in dem Krieg\n"
128
+ },
129
+ {
130
+ "start": 183.75,
131
+ "end": 187.57,
132
+ "text": "Und wunder mich, warums nicht geht\n\n",
133
+ "text_tagged": "Und wunder mich, warums nicht geht\n\n"
134
+ },
135
+ {
136
+ "start": 191.02,
137
+ "end": 197.71,
138
+ "text": "Und von weit entfernt hör ich ein Geräusch\n",
139
+ "text_tagged": "Und von weit entfernt hör ich ein Geräusch\n"
140
+ },
141
+ {
142
+ "start": 198.34,
143
+ "end": 204.14,
144
+ "text": "Ein zarter Klang, der mein Herz erfreut\n\n",
145
+ "text_tagged": "Ein zarter Klang, der mein Herz erfreut\n\n"
146
+ },
147
+ {
148
+ "start": 204.14,
149
+ "end": 207.59,
150
+ "text": "Musik, du bist zurück\n",
151
+ "text_tagged": "Musik, du bist zurück\n"
152
+ },
153
+ {
154
+ "start": 208.09,
155
+ "end": 211.28,
156
+ "text": "Um mich mit Liebe aufzufüllen\n",
157
+ "text_tagged": "Um mich mit Liebe aufzufüllen\n"
158
+ },
159
+ {
160
+ "start": 211.75,
161
+ "end": 218.34,
162
+ "text": "Um meine Seele zu berühr'n\n",
163
+ "text_tagged": "Um meine Seele zu berühr'n\n"
164
+ },
165
+ {
166
+ "start": 218.88,
167
+ "end": 222.48,
168
+ "text": "Sind die Depression auch noch so groß\n",
169
+ "text_tagged": "Sind die Depression auch noch so groß\n"
170
+ },
171
+ {
172
+ "start": 222.85,
173
+ "end": 226.32,
174
+ "text": "Holst du mich immer wieder raus\n",
175
+ "text_tagged": "Holst du mich immer wieder raus\n"
176
+ },
177
+ {
178
+ "start": 226.77,
179
+ "end": 233.0,
180
+ "text": "Gibst mir Mut und Kraft für jeden neuen Tag\n",
181
+ "text_tagged": "Gibst mir Mut und Kraft für jeden neuen Tag\n"
182
+ },
183
+ {
184
+ "start": 233.7,
185
+ "end": 237.01,
186
+ "text": "Wär' ich taub oder wär' ich stumm\n",
187
+ "text_tagged": "Wär' ich taub oder wär' ich stumm\n"
188
+ },
189
+ {
190
+ "start": 237.32,
191
+ "end": 240.76,
192
+ "text": "Hätte ich all diese Lieder nie gesung'\n",
193
+ "text_tagged": "Hätte ich all diese Lieder nie gesung'\n"
194
+ },
195
+ {
196
+ "start": 241.16,
197
+ "end": 248.1,
198
+ "text": "Hätte ich nicht mal gewusst, wie mir jetzt geschieht\n",
199
+ "text_tagged": "Hätte ich nicht mal gewusst, wie mir jetzt geschieht\n"
200
+ },
201
+ {
202
+ "start": 248.6,
203
+ "end": 251.97,
204
+ "text": "Musik, du bist zurück\n",
205
+ "text_tagged": "Musik, du bist zurück\n"
206
+ },
207
+ {
208
+ "start": 252.58,
209
+ "end": 255.94,
210
+ "text": "Um mich mit Liebe aufzufüllen\n",
211
+ "text_tagged": "Um mich mit Liebe aufzufüllen\n"
212
+ },
213
+ {
214
+ "start": 256.3,
215
+ "end": 264.56,
216
+ "text": "Um meine Seele zu berühr'n\n",
217
+ "text_tagged": "Um meine Seele zu berühr'n\n"
218
+ }
219
+ ]
220
  }
alignment/Mère_nature_-_Law'.json CHANGED
@@ -1,184 +1,220 @@
1
  {
2
- "lines": [
3
- {
4
- "start": 18.28,
5
- "end": 22.09,
6
- "text": "La terre est ma plus jeune enfant\n"
7
- },
8
- {
9
- "start": 22.65,
10
- "end": 26.19,
11
- "text": "Je suis la mère de tous les océans\n"
12
- },
13
- {
14
- "start": 27.03,
15
- "end": 30.65,
16
- "text": "Quand je m'énerve, deux ou trois volcans\n"
17
- },
18
- {
19
- "start": 31.33,
20
- "end": 35.28,
21
- "text": "Un petit déluge et un tremblement\n\n"
22
- },
23
- {
24
- "start": 35.76,
25
- "end": 39.81,
26
- "text": "Je n'peux pas dire que la vie m'est dure\n"
27
- },
28
- {
29
- "start": 40.11,
30
- "end": 44.15,
31
- "text": "J'vais pas te faire une gueule d'atmosphère\n\n"
32
- },
33
- {
34
- "start": 45.58,
35
- "end": 49.75,
36
- "text": "Je suis là, je suis la mère nature\n"
37
- },
38
- {
39
- "start": 49.91,
40
- "end": 54.28,
41
- "text": "J'en suis là, je suis la terre mature\n"
42
- },
43
- {
44
- "start": 54.28,
45
- "end": 58.64,
46
- "text": "Je n'suis pas de bon augure, c'est sûr\n"
47
- },
48
- {
49
- "start": 58.64,
50
- "end": 64.7,
51
- "text": "J'en suis las de toute ta pourriture\n\n"
52
- },
53
- {
54
- "start": 66.32,
55
- "end": 69.86,
56
- "text": "J'ai bien envie de me couler un bain\n"
57
- },
58
- {
59
- "start": 70.66,
60
- "end": 74.16,
61
- "text": "Prends ta combi', ton masque et tuba\n"
62
- },
63
- {
64
- "start": 75.03,
65
- "end": 78.37,
66
- "text": "Après, j'irai me dorer la pilule\n"
67
- },
68
- {
69
- "start": 79.37,
70
- "end": 83.37,
71
- "text": "Prends tes lunettes, ta casquette et ton pull\n\n"
72
- },
73
- {
74
- "start": 83.77,
75
- "end": 87.33,
76
- "text": "Des fois que je change d'avis\n"
77
- },
78
- {
79
- "start": 88.11,
80
- "end": 92.6,
81
- "text": "J'prévois jamais toutes mes envies\n\n"
82
- },
83
- {
84
- "start": 93.56,
85
- "end": 97.79,
86
- "text": "Je suis là, je suis la mère nature\n"
87
- },
88
- {
89
- "start": 97.9,
90
- "end": 102.28,
91
- "text": "J'en suis là, je suis la terre mature\n"
92
- },
93
- {
94
- "start": 102.28,
95
- "end": 106.49,
96
- "text": "Je n'suis pas de bon augure, c'est sûr\n"
97
- },
98
- {
99
- "start": 106.62,
100
- "end": 113.07,
101
- "text": "J'en suis las de toute ta pourriture\n\n"
102
- },
103
- {
104
- "start": 114.34,
105
- "end": 117.84,
106
- "text": "J'aime trop la vie pour te laisser mourir\n"
107
- },
108
- {
109
- "start": 118.64,
110
- "end": 122.54,
111
- "text": "J'aime trop la mort pour te laisser sourire\n"
112
- },
113
- {
114
- "start": 123.05,
115
- "end": 126.44,
116
- "text": "Même si je te le laisse celui-là\n"
117
- },
118
- {
119
- "start": 127.37,
120
- "end": 131.73,
121
- "text": "Fais attention à celui qui va là\n\n"
122
- },
123
- {
124
- "start": 132.82,
125
- "end": 137.18,
126
- "text": "Je suis là, je suis la mère nature\n"
127
- },
128
- {
129
- "start": 137.18,
130
- "end": 141.44,
131
- "text": "J'en suis là, je suis la terre mature\n"
132
- },
133
- {
134
- "start": 141.58,
135
- "end": 145.94,
136
- "text": "Je n'suis pas de bon augure, c'est sûr\n"
137
- },
138
- {
139
- "start": 145.94,
140
- "end": 150.29,
141
- "text": "J'en suis las de toute ta pourriture\n\n"
142
- },
143
- {
144
- "start": 150.29,
145
- "end": 154.48,
146
- "text": "Je suis là, je suis la mère mature\n"
147
- },
148
- {
149
- "start": 154.65,
150
- "end": 158.88,
151
- "text": "J'en suis là, j'essuie ta pourriture\n"
152
- },
153
- {
154
- "start": 159.02,
155
- "end": 163.25,
156
- "text": "J'y suis là, j'efface tes ratures\n"
157
- },
158
- {
159
- "start": 163.38,
160
- "end": 169.89,
161
- "text": "Je suis las d'être ta mère nature\n\n"
162
- },
163
- {
164
- "start": 204.82,
165
- "end": 209.03,
166
- "text": "Je suis la mère nature\n"
167
- },
168
- {
169
- "start": 209.18,
170
- "end": 213.57,
171
- "text": "Tu es ma pourriture\n"
172
- },
173
- {
174
- "start": 213.57,
175
- "end": 217.74,
176
- "text": "Je suis la mère nature\n"
177
- },
178
- {
179
- "start": 217.92,
180
- "end": 222.68,
181
- "text": "Tu es ma pourriture\n"
182
- }
183
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
184
  }
 
1
  {
2
+ "lines": [
3
+ {
4
+ "start": 18.28,
5
+ "end": 22.09,
6
+ "text": "La terre est ma plus jeune enfant\n",
7
+ "text_tagged": "La terre est ma plus jeune enfant\n"
8
+ },
9
+ {
10
+ "start": 22.65,
11
+ "end": 26.19,
12
+ "text": "Je suis la mère de tous les océans\n",
13
+ "text_tagged": "Je suis la mère de tous les océans\n"
14
+ },
15
+ {
16
+ "start": 27.03,
17
+ "end": 30.65,
18
+ "text": "Quand je m'énerve, deux ou trois volcans\n",
19
+ "text_tagged": "Quand je m'énerve, deux ou trois volcans\n"
20
+ },
21
+ {
22
+ "start": 31.33,
23
+ "end": 35.28,
24
+ "text": "Un petit déluge et un tremblement\n\n",
25
+ "text_tagged": "Un petit déluge et un tremblement\n\n"
26
+ },
27
+ {
28
+ "start": 35.76,
29
+ "end": 39.81,
30
+ "text": "Je n'peux pas dire que la vie m'est dure\n",
31
+ "text_tagged": "Je n'peux pas dire que la vie m'est dure\n"
32
+ },
33
+ {
34
+ "start": 40.11,
35
+ "end": 44.15,
36
+ "text": "J'vais pas te faire une gueule d'atmosphère\n\n",
37
+ "text_tagged": "J'vais pas te faire une gueule d'atmosphère\n\n"
38
+ },
39
+ {
40
+ "start": 45.58,
41
+ "end": 49.75,
42
+ "text": "Je suis là, je suis la mère nature\n",
43
+ "text_tagged": "Je suis là, je suis la mère nature\n"
44
+ },
45
+ {
46
+ "start": 49.91,
47
+ "end": 54.28,
48
+ "text": "J'en suis là, je suis la terre mature\n",
49
+ "text_tagged": "J'en suis là, je suis la terre mature\n"
50
+ },
51
+ {
52
+ "start": 54.28,
53
+ "end": 58.64,
54
+ "text": "Je n'suis pas de bon augure, c'est sûr\n",
55
+ "text_tagged": "Je n'suis pas de bon augure, c'est sûr\n"
56
+ },
57
+ {
58
+ "start": 58.64,
59
+ "end": 64.7,
60
+ "text": "J'en suis las de toute ta pourriture\n\n",
61
+ "text_tagged": "J'en suis las de toute ta pourriture\n\n"
62
+ },
63
+ {
64
+ "start": 66.32,
65
+ "end": 69.86,
66
+ "text": "J'ai bien envie de me couler un bain\n",
67
+ "text_tagged": "J'ai bien envie de me couler un bain\n"
68
+ },
69
+ {
70
+ "start": 70.66,
71
+ "end": 74.16,
72
+ "text": "Prends ta combi', ton masque et tuba\n",
73
+ "text_tagged": "Prends ta combi', ton masque et tuba\n"
74
+ },
75
+ {
76
+ "start": 75.03,
77
+ "end": 78.37,
78
+ "text": "Après, j'irai me dorer la pilule\n",
79
+ "text_tagged": "Après, j'irai me dorer la pilule\n"
80
+ },
81
+ {
82
+ "start": 79.37,
83
+ "end": 83.37,
84
+ "text": "Prends tes lunettes, ta casquette et ton pull\n\n",
85
+ "text_tagged": "Prends tes lunettes, ta casquette et ton pull\n\n"
86
+ },
87
+ {
88
+ "start": 83.77,
89
+ "end": 87.33,
90
+ "text": "Des fois que je change d'avis\n",
91
+ "text_tagged": "Des fois que je change d'avis\n"
92
+ },
93
+ {
94
+ "start": 88.11,
95
+ "end": 92.6,
96
+ "text": "J'prévois jamais toutes mes envies\n\n",
97
+ "text_tagged": "J'prévois jamais toutes mes envies\n\n"
98
+ },
99
+ {
100
+ "start": 93.56,
101
+ "end": 97.79,
102
+ "text": "Je suis là, je suis la mère nature\n",
103
+ "text_tagged": "Je suis là, je suis la mère nature\n"
104
+ },
105
+ {
106
+ "start": 97.9,
107
+ "end": 102.28,
108
+ "text": "J'en suis là, je suis la terre mature\n",
109
+ "text_tagged": "J'en suis là, je suis la terre mature\n"
110
+ },
111
+ {
112
+ "start": 102.28,
113
+ "end": 106.49,
114
+ "text": "Je n'suis pas de bon augure, c'est sûr\n",
115
+ "text_tagged": "Je n'suis pas de bon augure, c'est sûr\n"
116
+ },
117
+ {
118
+ "start": 106.62,
119
+ "end": 113.07,
120
+ "text": "J'en suis las de toute ta pourriture\n\n",
121
+ "text_tagged": "J'en suis las de toute ta pourriture\n\n"
122
+ },
123
+ {
124
+ "start": 114.34,
125
+ "end": 117.84,
126
+ "text": "J'aime trop la vie pour te laisser mourir\n",
127
+ "text_tagged": "J'aime trop la vie pour te laisser mourir\n"
128
+ },
129
+ {
130
+ "start": 118.64,
131
+ "end": 122.54,
132
+ "text": "J'aime trop la mort pour te laisser sourire\n",
133
+ "text_tagged": "J'aime trop la mort pour te laisser sourire\n"
134
+ },
135
+ {
136
+ "start": 123.05,
137
+ "end": 126.44,
138
+ "text": "Même si je te le laisse celui-là\n",
139
+ "text_tagged": "Même si je te le laisse celui-là\n"
140
+ },
141
+ {
142
+ "start": 127.37,
143
+ "end": 131.73,
144
+ "text": "Fais attention à celui qui va là\n\n",
145
+ "text_tagged": "Fais attention à celui qui va là\n\n"
146
+ },
147
+ {
148
+ "start": 132.82,
149
+ "end": 137.18,
150
+ "text": "Je suis là, je suis la mère nature\n",
151
+ "text_tagged": "Je suis là, je suis la mère nature\n"
152
+ },
153
+ {
154
+ "start": 137.18,
155
+ "end": 141.44,
156
+ "text": "J'en suis là, je suis la terre mature\n",
157
+ "text_tagged": "J'en suis là, je suis la terre mature\n"
158
+ },
159
+ {
160
+ "start": 141.58,
161
+ "end": 145.94,
162
+ "text": "Je n'suis pas de bon augure, c'est sûr\n",
163
+ "text_tagged": "Je n'suis pas de bon augure, c'est sûr\n"
164
+ },
165
+ {
166
+ "start": 145.94,
167
+ "end": 150.29,
168
+ "text": "J'en suis las de toute ta pourriture\n\n",
169
+ "text_tagged": "J'en suis las de toute ta pourriture\n\n"
170
+ },
171
+ {
172
+ "start": 150.29,
173
+ "end": 154.48,
174
+ "text": "Je suis là, je suis la mère mature\n",
175
+ "text_tagged": "Je suis là, je suis la mère mature\n"
176
+ },
177
+ {
178
+ "start": 154.65,
179
+ "end": 158.88,
180
+ "text": "J'en suis là, j'essuie ta pourriture\n",
181
+ "text_tagged": "J'en suis là, j'essuie ta pourriture\n"
182
+ },
183
+ {
184
+ "start": 159.02,
185
+ "end": 163.25,
186
+ "text": "J'y suis là, j'efface tes ratures\n",
187
+ "text_tagged": "J'y suis là, j'efface tes ratures\n"
188
+ },
189
+ {
190
+ "start": 163.38,
191
+ "end": 169.89,
192
+ "text": "Je suis las d'être ta mère nature\n\n",
193
+ "text_tagged": "Je suis las d'être ta mère nature\n\n"
194
+ },
195
+ {
196
+ "start": 204.82,
197
+ "end": 209.03,
198
+ "text": "Je suis la mère nature\n",
199
+ "text_tagged": "Je suis la mère nature\n"
200
+ },
201
+ {
202
+ "start": 209.18,
203
+ "end": 213.57,
204
+ "text": "Tu es ma pourriture\n",
205
+ "text_tagged": "Tu es ma pourriture\n"
206
+ },
207
+ {
208
+ "start": 213.57,
209
+ "end": 217.74,
210
+ "text": "Je suis la mère nature\n",
211
+ "text_tagged": "Je suis la mère nature\n"
212
+ },
213
+ {
214
+ "start": 217.92,
215
+ "end": 222.68,
216
+ "text": "Tu es ma pourriture\n",
217
+ "text_tagged": "Tu es ma pourriture\n"
218
+ }
219
+ ]
220
  }