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.

преди 20 години
преди 20 години
преди 20 години
преди 20 години
преди 20 години
преди 20 години
преди 20 години
преди 20 години
преди 20 години
преди 20 години
преди 20 години
преди 20 години
преди 20 години
преди 20 години
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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 and toc files. It
  11. includes:
  12. cueconvert
  13. convert between the cue and toc formats
  14. cuebreakpoints
  15. print the breakpoints from a cue or toc file
  16. cueprint
  17. print disc and track infomation for a cue or toc file
  18. Release Notes
  19. -------------
  20. * cuetools-1.x is a significant code rewrite of 0.x. The cue/toc
  21. parsing code has been reimplemented in lex/yacc.
  22. * cuerename has been replaced by the more general utility cueprint.
  23. * Usage syntax of the utilities has changed. See the respective man
  24. pages.
  25. Installation
  26. ------------
  27. Building requires GNU Make. Run ``make install`` to install cuetools
  28. into the default location of /usr/local. The Makefiles also support
  29. both the prefix and DESTDIR variables.
  30. Bugs/Todo
  31. ---------
  32. * (cue/toc) Line numbers in error messages are off sometimes.
  33. * (cue/toc) Strings cannot be quoted with single quotes.
  34. * (toc) Binary CD-TEXT data is parsed, but not saved.
  35. * (toc) Only a single data file is supported.
  36. * (cueprint) Allow specifying zero padding for numbers.
  37. License
  38. -------
  39. This program is free software; you can redistribute it and/or modify
  40. it under the terms of the GNU General Public License as published by
  41. the Free Software Foundation; either version 2 of the License, or
  42. (at your option) any later version.
  43. This program is distributed in the hope that it will be useful,
  44. but WITHOUT ANY WARRANTY; without even the implied warranty of
  45. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  46. GNU General Public License for more details.
  47. You should have received a copy of the GNU General Public License
  48. along with this program; if not, write to the Free Software
  49. Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  50. For license terms, see the file ``COPYING`` in this distribution.
  51. See Also
  52. --------
  53. * Cdrdao website - http://cdrdao.sourceforge.net
  54. * cdrdao(1) man page - description of toc file format
  55. * shntool website - http://www.etree.org/shnutils/shntool/