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.....

-- 
coherence plugin dont work correctly - Karmic
https://bugs.launchpad.net/bugs/435602
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to