deadbeef-mpris2-plugin icon indicating copy to clipboard operation
deadbeef-mpris2-plugin copied to clipboard

A rewrite of the seemingly orphaned deadbeef-mpris-plugin originally written by HuangCongyu

Results 4 deadbeef-mpris2-plugin issues
Sort by recently updated
recently updated
newest added

I have the following GNOME extension installed (https://github.com/JasonLG1979/gnome-shell-extension-mpris-indicator-button), which used to show an album art thumbnail and no longer does, now just showing the Deadbeef logo instead. All other MPRIS...

``` CC src/mpris_la-mpris.lo In file included from src/mpris.c:3: In file included from src/mprisServer.h:11: /usr/include/deadbeef/deadbeef.h:1851:65: error: unknown type name 'ddb_response_t' int (*exec_cmdline) (const char *cmdline, int cmdline_size, ddb_response_t *response); ^ 1...

``` checking for GLIB_DEPS... no configure: error: glibc-2 is required for this package ``` ``` Package glibc-2.32-6.fc33.x86_64 is already installed. Package glibc-2.32-6.fc33.i686 is already installed. ``` It seems as if...

This already uses gdbus which is capable of working with the mainloop of the GTK UI plugin. I know there are alternative GUI plugins but it is recommended to not...