diff options
author | lassulus <lass@aidsballs.de> | 2015-11-08 10:58:24 +0100 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2015-11-08 10:58:24 +0100 |
commit | 379a72064c7995ca751a71568ff629cfb0270b20 (patch) | |
tree | a3dbf02fea759b107283f85bcbe34c37838195aa /Makefile | |
parent | 70bc912034c71e4b6327920b7096f9612c316e52 (diff) |
add checkmp3 to Makefile
Diffstat (limited to 'Makefile')
-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 |