cueconvert.cgi now prints the form. cueconvert.html is no longer needed.
This commit is contained in:
33
CHANGES.txt
33
CHANGES.txt
@@ -5,37 +5,40 @@ cuetools CHANGES
|
|||||||
:Author: Svend Sorensen
|
:Author: Svend Sorensen
|
||||||
:Contact: sorensen@users.berlios.de
|
:Contact: sorensen@users.berlios.de
|
||||||
|
|
||||||
cuebreakpoints was not printing the last track breakpoint. This has been
|
Changes since 1.1
|
||||||
|
-----------------
|
||||||
|
|
||||||
|
* cuebreakpoints was not printing the last track breakpoint. This has been
|
||||||
fixed.
|
fixed.
|
||||||
|
|
||||||
cueprint now prints a zero-length string for undefined values. Flags, width,
|
* cueprint now prints a zero-length string for undefined values. Flags, width,
|
||||||
and precision are applied to conversion characters which have no conversion.
|
and precision are applied to conversion characters which have no conversion.
|
||||||
|
|
||||||
Added a tagging script, cuetag.sh, which uses cueprint, vorbiscomment, and
|
* Added a tagging script, cuetag.sh, which uses cueprint, vorbiscomment, and
|
||||||
mp3info to tag Ogg Vorbis and MP3 files. This needs more testing and
|
mp3info to tag Ogg Vorbis and MP3 files. This needs more testing and
|
||||||
documentation.
|
documentation.
|
||||||
|
|
||||||
Added a track selection flag to cueprint.
|
* Added a track selection flag to cueprint.
|
||||||
|
|
||||||
1.1
|
Changes since 1.0
|
||||||
---
|
-----------------
|
||||||
|
|
||||||
File formats documentation has been readded and updated (docs/formats.txt).
|
* File formats documentation has been readded and updated (docs/formats.txt).
|
||||||
|
|
||||||
CDTEXTFILE is now a recognized (but ignored) keyword.
|
* ``CDTEXTFILE`` is now a recognized (but ignored) keyword.
|
||||||
|
|
||||||
If only a disc or track template is specified on the command line, then only
|
* If only a disc or track template is specified on the command line, then only
|
||||||
the disc or track information is printed, respectively.
|
the disc or track information is printed, respectively.
|
||||||
|
|
||||||
cueprint now supports flags and width and precision values for template
|
* cueprint now supports flags and width and precision values for template
|
||||||
expansion (like the printf command).
|
expansion (like the printf command).
|
||||||
|
|
||||||
1.0
|
Changes since 0.6
|
||||||
---
|
-----------------
|
||||||
|
|
||||||
cuetools-1.x is a significant code rewrite of 0.x. The cue/toc parsing code
|
* cuetools-1.x is a significant code rewrite of 0.x. The cue/toc parsing code
|
||||||
has been reimplemented in lex/yacc.
|
has been reimplemented in lex/yacc.
|
||||||
|
|
||||||
cuerename has been replaced by the more general utility cueprint.
|
* cuerename has been replaced by the more general utility cueprint.
|
||||||
|
|
||||||
Usage syntax of the utilities has changed. See the respective man pages.
|
* Usage syntax of the utilities has changed. See the respective man pages.
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ Project Links
|
|||||||
.. _downloads: http://developer.berlios.de/project/showfiles.php?group_id=2130
|
.. _downloads: http://developer.berlios.de/project/showfiles.php?group_id=2130
|
||||||
.. _Subversion repository: http://developer.berlios.de/svn/?group_id=2130
|
.. _Subversion repository: http://developer.berlios.de/svn/?group_id=2130
|
||||||
.. _browse: http://svn.berlios.de/viewcvs/cuetools
|
.. _browse: http://svn.berlios.de/viewcvs/cuetools
|
||||||
.. _web interface: http://sorensen.freeshell.org/cuetools/cueconvert.html
|
.. _web interface: http://sorensen.freeshell.org/cuetools/cueconvert.cgi
|
||||||
|
|
||||||
Mailing Lists [1]_
|
Mailing Lists [1]_
|
||||||
------------------
|
------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user