README_SBo.txt 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. The TL;DR version: you probably don't need any of the optional deps.
  2. If you're still reading: ripit's optional dependencies are runtime deps,
  3. so you can install them after installing ripit and they will be detected.
  4. If you don't install anything extra, you'll be able to rip with
  5. cdparanoia or cdda2wav, and encode to mp3, flac, ogg, wavpack, or any
  6. format supported by ffmpeg (try "ffmpeg -encoders|grep ^.A"). You'll
  7. be UNable to submit updated CDDB entries (most people don't need to do
  8. this anyway).
  9. Here's the list of optional deps available from SBo:
  10. faac - Required for encoding to mp4/aac (-c 3 option).
  11. musepack-tools or mppenc - Required for encoding to MusePack
  12. (mpc) format (-c 5 option).
  13. libwwwperl - Required for submitting updated CDDB entries to freedb.org.
  14. If this package is missing, ripit will warn that LWP::Simple
  15. is not installed. You can ignore the warning, if you never
  16. intend to submit any CDDB entries.
  17. perl-MusicBrainz-DiscID and perl-WebService-MusicBrainz -
  18. These can be used for identifying the disc. However, the SlackBuild author
  19. has NOT tested this script with MusicBrainz, and does not guarantee that
  20. it'll work. If you manage to get this working, please contact the maintainer
  21. (email address in the .info file) and let me know how you managed it, so I
  22. can update this documentation.
  23. There are other optional deps not available on SBo. These include:
  24. dagrab, tosha, cdd -
  25. CD rippers, which could be used instead of cdparanoia or cdda2wav.
  26. MP3::Tag - Required for including cover art within mp3 files.
  27. Unicode::UCD - Required for non-UTF-8 id3 tags.