Results 1 to 10 of 33

Thread: Audioscobbler plugin in Rhythmbox,Muine and Xmms/BMP

Threaded View

  1. #1
    Join Date
    Apr 2005
    Location
    Slovakia
    Beans
    136
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Lightbulb Audioscrobbler plugin in Rhythmbox,Muine and Xmms/BMP

    Hi ..
    Audioscrobbler builds a profile of your musical taste using a plugin for your media player (Winamp, iTunes, XMMS etc..). Plugins send the name of every song you play to the Audioscrobbler server, which updates your musical profile with the new song. Every person with a plugin has their own page on this site which shows their listening statistics. The system automatically matches you to people with a similar music taste, and generates personalised recommendations.

    Home Page
    http://www.audioscrobbler.com/

    Example my profile http://www.audioscrobbler.com/user/Majlo/

    Lets do it

    Do to addres http://www.audioscrobbler.com/signup.php and register
    You have now Login and password

    Rhythmbox

    Open terminal and type

    sudo apt-get install libgtk2.0-dev python-gtk2-dev python2.3 python2.3-dev gcc
    wget http://members.cox.net/alexrevo/rbsc...r-0.0.9.tar.gz
    tar zxvf rbscrobbler-0.0.9.tar.gz
    cd rbscrobbler-0.0.9
    make
    sudo make install
    rbscrobbler

    Right click on the icon in notification area and type login and password

    System -> Preferences -> Sessions
    Startup Programs Tab -> Add
    Startup Command: rbscrobbler
    Order: 70

    Muine

    Open terminal and type

    wget http://www.informatics.sussex.ac.uk/...r-0.1.5.tar.gz
    tar zxvf muinescrobbler-0.1.5.tar.gz
    cd muinescrobbler-0.1.5
    make
    make install

    Start Muine --> File --> Audioscobbler
    Type Login and Password
    Click OK
    Restart Muine

    Beep-media-player/XMMS

    Open terminal and type

    sudo apt-get install beep-media-player-dev
    OR
    sudo apt-get install xmms-dev

    sudo apt-get install libcurl3 libcurl3-dev libmusicbrainz4 libmusicbrainz4-dev g++

    wget http://static.audioscrobbler.com/plu...-0.3.6.tar.bz2
    tar jxvf xmms-scrobbler-0.3.6.tar.bz2
    cd xmms-scrobbler-0.3.6
    ./configure
    make
    sudo make install

    Start Beep Media Player --> Preferences --> Plugins --> General --> Preferences
    Type Login and Password and check enable

    Thats all
    Last edited by Majlo; August 30th, 2005 at 08:04 AM.

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
  •