From 094789f9250531087b630e92324d3b81b28a881d Mon Sep 17 00:00:00 2001 From: lassulus Date: Sun, 8 Nov 2015 15:42:54 +0100 Subject: add ogg2mp3 converter --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ebecb7a..ad04750 100644 --- a/Makefile +++ b/Makefile @@ -29,3 +29,6 @@ play: ## play the playlist without downloading copy: ## make copy dest="/mnt/tmp/music" copy: ## to copy music to dest rsync -vrltD ./music/ ${dest} + +convert2mp3: ## converts stuff from ./music to ./mp3 + ls music/* | target=./mp3 xargs -n1 bin/ogg2mp3 -- cgit v1.2.3