mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
[PR #12832] [MERGED] Check for path overlaps #13208
Labels
No labels
area:database
awaiting-feedback
backend
blocked
breaking change: web api
bug
build
ci
confirmed
discussion needed
dotnet future
downstream
duplicate
EFjellyfin.db
enhancement
feature
future
github-actions
good first issue
hdr
help wanted
invalid
investigation
librarydb
live-tv
lyrics
media playback
music
needs testing
nuget
performance
platform
pull-request
question
regression
release critical
requires-web
roadmap
security
security
stale
support
syncplay
ui & ux
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/jellyfin#13208
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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.