You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While they show up in the qt qDBusViewer, qdbus cannot read the mpv script's properties in that they never return anything. Players, such as Amarok, implementing the same interface, work as expected; there seems to be a difference between them which I am unable to locate.
My guess is that the org.freedesktop.DBus.Properties and org.freedesktop.DBus.Introspectable APIs are missing. The Lua DBus library should be the thing to implement that API properly (also probably needs to implement org.freedesktop.DBus.Peer too).
While they show up in the qt qDBusViewer, qdbus cannot read the mpv script's properties in that they never return anything. Players, such as Amarok, implementing the same interface, work as expected; there seems to be a difference between them which I am unable to locate.
For scripts which rely on qdbus to work (e.g. Konversation's media script), this is a big issue.
The text was updated successfully, but these errors were encountered: