From 6a526359832fe41a179a4bbdf0b6708b878f0e19 Mon Sep 17 00:00:00 2001 From: Gravity <18413674+grravity@users.noreply.github.com> Date: Wed, 15 Apr 2020 23:28:28 +0000 Subject: [PATCH 1/2] Added note about updating plugins on Windows Added note about updating plugins on Windows. This issue can be followed here: https://github.com/jellyfin/jellyfin/issues/1623 --- general/server/plugins/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/general/server/plugins/index.md b/general/server/plugins/index.md index a5c210eca..4a49abfaa 100644 --- a/general/server/plugins/index.md +++ b/general/server/plugins/index.md @@ -13,6 +13,8 @@ Jellyfin has a collection of optional plugins that can be installed to provide a Many plugins are available in a repository hosted on our servers, which can be easily installed using the plugin catalog in the settings. At the moment many of these are still being updated frequently so the version number may not be accurate. There are several different categories that can indicate what kind of functionality the plugins may provide. +**Note to Windows Users:** Due to currently un-resolved permission issues on Jellyfin Windows installs-to update plugins on Windows, you must stop Jellyfin from running, navigate to the local plugins folder (depending on your install, generally found within `\AppData\Local\jellyfin\plugins`), delete the `.dll` files for the plugins, start Jellyfin back up, and re-install each plugin using the above method from the catalog. Plugin settings should be retained if you do not delete the `.xml` files from the `\AppData\Local\jellyfin\plugins\configurations` folder. + **Authentication:** Add new authentication providers, such as LDAP. **Channels:** Allow streaming remote audio or video content. From 788c38875b74a6b8036608a064f7c9e1d8c4ed8a Mon Sep 17 00:00:00 2001 From: Gravity <18413674+grravity@users.noreply.github.com> Date: Thu, 16 Apr 2020 01:44:54 +0000 Subject: [PATCH 2/2] Update general/server/plugins/index.md grammar improvements and fixed .xml wording. Co-Authored-By: dkanada --- general/server/plugins/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/general/server/plugins/index.md b/general/server/plugins/index.md index 4a49abfaa..436d85c31 100644 --- a/general/server/plugins/index.md +++ b/general/server/plugins/index.md @@ -13,7 +13,7 @@ Jellyfin has a collection of optional plugins that can be installed to provide a Many plugins are available in a repository hosted on our servers, which can be easily installed using the plugin catalog in the settings. At the moment many of these are still being updated frequently so the version number may not be accurate. There are several different categories that can indicate what kind of functionality the plugins may provide. -**Note to Windows Users:** Due to currently un-resolved permission issues on Jellyfin Windows installs-to update plugins on Windows, you must stop Jellyfin from running, navigate to the local plugins folder (depending on your install, generally found within `\AppData\Local\jellyfin\plugins`), delete the `.dll` files for the plugins, start Jellyfin back up, and re-install each plugin using the above method from the catalog. Plugin settings should be retained if you do not delete the `.xml` files from the `\AppData\Local\jellyfin\plugins\configurations` folder. +**Note to Windows Users:** Due to currently unresolved permission issues on Jellyfin Windows installs, to update plugins on Windows, you must stop Jellyfin and navigate to the local plugins folder (depending on your install, generally found within `\AppData\Local\jellyfin\plugins`), delete the `.dll` files for the plugins, start Jellyfin back up, and reinstall each plugin using the above method from the catalog. Plugin settings should be retained if you do not delete the `.xml` files from the `\AppData\Local\jellyfin\plugins\configurations` folder. **Authentication:** Add new authentication providers, such as LDAP.