Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DeaDBeeF WARNING: plugin "MPRISv2 plugin" wants API v1.18 (got 1.17), will not be loaded #8

Closed
vfedyay opened this issue Dec 26, 2023 · 2 comments

Comments

@vfedyay
Copy link

vfedyay commented Dec 26, 2023

Not sure it is an issue for mpris2-plugin or DeaDBeeF itself.
Successfully compiled mpris2-plugin on Debian 12 - all needed header files took in DeaDBeeF repo.
But have this warning starting DeaDBeeF:

WARNING: plugin "MPRISv2 plugin" wants API v1.18 (got 1.17), will not be loaded
starting deadbeef 1.9.6 [static] [portable]
...
loading plugin /home/wowik/deadbeef-1.9.6/plugins/mpris.so
plugin mpris not found or failed to load

@misscx
Copy link

misscx commented May 5, 2024

遇到同样的问题,应该是插件没升级,与最新的deadbeef不兼容导致的吧?

@misscx
Copy link

misscx commented May 12, 2024

I have found a solution to the problem by modifying line 188 of scr/mpris. c as follows:

.plugin.api_vmajor = DB_API_VERSION_MAJOR,
.plugin.api_vminor = DB_API_VERSION_MAJOR,
.plugin.type = DB_PLUGIN_MISC,

截图 2024-05-12 22-11-53

kuba160 added a commit to DeaDBeeF-for-Windows/deadbeef-mpris2-plugin that referenced this issue May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants