summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2015-08-23 19:57:32 +0200
committerlassulus <lass@aidsballs.de>2015-08-23 19:57:32 +0200
commite98b572a5adf6eac1bd364e441a338957ddbc65f (patch)
treec95acea5c60a684c8c44dcfd957b831878748125 /Makefile
parent26dcf5879e7e39280ca5cf4dabad687bac14ab7d (diff)
Makefile: add play
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c665ee6..f7f7553 100644
--- a/Makefile
+++ b/Makefile
@@ -11,3 +11,6 @@ add: ##to add link to ./links
check: ## check for missing songs
check: ## make download should be run first
cat links | musicDir=./music xargs -n1 bin/checkMissing
+
+play: ## play the playlist without downloading
+ mpv --loop=inf --shuffle --playlist links