diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-09-05 21:29:44 +0800 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-09-05 21:29:44 +0800 |
commit | adc57dd037c6f9d98a9110df2e28b3e4c933bbfb (patch) | |
tree | e6ed263f2bed2ef34a7fbeacddd40415f4a8fe83 | |
parent | 044febffdf6437d76463373768d30ff55248aabb (diff) |
upd also backup other music to pp
-rwxr-xr-x | sh/upd | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 } |