Jellyfin Forum
Can't delete/diable plugins - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: Can't delete/diable plugins (/t-can-t-delete-diable-plugins)



Can't delete/diable plugins - mdcyntst - 2023-08-16

I can not disable plugins.

If I go to the dashboard -> plugins (they are all active) ->  Three dots the only options is settings. (no disable)

I went to /var/lib/jellyfin/plugins/configurations and removed all the xml files.  Restarted.

Dashboard still shows the plugins and they are active,  eventually something rebuilds the xml files.

There are no plugins referenced in the .json files, only the repository.

I removed the scheduled tasks (deleted xml files and restarted), yet the default plugs remain and are active.

Clearly the settings  are stored in the .db, but I've not delved into schema to find it.

It shouldn't be this hard to disable them.  Any insight?


RE: Can't delete/diable plugins - niels - 2023-08-16

You cannot remove some built-in plugins


RE: Can't delete/diable plugins - mdcyntst - 2023-08-16

so for clarity you can not disable the following 5 plugins?

[2023-08-16 12:10:14.364 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.8.10.0"
[2023-08-16 12:10:14.368 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.8.10.0"
[2023-08-16 12:10:14.370 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.8.10.0"
[2023-08-16 12:10:14.371 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.8.10.0"
[2023-08-16 12:10:14.372 -05:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.8.10.0"


RE: Can't delete/diable plugins - niels - 2023-08-16

Correct, all plugins listed in this folder are shipped with the server and cannot be removed:
https://github.com/jellyfin/jellyfin/tree/master/MediaBrowser.Providers/Plugins


RE: Can't delete/diable plugins - mdcyntst - 2023-08-18

Thx for the info, I guess I try downloading the source and compiling them out.