Re: [gentoo-amd64] k3b and FLAC images

2008-04-29 Thread gigli

Mark Haney skrev:
I've received some FLAC files of a concert of a friend of mine.  The CUE 
files were included, but for some reason k3b doesn't like it.  It 
complains (not a usable image). I've got the FLAC option included in 
make.conf, so it should work, right?


Am I missing something?

You should decode the flac to a wav file first and change in the 
cue-sheet from flac to wav on the file name, then it should burn perfectly


Martin
--
gentoo-amd64@lists.gentoo.org mailing list



Re: [gentoo-amd64] k3b and FLAC images

2008-04-29 Thread darren kirby
quoth the Richard Freeman:
> Mark Haney wrote:
> > I should be able to burn those flac files right?  It could be the CUE
> > files aren't right, but I'm not sure how I would verify that.
>
> Perhaps I'm just demonstrating ignorance here, but flac isn't an image
> format - it is a sound recording format.  If you wanted to burn a flac
> to a CD you'd need to create an audio CD and turn the flac file into a
> track.  I don't know that you could do anything with a cue file.

You could burn them as data. The OP doesn't say which he wants so...

> If you're trying to burn the image using the burn-image menu option I
> don't think that would work.

You are right. That would be to burn .iso or .img files.

> However, I've never attempted to burn flac files using k3b, so maybe it
> is supposed to just automagically work.

When you choose 'Burn Audio CD'  then any supported files that are drag and 
dropped into the tracklist are automatically converted to wavs, which in turn 
are burned in redbook format for audio CDs.

When burning as data, no such conversion is performed, the flacs are burned as 
flacs, and you must mount the cd to get at them.

-d
-- 
darren kirby :: Part of the problem since 1976 :: http://badcomputer.org
"...the number of UNIX installations has grown to 10, with more expected..."
- Dennis Ritchie and Ken Thompson, June 1972
-- 
gentoo-amd64@lists.gentoo.org mailing list



Re: [gentoo-amd64] k3b and FLAC images

2008-04-29 Thread Harry Holt
On Tue, Apr 29, 2008 at 2:07 PM, Richard Freeman <[EMAIL PROTECTED]> wrote:

> Mark Haney wrote:
>
> >
> > I should be able to burn those flac files right?  It could be the CUE
> > files aren't right, but I'm not sure how I would verify that.
> >
> >
> >
> Perhaps I'm just demonstrating ignorance here, but flac isn't an image
> format - it is a sound recording format.  If you wanted to burn a flac to a
> CD you'd need to create an audio CD and turn the flac file into a track.  I
> don't know that you could do anything with a cue file.
>
> If you're trying to burn the image using the burn-image menu option I
> don't think that would work.
>
> However, I've never attempted to burn flac files using k3b, so maybe it is
> supposed to just automagically work.
>

I have, and it does.  You're right about the CUE file, though, I don't think
k3b will do anything with it. I just create an audio CD and drop the flac
files in - never had a problem.  If you want CD Text and stuff, it will try
to pick it up from CDDB (if you have that enabled), or you have to type it
in yourself.

... HH


> --
> gentoo-amd64@lists.gentoo.org mailing list
>
>


-- 
Harry Holt, PMP


Re: [gentoo-amd64] k3b and FLAC images

2008-04-29 Thread Richard Freeman

Mark Haney wrote:


I should be able to burn those flac files right?  It could be the CUE 
files aren't right, but I'm not sure how I would verify that.





Perhaps I'm just demonstrating ignorance here, but flac isn't an image 
format - it is a sound recording format.  If you wanted to burn a flac 
to a CD you'd need to create an audio CD and turn the flac file into a 
track.  I don't know that you could do anything with a cue file.


If you're trying to burn the image using the burn-image menu option I 
don't think that would work.


However, I've never attempted to burn flac files using k3b, so maybe it 
is supposed to just automagically work.

--
gentoo-amd64@lists.gentoo.org mailing list



Re: [gentoo-amd64] k3b and FLAC images

2008-04-29 Thread darren kirby
quoth the Mark Haney:
> Chris Brennan wrote:
> > But was FLAC used when you built k3b? try this to check
> >
> >
> > emerge -vpuDN k3b
> >
> > this should double check all your USE flags and redisplay all of k3b's
> > deps.
>
> Yeah I should have made that a little clearer, I did compile k3b with
> the flac USE flag.  Here's what k3b has enabled:
>
> app-cdr/k3b-1.0.4  USE="alsa arts dvdr dvdread encode flac mp3 sndfile
> vorbis
>
> I should be able to burn those flac files right?  It could be the CUE
> files aren't right, but I'm not sure how I would verify that.

CUE is in a seperate file? Perhaps you need to use 'metaflac' to embed them in 
the flac before k3b will take them...

$ metaflac --import-cuesheet-from='CUEFILE' foobar.flac

In any event, running 'metaflac --list foo.flac' should let you know if the 
flac is valid.

-d
-- 
darren kirby :: Part of the problem since 1976 :: http://badcomputer.org
"...the number of UNIX installations has grown to 10, with more expected..."
- Dennis Ritchie and Ken Thompson, June 1972
-- 
gentoo-amd64@lists.gentoo.org mailing list



Re: [gentoo-amd64] k3b and FLAC images

2008-04-29 Thread Mark Haney

Chris Brennan wrote:

But was FLAC used when you built k3b? try this to check


emerge -vpuDN k3b

this should double check all your USE flags and redisplay all of k3b's
deps.


Yeah I should have made that a little clearer, I did compile k3b with 
the flac USE flag.  Here's what k3b has enabled:


app-cdr/k3b-1.0.4  USE="alsa arts dvdr dvdread encode flac mp3 sndfile 
vorbis


I should be able to burn those flac files right?  It could be the CUE 
files aren't right, but I'm not sure how I would verify that.



--
Libenter homines id quod volunt credunt -- Caius Julius Caesar


Mark Haney
Sr. Systems Administrator
ERC Broadband
(828) 350-2415

Call (866) ERC-7110 for after hours support
--
gentoo-amd64@lists.gentoo.org mailing list



Re: [gentoo-amd64] k3b and FLAC images

2008-04-29 Thread Chris Brennan

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

But was FLAC used when you built k3b? try this to check


emerge -vpuDN k3b

this should double check all your USE flags and redisplay all of k3b's
deps.

Mark Haney wrote:
| I've received some FLAC files of a concert of a friend of mine.  The CUE
| files were included, but for some reason k3b doesn't like it.  It
| complains (not a usable image). I've got the FLAC option included in
| make.conf, so it should work, right?
|
| Am I missing something?
|
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIF1G78hUIAnGfls4RAo7kAJ0RZiNETuy2Q1TUuDhmb2+C9j6tpQCfWQd9
J5mZhJ55PDRai9eovnDus2g=
=/UA7
-END PGP SIGNATURE-
--
gentoo-amd64@lists.gentoo.org mailing list