search for: cuesheets

Displaying 20 results from an estimated 136 matches for "cuesheets".

Did you mean: cuesheet
2004 Sep 10
1
new CUESHEET metadata block
>I can see the other side of the arguement too tho, there may be many >players around now, and in the future that will add flac support, but >not flac-album support :( yes this would be my concern as well. also, individual track support is just more flexible for moving music around between devices. it's funny, i've been on-and-off trying to get the whole eac+flac+id3+cuesheet
2007 Jun 23
2
--cuesheet include the full cue sheet or just the seekponints?
Dear list Sorry to ask a user's question on developer list. I didn't find the user list. I am experimenting with --cuesheet and encoded a flac file with a cuesheet. Result is: * Totem on opensuse 10.2 opens the flac file with no meta data, no play list. "Next" button doesn't work; * Mplayer on opensuse 10.2 opens the flac file with no meta data,
2004 Sep 10
5
new CUESHEET metadata block
--- smoerk <smoerk@gmx.de> wrote: > good idea, i'm always putting *.cue files to the directory with the > ripped audio files. but it would prefer one file per song and not one > big file for the whole cd. My vision of how the players should work is this: - make one album.flac with CUESHEET - player loads album.flac, sees CUESHEET, calculates CDDB id (or CDindex, or custom
2004 Sep 10
4
cuesheets w/ PERFORMER & TITLE track info
Hi there, is there any specific reason for ignoring TITLE and PERFORMER info when importing CD-TEXT cuesheets into flac files? (These two fields have not always been used but they have become widely supported by now). One may answer that the preferred method for getting this kind of info for a cuesheet-flac would be CDDB, but CDDB info is not always reliable. In my opinion the goal "Now a CD can be co...
2012 Feb 02
2
Fix cuesheet.c to allow metaflac_test.sh to run to completion
Erik, I'll resync and have another look. Earl ________________________________ From: Erik de Castro Lopo <mle+la at mega-nerd.com> To: flac-dev at xiph.org Cc: Earl Chew <earl_chew at yahoo.com> Sent: Wednesday, February 1, 2012 10:30:21 PM Subject: Re: [flac-dev] Fix cuesheet.c to allow metaflac_test.sh to run to completion Earl Chew wrote: > When reading the INDEX
2004 Sep 10
0
Suggestion for tagging flac w/ cuesheets
Hi, I'd like to make a simple suggestion for tagging flac files containing cue-sheets. As discussed in "cuesheets w/ PERFORMER & TITLE track info" there is no standard for doing this yet. The developers were not willing to adopt the integrated cuesheet functionality for handling performer/artist information. I share this opionion since that would mean to sacrifice a very flexible tagging system for s...
2012 May 02
1
Fix cuesheet.c to allow metaflac_test.sh to run to completion
Josh, Sure. I can try. Would you give me a more detailed description of the requirement ? What exactly does "general MM:SS handling" mean ? Earl ________________________________ From: Josh Coalson <xflac at yahoo.com> To: Earl Chew <earl_chew at yahoo.com>; "flac-dev at xiph.org" <flac-dev at xiph.org> Sent: Tuesday, May 1, 2012 8:25:34 PM Subject: Re:
2004 Sep 10
2
new CUESHEET metadata block
Hi all, I started up a discussion on Hydrogen Audio about a new FLAC metadata block for storing cuesheets. This is really the last missing piece in archiving CDs. Here's the link: http://www.hydrogenaudio.org/index.php?act=ST&f=20&t=4646 I would appreciate any feedback anyone has on the subject. If it's not too inconvenient, try replying on the forum there (not sure if you have to...
2012 Feb 04
1
Fix cuesheet.c to allow metaflac_test.sh to run to completion
Earl Chew wrote: > Erik, > > My working view has this as the last commit: > > commit 19e3918d4e35f4ab99e7fcc58c169025c576dd16 > Author: David Schleef <ds at schleef.org> > Date:?? Thu Aug 25 18:40:29 2011 -0700 > > ??? Fix md5 structure clearing in previous commit > > > > Using this, test_metaflac.sh runs cleanly with my cuesheet.c change.
2017 Jan 23
3
metaflac crashes adding cuesheet
Erik, The command used by abcde is metaflac --no-utf8-convert --import-cuesheet-from=/home/me/Audio/abcde.50107806/cue-50107806.txt --import-tags-from=- /home/me/Audio/abcde.50107806/track1.flac but I get the same result re-trying without the --no-utf8-convert and -no-utf8-convert. Here's the cuesheet: PERFORMER "William Shakespeare" TITLE "A Midsummer
2012 Feb 03
0
Fix cuesheet.c to allow metaflac_test.sh to run to completion
Erik, My working view has this as the last commit: commit 19e3918d4e35f4ab99e7fcc58c169025c576dd16 Author: David Schleef <ds at schleef.org> Date:?? Thu Aug 25 18:40:29 2011 -0700 ??? Fix md5 structure clearing in previous commit Using this, test_metaflac.sh runs cleanly with my cuesheet.c change. I set up another view using HEAD at git.xiph.org, and in this other view
2012 Apr 26
2
Fix cuesheet.c to allow metaflac_test.sh to run to completion
Josh, I see my name is mentioned in passing ;-) I submitted that patch because I thought it preferable to keep the test harness running. Backing this change out would also entail changing metaflac_test.sh accordingly, which at the time, I was hesitant to do. At the time I figured that at some point metaflac_test.sh was passing, so the code should probably allow it to pass. I'm ok either
2004 Sep 10
2
cd archival (revisited/again)
merry christmas everybody. i've recently begun working on a project to load my cds and i must say single file flac-as-a-cd-container with an embedded cuesheet is brilliant. So i figured no problem. rip, single file flac and then its just a matter of playlists and such... a nobrainer... but i keep getting stuck. ok, so what i set out to do is simple. read cds into either pcm or lossless
2017 Jan 23
2
metaflac crashes adding cuesheet
(Apologies if I'm in the wrong place for this...) I'm trying to use the abcde program to archive CDs to flac files. (Each CD to 1 file, and ultimately multi-disk performances to 1 file.) It extracts the audio to a .flac file and creates a cue sheet with track names & locations. However, when it tries to run metaflac with the --import-cuesheet-from option, it core dumps. I'm
2004 Sep 10
1
mistake in FLAC++ metadata interface?
Hi all, Using the FLAC++ level 2 metadata interface the following function doesn't do what you would expect: cuesheet->get_track(i).get_num_indices(); (where cuesheet is a FLAC::Metadata::CueSheet *) It returns a bool instead of an int, why is this? To get the mumber of indicies in a track I need to use: cuesheet->get_track(i).get_track()->num_indices; ie. retrieve the C struct
2004 Sep 10
0
cuesheets w/ PERFORMER & TITLE track info
--- rpp3po <rpp3po@gmx.de> wrote: > Hi there, > > is there any specific reason for ignoring TITLE and PERFORMER info > when > importing CD-TEXT cuesheets into flac files? (These two fields have > not > always been used but they have become widely supported by now). One > may > answer that the preferred method for getting this kind of info for a > cuesheet-flac would be CDDB, but CDDB info is not always reliable. > In my opinion the...
2012 May 02
0
Fix cuesheet.c to allow metaflac_test.sh to run to completion
Ah, I don't remember but it might have been a negative test that was supposed to give an error when used with the wrong sample rate. Anyway, could you do another patch that updates to general MM:SS handling? >________________________________ > From: Earl Chew <earl_chew at yahoo.com> >To: Josh Coalson <xflac at yahoo.com>; "flac-dev at xiph.org" <flac-dev
2006 Nov 02
3
Some questions
...II) As im using index-based ripping (and want to store my files in like this) I have some wave files that are very small (e.g. 34 frames only or even less). Is it possible at all to have such small flac files? III) I've read about the CUEsheet feature of flac where you can store the data of cuesheets (at least indices and so) as searchpoints in flac. But the format seems to be in milliseconds while in CDDA frames are exact. Is it (because one would have rounding errors) not adivsable to use this feature, and store one big flac file with those cue information transformed into searchpoints in fla...
2006 Jul 20
0
Ogg Frog 1.0 feature set, release date set
...ort the cuesheet player after it was identified on this list as a strategic feature to enable FLAC's success as a format.) While Ogg Frog will eventually burn CDs, version 1.0 won't. To enable burning all the supported formats in burners like iTunes that don't support Ogg Vorbis or cuesheets, Ogg Frog 1.0 will include a decoder and cuesheet splitter. The decoder will convert all the supported formats to WAV files, which can be burned by any burner. The cuesheet splitter will save a cuesheet's audio data to a folder with one WAV file per track. While a CD burned from these wo...
2006 Jul 20
0
Ogg Frog 1.0 feature set, release date announced
...the cuesheet player after it was identified on the FLAC list as a strategic feature to enable FLAC's success as a format.) While Ogg Frog will eventually burn CDs, version 1.0 won't. To enable burning all the supported formats in burners like iTunes that don't support Ogg Vorbis or cuesheets, Ogg Frog 1.0 will include a decoder and cuesheet splitter. The decoder will convert all the supported formats to WAV files, which can be burned by any burner. The cuesheet splitter will save a cuesheet's audio data to a folder with one WAV file per track. While a CD burned from these wo...