summaryrefslogtreecommitdiff
path: root/misc/cuetools
AgeCommit message (Collapse)AuthorFilesLines
2004-05-07Update to 0.6:jmmv3-20/+20
- cuerename - fixed bug that was causing original filenames to be modified - cuerename - added "replace=FROM/TO" option - cuerename - improved file prefix/suffix code - cuerename - neither %f or %F contain a '.' now (strict was getting rid of this in some cases). added a %. which expands to a '.' if the filename had one. '%f%.%F' will expand to original filename, with formatting applied to prefix and suffix. - cuerename - allow for comments (lines beginning with '#') in option file - cuerename - added an escape character '\' to replace, so replacing a '/' is possible released cuetools-0.5 - CATALOG field should not be quoted for cue files. Updated cue.c and formats. released cuetools-0.5.1 - modified source package directory structure - CATALOG was still being quoted when writing a cue file. - index/pregap handling improved, however it may still contain bugs. - ~/.cuerenamerc is now ~/.cuerename released cuetools-0.5.2 - renamed ChangeLog to CHANGES - added man pages - removed cuebreakpoints (obsoleted by shntool-2.0.0) released cuetools-0.6
2004-01-10Initial import of cuetools, version 0.4:jmmv4-0/+55
cuetools is a set of utilities for working with cue and toc files. It includes the following programs: * cueconvert Convert between cue and toc formats. * cuebreakpoints Output track break points from a cue/toc file, in a format usable by shnsplit (part of the shntool package). * cuerename Rename files based on a template.