summaryrefslogtreecommitdiffstats
path: root/bin/checkMissing
diff options
context:
space:
mode:
Diffstat (limited to 'bin/checkMissing')
-rwxr-xr-xbin/checkMissing9
1 files changed, 0 insertions, 9 deletions
diff --git a/bin/checkMissing b/bin/checkMissing
deleted file mode 100755
index f53549c..0000000
--- a/bin/checkMissing
+++ /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 -maxdepth 1 | grep -q "[-]$id\\.ogg\$"); then
- echo $uri
-fi