2009-12-18 10:19:26 +00:00
|
|
|
cue-split-and-tag
|
|
|
|
|
|
|
|
A simple bash script to split an image file (flac, ape, wav...) and tag the songs according to the cue-file.
|
|
|
|
|
|
|
|
* Usage
|
|
|
|
cuesplitandtag.sh <image-file>
|
|
|
|
|
2009-12-18 19:33:36 +00:00
|
|
|
* Requirements
|
|
|
|
- shntool and the decoders it uses (mac...)
|
|
|
|
- flac
|
|
|
|
|
2009-12-18 10:19:26 +00:00
|
|
|
* Notes
|
|
|
|
- Output files are in FLAC.
|
2022-08-10 21:34:54 +00:00
|
|
|
- The script was found on Arch Linux forum https://bbs.archlinux.org/viewtopic.php?pid=447447#p447447
|