Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

39 lignes
1.1 KiB

  1. ================
  2. cuetools CHANGES
  3. ================
  4. cuebreakpoints was not printing the last track breakpoint. This has been
  5. fixed.
  6. cueprint now prints a zero-length string for undefined values. Flags, width,
  7. and precision are applied to conversion characters which have no conversion.
  8. Added a tagging script, cuetag.sh, which uses cueprint, vorbiscomment, and
  9. mp3info to tag Ogg Vorbis and MP3 files. This needs more testing and
  10. documentation.
  11. Added a track selection flag to cueprint.
  12. 1.1
  13. ---
  14. File formats documentation has been readded and updated (docs/formats.txt).
  15. CDTEXTFILE is now a recognized (but ignored) keyword.
  16. If only a disc or track template is specified on the command line, then only
  17. the disc or track information is printed, respectively.
  18. cueprint now supports flags and width and precision values for template
  19. expansion (like the printf command).
  20. 1.0
  21. ---
  22. cuetools-1.x is a significant code rewrite of 0.x. The cue/toc parsing code
  23. has been reimplemented in lex/yacc.
  24. cuerename has been replaced by the more general utility cueprint.
  25. Usage syntax of the utilities has changed. See the respective man pages.