Comment 6 for bug 435602

Revision history for this message
AlexWBaule (alexwbaule) wrote :

yeap...is a rhythmbox bug....in coherence plugin.....

Te BASIC difference is this:

change this....
import louie

for this....
import coherence.extern.louie as louie

i made a script to update the Plugin with the last trunk from coherence.beebits.net

I Follow the wiki in coherence.beebits....

#----- CUT HERE -------
#!/bin/sh

cd /usr/lib/rhythmbox/plugins/upnp_coherence

wget "http://coherence.beebits.net/browser/trunk/Coherence/misc/Rhythmbox-Plugin/upnp_coherence/__init__.py?format=raw" -O __init__.py
wget "http://coherence.beebits.net/browser/trunk/Coherence/misc/Rhythmbox-Plugin/upnp_coherence/MediaPlayer.py?format=raw" -O MediaPlayer.py
wget "http://coherence.beebits.net/browser/trunk/Coherence/misc/Rhythmbox-Plugin/upnp_coherence/MediaStore.py?format=raw" -O MediaStore.py
wget "http://coherence.beebits.net/browser/trunk/Coherence/misc/Rhythmbox-Plugin/upnp_coherence/UpnpSource.py?format=raw" -O UpnpSource.py
#------ END CUT HERE -------

Save this in a new file , do a chmod 755 and execute it.

For me, work...now i can see my WRT610N Upnp Musics.....