search for: binfilename

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

Did you mean: infilename
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
...6-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 DCP\n"; } + if (trun->isrcValid() ) + out << " ISRC " << trun->isrc() << "\n"; + const S...