diff options
author | xyz <gky44px1999@gmail.com> | 2021-09-20 23:35:33 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-09-20 23:35:33 -0700 |
commit | 6ab7400b3a1d97862cebffb90eb1cb9b11efd866 (patch) | |
tree | 8095bfa6f93ced06eecf01205d1db7e56288c576 /.local/bin/mpvy | |
parent | 21b247f1d0a6381a66c3123a43f2e6ba74e22d53 (diff) |
upd pac total auto, paru config, refactor mpvy
Diffstat (limited to '.local/bin/mpvy')
-rwxr-xr-x | .local/bin/mpvy | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/mpvy b/.local/bin/mpvy index 26fc1fb5..47c6a9e5 100755 --- a/.local/bin/mpvy +++ b/.local/bin/mpvy @@ -13,8 +13,8 @@ notify () notify-send 'mpvsel failed' } -# can improve to make s, a, A mutually exclusive, see curlncm, maybe not, not necessary -# option f and h may do nothing if redownload? since same filename exist, haven't tested. yt-dlp won't download same file even without --auto-file-renameing=false. how improve? +# can improve to make some options mutually exclusive, see curlncm, maybe not +# option f and h may do nothing if redownload? since same filename exist. yt-dlp won't download same file even without --auto-file-renameing=false. how improve? pass argument to aria2c? while getopts Aabd:f:h:su: opt; do case $opt in # s: streaming, a: aria2c then mpv, A: aria2c |