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.md 1.0 KiB

12345678910111213141516171819202122232425262728
  1. This is a fork of https://github.com/svend/cuetools which adds two things to cuetag.sh:
  2. - Removes UTF-8 byte order mark (BOM). Some cue files have those marks and they prevent cuetag.sh to work properly.
  3. - Adds --no-utf8-convert flag to metaflac command for Japanese characters to work
  4. # cuetools [![Build Status](https://travis-ci.org/rinri-d/cuetools-jp.svg?branch=master)](https://travis-ci.org/rinri-d/cuetools-jp)
  5. cue and toc file parsers and utilities
  6. https://github.com/svend/cuetools
  7. Copyright (C) 2004, 2005, 2006, 2007, 2013 Svend Sorensen
  8. cuetools is a set of utilities for working with Cue Sheet (cue) and Table of
  9. Contents (toc) files.
  10. It includes:
  11. - `cueconvert` convert between the cue and toc formats
  12. - `cuebreakpoints` print the breakpoints from a cue or toc file
  13. - `cueprint` print disc and track information for a cue or toc file
  14. Directory layout:
  15. - `doc/` documentation (including man pages)
  16. - `src/` all source files
  17. - `src/lib/` scanning, parsing, and printing library
  18. - `src/tools/` cue and toc tools