mirror of
https://github.com/danbee/rippr
synced 2025-03-04 08:39:08 +00:00
| bin | ||
| lib | ||
| .gitignore | ||
| .gitmodules | ||
| Gemfile | ||
| LICENSE.txt | ||
| Rakefile | ||
| README.md | ||
| rippr.gemspec | ||
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
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request