1
0
mirror of https://github.com/danbee/rippr synced 2025-03-04 08:39:08 +00:00
rippr/README.md
2014-01-14 18:05:07 +00:00

548 B

Rippr

A command line CD ripper written in Ruby. Uses MusicBrainz for metadata lookup and cdparanoia to do the ripping.

Requirements

Rippr requires cdparanoia and libdiscid. Both are available in Homebrew for Mac.

Installation

Install it using:

$ gem install rippr

Usage

$ rippr rip

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request