mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #12832] [MERGED] Check for path overlaps #13389
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/12832
Author: @JPVenson
Created: 10/16/2024
Status: ✅ Merged
Merged: 4/26/2025
Merged by: @crobibero
Base:
master← Head:feature/mount_markerfiles📝 Commits (10+)
e88240cCheck for path overlapse8ab3c5Added recursive check for cache and transcode cache804135aAdd option to disable folder corss check.364ff39Fixed Testsc50525cremoved option to skip overlap checkc5eefb3Merge branch 'jellyfin:master' into feature/mount_markerfiles2e50e63Merge branch 'master' into feature/mount_markerfilesf220bb8Apply suggestions from code review06d6113Update IApplicationPaths.cs284308fUpdate IApplicationPaths.cs📊 Changes
8 files changed (+71 additions, -5 deletions)
View changed files
📝
Emby.Server.Implementations/AppBase/BaseApplicationPaths.cs(+44 -1)📝
Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs(+1 -0)📝
Emby.Server.Implementations/Library/LibraryManager.cs(+0 -2)📝
Emby.Server.Implementations/ServerApplicationPaths.cs(+7 -0)📝
Jellyfin.Server/Program.cs(+1 -0)📝
MediaBrowser.Common/Configuration/EncodingConfigurationExtensions.cs(+1 -2)📝
MediaBrowser.Common/Configuration/IApplicationPaths.cs(+13 -0)📝
MediaBrowser.Controller/IServerApplicationPaths.cs(+4 -0)📄 Description
Added marker file to identify most build in folders and check for cross mounting folders to then stop server.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.