diff options
Diffstat (limited to 'bin/checkMissingmp3')
-rwxr-xr-x | bin/checkMissingmp3 | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/bin/checkMissingmp3 b/bin/checkMissingmp3 deleted file mode 100755 index d7722d2..0000000 --- a/bin/checkMissingmp3 +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -uri=$1 -musicDir=${musicDir-./} -id=$(echo "$uri" | sed -n 's@^https\?://www\.youtube\.com/watch?v=@@p' | sed 's/#.*$//') - -if ! file=$(find $musicDir | grep -q "[-]$id\\.mp3\$"); then - echo $uri -fi |