mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/3401
Author: @BaronGreenback
Created: 6/21/2020
Status: ✅ Merged
Merged: 9/17/2020
Merged by: @joshuaboniface
Base:
master← Head:Plugins📝 Commits (10+)
a041fe8Add versioning to plugin folders99410f3fixesd89c46ffixes2255bc9Changed padding in version numbers based up how they are stored in the repository.bf1bbbdChanged sorting to case insensitivea25a233Using Version class.ba3a9f7removing stray < character from description.e33824dChanged to named tuples8439860Merge branch 'master' into Plugins0f6ea12Update ApplicationHost.cs📊 Changes
3 files changed (+194 additions, -9 deletions)
View changed files
📝
Emby.Server.Implementations/ApplicationHost.cs(+108 -1)➕
Emby.Server.Implementations/Plugins/PluginManifest.cs(+60 -0)📝
Emby.Server.Implementations/Updates/InstallationManager.cs(+26 -8)📄 Description
Plugins are stored in version marked folders. (eg. TMDb Box Set.4.0.0.0) with only the latest version installed at start up.
The attempted removal of each earlier versioned folders can be enabled to be done at startup. (Disabled in this change) If the folder is found to be locked, another attempt can be made at the next execution of Jellyfin. At worst, the plugins folder may have some older versions left behind - which will be ignored by the system.
The system is backwards compatible - only "version loading" the folder if a version number is included in the folder name.
https://github.com/jellyfin/jellyfin/issues/1623
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.