search for: discid

Displaying 20 results from an estimated 30 matches for "discid".

2009 Apr 02
0
FLAC: joining source files
...0]}_\d+\.wav$/,readdir(D)); closedir D; } # get stats $z=0; push @spt,0; foreach $k (@y) { $nfo= qx(sox -V $k -n 2>&1); die "[FATAL] no info from file: $k" if $nfo!~/duration[^=]*=\s*(\d+) samples/mi; $z+= $1; push @spt,$z; push @tr,$k; } return; } #-- MAIN my( $discid,$discid0,$fgen,$nbsamples,$nfo,$seekpts,$t1,$t2 ); usage() if $#ARGV<0 or $ARGV[0]!~/^[0-9a-f]{8}$/; #yy or not(inpath 'sox') $discid0= $ARGV[0]; $fgen='out_'; if ($#ARGV>0 and $ARGV[1]!~/^[0-9a-f]{8}$/) { ($discid,$t1,$t2)= @ARGV; usage() unless $#ARGV==2 and $t1.$t2=~/^\...
2007 Jan 20
2
FLAC CD Archive
...(i've been using KAudioCreator which is a front-end for cdparanoia, AIUI) so I've been a bit lost by some of the detailed methods described by others, as well as Dax. Given that I've already flac-ed a good many CDs, is it enough to go back and run a batch file like this on each CD: cd-discid /dev/hdc > discid.txt cdrdao read-toc --device /dev/hdc toc.txt and save those txt files with the flac albums. Would that be enough to be able to re-generate the CD again later with the same cddbid etc.? i.e. would that extract all info I might conceivably require again later? Thanks! Peter...
2002 Jan 13
0
Win32 commandline discid utility?
...o upload the tracks in a later step and would rather get them from a file than have to parse filenames. Does anyone know of a command-line utility for Win9x machines that can compute the cddb/freedb disc-id for a disc in the local drive? It doesn't have to look up anything; I can write the discid to a file and then query the server later when I upload the tracks to my jukebox (which runs linux and has unproxied internet access). On a related note, is there a Windows port of cdparanoia or really *any* command-line CD ripper for Win9x I can script? Of course, even with having to use the...
2006 Sep 26
4
FLAC CD Archive
I have read some posts about using FLAC to archive CD collections and would like to get some feedback. I am torn between creating a bin and cue file with CDDB info and compressing that down with FLAC as a single file or the second method of ripping all the files out to wav and converting to FLAC and maybe saving the cue file in attempt to use it later. The first method I believe will pretty much
2006 Jul 21
1
Cuesheets and metaflac
..., the pregap information is *LOST*. This means I can no longer generate a correct cddb query from the embedded cue file, nor can I create a proper CD from the resulting cue/uncompressed-flac (the audio data and CD table of contents will be 'skewed' by the pregap amount, so the resulting cd-discid will be different). I am aware of the "REM FLAC__lead-in" field in the cue file exported by metaflac, but it always seems to be 88200 (2 seconds), regardless of any PREGAP or other entries in the imported cuefile. Currently, the only way I've found to be able to store a workable (ge...
2006 Sep 26
7
FLAC CD Archive
I see that this was the right place to fire off this question. Thanks for your feedback. It has given me a base to start some trials. I used to use EAC on Windows, but I tend to only use open source software as much as possible and I don't use Windows any more. I gave a brief look at abcde, but it is clear I need to look at this some more. It looks like it has the potential to do everything I
2004 Sep 10
5
[Flac-users] Re: CD archival best practices?
...CDs), and my criteria are pretty much the same as the original message under this subject, except that I'm doing one file per CD. One file per song is just too much of a pain, and there's really no need, given FLAC's ability to have metadata in the file. The first thing I do is run cd-discid against the cd, and store that information in a file. I'm hoping at some point to have the ability to get that information out of the TOC in the FLAC file, but at this point I can't do it, so I'll just keep the .discid files around until I can. Next, I rip the entire CD using cdrdao. T...
2004 Sep 10
4
[Flac-users] FLAC FAQ
I just uploaded a new FLAC FAQ: http://flac.sourceforge.net/faq.html Let me know if I forgot any common questions. Josh __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com
2001 Oct 02
4
Request for Standardization: classical music TAGS
...OR conductor of the work; ie Herbert von Karajan. As with ENSEMBLE, if there are multiple conductors, list them same as with PERFORMERS tag (some oddball modern works require multiple conductors at the same time) LABEL the record label that produced the CD DISCID since the EIN, ISBN, etc numbers aren't to be reliably found on the CD, nor is the catalog number reliable, the cddb discid should go here. ISBN if found, put ISBN or EIN of the compact disc here. TRACK the track number on the CD TITLE title of...
2001 Oct 02
4
Request for Standardization: classical music TAGS
...OR conductor of the work; ie Herbert von Karajan. As with ENSEMBLE, if there are multiple conductors, list them same as with PERFORMERS tag (some oddball modern works require multiple conductors at the same time) LABEL the record label that produced the CD DISCID since the EIN, ISBN, etc numbers aren't to be reliably found on the CD, nor is the catalog number reliable, the cddb discid should go here. ISBN if found, put ISBN or EIN of the compact disc here. TRACK the track number on the CD TITLE title of...
2006 Sep 26
0
FLAC CD Archive
...ian=big --sign=signed --channels=2 --bps=16 > --sample-rate=44100 --cuesheet=album.cue album.bin > > Works going there, but not sure about getting back. The problem with this (in my experience) is it won't "cleanly" make a flac/cue file that will match the original CD's discid (cddb query). If all your discs have track 1 starting at frame zero, you're golden. By way of example, below are some results from my "problem" CD (The Police, Synchronicity). First, I read the TOC using cdrdao...note that track one starts at frame 32, *NOT* at frame zero. When co...
2006 Sep 26
2
FLAC CD Archive
...=16 > >> --sample-rate=44100 --cuesheet=album.cue album.bin > >> > >> Works going there, but not sure about getting back. > > The problem with this (in my experience) is it won't "cleanly" make a > flac/cue file that will match the original CD's discid (cddb query). If > all your discs have track 1 starting at frame zero, you're golden. > > By way of example, below are some results from my "problem" CD (The > Police, Synchronicity). First, I read the TOC using cdrdao...note that > track one starts at frame 32, *NOT*...
2004 Sep 10
4
[Flac-users] How do I encode a FLAC with tags?
So there are no command line options like in oggenc to do artist and misc tags? Sure if you've got a solution that I don't have to do from scratch then post away! :-) Thanks! Chris benny k. wrote: >hi chris, > >On Thu, Mar 14, 2002 at 09:22:06AM -0700, Chris Hirsch wrote: > >>Hey all..I'm brand new to FLAC and learning to use it. Can somebody tell >>me how
2004 Sep 10
0
[Flac-users] How do I encode a FLAC with tags?
...s like in oggenc to do artist and > misc tags? Sure if you've got a solution that I don't have to do from > scratch then post away! :-) the patch is located below. i have already submitted it to the author. http://www.bagu.org/flac.html i have also made a utility to calculate the discid of flac files so that files that don't have id-tags, what whatever tags become the standard, can be added with cddb. right now its a giant hack on meta-flac but it works. if ppl are interested i will clean it up. i'm still working on the "tagger" script that is based on abcde and...
2004 Sep 10
2
cd archival (revisited/again)
On Thu, 2003-12-25 at 21:35, Josh Coalson wrote: > --- jason <jason@doomba.com> wrote: > > is there a cuesheet syntax document someplace? > it's not really standardized that well. there are some links > here: http://flac.sourceforge.net/documentation.html (search > for --cuesheet) hmmmm.... i just reread the faq and your right... i'm kind of losing interest in
2007 Jan 21
0
FLAC CD Archive
...which is a > front-end for cdparanoia, AIUI) so I've been a bit lost by some of the > detailed methods described by others, as well as Dax. > > Given that I've already flac-ed a good many CDs, is it enough to go > back and run a batch file like this on each CD: > > cd-discid /dev/hdc > discid.txt > cdrdao read-toc --device /dev/hdc toc.txt > > and save those txt files with the flac albums. Would that be enough > to be able to re-generate the CD again later with the same cddbid > etc.? i.e. would that extract all info I might conceivably require &gt...
2004 Sep 10
1
[Flac-users] How do I encode a FLAC with tags?
...>misc tags? Sure if you've got a solution that I don't have to do from >>scratch then post away! :-) >> > >the patch is located below. i have already submitted it to the author. > >http://www.bagu.org/flac.html > >i have also made a utility to calculate the discid of flac files so that >files that don't have id-tags, what whatever tags become the standard, can be >added with cddb. right now its a giant hack on meta-flac but it works. if ppl >are interested i will clean it up. i'm still working on the "tagger" script >that is bas...
2006 Jul 25
0
Unsubscribe
...ger generate a > > correct cddb query from the embedded cue file, nor can I create a > > proper > > CD from the resulting cue/uncompressed-flac (the audio data and CD > > table > > of contents will be 'skewed' by the pregap amount, so the resulting > > cd-discid will be different). > > > > I am aware of the "REM FLAC__lead-in" field in the cue file exported > > by > > metaflac, but it always seems to be 88200 (2 seconds), regardless of > > any > > PREGAP or other entries in the imported cuefile. > > &gt...
2007 Jan 21
1
FLAC CD Archive
...r cdparanoia, AIUI) so I've been a bit lost by some of the > > detailed methods described by others, as well as Dax. > > > > Given that I've already flac-ed a good many CDs, is it enough to go > > back and run a batch file like this on each CD: > > > > cd-discid /dev/hdc > discid.txt > > cdrdao read-toc --device /dev/hdc toc.txt > > > > and save those txt files with the flac albums. Would that be enough > > to be able to re-generate the CD again later with the same cddbid > > etc.? i.e. would that extract all info I might...
2001 Dec 06
12
(Classical) Request for Standardization of expanded TAGS
...group playing the peice, whether orchestra, choir, quartet, or rock group. ie, Berlin Philharmonic LABEL the record label or imprint of the CD. ISBN if found, put ISBN or EIN of the compact disc here. ISRC documentation isn't available, but if you need it... DISCID since the EIN, ISBN, etc numbers aren't to be reliably found on the CD, nor is the catalog number reliable, the FREEDB index hash should go here TRACKNUMBER the track number on the CD ALBUM if appropriate, an album name TITLE "the work&quo...