diff options
author | cinap_lenrek <cinap_lenrek@rei2.9hal> | 2012-02-11 08:33:22 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@rei2.9hal> | 2012-02-11 08:33:22 +0100 |
commit | eb4ade60be10d0a039eb8e76001427947f2fbadb (patch) | |
tree | a153a4400af8b5ad21d0cd5527be9499234f269c /rc/bin/play | |
parent | b9ff604c31a0b9e34c2c529a5e27454edbbf9fab (diff) |
FLAC audio support
Diffstat (limited to 'rc/bin/play')
-rwxr-xr-x | rc/bin/play | 2 |
1 files changed, 2 insertions, 0 deletions
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 * |