Re: question about cd text

2015-01-25 Thread poma
On 25.01.2015 14:01, Klaus-Peter Schrage wrote:

> You might be thinking of a cue sheet, which ist a plain text file with a 
> reference to an audio file (or multiple files).

Klaus, attempt to read what was the original "problem". :)
OP only confuses himself and just because you want to help, do not fall into 
the same confusion.

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: question about cd text

2015-01-25 Thread Klaus-Peter Schrage

Am 24.01.2015 um 06:34 schrieb Tim:

On Fri, 2015-01-23 at 12:09 +0100, Klaus-Peter Schrage wrote:

you can't build an "iso", as there are no isos for audio cds,
but I may be corrected

Not an "iso," as such, but it's possible to build an image of what will
be burnt onto an audio CD, though I can't remember if there's a specific
name for that.  That used to be how it was done (an audio data image,
with a table of contents file), until things got nicely automated for
users.  Unfortunately, the automated burner thingies tend to omit giving
you a way to burn more than one disc without recreating each one, each
time, wasting a hell of a lot of time.


You might be thinking of a cue sheet, which ist a plain text file with a 
reference to an audio file (or multiple files).
Here are the first lines of an example (this way I make backups of my 
audio cd collection on my computer, each cd "image" consisting of a 
single flac file and the corresponding cue file):


   REM GENRE World
   REM DATE 2008
   REM DISCID D40F320F
   REM COMMENT "ExactAudioCopy v1.0b1"
   CATALOG 0825646927876
   PERFORMER "Amadou & Mariam"
   TITLE "Welcome To Mali"
   FILE "Welcome to Mali.flac" WAVE
  TRACK 01 AUDIO
TITLE "Sabali"
PERFORMER "Amadou & Mariam"
INDEX 01 00:00:00
  TRACK 02 AUDIO
TITLE "Ce N'Est Pas Bon"
PERFORMER "Amadou & Mariam"
INDEX 01 03:16:47
   ...


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: question about cd text

2015-01-24 Thread Tim
On Fri, 2015-01-23 at 12:09 +0100, Klaus-Peter Schrage wrote:
> you can't build an "iso", as there are no isos for audio cds, 
> but I may be corrected

Not an "iso," as such, but it's possible to build an image of what will
be burnt onto an audio CD, though I can't remember if there's a specific
name for that.  That used to be how it was done (an audio data image,
with a table of contents file), until things got nicely automated for
users.  Unfortunately, the automated burner thingies tend to omit giving
you a way to burn more than one disc without recreating each one, each
time, wasting a hell of a lot of time.


-- 
tim@localhost ~]$ uname -rsvp

Linux 3.17.8-200.fc20.i686 #1 SMP Fri Jan 9 00:01:03 UTC 2015 i686

All mail to my mailbox is automatically deleted, there is no point trying
to privately email me, I will only read messages posted to the public lists.

George Orwell's '1984' was supposed to be a warning against tyranny, not
a set of instructions for supposedly democratic governments.

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: question about cd text

2015-01-23 Thread jd1008


On 01/23/2015 04:09 AM, Klaus-Peter Schrage wrote:

Am 23.01.2015 um 04:42 schrieb jd1008:


On 01/22/2015 01:30 PM, poma wrote:



If I understand you want a Data CD/DVD image which should keep a
complete files structure together with ID3, not an Audio CD with 
CD-Text.




I want to create an audio cd with cd-text.
wodim and cdrecord may be invoked with args like
-useinfo -text  *.wav



As poma has pointed out before: k3b is a way to go. You can create an 
audio cd directly from mp3 files, without converting to wave format 
before (you can't build an "iso", as there are no isos for audio cds, 
but I may be corrected):


After starting k3b, select "New Audio CD Project", then simply drop 
your audio files into it, they will show up as tracks with "artist" 
and "title" taken from what is written into the id3 tags of your mp3s.


Hitting the "Burn" tab, you find a CD-Text tab where you can make your 
choices. Then you may burn your audio cd, k3b makes all the neccessary 
audio conversions.


