BansheeMediaPlayerPlugins

From Knowledge76

Jump to: navigation, search

psp game video game stiff competition movie sony dsc-v3 motorcycle part west palm beach indecent exposure relalsitc4

Contents

HowTo: Installing Banshee and Banshee plugins

There are two methods in this HowTo, the first installs banshee 0.10.0 which doesn't support the podcast plugin or the smart playlist plugin, if you need these you can use method two to build Banshee from source.

Installing

Method 1

OK...i will get right to it...If you want to keep the stable version of banshee (0.10.0) you can not install the podcast plugin or the smart playlist plugin. To install Banshee 0.10.0 and its plugins do this:

sudo aptitude install banshee
sudo apt-get build-dep banshee
sudo aptitude install automake1.9
sudo update-alternatives --set automake /usr/bin/automake-1.9
sudo ldconfig
sudo aptitude install subversion
svn co svn://svn.banshee-project.org/trunk/banshee-official-plugins
cd banshee-official-plugins
./autogen.sh --prefix=/usr --disable-smart-playlists --disable-podcast
make
sudo make install


Thank cskeide for banshee build dependancies.

Method 2

Now if you can't live without the podcast and smart playlist plugins you have to build banshee from source...do this:

sudo aptitude install banshee
sudo aptitude install cvs
sudo aptitude install subversion
sudo apt-get build-dep banshee
sudo aptitude install automake1.9
sudo update-alternatives --set automake /usr/bin/automake-1.9
sudo ldconfig
cvs -z3 -d:pserver:anonymous@anoncvs.gnome.org:/cvs/gnome co -P banshee
cd banshee
./autogen.sh --prefix=/usr
make
sudo make install
cd ..
svn co svn://svn.banshee-project.org/trunk/banshee-official-plugins
cd banshee-official-plugins
./autogen.sh --prefix=/usr
make
sudo make install

For both Methods: Now open banshee (Applications>Music $ Video>Banshee) and in the banshee menu go to edit>plugins and select the plugins you want.

Uninstalling Banshee

Method 1

sudo aptitude purge banshee
rm -rf ~/.gconf/apps/Banshee/
rm ~/.gnome2/banshee/banshee.db
rm -rf ~/.gnome2/banshee/

Method 2

If you deleted you banshee directory from cvs do this:

sudo aptitude purge banshee
cvs -z3 -d:pserver:anonymous@anoncvs.gnome.org:/cvs/gnome co -P banshee
cd banshee
./autogen.sh --prefix=/usr
sudo make uninstall
rm -rf ~/.gconf/apps/Banshee/
rm ~/.gnome2/banshee/banshee.db
rm -rf ~/.gnome2/banshee/
Personal tools