[Libre-fm] ScrobbleFree install script

Daniel Green octoberdan at gmail.com
Tue Aug 25 14:35:06 EDT 2009


I just wrote and used the following to install the scrobblefree plugin
for Rhythmbox

#!/bin/sh

repo_url=http://web.vee.net/projects/scrobblefree
base_name=scrobblefree-0.3
archive=$base_name.tar.bz2
unarchived=$base_name

cd /tmp

wget $repo_url/$archive

tar xfvj $archive $unarchived

mkdir -p ~/.gnome2/rhythmbox/plugins

cp -a $unarchived/scrobblefree/ ~/.gnome2/rhythmbox/plugins

rm $archive
rm -R $unarchived


More information about the Libre-fm mailing list