Skip to content

Commit

Permalink
moving things around
Browse files Browse the repository at this point in the history
  • Loading branch information
hellophia committed May 6, 2024
1 parent f943e94 commit b7df25c
Show file tree
Hide file tree
Showing 12 changed files with 51 additions and 3 deletions.
Binary file added españolmix/.DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions españolmix/generateSongList.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
const fs = require('fs');
const path = require('path');

const directoryPath = '/Users/sophiafoster-dimino/Dropbox/github/hellophia/españolmix'; // Change this to the path of your folder containing the .txt files
const directoryPath = '/Users/sophiafoster-dimino/Dropbox/github/hellophia/españolmix/letras'; // Change this to the path of your folder containing the .txt files

fs.readdir(directoryPath, function(err, files) {
if (err) {
Expand All @@ -20,7 +20,7 @@ fs.readdir(directoryPath, function(err, files) {

const jsCode = `const songList = ${JSON.stringify(songList)};`;

fs.writeFile('songList.js', jsCode, function(err) {
fs.writeFile('songlist.js', jsCode, function(err) {
if (err) {
return console.error('Error writing song list:', err);
}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion españolmix/songList.js → españolmix/letras/songlist.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 43 additions & 0 deletions españolmix/letras/ya-legros_ya_no_llores.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
[ar:La Yegros]
[al:Rough Guide to Psychedelic Cumbia]
[ti:Ya No Llores]
[length:04:02.78]

[00:01.22] Un dia te ofreci amor
[00:03.68] Sabiendo que fuiste la mas preferida
[00:07.67] Hoy en dia pagas tus desprecios
[00:10.84] En vano me vas insistiendo
[00:13.56] Ya no llores, ya estas perdida
[00:26.75] Ya estas perdida, ya estas perdida
[00:32.64] Ya estas perdida...
[00:50.70] Yegros y Miss Bolivia combo real
[01:02.06] Semillas germinadas sanando el mal
[01:13.11] Un dia te ofreci amor
[01:15.77] Sabiendo que fuiste la mas preferida
[01:19.73] Hoy en dia pagas tus desprecios
[01:22.58] En vano me vas insistiendo
[01:25.81] Ya no llores, ya estas perdida
[01:40.54] Que suerte la que te buscaste
[01:42.22] Vidita, presumiendo tu hermosura
[01:46.51] Tu belleza fue pasajera
[01:49.46] Hoy cosechas lo que sembraste
[01:52.16] Ya no llores, ya estas perdida
[02:06.55] Que paso Yegros, estas herida?
[02:09.01] Traga saliva, venite a bailar con las pibas
[02:12.47] Vos quedate piola que siempre hay salida
[02:15.32] Tengo en la cartera una sativa
[02:17.49] Yo no voy de vuelta, voy siempre de ida
[02:20.03] Con el corazon donde me duele, pero asi es la vida
[02:23.32] Estas herida mama? La negra te sana
[02:26.57] Quedate conmigo bailando hasta la mañana
[02:41.19] Ya no llores, ya estas perdida
[03:06.60] Ya estas perdida
[03:14.41] Te sientes mal? Estas herida?
[03:16.42] Quedate conmigo a disfrutar de la vida
[03:19.02] Tenemos la cancion, tenemos la movida
[03:21.50] Tenemos en la boca la fruta prohibida
[03:25.29] Tenemos la mañana, tenemos el mediodia
[03:27.36] Tenemos todo el ritmo y las mejores melodias
[03:30.36] Yegros y Miss Bolivia, vos sabes, quedate conmigo
[03:41.64] Ya estas perdida, Quedate conmigo
[03:46.01]
5 changes: 5 additions & 0 deletions help.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
terminal
cd /Users/sophiafoster-dimino/Dropbox/github/hellophia/españolmix
python3 langdetect.py

node generateSongList.py

0 comments on commit b7df25c

Please sign in to comment.