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