source:
flacrip/trunk/flac2properties
@
15
Last change on this file since 15 was 14, checked in by peter, 11 years ago | |
---|---|
|
|
File size: 156 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") | |
8 | #echo $PROPERTIES | |
9 | mbz --flac "$FLAC" > "$PROPERTIES" |
Note: See TracBrowser
for help on using the repository browser.