mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[10.11.0] Unsupported Subfolders Are No Longer Ignored (Contents are scanned and added to library) #7542
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?
Originally created by @nevrending on GitHub (Oct 24, 2025).
Description of the bug
After upgrading to 10.11.0, unsupported subfolders are no longer ignored by default.
Their contents are scanned and added as entries in the library.
Adding a
.ignorefile inside the subfolders "fixed" the issue (their contents are no longer shown in library).(In this context, adding it inside
CDsandSPsrestored the behaviour in 10.10.7)The library type is
Movies(https://jellyfin.org/docs/general/server/media/movies)Below is an example of an affected entry.
Folder structure
Media Info

Reproduction steps
x
What is the current bug behavior?
x
What is the expected correct behavior?
Unsupported subfolders were previously ignored and their contents are not scanned and added to library.
Jellyfin Server version
10.10.0+
Specify commit id
No response
Specify unstable release number
No response
Specify version number
No response
Specify the build version
10.11.0
Environment
Jellyfin logs
FFmpeg logs
Client / Browser logs
No response
Relevant screenshots or videos
No response
Additional information
No response
@theguymadmax commented on GitHub (Oct 24, 2025):
10.11 will now properly detect movies in subfolders: #9221. This is the intended behavior.