LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-17-2004, 01:38 PM   #1
socks
Member
 
Registered: Oct 2002
Distribution: Slackware 10.0
Posts: 57

Rep: Reputation: 15
Xcdroast


I just had a few questions. I'm fairly new to Linux and just decided to get a copy of Mandrake 9.1 up and running on my system. So far, so good. I was looking for a good program to burn CDs and decided to give Xcdroast a try. I have it installed and everything, but I was wondering if mp3s have to be converted to .wav files everytime you want to burn an audio cd. It seems like a lot of work just to get a cd burned. Is there another program that's better for this task? I'm using Gnome at the moment for my GUI. Any advice would be greatly appreciated. Thanks
 
Old 03-17-2004, 02:04 PM   #2
jpbarto
Senior Member
 
Registered: Mar 2003
Location: Pittsburgh, PA
Distribution: Gentoo / NetBSD
Posts: 1,251

Rep: Reputation: 45
GToaster is supposed to be good, and it burns files pretty well however I've not gotten it to successfully burn an audio CD yet. However I think that's because I don't have Sox installed. But you could give it a try, its got a better UI than XCDRoast.
 
Old 03-17-2004, 03:32 PM   #3
Genesee
Member
 
Registered: Dec 2002
Distribution: Slackware
Posts: 927

Rep: Reputation: 30
the xcdroast manual suggests using lame

http://www.xcdroast.org/manual/createaudio.html

-- you could create a simple script to convert multiple mp3's with one command

run a search for scripting howtos and post in the programming forum (I'd suggest something, but my scripting knowledge is pretty poor )
 
Old 03-17-2004, 03:38 PM   #4
geniarse
Member
 
Registered: May 2003
Location: UK
Distribution: Gentoo
Posts: 141

Rep: Reputation: 15
This script will create an audio cd from a bunch of MP3s in a directory (i didnt write so don't ask me for help)

#!/bin/sh
tocfile="cd_$$.toc"
echo "CD_DA" > $tocfile
for i in *mp3
do wav="`basename $i .mp3`.wav"
mpg123 -w$wav $i\
&& echo -en >>$tocfile "TRACK AUDIO\nFILE \"$wav\" 0\n"
done
echo -e "TOC file still available at $tocfile"
cdrdao write $tocfile
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
xcdroast paul_dundee Linux - Software 5 04-10-2005 01:54 AM
xcdroast ciberrust Linux - Software 3 11-16-2004 10:36 PM
XcdRoast slacklinux Linux - Newbie 2 05-27-2004 03:51 PM
xcdroast RaheimSG Linux - Software 2 09-13-2002 10:25 AM
how to use xcdroast? doublefailure Linux - Software 2 08-29-2002 05:22 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:52 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration