Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: How To: Enable Moodbar in Amarok

  1. #1
    Join Date
    Feb 2006
    Location
    Bellevue, WA
    Beans
    23
    Distro
    Kubuntu 7.04 Feisty Fawn

    How To: Enable Moodbar in Amarok

    This guide is not required for hardy, sudo apt-get install moodbar is all that is needed

    For the record, I did not write this tutorial, I found it on a broken website here.


    This requires the installing of compilers and quite a number of libraries, but that’s what you get for compiling from source. I don’t know of any packages lying around for it sorry. And I don’t have the time to make one. You may need to add extra repositories for some steps. All of this is done by the command line but you can use a GUI. CMD line shows that you’re not too dependant on GUIs tho and it also is dead useful.

    Right, first things first, we have to make sure the necessary compilers are installed:

    Code:
    sudo apt-get install build-essential
    Then we have to install the libraries which are needed for the installation:

    Code:
    sudo apt-get install fftw3-dev libgstreamer0.10-dev gstreamer0.10-plugins-base
    Those are the libraries, now for the programs used by moodbar to anylase sound files:

    Code:
    sudo apt-get install gstreamer-tools
    You might want to install “gstreamer0.10-plugins-ugly” too. Now we actually install moodbar, first we need to download the source tarball for it, as of writing this the lastest tar is 0.1.2 but there may be another later version here. But anyway we’ll take that one:

    Code:
    wget http://pwsp.net/~qbob/moodbar-0.1.2.tar.gz
    Now untar:

    Code:
    tar -xvvzf moodbar-0.1.2.tar.gz
    Move into the new directory and compile, it needs to be installed into the same prefix as GStreamer (which should be /usr in Kubuntu).

    Code:
    cd moodbar-0.1.2 && ./configure --prefix=`pkg-config --variable=prefix gstreamer-0.10`
    If there are no errors, it can be made and installed normally:

    Code:
    make && sudo make install
    If that went smoothly, we can now open Amarok and go to “Settings -> Configure Amarok” and from “General“, select “Use moods“. There are three different colour moods to choose from I go with “Happy as a Rainbow”, as it’s the prettiest and most appealing.

    Note: If you are having trouble with Amarok generating moods, install gstreamer0.10-plugins-ugly
    Last edited by Ashex; June 8th, 2008 at 08:14 AM.

  2. #2
    Join Date
    Apr 2007
    Beans
    1

    Talking Re: How To: Enable Moodbar in Amarok

    Awesome job Ashex,

    Worked perfectly first time. The only difference I noticed to your tutorial is that gstreamer is now at 0.10 rather than 0.8, but the commands all remain the same.

  3. #3
    Join Date
    Jul 2006
    Beans
    61
    Distro
    Ubuntu 6.06

    Re: How To: Enable Moodbar in Amarok

    Works a treat, thanks!
    Sometimes the only solution is to find another solution

  4. #4
    Join Date
    Jan 2007
    Location
    Karachi, Pakistan
    Beans
    1
    Distro
    Kubuntu 7.04 Feisty Fawn

    Thumbs up Re: How To: Enable Moodbar in Amarok

    Thanks!

    Perfect and to the point... its howtos like these that have made switching to Ubuntu such a breeze... keep them coming.

  5. #5
    Join Date
    Sep 2006
    Location
    India
    Beans
    Hidden!
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: How To: Enable Moodbar in Amarok

    Found this deb for Feisty...works great!!

    http://cl.naist.jp/~eric-n/ubuntu-nl...s/feisty/test/
    HP nx6325: AMD Turion X2, 2 GB RAM, ATI Radeon Xpress 1150

  6. #6
    Join Date
    Nov 2005
    Location
    Sugar Land, Texas USA
    Beans
    78
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: How To: Enable Moodbar in Amarok

    Tried this with Kubuntu 7.04 and Amarok 1.4.6 (KDE 3.5.7) and the coding works prefect! Wow!

    Ubuntu / Kubuntu is the perfect O/S. Friends do not let friends run Vista !

    Thanks so much, love the music on last.fm
    Billy in Sugar Land
    Billy in Sugar Land Texas USA,
    Xubuntu 10.10.1 on my Dell Mini 9
    Ubuntu 10.10 on the Dell

  7. #7
    Join Date
    May 2007
    Location
    Pennsylvania
    Beans
    49
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: How To: Enable Moodbar in Amarok

    Using Feisty, I only had an issue with this command:
    cd moodbar-0.1.2 && ./configure --prefix=`pkg-config --variable=prefix gstreamer-0.10`


    Instead I just did these:
    cd moodbar-0.1.2
    ./configure


    And now my moods are queued and calculating!
    Where's my cache?

  8. #8
    Join Date
    Feb 2006
    Location
    Bellevue, WA
    Beans
    23
    Distro
    Kubuntu 7.04 Feisty Fawn

    Re: How To: Enable Moodbar in Amarok

    Hey Guys, just wanted to let you know I have updated the guide for gutsy!

  9. #9
    Join Date
    Nov 2007
    Beans
    15

    Re: How To: Enable Moodbar in Amarok

    THanks very much, very helpful

  10. #10
    Join Date
    Dec 2007
    Location
    Fort Bragg, NC
    Beans
    205

    Re: How To: Enable Moodbar in Amarok

    great it worked

    EDIT: i can't get it to display <-- got that fixed didn't restart

    EDIT II: is there a prog that will make mood files for all my music with out me playing them?
    Last edited by money2themax; January 20th, 2008 at 02:48 AM.
    "Blood feeds the war machine as it eats its way across the land." -No Remorse-
    "Beneath this mask there is more than flesh. Beneath this mask there is an idea, Mr. Creedy, and ideas are bulletproof." -V For Vendetta-
    My Home Page-Free Computer Repair

Page 1 of 2 12 LastLast

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
  •