[Bug 139806] Re: Rhythmbox should allow you to sync part of the library with an SD card

2009-01-18 Thread Kevin Mehall
I've written a script that uses the Rhythmbox DBUS API to do this. See my blog post at http://blog.kevinmehall.net/synchronizing-rhythmbox-portable-player Agreed that this is a pretty basic feature that should be included in Rhythmbox, however. -- Rhythmbox should allow you to sync part of the

[Bug 93845] Re: integrated beagle-search-results broken

2007-04-21 Thread Kevin Mehall
It appears that the problem is in /usr/lib/deskbar-applet/handlers /beagle-live.py. On line 106, "file://" is added to the beginning of the path returned by Beagle. The paths already begin with "file://", so the result is a path like "file://file//home/user/pdf-doc.pdf". I have made a copy of that