Add all files

This commit is contained in:
2025-09-29 13:52:46 +00:00
parent 137b5f2b51
commit 8edfb40df3
11 changed files with 1756 additions and 0 deletions

8
download-youtube.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
echo "Downloading youtube song $1"
source .env/bin/activate
python3 download_youtube.py $1
./process_music.sh
echo "Done!"