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

Reply via email to