search for: cuesheet

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

2004 Sep 10
1
new CUESHEET metadata block
...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 working in some satisfactory state for almost a year now :P personally, i'd like to be able to rip cds into individual flac files, one per track, but somehow create a proper cuesheet that let me reconstruct the cd perfectly from just the cuesheet and flac files alone, preserving all the pre...
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, no play list. "Next" b...
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 hash), looks up metadata in database - player presents album.flac as separate tracks - playlists can reference individual tracks in album.flac Josh __________________________________________________ Do you Yaho...
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 c...
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 from the cue sheet, the format MM:SS:FF format > is disallowed if the sample frequency is not a multiple of 75 because > the index would only be approximate. However, 00:00:00 is _exact_ because &...
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...
2012 May 02
1
Fix cuesheet.c to allow metaflac_test.sh to run to completion
...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: [flac-dev] 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? >__________________________...
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 t...
2012 Feb 04
1
Fix cuesheet.c to allow metaflac_test.sh to run to completion
...t 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. <snip> > Do you have any more insight ? Ok, using a bit of git bisect magic, I find that if your cuesheet patch had been applied on top of commit 19e3918d4e, then this patch: commit ce8a75134cace056f6c436d54b57bad1a1d93797 Author: Erik de Castro Lopo <erikd at mega...
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 Mi...
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 test_metaflac.sh fails. With my change in place, the failure is a mismatch between information stored in the golden file. --- metaflac-test-files/case43-expect.meta????? 2012-02-02 08:52:57.000000000 -0800 +++ m...
2012 Apr 26
2
Fix cuesheet.c to allow metaflac_test.sh to run to completion
..., so the code should probably allow it to pass. I'm ok either way. Earl ________________________________ From: Josh Coalson <xflac at yahoo.com> To: "flac-dev at xiph.org" <flac-dev at xiph.org> Sent: Wednesday, April 25, 2012 3:23:35 PM Subject: Re: [flac-dev] Fix cuesheet.c to allow metaflac_test.sh to run to completion I haven't checked git yet but I hope this patch has not gone in.? I don't like the special case that this is creating. It would be better to allow MM:SS everywhere but I consider that low priority. >________________________________...
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 compression. but i want it to play nice with playlists (by sele...
2017 Jan 23
2
metaflac crashes adding cuesheet
....) 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 using the latest version (1.3.2), which I downloaded & compiled myself. I've tried to run gdb on the core file, but just get a message about using zypper to download separate debug info, but when I try to run the specified command, it says the info doesn...
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 and get it from there....
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 th...
2012 May 02
0
Fix cuesheet.c to allow metaflac_test.sh to run to completion
...ral 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 at xiph.org> >Sent: Thursday, April 26, 2012 3:12 PM >Subject: Re: [flac-dev] 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 metaf...
2006 Nov 02
3
Some questions
...ase with flac (thus the original file would be modified)? 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...
2006 Jul 20
0
Ogg Frog 1.0 feature set, release date set
...But it will take a long time to implement so many features, so I will implement them in stages, with a new release each time a feature set milestone is achieved. The above features will comprise Ogg Frog 2.0; Ogg Frog 1.0 will just be a file and Internet radio player, stream ripper, decoder, cuesheet player and cuesheet splitter. Version 1.1 will add encoding and tagging. 1.0 will have binaries for Mac OS X, Windows, BeOS, Haiku (http://haiku-os.org/) and several Linux and BSD distributions, for both PowerPC and i386 as supported by each platform. Each new release will add new instructio...
2006 Jul 20
0
Ogg Frog 1.0 feature set, release date announced
...But it will take a long time to implement so many features, so I will implement them in stages, with a new release each time a feature set milestone is achieved. The above features will comprise Ogg Frog 2.0; Ogg Frog 1.0 will just be a file and Internet radio player, stream ripper, decoder, cuesheet player and cuesheet splitter. Version 1.1 will add encoding and tagging. 1.0 will have binaries for Mac OS X, Windows, BeOS, Haiku (http://haiku-os.org/) and several Linux and BSD distributions, for both PowerPC and i386 as supported by each platform. Each new release will add new instructio...