Skip to content

Commit

Permalink
Auto commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Broken Rice Films committed Oct 19, 2024
1 parent eb2a0dc commit c215e80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sync-data.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ function auto-git-commit() {
git push
}

cd E:\Music\
yt-dlp --extract-audio --continue --add-metadata --embed-thumbnail --audio-format mp3 --audio-quality 0 --metadata-from-title="%(artist)s - %(title)s" --download-archive archive.txt "https://brokenricefilms.pages.dev/music"
cd -

cd C:\Users\master\repos\brokenricefilms\davinci-resolve
auto-git-commit

Expand Down

0 comments on commit c215e80

Please sign in to comment.