1
0
mirror of https://github.com/danbee/rippr synced 2025-03-04 08:39:08 +00:00
Go to file
2014-01-16 08:16:56 +00:00
bin Reads from CD and lists matching releases to choose from. 2014-01-15 08:28:10 +00:00
lib Refactor metadata class and put in its own file. 2014-01-16 08:16:56 +00:00
.gitignore Initial commit. 2014-01-14 10:26:37 +00:00
.gitmodules Successfully get list of releases from MusicBrainz. 2014-01-14 14:16:21 +00:00
Gemfile Successfully get list of releases from MusicBrainz. 2014-01-14 14:16:21 +00:00
LICENSE.txt Initial commit. 2014-01-14 10:26:37 +00:00
Rakefile Initial commit. 2014-01-14 10:26:37 +00:00
README.md Quick readme file. 2014-01-14 18:05:07 +00:00
rippr.gemspec Successfully get list of releases from MusicBrainz. 2014-01-14 14:16:21 +00:00

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