summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2015-11-08 10:58:24 +0100
committerlassulus <lass@aidsballs.de>2015-11-08 10:58:24 +0100
commit379a72064c7995ca751a71568ff629cfb0270b20 (patch)
treea3dbf02fea759b107283f85bcbe34c37838195aa
parent70bc912034c71e4b6327920b7096f9612c316e52 (diff)
add checkmp3 to Makefile
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0ef9497..5fe87ec 100644
--- a/Makefile
+++ b/Makefile
@@ -19,6 +19,10 @@ check: ## check for missing songs
check: ## make download should be run first
cat links | musicDir=./music xargs -n1 bin/checkMissing
+checkmp3: ## check for missing songs
+checkmp3: ## make download should be run first
+ cat links | musicDir=./mp3 xargs -n1 bin/checkMissing
+
play: ## play the playlist without downloading
mpv --loop=inf --shuffle --playlist links