Sixthhokage2 / remuco

Automatically exported from code.google.com/p/remuco
1 stars 1 forks source link

Changing shuffle mode doesn't work with banshee 1.6.1 #126

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What is your environment?
* OS:Arch
* Remuco version: 0.9.3
* Client device: N97
* Player: Banshee

Shuffle won't work due to a signature change in the banshee dbus api, it's now:
    <property name="ShuffleMode" type="s" access="readwrite" />

Error from remuco log:
2010-10-12 17:00:05,373 [WARNING] [remuco-banshee  336] dbus error: 
org.freedesktop.DBus.Error.UnknownMethod: Method "SetShuffleMode" with 
signature "i" on interface "org.bansheeproject.Banshee.PlaybackController" 
doesn't exist

Original issue reported on code.google.com by f.apollo...@gmail.com on 12 Oct 2010 at 3:23

GoogleCodeExporter commented 9 years ago
Thanks for the report. I hope to get this fixed ASAP.

Original comment by obensonne@googlemail.com on 26 Nov 2010 at 9:04

GoogleCodeExporter commented 9 years ago
This issue was updated by revision 12ae9b31a7.

When a client activates the shuffle mode, the `song` mode is used as
fedault. Other values (`artist`, `rating`, ..) can be set in Remuco's
configuration file using the option `x-shuffle` in the Bansee section.

Earlier versions of Banshee are not supported anymore (they work, but
without shuffle control and display).

Original comment by obensonne@googlemail.com on 8 Dec 2010 at 9:32