From eb4ade60be10d0a039eb8e76001427947f2fbadb Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Sat, 11 Feb 2012 08:33:22 +0100 Subject: FLAC audio support --- rc/bin/play | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rc') diff --git a/rc/bin/play b/rc/bin/play index 73fdcf6e5..0eabc9d9b 100755 --- a/rc/bin/play +++ b/rc/bin/play @@ -51,6 +51,8 @@ fn play1 { audio/oggdec case *mp3* *mpeg* audio/mp3dec + case *flac* + audio/flacdec case *pls* awk 'BEGIN {FS="="} /^File/{print $2}' | play1 plain case * -- cgit v1.2.3