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
_______________________________________________
Libre-fm mailing list
[email protected]
http://lists.autonomo.us/mailman/listinfo/libre-fm

Reply via email to