diff options
author | lassulus <lass@aidsballs.de> | 2015-08-23 19:57:32 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2015-08-23 19:57:32 +0200 |
commit | e98b572a5adf6eac1bd364e441a338957ddbc65f (patch) | |
tree | c95acea5c60a684c8c44dcfd957b831878748125 | |
parent | 26dcf5879e7e39280ca5cf4dabad687bac14ab7d (diff) |
Makefile: add play
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r-- | env.nix | 1 |
2 files changed, 4 insertions, 0 deletions
@@ -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 @@ -7,6 +7,7 @@ with import <nixpkgs> {}; { pypyPackages.youtube-dl-light sox vorbisgain + mpv ]; SSL_CERT_FILE="/etc/ssl/certs/ca-bundle.crt"; }; |