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