diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |