Go to file
Dmitry Smirnov 6ef317d871 ability to specify field list (for Ogg/Flac), as well as specify field contents (Debian: #655078)
It allows to call `cuetag` like so:

    cuetag Björk-Volta.cue *.ogg ARTIST ALBUM TITLE YEAR=2007 GENRE=electronic TRACKNUMBER

 which accomplishes two things:

  1. it pre-selects the fields and specifies their order;

  2. it hardcodes two fields to specific values for all tracks.

 Since the field list is hardcoded for MP3, any fields specified on
 the command line are effectively ignored. This could probably be
 implemented better, but I do not care about MP3 at all.

Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=655078
From: martin f krafft <madduck@debian.org>
Author: Dmitry Smirnov <onlyjob@member.fsf.org>
2013-07-05 17:10:24 +10:00
2006-02-28 23:58:32 +00:00
2005-03-24 12:54:57 +00:00
2005-03-22 04:26:57 +00:00
2005-03-22 04:26:57 +00:00
2005-03-22 04:26:57 +00:00
2007-12-12 19:43:36 +00:00
2005-03-29 02:24:46 +00:00

cuetools - cue and toc file parsers and utilities

Copyright (C) 2004, 2005, 2006, 2007 Svend Sorensen

cuetools is a set of utilities for working with Cue Sheet (cue) and Table of
Contents (toc) files.

It includes:

cueconvert
	convert between the cue and toc formats
cuebreakpoints
	print the breakpoints from a cue or toc file
cueprint
	print disc and track infomation for a cue or toc file

Directory layout:

doc/
	documentation (including man pages)
src/
	all source files
src/lib
	scanning, parsing, and printing library
src/tools
	cue and toc tools

Cuetools is hosted by BerliOS (http://cuetools.berlios.de).
Description
Languages
C 65.4%
Yacc 13.9%
Lex 9%
Shell 5.7%
Python 3.5%
Other 2.5%