From owner-freebsd-questions@FreeBSD.ORG Sun Mar 7 20:42:05 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC04016A4CE for ; Sun, 7 Mar 2004 20:42:05 -0800 (PST) Received: from mail.hitmedia.com (mail.hitmedia.com [205.162.11.163]) by mx1.FreeBSD.org (Postfix) with SMTP id 6C3A943D2D for ; Sun, 7 Mar 2004 20:42:05 -0800 (PST) (envelope-from bsdlap@hitmedia.com) Received: (qmail 23835 invoked by uid 0); 8 Mar 2004 04:42:07 -0000 Date: Sun, 7 Mar 2004 20:42:07 -0800 From: BSD baby To: Chris Message-ID: <20040308044207.GA22130@mail.hitmedia.com> References: <200403072139.56760.racerx@makeworld.com> <20040308041143.GA9434@mail.hitmedia.com> <200403072228.05595.racerx@makeworld.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200403072228.05595.racerx@makeworld.com> User-Agent: Mutt/1.4.2.1i cc: freebsd-questions@freebsd.org Subject: Re: ITunes app or player X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2004 04:42:06 -0000 > > LUCKILY : as with ALL of the download services (most of which use Windows > > Media format), you can just click the "{BURN TO CD}" button, and burn an > > audio CD, then pop it in your FreeBSD machine and rip it to FLAC or MP3 or > > OGG or whatever you want. > > As true as the above may be, and as lazy as I can be - I was hoping for a more > logical (for lack of a better term) way of playing them. Perhaps I was > looking for a app that might play them in their native format. Yeah. Shit outta luck, though. My company is one of the main ones actually delivering and encoding all the audio to Apple iTunes. We use all FreeBSD machines for storage, but have to use actual Apple iTunes software for encoding and listening. There's no other way. I've tried. Hey if you don't know the FLAC audio format, you should. Especially for "trans-coding" other audio formats (like iTunes from CD-Rom) onto your FreeBSD machine. cd /usr/ports/audio/flac ; make install It's a *lossless* copy of the audio. No compressions. Huge files but sounds great. You can use a program like this... cd /usr/ports/audio/abcde ; make install ... to rip your audio CDs into FLAC format.