From 379a72064c7995ca751a71568ff629cfb0270b20 Mon Sep 17 00:00:00 2001 From: lassulus Date: Sun, 8 Nov 2015 10:58:24 +0100 Subject: add checkmp3 to Makefile --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3