Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: HOWTO: Replaygain your whole music library

  1. #11
    Join Date
    Mar 2006
    Location
    San Francisco
    Beans
    182
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: HOWTO: Replaygain your whole music library

    ...
    Last edited by dartmusic; January 27th, 2011 at 03:51 AM.

  2. #12
    Join Date
    Feb 2007
    Beans
    77

    Re: HOWTO: Replaygain your whole music library

    plac is one of them. Just look through the whole file for lines that say "import." Those are all the modules that you need. They might not all be in the Ubuntu repos, so you might have to install them manually. If you need to do this, I recommend setting up virtualenv (which is available in the repos).

  3. #13
    Join Date
    Dec 2006
    Beans
    7

    Re: HOWTO: Replaygain your whole music library

    Quote Originally Posted by Darwin Award Winner View Post
    Oh, and you'll need to install some python modules, I suppose.
    On ubuntu 10.04.3, this did it for me:

    Code:
    # sudo apt-get install python-setuptools
    # sudo easy_install -U plac
    # sudo easy_install -U quodlibet
    # sudo easy_install -U mutagen
    Might want to add that somewhere.

Page 2 of 2 FirstFirst 12

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
  •