You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README 2.0 KiB

20 years ago
20 years ago
20 years ago
20 years ago
20 years ago
20 years ago
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. ===============
  2. cuetools README
  3. ===============
  4. :Author: Svend Sorensen
  5. :Contact: sorensen@users.berlios.de
  6. :Website: http://cuetools.berlios.de
  7. .. contents::
  8. Description
  9. -----------
  10. cuetools is a set of utilities for working with Cue Sheet (cue) and Table of
  11. Contents (toc) files.
  12. It includes:
  13. cueconvert
  14. convert between the cue and toc formats
  15. cuebreakpoints
  16. print the breakpoints from a cue or toc file
  17. cueprint
  18. print disc and track infomation for a cue or toc file
  19. Installation
  20. ------------
  21. Building requires GNU Make. Run ``make install`` to install cuetools into the
  22. default location of /usr/local. The Makefiles also support both the prefix and
  23. DESTDIR variables.
  24. Bugs/Todo
  25. ---------
  26. * (cue/toc) Line numbers in error messages are off sometimes.
  27. * (cue/toc) Strings cannot be quoted with single quotes.
  28. * (toc) Binary CD-TEXT data is parsed, but not saved.
  29. * (toc) Only a single data file is supported.
  30. * (cue) CDTEXTFILE (a CDRWIN extension) is not recognized.
  31. * (cue) track_mode does not match cdrtools and CDRWIN docs.
  32. License
  33. -------
  34. This program is free software; you can redistribute it and/or modify
  35. it under the terms of the GNU General Public License as published by
  36. the Free Software Foundation; either version 2 of the License, or
  37. (at your option) any later version.
  38. This program is distributed in the hope that it will be useful,
  39. but WITHOUT ANY WARRANTY; without even the implied warranty of
  40. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  41. GNU General Public License for more details.
  42. You should have received a copy of the GNU General Public License
  43. along with this program; if not, write to the Free Software
  44. Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  45. For license terms, see the file ``COPYING`` in this distribution.
  46. See Also
  47. --------
  48. * Cdrdao website - http://cdrdao.sourceforge.net
  49. * cdrdao(1) man page - description of toc file format
  50. * shntool website - http://www.etree.org/shnutils/shntool/