Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

20 роки тому
20 роки тому
20 роки тому
20 роки тому
20 роки тому
20 роки тому
20 роки тому
20 роки тому
20 роки тому
20 роки тому
20 роки тому
20 роки тому
20 роки тому
20 роки тому
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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. License
  37. -------
  38. This program is free software; you can redistribute it and/or modify
  39. it under the terms of the GNU General Public License as published by
  40. the Free Software Foundation; either version 2 of the License, or
  41. (at your option) any later version.
  42. This program is distributed in the hope that it will be useful,
  43. but WITHOUT ANY WARRANTY; without even the implied warranty of
  44. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  45. GNU General Public License for more details.
  46. You should have received a copy of the GNU General Public License
  47. along with this program; if not, write to the Free Software
  48. Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  49. For license terms, see the file ``COPYING`` in this distribution.
  50. See Also
  51. --------
  52. * Cdrdao website - http://cdrdao.sourceforge.net
  53. * cdrdao(1) man page - description of toc file format
  54. * shntool website - http://www.etree.org/shnutils/shntool/