LandisTwo / veromix-plasmoid

Automatically exported from code.google.com/p/veromix-plasmoid
GNU General Public License v3.0
0 stars 0 forks source link

No full support in deadbeef mpris plugin? #84

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install deadbeef
2. Install mpris plugin
3. Activate mpris plugin in deadbeef

What is the expected output? What do you see instead?
Controlls in veromix plasmoid, cover image. Instead - just deadbeef volume 
controll

What version of the product are you using? On what operating system?
Arch linux, kde 4.7.4, veromix 0.13.2, deadbeef 0.5.1, mpris plugin 2.1.2

Please provide any additional information below.

Original issue reported on code.google.com by kon...@gmail.com on 22 Jan 2012 at 7:12

GoogleCodeExporter commented 9 years ago
Veromix ran into an exception because deadbeef returned "metadata" (via mpris2) 
of type dbus.Struct instead of dbus.Dictionary.
This is an error in the mpris protocol of deadbeef and should be fixed in 
deadbeef.

Eventhough I added a workaround in veromix (because the struct contained the 
expected dictionary) so it now somehow works. But the behaviour is a bit 
strange (atleast there are no more exceptions in veromix, and the controls are 
shown).

Original comment by nik.lutz on 24 Jan 2012 at 12:06