summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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