In order to make this work, certain conditions have to be met:
1. "k3b-extras-freeworld" (and it's dependencies) from rpmfusion have 
to be installed (you probably don't need them if you use wave or ogg 
files).
2. There have to be id3 tags in your mp3 files at least for artist and 
title.


This all may be achieved with command line tools, but ...


Cool. Will try it and get back ...

Cheers,

JD

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: question about cd text

2015-01-23 Thread Klaus-Peter Schrage

Am 23.01.2015 um 04:42 schrieb jd1008:


On 01/22/2015 01:30 PM, poma wrote:



If I understand you want a Data CD/DVD image which should keep a
complete files structure together with ID3, not an Audio CD with CD-Text.



I want to create an audio cd with cd-text.
wodim and cdrecord may be invoked with args like
-useinfo -text  *.wav



As poma has pointed out before: k3b is a way to go. You can create an 
audio cd directly from mp3 files, without converting to wave format 
before (you can't build an "iso", as there are no isos for audio cds, 
but I may be corrected):


After starting k3b, select "New Audio CD Project", then simply drop your 
audio files into it, they will show up as tracks with "artist" and 
"title" taken from what is written into the id3 tags of your mp3s.


Hitting the "Burn" tab, you find a CD-Text tab where you can make your 
choices. Then you may burn your audio cd, k3b makes all the neccessary 
audio conversions.


In order to make this work, certain conditions have to be met:
1. "k3b-extras-freeworld" (and it's dependencies) from rpmfusion have to 
be installed (you probably don't need them if you use wave or ogg files).
2. There have to be id3 tags in your mp3 files at least for artist and 
title.


This all may be achieved with command line tools, but ...

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: question about cd text

2015-01-23 Thread poma
On 23.01.2015 04:42, jd1008 wrote:
> 
> On 01/22/2015 01:30 PM, poma wrote:
>> On 22.01.2015 21:02, jd1008 wrote:
>>> On 01/22/2015 12:39 PM, poma wrote:
 On 22.01.2015 19:23, jd1008 wrote:
> I have some mp3 files which seem to have built-in cd-text info about the
> track and the album.
> When I transcode them to wav and I play the wav file using ffplay or
> mplayer, the cd-text
> info is also displayed, just like playing the mp3 file.
> So, if I create an iso of the directory containing the wav files,
> I mount the iso file via the loop device, and play the files listed
> in the mount point, the cd-text is no longer there.
> How do I force the preservation of cd-text when creating the iso?
>
 CD-Text != ID3

 http://en.wikipedia.org/wiki/CD-Text
 http://en.wikipedia.org/wiki/ID3
>>> Thanks.
>>> I need to find a conversion method
>>> or generate it manually, which is a whole lot of typing :)
>>>
>> If KIIIB cannot, I do not know what can
>> http://www.k3b.org/about
>>
>> If I understand you want a Data CD/DVD image which should keep a complete 
>> files structure together with ID3, not an Audio CD with CD-Text.
>>
>>
> I want to create an audio cd with cd-text.
> wodim and cdrecord may be invoked with args like
> -useinfo -text  *.wav
> 

Okeydoke Mr. D.J.


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: question about cd text

2015-01-22 Thread jd1008


On 01/22/2015 01:30 PM, poma wrote:

On 22.01.2015 21:02, jd1008 wrote:

On 01/22/2015 12:39 PM, poma wrote:

On 22.01.2015 19:23, jd1008 wrote:

I have some mp3 files which seem to have built-in cd-text info about the
track and the album.
When I transcode them to wav and I play the wav file using ffplay or
mplayer, the cd-text
info is also displayed, just like playing the mp3 file.
So, if I create an iso of the directory containing the wav files,
I mount the iso file via the loop device, and play the files listed
in the mount point, the cd-text is no longer there.
How do I force the preservation of cd-text when creating the iso?


CD-Text != ID3

http://en.wikipedia.org/wiki/CD-Text
http://en.wikipedia.org/wiki/ID3

Thanks.
I need to find a conversion method
or generate it manually, which is a whole lot of typing :)


If KIIIB cannot, I do not know what can
http://www.k3b.org/about

If I understand you want a Data CD/DVD image which should keep a complete files 
structure together with ID3, not an Audio CD with CD-Text.



I want to create an audio cd with cd-text.
wodim and cdrecord may be invoked with args like
   -useinfo -text  *.wav

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: question about cd text

2015-01-22 Thread poma
On 22.01.2015 21:02, jd1008 wrote:
> 
> On 01/22/2015 12:39 PM, poma wrote:
>> On 22.01.2015 19:23, jd1008 wrote:
>>> I have some mp3 files which seem to have built-in cd-text info about the
>>> track and the album.
>>> When I transcode them to wav and I play the wav file using ffplay or
>>> mplayer, the cd-text
>>> info is also displayed, just like playing the mp3 file.
>>> So, if I create an iso of the directory containing the wav files,
>>> I mount the iso file via the loop device, and play the files listed
>>> in the mount point, the cd-text is no longer there.
>>> How do I force the preservation of cd-text when creating the iso?
>>>
>> CD-Text != ID3
>>
>> http://en.wikipedia.org/wiki/CD-Text
>> http://en.wikipedia.org/wiki/ID3
> Thanks.
> I need to find a conversion method
> or generate it manually, which is a whole lot of typing :)
> 

If KIIIB cannot, I do not know what can
http://www.k3b.org/about

If I understand you want a Data CD/DVD image which should keep a complete files 
structure together with ID3, not an Audio CD with CD-Text.


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: question about cd text

2015-01-22 Thread jd1008


On 01/22/2015 12:39 PM, poma wrote:

On 22.01.2015 19:23, jd1008 wrote:

I have some mp3 files which seem to have built-in cd-text info about the
track and the album.
When I transcode them to wav and I play the wav file using ffplay or
mplayer, the cd-text
info is also displayed, just like playing the mp3 file.
So, if I create an iso of the directory containing the wav files,
I mount the iso file via the loop device, and play the files listed
in the mount point, the cd-text is no longer there.
How do I force the preservation of cd-text when creating the iso?


CD-Text != ID3

http://en.wikipedia.org/wiki/CD-Text
http://en.wikipedia.org/wiki/ID3

Thanks.
I need to find a conversion method
or generate it manually, which is a whole lot of typing :)
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: question about cd text

2015-01-22 Thread poma
On 22.01.2015 19:23, jd1008 wrote:
> I have some mp3 files which seem to have built-in cd-text info about the 
> track and the album.
> When I transcode them to wav and I play the wav file using ffplay or 
> mplayer, the cd-text
> info is also displayed, just like playing the mp3 file.
> So, if I create an iso of the directory containing the wav files,
> I mount the iso file via the loop device, and play the files listed
> in the mount point, the cd-text is no longer there.
> How do I force the preservation of cd-text when creating the iso?
> 

CD-Text != ID3

http://en.wikipedia.org/wiki/CD-Text
http://en.wikipedia.org/wiki/ID3


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


question about cd text

2015-01-22 Thread jd1008
I have some mp3 files which seem to have built-in cd-text info about the 
track and the album.
When I transcode them to wav and I play the wav file using ffplay or 
mplayer, the cd-text

info is also displayed, just like playing the mp3 file.
So, if I create an iso of the directory containing the wav files,
I mount the iso file via the loop device, and play the files listed
in the mount point, the cd-text is no longer there.
How do I force the preservation of cd-text when creating the iso?

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org