logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

cueconvert - convert files between CUE and TOC formats

Author

       Cuetools  was  written  by  Svend  Sorensen.   Branden Robinson contributed fixes and enhancements to the
       utilities and documentation.

Description

cueconvert coverts files between the CUE and TOC formats, each of which are commonly used by compact disc
       ripping software to denote track breakpoints and other data.

       The operands are optional; if infile is not specified, cueconvert  reads  from  standard  input,  and  if
       outfile is not specified, it writes to standard output.

       If no filenames are specified, standard input is used, and an input format option must be specified.  The
       complementary format is used for output.

       If  filenames  are  provided,  but format options are not specified, the input and output formats will be
       guessed based on each filename's suffix (e.g., .cue or .toc).  This heuristic is case-insensitive.

Exit Status

cueconvert exits with status zero if it successfully coverts the input file, and nonzero  if  there  were
       problems.

Name

       cueconvert - convert files between CUE and TOC formats

Options

-h, --help
              displays a usage message and exits.

       -iformat, --input-format=format
              sets the expected format of the input file to format.

       -oformat, --output-format=format
              sets the format of the generated output file to format.

       -V,--version
              displays version information and exits.

       The option argument format must be either cue or toc.

See Also

cuebreakpoints(1),cueprint(1)cueconvert(1)

Synopsis

cueconvert  [  -iformat  |  --input-format=format  ]  [ -oformat | --output-format=format ] [ infile [
       outfile ] ]
       cueconvert-h|--helpcueconvert-V|--version

See Also