search for: catalogvalid

Displaying 2 results from an estimated 2 matches for "catalogvalid".

2006 Sep 26
2
FLAC CD Archive
Charles Steinkuehler wrote: > Dan Phillips wrote: > >> What we are left with is a requirement in abcde to overcome this and > >> until then we have the manual method. Have you any thoughts on the best > >> way to overcome this problem apart from the hacked toc3cue (do you have > >> a copy of this?) > > I do not have a copy of toc3cue...I made my own
2006 Sep 26
0
FLAC CD Archive
...try in the cuefile (and appropriately alters subsequent entries). naibed:/home/charles/cdrdao-1.2.1/utils# diff -u toc2cue.cc toc3cue.cc - --- toc2cue.cc 2006-09-26 16:31:51.916312146 -0500 +++ toc3cue.cc 2006-07-18 11:42:03.894698979 -0500 @@ -286,6 +286,9 @@ return 1; } + if (toc->catalogValid()) + out << "CATALOG " << toc->catalog() << "\n"; + out << "FILE \"" << binFileName << "\" BINARY" << "\n"; long offset = 0; @@ -326,13 +329,18 @@ out << " FLAGS D...