Hi,
I am using Ubuntu 18.04.1 LTS and Audacity 2.2.1 which I downloaded from Ubuntu software.
My project is to divide The Goldberg Variations into a CD that I can navigate.
I have set up a series of Point Labels for each variation and when I export multiple files, splitting files by label, and naming files based on Label/Track name I get one big file which is 26 minutes long and a series of empty track files.
So I then added a series of tracks, one per variation, and tried splitting files by track with the same result.
Also when I burn to a CR-R my metadata does not appear.
What have I missed in the FAQ's?
John
Export multiple does not split audio into multiple files [SOLVED]
Forum rules
This forum is for Audacity on GNU/Linux.
Please state:
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade (see https://www.audacityteam.org/download/).
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Please state:
- which version of Linux you are using,
- the exact three-section version number of Audacity from Help menu > About Audacity,
- whether you installed your distribution's release, PPA version, or compiled Audacity from source code.
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade (see https://www.audacityteam.org/download/).
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Re: Export multiple does not split audio into multiple files
When using Export Multiple based on labels, the audio should all be in one track. If you have multiple tracks, mixed them down to one track before you export. (Optionally, undo the "Mix & Render" before you save the project if you wish to retain separate tracks).
Normal audio CDs do not support metadata, though there is an extension to the audio CD specification called "CD-Text" that is supported by some CD burning software IF the CD burner (hardware) also supports CD Text. See: https://en.wikipedia.org/wiki/CD-Text
CD-Text can only be written when using "DAO" (Disk at once) mode, so the hardware must also support DAO.
Brasero supports CD-Text, as do most other CD burning software on Linux.
To edit CD-Text for tracks in Brasero, right click on the track and select "Edit Information"
Normal audio CDs do not support metadata, though there is an extension to the audio CD specification called "CD-Text" that is supported by some CD burning software IF the CD burner (hardware) also supports CD Text. See: https://en.wikipedia.org/wiki/CD-Text
CD-Text can only be written when using "DAO" (Disk at once) mode, so the hardware must also support DAO.
Brasero supports CD-Text, as do most other CD burning software on Linux.
To edit CD-Text for tracks in Brasero, right click on the track and select "Edit Information"
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Export multiple does not split audio into multiple files
Thank you for your help.
Export Multiple Files works perfectly after I got rid of the extra tracks.
Brasero keeps crashing for some reason.
Xfburner works but I don't think it supports CD-Text
Export Multiple Files works perfectly after I got rid of the extra tracks.
Brasero keeps crashing for some reason.
Xfburner works but I don't think it supports CD-Text
Re: Export multiple does not split audio into multiple files
You could try K3b (but it has a lot of dependencies if you don't already have KDE).
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Export multiple does not split audio into multiple files
The problem I have with K3b is one of permissions.
cdburner does not have permission to access the cd-drive.
The permissions helper was not activated during the build so it is a bit of a dead end.
cdburner does not have permission to access the cd-drive.
The permissions helper was not activated during the build so it is a bit of a dead end.
Re: Export multiple does not split audio into multiple files
Perhaps the first answer here will help: https://askubuntu.com/questions/1032903 ... n-the-devi
Code: Select all
sudo chmod 4711 /usr/bin/wodim; sudo chmod 4711 /usr/bin/cdrdao9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Export multiple does not split audio into multiple files [SOLVED]
The first suggestion worked!
Thank you so much
Thank you so much