source:
flacrip/trunk/submiturl
@
12
| Last change on this file since 12 was 6, checked in by peter, 13 years ago | |
|---|---|
|
|
| File size: 168 bytes | |
| Line | |
|---|---|
| 1 | #!/bin/bash |
| 2 | # see also https://github.com/metabrainz/libdiscid/blob/master/src/disc.c#L358 |
| 3 | |
| 4 | FLACFILE=$1 |
| 5 | |
| 6 | metaflac --export-cuesheet-to - $FLACFILE | ./cuesheet2tocdata |
Note: See TracBrowser
for help on using the repository browser.
