source:
flacrip/trunk/submiturl
Last change on this file was 6, checked in by peter, 11 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.