diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-03-06 09:40:11 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-03-06 09:40:11 +0100 |
commit | dd0c8a7f17010c3966cab08eab0b7fb0bfeda24e (patch) | |
tree | 249c74147493e85d5eefa59ed0989f51cd309bfc /bin/guiscripts/dmvid | |
parent | b45ca4e7202f1cfb68fd22be6a8904e477e975c6 (diff) | |
parent | 368c78fdd6b9bfdc297bbbb5368d838d52ab0787 (diff) |
Merge remote-tracking branch 'refs/remotes/origin/main'
Diffstat (limited to 'bin/guiscripts/dmvid')
-rwxr-xr-x | bin/guiscripts/dmvid | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/guiscripts/dmvid b/bin/guiscripts/dmvid index ee7f865..16e164f 100755 --- a/bin/guiscripts/dmvid +++ b/bin/guiscripts/dmvid @@ -1,6 +1,6 @@ #!/usr/bin/env bash -find ${1:-~/movies ~/Downloads} 2> /dev/null | grep -E ".+\.(webm|mp4|mpeg|mkv)$" | sort > /tmp/dmvids +find ${1:-~/vids ~/dl} 2> /dev/null | grep -E ".+\.(webm|mp4|mpeg|mkv)$" | sort > /tmp/dmvids choice="$(\ sed 's|^/home/aluc|\~| ; s|\([^/]\)[^/]*/|\1/|g' /tmp/dmvids \ | awk '{printf "%s %s\n", NR ":", $0}' \ |