Page 1 of 3 123 LastLast
Results 1 to 10 of 233

Thread: HOWTO: Install Rubyripper on Ubuntu

Hybrid View

  1. #1
    Join Date
    Nov 2006
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    HOWTO: Install Rubyripper on Ubuntu

    HOWTO: Install Rubyripper on Ubuntu

    Note: These instructions are aimed at Ubuntu 10.04 and above. Results on other Ubuntu releases may vary.

    What is Rubyripper?
    From the HydrogenAudio wiki:
    Rubyripper is a digital audio extraction algorithm that uses cdparanoia in a sophisticated way to make sure that a CD rip is done successfully and accurately.
    How is Rubyripper different from other CD rippers?
    Rubyripper differs from programs like K3b and Sound Juicer because it is much more thorough. Rubyripper rips each audio track at least twice, then compares each rip for differences and attempts to make the most accurate compilation of rips it possibly can. The result? Higher quality, accurate CD rips.

    Installation
    Unfortunately, Rubyripper isn't yet available in the official Ubuntu repositories. Fortunately, there's a personal package archive (PPA) available which makes installation easy! No more compiling from source!

    1. First, open up the terminal. You can do this by looking in the Applications menu, under Accessories.
    2. Next, copy the following text into the terminal and hit enter:
      Code:
      sudo add-apt-repository ppa:aheck/ppa
      This should prompt you for your password.
    3. Then, run the following command:
      Code:
      sudo apt-get update
    4. Finally, enter
      Code:
      sudo apt-get install rubyripper-gtk


    And that's it! Rubyripper should now be in the applications Applications menu under Sound & Video.

    Uninstallation
    If you find you are unhappy with Rubyripper, for whatever reason, uninstalling is a snap.
    1. Simply open up the Ubuntu Software Center under the Applications menu.
    2. Search for "rubyripper" and press the "remove" button next to the search results. Rubyripper will then uninstall.


    Further Resources
    For more information, check out the Rubyripper home page or HydrogenAudio wiki.
    Last edited by ghindo; June 18th, 2010 at 06:09 PM.
    Want a quality CD ripping program for Ubuntu? Check out my how-to: Installing Rubyripper on Ubuntu!

  2. #2
    Join Date
    Nov 2006
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: HOWTO: Install Rubyripper on Ubuntu

    Please feel free to leave comments and criticism so I can improve this tutorial
    Last edited by ghindo; July 15th, 2009 at 07:58 AM.
    Want a quality CD ripping program for Ubuntu? Check out my how-to: Installing Rubyripper on Ubuntu!

  3. #3
    Join Date
    Oct 2007
    Beans
    4
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: HOWTO: Install Rubyripper 0.5.0 on Ubuntu 8.04

    Hello,
    I followed the howto step by step and everything works fine until the "make install"

    The ouput basicly consists of bunch of line like the one below
    /usr/lib/ruby/1.8/gettext/parser/ruby.rb:36: command not found: msgmerge ./locale/po/rr_cli.pot tmp.pot
    Failed to merge with ./locale/po/rr_cli.pot - skipping!
    Please check new .pot in tmp.pot~
    the last ones look like this
    install -D rr_lib.rb /usr/lib/site_ruby/1.8/rr_lib.rb
    install: Entfernen von „/usr/lib/site_ruby/1.8/rr_lib.rb“ nicht möglich: Permission denied
    make: *** [install] Fehler 1
    strangely enough starting ruby from applications -> sound&video works, but the buttons are all grey and don't react. Starting ruby from console doesn't work at all.
    I'd be gratful for any help you can offer, but please keep it simple

    regards

    alex

  4. #4
    Join Date
    Nov 2006
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: HOWTO: Install Rubyripper 0.5.0 on Ubuntu 8.04

    Did you run "make install" with sudo? The last lines make me think that you don't have sudo permissions...

    If you did run
    Code:
    sudo make install
    then I would recommend uninstalling Rubyripper and starting over.
    Last edited by ghindo; July 11th, 2008 at 05:24 PM.
    Want a quality CD ripping program for Ubuntu? Check out my how-to: Installing Rubyripper on Ubuntu!

  5. #5
    Join Date
    May 2007
    Beans
    7

    Re: HOWTO: Install Rubyripper 0.5.0 on Ubuntu 8.04

    This is the second time I've seen someone do a post about Rubyripper in either this forum or a blog, so I thought I'd pass along my experience with this program as well. I've been using it since version 0.4.2 and quite like it, and I seem to recall version 0.5.0 working in 7.10.

    I get this when I try to run Rubyripper:
    Code:
    [ernst::interzone::~/build/rubyripper-0.5.0]:-./rubyripper_gtk2.rb 
    /home/ernst/build/rubyripper-0.5.0/rr_lib.rb:413:in `open': Not a directory - /home/ernst/.cddb/d90a4011 (Errno::ENOTDIR)
        from /home/ernst/build/rubyripper-0.5.0/rr_lib.rb:413:in `foreach'
        from /home/ernst/build/rubyripper-0.5.0/rr_lib.rb:413:in `searchLocal'
        from /home/ernst/build/rubyripper-0.5.0/rr_lib.rb:411:in `foreach'
        from /home/ernst/build/rubyripper-0.5.0/rr_lib.rb:411:in `searchLocal'
        from /home/ernst/build/rubyripper-0.5.0/rr_lib.rb:396:in `get_disc_info'
        from /home/ernst/build/rubyripper-0.5.0/rr_lib.rb:378:in `freedb'
        from ./rubyripper_gtk2.rb:176:in `scan_drive'
        from ./rubyripper_gtk2.rb:165:in `initialize'
        from ./rubyripper_gtk2.rb:165:in `new'
        from ./rubyripper_gtk2.rb:165:in `scan_drive'
        from ./rubyripper_gtk2.rb:67:in `initialize'
        from ./rubyripper_gtk2.rb:1082:in `new'
        from ./rubyripper_gtk2.rb:1082
    and Rubyripper crashes. There was a patch available at the Rubyripper Google Code site, but it esseitially broke the Freedb search, necessitating manual title entry.

    Version 0.4.4 of Rubyripper works just fine in 8.04. Hopefully the developer, or someone who knows Ruby, sorts this out.

  6. #6
    Join Date
    Nov 2006
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: HOWTO: Install Rubyripper 0.5.0 on Ubuntu 8.04

    Weird. I wish I could help you out, but I can't decipher any of that. At least 0.4.4 works. Hopefully the next version will work for you.
    Want a quality CD ripping program for Ubuntu? Check out my how-to: Installing Rubyripper on Ubuntu!

  7. #7
    Join Date
    Nov 2006
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: HOWTO: Install Rubyripper

    Rubyripper 0.5.6 is out:
    Code:
    ---------0.5.6 RELEASE------
    * fix a problem with cdparanoia and last track on some drives
    * implement "abort" button while ripping
    * add Bulgarian translation
    * support for multiple-disc albums
    * some ruby-1.9 syntax fixes
    * fix various artist field for other codec
    * don't convert to ISO-8859-1 for lame if the character isn't supported
    * add an option to replace spaces with underscores
    * add an option to lowercase all filenames.
    * remove the hardcoded --id3v2only tag
    Want a quality CD ripping program for Ubuntu? Check out my how-to: Installing Rubyripper on Ubuntu!

  8. #8
    Join Date
    Nov 2006
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: HOWTO: Install Rubyripper

    By the way, is there any way for me to change the title of this thread? It still shows up as "HOWTO: Install Rubyripper 0.5.0 on Ubuntu 8.04" even though I've tried to change it :/
    Want a quality CD ripping program for Ubuntu? Check out my how-to: Installing Rubyripper on Ubuntu!

  9. #9
    Join Date
    Nov 2006
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: HOWTO: Install Rubyripper

    Rubyripper 0.5.7 is out:
    ---------0.5.7 RELEASE------
    * a fix for discs that start with a data track
    * a fix for checking the available space for some languages
    * a few fixes for the OpenBSD platform
    * fix a typo in the logfile when errors were corrected
    * don't replace bracquets in filenames -> []
    * fix a typo which resulted in a directory not containing the album name
    * allow multiple encoding threads once again
    Want a quality CD ripping program for Ubuntu? Check out my how-to: Installing Rubyripper on Ubuntu!

  10. #10
    Join Date
    Nov 2006
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: HOWTO: Install Rubyripper on Ubuntu

    Looks like there's been some progress upstream in packaging Rubyripper. With any luck, before too long I'll be leaving this guide by the wayside and authoring a new one - HOWTO: Configure and Use Rubyripper
    Last edited by ghindo; July 16th, 2009 at 12:20 AM.
    Want a quality CD ripping program for Ubuntu? Check out my how-to: Installing Rubyripper on Ubuntu!

Page 1 of 3 123 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •