Slashdot Mirror


Ripping MP3s in BSD

LiquidPC writes: "ONLamp.com's Big Scary Daemon Section has a new article on how to rip MP3s using tools found in the FreeBSD ports tree."

2 of 28 comments (clear)

  1. Re:"BSD" by little_fluffy_clouds · · Score: 2, Informative

    These two cases are not the same. Yes there are many Linux distros, but they all use the same kernel and mostly the same userland, the major exception being the binary package tools. The BSD's do NOT use the same kernel (BIG differences), and the userland is often significantly different too. Only someone who does not use the different BSD versions would call one of them in particular 'BSD'. When FreeBSD 4.4 just came out, at least Slashdot did not report that 'BSD 4.4' is out. So keep *that* up.

    Let me put it this way - articles written about FreeBSD or OpenBSD are of no interest to me, as the content is often irrelevant to what I use (NetBSD). So it is an incorrect shorthand, at best. If you are talking about FreeBSD, call it FreeBSD. Daily Daemonnews uses the term BSD correctly (which is hopefully as I have here). Slashdot does not in mant cases.

    --
    What were the skies like when you were young?
  2. Here's how I do it by realdpk · · Score: 2, Informative

    Need to have dagrab and lame installed, and possibly some other ports. My scripts can be found at: mp3 scripts. When I want to rip a CD, I pop it in and simply run "./rip" from my mp3 dir. It takes care of the rest, including CDDB-based naming.

    No warranties or anything.