diff options
author | gueux <gueux@gueux.org> | 2010-04-05 17:38:53 +0000 |
---|---|---|
committer | gueux <gueux@gueux.org> | 2010-04-05 17:38:53 +0000 |
commit | dcb513923ec7f4c853d926dfeab62374e124b1ea (patch) | |
tree | 4238d62dc36b002b2c2d4e306228f4db941b4f44 | |
parent | b66dbb800ab9cb8aae9fed81c78d8e66145349e6 (diff) |
mpc-flacinfo.sh
-rw-r--r-- | mpc-flacinfo.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mpc-flacinfo.sh b/mpc-flacinfo.sh new file mode 100644 index 0000000..19a134c --- /dev/null +++ b/mpc-flacinfo.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +MUSIC_PATH="/home/music" + +file=$MUSIC_PATH/$(mpc current -f "%file%") + +echo "$file" +flacinfo "$file" + |