Andy, The Way I lay my CD's out is root Artist Album mp3's I personally use mkisofs and the loopback mount them as a sanity check. As for the format, I use ISO9660/Joliet with "allow stuff that breaks ISO" aka mkisofs -U -J -o some.iso a_subdirectory_layed_out_like_above/ It'll then bitch about this not conforming but everything works fine. Tim. -----Original Message----- From: Andy Stewart [mailto:andystewart@mediaone.net] Sent: Wednesday, December 05, 2001 1:07 AM To: wlug@mail.wlug.org Subject: [Wlug] Burning MP3s onto CD HI gang, OK, so let's say that I get one of those players that plays audio CDs or CDs with a bunch of MP3 files on them. (I don't mean converting the MP3s to audio first). My question is this: what format is used for the MP3 CD? Is it just a standard ISO9660 CD with the MP3 files and playlists(?) layed out with a particular directory scheme? Or is it something else? Thanks, Andy -- Andy Stewart Founder Worcester Linux Users' Group Worcester, MA, USA http://www.wlug.org _______________________________________________ Wlug mailing list Wlug@mail.wlug.org http://mail.wlug.org/mailman/listinfo/wlug
On Wed, Dec 05, 2001 at 08:17:16AM -0500, Keller, Tim wrote:
Andy,
The Way I lay my CD's out is root Artist Album mp3's
I personally use mkisofs and the loopback mount them as a sanity check. As for the format, I use ISO9660/Joliet with "allow stuff that breaks ISO" aka
mkisofs -U -J -o some.iso a_subdirectory_layed_out_like_above/
It'll then bitch about this not conforming but everything works fine.
Add -r -T and it should stop complaining. -- Frank Sweetser fs at wpi.edu, fs at suave.net | $ x 15 Full-time WPI Network Tech, Part time Linux/Perl guy | The one computer-language course I took was Cobol, and basically, I just slept the whole quarter. Then, the night before the final, I read the IBM Cobol manual, and I got the top score in the final. - Larry Wall, in an interview with O'Reilly
participants (2)
-
Frank Sweetser
-
Keller, Tim