home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / sound-juicer / README < prev    next >
Encoding:
Text File  |  2006-12-31  |  1.8 KB  |  53 lines

  1. Sound Juicer
  2. Copyright (C) 2003-6 Ross Burton
  3.  
  4. Licensed under the GPL, version 2 or greater.
  5.  
  6.  
  7. This is Sound Juicer, a CD ripping tool using GTK+ and GStreamer.
  8.  
  9. Requirements:
  10. * GNOME 2.14 Platform (libgnomeui, gconf, libglade, libnautilus-burn)
  11. * GStreamer 0.10 and above
  12.  
  13. Do the usual configure/make/make install malarky, and run "sound-juicer" in
  14. $(prefix)/bin or "Sound Juicer CD Extractor" in Applications -> Sound & Video.
  15.  
  16. If the CD lookup is returning weird data, export MUSICBRAINZ_DEBUG
  17. before running sound-juicer to turn debugging on in MusicBrainz. This
  18. will show the chat between Sound Juicer and the MusicBrainz servers.
  19.  
  20.  
  21. Common Problems
  22. ===============
  23.  
  24. "Sound Juicer can't see my CD drive!"
  25.  
  26. Sound Juicer queries the kernel for CD drives, so you don't need to know the
  27. device name.  For this to work you'll need some kernel modules loaded: either
  28. ide-cd (for IDE drives) or sg (for SCSI drives).
  29.  
  30.  
  31. "Sound Juicer doesn't start, it can't find a plugin to access the CD drive!"
  32.  
  33. You need the GStreamer cdparanoia plugin.  Most distributions should ship this
  34. with GStreamer, if you built it youself check you have the cdparanoia headers
  35. installed.
  36.  
  37.  
  38. "I cannot encode to MP3!"
  39.  
  40. To encode to MP3 you need the GStreamer Lame plugin.  Most distributions don't
  41. ship this due to patents and licence fees, so you will have to build lame
  42. yourself, and then rebuild gstreamer-plugins.  Details of the pipeline
  43. required is in the documentation.
  44.  
  45.  
  46. "It won't rip my CD!"
  47.  
  48. Try ripping the cd with cdparanoia, cdda2wav, grip, or any other CD ripper.  If
  49. these work it is possible to rip the CD so file a bug with Sound Juicer.  If
  50. none of these work, you've probably got a copy protected CD which your drive
  51. won't read.  If it does work, try different output formats in Sound Juicer and
  52. if some work while others don't, file a bug explaining what happens.
  53.