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
[error] mpris: C plugin error: '/home/berger/.config/mpv/scripts/mpris.so: undefined symbol: mpv_get_property'
[error] mpris: Could not load SO plugin /home/berger/.config/mpv/scripts/mpris.so
However, when I'm running mpv, and the extension is loaded automatically since it is in my scripts path, it is loaded successfully and it sends the song metadata as expected via dbus-send.
Here's my version of the mpv binary (this loads mpris.so successfully):
Hi there,
Thanks for this work!
I'm trying to load it from a python script in which I'm using the python-mpv ctypes bindings.
Here's my sample code:
Here's the error I'm getting:
However, when I'm running mpv, and the extension is loaded automatically since it is in my
scripts
path, it is loaded successfully and it sends the song metadata as expected via dbus-send.Here's my version of the
mpv
binary (this loads mpris.so successfully):On the other hand, I've built
libmpv.so
from source using the latest tree and using the mpv-build repo.Any hints as to what's causing this?
Thanks
The text was updated successfully, but these errors were encountered: