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