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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
01-09-2005, 07:24 PM
|
#1
|
Member
Registered: Aug 2004
Location: Southaven, Mississippi, USA
Distribution: Debian Etch
Posts: 108
Rep:
|
mp3 ripper for linux
I'm looking for something that will rip my cd's and convert them to mp3's that I can put on my iPod. What's a good linux app for this? Does k3b have an encoder or is there something else I should use?
|
|
|
01-09-2005, 07:37 PM
|
#2
|
LQ Guru
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672
Rep:
|
not sure if K3b has an ripper.
graphical
xmcd
roxcd (for rox desktop)
sound-juicer (for gnome2)
grip (frontend)
jack (frontend)
command lime rippers include
rip
mp3c
bladeenc
there are loads... consult google.com/linux
|
|
|
01-09-2005, 07:38 PM
|
#3
|
LQ Newbie
Registered: Jan 2005
Posts: 1
Rep:
|
I've always used 'grip' to rip CD's, stable and pretty quick. http://nostatic.org/grip/
|
|
|
01-09-2005, 09:29 PM
|
#4
|
Member
Registered: Apr 2003
Location: Tampa, Florida
Distribution: Mint 17.2 ,OpenSuse, Kali and Pepermint OS 6
Posts: 276
Rep:
|
Grip has worked like a charm for me...I cant remember but I also think there is a plugin for XMMS
|
|
|
01-10-2005, 12:05 AM
|
#5
|
Member
Registered: Jan 2005
Distribution: Fedora Core 3, 4
Posts: 135
Rep:
|
one more for grip
|
|
|
01-10-2005, 12:30 AM
|
#6
|
Member
Registered: Jul 2003
Location: Seattle, WA
Distribution: Kubuntu 14.04 LTS
Posts: 915
Rep:
|
Okay, I'll be the devil's advocate.
I switched from Grip to KAudioCreator because Grip would crash very often on me. I use "lame" as the underlying encoder with both Grip and KAudioCreator, so the frontend doesn't make a whole lot of difference to me.
If Grip works stably for you, I don't see any reason to not use it, though.
|
|
|
01-10-2005, 12:35 AM
|
#7
|
Senior Member
Registered: Nov 2003
Location: Perth, Western Australia
Distribution: Ubuntu, Debian, Various using VMWare
Posts: 2,088
Rep:
|
To rip one track at a time from CD into mp3 format:
Code:
cdparanoia "n" - | lame - "track-n.mp3"
where n is the desired track.
If you want to do the whole CD:
Code:
#!/bin/sh
count=1
numTracks=$1
destDir=$2
until test $count -gt $numTracks
do
cdparanoia "$count" - | lame - "$destDir/track$count.mp3"
let "count=$count+1"
done
see "man lame" and "man cdparanoia" for details
I hope this helps
--Ian
|
|
|
01-10-2005, 09:35 AM
|
#8
|
Member
Registered: Aug 2004
Location: Southaven, Mississippi, USA
Distribution: Debian Etch
Posts: 108
Original Poster
Rep:
|
Quote:
I switched from Grip to KAudioCreator because Grip would crash very often on me.
|
Grip keeps crashing when I try to close it. No biggie. Either way, with Grip and KAudioCreator, I don't have a 'lame' encoder. I tried to apt-get install lame but it said that lame is an obsolete package. I have no manual entry for lame either so I guess it's not there. I'm going to keep looking for it but if anyone can give me a shortcut to finding a .deb or tarball I'd appreciate it.
|
|
|
01-10-2005, 10:43 AM
|
#9
|
Member
Registered: Jul 2003
Location: Seattle, WA
Distribution: Kubuntu 14.04 LTS
Posts: 915
Rep:
|
Quote:
Originally posted by 1madstork
Grip keeps crashing when I try to close it. No biggie. Either way, with Grip and KAudioCreator, I don't have a 'lame' encoder. I tried to apt-get install lame but it said that lame is an obsolete package. I have no manual entry for lame either so I guess it's not there. I'm going to keep looking for it but if anyone can give me a shortcut to finding a .deb or tarball I'd appreciate it.
|
I've uploaded the tarball on my Web space. Please feel free to grab it.
http://daihardM3.home.comcast.net/data/lame-3.92.tar.gz
|
|
|
01-10-2005, 03:27 PM
|
#10
|
Member
Registered: Aug 2004
Location: Southaven, Mississippi, USA
Distribution: Debian Etch
Posts: 108
Original Poster
Rep:
|
Quote:
I've uploaded the tarball on my Web space. Please feel free to grab it.
|
Thanks!
|
|
|
01-27-2005, 05:20 PM
|
#11
|
LQ Newbie
Registered: Apr 2004
Location: UC Davis
Posts: 9
Rep:
|
I tried to use kaudiocreator because it would do the cddb lookup for me, and fill in the tags.
I found, however, that is was really unstable!!!
I tried the command line path, which worked fine, except it didn't set any of the mp3 tags.
Is there a command line solution for doing the cddb lookup?
P.S. I'm using cdparanoia and lame
Last edited by andrewguy9; 01-27-2005 at 05:22 PM.
|
|
|
01-27-2005, 09:25 PM
|
#12
|
Member
Registered: Jul 2004
Location: Moriarty, NM, USA about 100 yards form Rattle Snake Coutry
Distribution: Slackware , Ubuntu
Posts: 269
Rep:
|
I use ripperX never had any stability issues with it and it sets up the tags.
http://ripperx.sourceforge.net/
|
|
|
01-27-2005, 10:13 PM
|
#13
|
Member
Registered: Jul 2003
Location: Seattle, WA
Distribution: Kubuntu 14.04 LTS
Posts: 915
Rep:
|
Quote:
Originally posted by andrewguy9
I tried to use kaudiocreator because it would do the cddb lookup for me, and fill in the tags.
I found, however, that is was really unstable!!!
I tried the command line path, which worked fine, except it didn't set any of the mp3 tags.
Is there a command line solution for doing the cddb lookup?
|
Which version of KAudioCreator are you using? The version that came with KDE 3.1.5 was really unstable, but it has improved quite a bit since then. I currently use 1.12, which came with KDE 3.4 Beta1, with cdparanoia and lame as the backend apps. I've never had any major issue with it.
|
|
|
01-27-2005, 10:27 PM
|
#14
|
Member
Registered: Aug 2003
Location: raleigh
Distribution: Gentoo 2005.1 x86_64
Posts: 931
Rep:
|
RipperX is the best!!!!!!!!!!!!!
|
|
|
01-28-2005, 01:20 AM
|
#15
|
Senior Member
Registered: Oct 2003
Posts: 3,057
Rep:
|
IBall,
I like your script! Hope you don't mind, I put a couple of sanity checks in.
Code:
#!/bin/bash
#If you want to do the whole cd, run this script.
#Example: ./test 27 /home/music
usage()
{
echo "Usage: $0 [NumTracks] [DestDir]"
exit 1;
}
test "$1" || usage
test -d "$2" || usage
count=1
numTracks=$1
destDir=$2
until test $count -gt $numTracks
do
cdparanoia "$count" - | lame - "$destDir/song$count.mp3"
let "count=$count+1"
done
|
|
|
All times are GMT -5. The time now is 11:20 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|