source:
flacrip/trunk/flac2properties
@
25
Last change on this file since 25 was 25, checked in by peter, 10 years ago | |
---|---|
|
|
File size: 149 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | |
3 | FLAC=$1 |
4 | |
5 | [ -e "$FLAC" ] || exit |
6 | |
7 | PROPERTIES=$(sed -e's/\.flac$/.properties/' <<< "$FLAC") |
8 | echo $FLAC |
9 | mbz --flac "$FLAC" > "$PROPERTIES" |
Note: See TracBrowser
for help on using the repository browser.