Comment 9 for bug 278790

Revision history for this message
Dan Allen (dan.j.allen) wrote :

I have a LaCie Ethernet Disk with Media Server and was able to get the uPnP rhythmbox plugin to work and see the share on Ubuntu Intrepid by following the steps below.

sudo apt-get install python-coherence
sudo apt-get install python-setuptools
mkdir -p ~/tmp/build
cd ~/tmp/build
svn co https://coherence.beebits.net/svn/tags/Coherence-0.6.0 Coherence
cd Coherence
sudo python setup.py install
cd /usr/lib/rhythmbox/plugins/upnp_coherence
sudo rm -f *.py*
sudo wget -O __init__.py http://coherence.beebits.net/browser/trunk/misc/Rhythmbox%20Plugin/upnp_coherence/__init__.py?format=raw
sudo wget -O MediaPlayer.py http://coherence.beebits.net/browser/trunk/misc/Rhythmbox%20Plugin/upnp_coherence/MediaPlayer.py?format=raw
sudo wget -O MediaStore.py http://coherence.beebits.net/browser/trunk/misc/Rhythmbox%20Plugin/upnp_coherence/MediaStore.py?format=raw
sudo wget -O UpnpSource.py http://coherence.beebits.net/browser/trunk/misc/Rhythmbox%20Plugin/upnp_coherence/UpnpSource.py?format=raw
sudo rhythmbox
# Manual step: Enable the uPnP plugin (allows the new python files to be compiled) then quit rhythmbox
rhythmbox
# Manual step: Enable the uPnP plugin