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
{{ message }}
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.
Copied to ~/.local/share and /usr/share - made no difference. It doesn't show up in Edit->Plugins, not even in debug mode. Tried to rename rb-plugin to plugin but it only throws the error: (rhythmbox:30344): libpeas-WARNING **: Could not find 'Module' in '/home/user/.local/share/rhythmbox/plugins/upnp_coherence/upnp-coherence.plugin' (rhythmbox:30344): libpeas-WARNING **: Error loading '/home/user/.local/share/rhythmbox/plugins/upnp_coherence/upnp-coherence.plugin'
rb-plugin seems to be the old format iirc but I'm running Rhythmbox 2.97.
The text was updated successfully, but these errors were encountered:
Okay, after changing the plugin file's header to [Plugin] it throws this: (15:52:58) [0x25338c0] [construct_plugins] rb-shell.c:1048: couldn't load plugin file /home/user/.local/share/rhythmbox/plugins/upnp_coherence/upnp_coherence.plugin
and is selectable in Plugins but errors out.
Shortended the plugin file a little and it shows: File "/home/user/.local/share/rhythmbox/plugins/upnp_coherence/__init__.py", line 10, in <module> (rhythmbox:19013): libpeas-WARNING **: Error loading plugin 'upnp_coherence'
Seems this needs to be wholly rewritten ...
ReplayGainPlugin seems to be a good starting point.
Hi.
Copied to ~/.local/share and /usr/share - made no difference. It doesn't show up in Edit->Plugins, not even in debug mode. Tried to rename rb-plugin to plugin but it only throws the error:
(rhythmbox:30344): libpeas-WARNING **: Could not find 'Module' in '/home/user/.local/share/rhythmbox/plugins/upnp_coherence/upnp-coherence.plugin'
(rhythmbox:30344): libpeas-WARNING **: Error loading '/home/user/.local/share/rhythmbox/plugins/upnp_coherence/upnp-coherence.plugin'
rb-plugin seems to be the old format iirc but I'm running Rhythmbox 2.97.
The text was updated successfully, but these errors were encountered: