Amarok is a sound system-independent audio-player for *nix systems. Its interface uses a powerful “browser” metaphor that allows you to create playlists that make the most of your music collection.
Moodbar in amarok it shows you the “mood” of a track, which you can then use to figure out when something interesting happens in the song.
Preparing your system
You need to install all the compilers using the following command
sudo apt-get install build-essential
Now you need to install the libraries and required program
sudo apt-get install fftw3-dev libgstreamer0.10-dev gstreamer0.10-plugins-base gstreamer-editor gstreamer-tools gstreamer0.10-plugins-ugly
Install Moodbar in Ubuntu
First download moodbar using the following command
wget http://pwsp.net/~qbob/moodbar-0.1.2.tar.gz
Now you have moodbar-0.1.2.tar.gz file you need to extract using the following command
tar -xzvf moodbar-0.1.2.tar.gz
Now you need to go in to the directory and compile
cd moodbar-0.1.2
./configure --prefix=`pkg-config --variable=prefix gstreamer-0.10`
make
sudo make install
This will complete the installation.
Now you can open Amarok and go to “Settings -> Configure Amarok” and from “General“, select “Use moods“. There are three different colour moods to choose from.
How to enable Moodbar in Amarok Music Player
Related Posts:
Howto install amarok 1.4 in Ubuntu JauntySome users are not happy with amarok 2 and they want to install amarok 1.4.This tutorial will help them to install amarok1.4 version. First you nee… Read More
Ubuntu 9.04 gets a codename: Jaunty JackalopeUbuntu founder Mark Shuttleworth has announced a codename for Ubuntu 9.04, the version of the Linux distribution slated for an April 2009 release. And… Read More
How to install Postal 2 Fudge pack on Debian/Ubuntu.Bored? Go Postal! Most common users are bored and play games. I decidet to buy Postal 2 Fudge pack. Since its native to Linux and your able to do wh… Read More
How to Create a custom keyboard shortcut in Ubuntuxbindkeys is a program that allows you to launch shell commands with your keyboard or your mouse under X Window. It links commands to keys or mouse bu… Read More
How to Increase ext3 and ReiserFS filesystems Performanceext3 Filesystem The ext3 or third extended filesystem is a journalled file system that is commonly used by the Linux operating system. It is the defa… Read More
0 comments:
Post a Comment