first commit

This commit is contained in:
2026-05-02 10:09:01 +02:00
commit 58969880a9
3 changed files with 35 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
apt-get -y update
apt-get -y upgrade
cp /music/archive.dat /download
./yt-dlp -U
./yt-dlp -P "/download" --download-archive "/download/archive.dat" --sleep-interval 5 -x -o ${FILE_NAME_FORMAT} --add-metadata --embed-thumbnail --embed-chapters ${PLAYLIST_URL} 2> /error/error.log
cp /download/* /music