summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2025-09-05 21:29:44 +0800
committerXiao Pan <xyz@flylightning.xyz>2025-09-05 21:29:44 +0800
commitadc57dd037c6f9d98a9110df2e28b3e4c933bbfb (patch)
treee6ed263f2bed2ef34a7fbeacddd40415f4a8fe83
parent044febffdf6437d76463373768d30ff55248aabb (diff)
upd also backup other music to pp
-rwxr-xr-xsh/upd1
1 files changed, 1 insertions, 0 deletions
diff --git a/sh/upd b/sh/upd
index 8cae966..7c28d48 100755
--- a/sh/upd
+++ b/sh/upd
@@ -343,6 +343,7 @@ refl () {
music () {
yt-dlp -f 'bestaudio[ext=opus]/bestaudio' --match-filter 'license=cc-by' --match-filter 'title~=(?i)cc-by' -P "$XDG_MUSIC_DIR/cc-by/scott_buckley" https://soundcloud.com/scottbuckley/tracks
rsync -avP --delete "$XDG_MUSIC_DIR/cc-by/scott_buckley" pp:music/cc-by
+ rsync -avP --delete "$XDG_MUSIC_DIR/gpl-3.0-only" pp:music
rsync -avP --delete "$XDG_MUSIC_DIR/favorite" pp:music
}