mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #15582] [MERGED] Add hidden file check in BdInfoDirectoryInfo.cs. #14354
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/15582
Author: @QuintonQu
Created: 11/20/2025
Status: ✅ Merged
Merged: 11/22/2025
Merged by: @crobibero
Base:
release-10.11.z← Head:release-10.11.z📝 Commits (1)
32a85f3Add hidden file check in bdInfo📊 Changes
1 file changed (+7 additions, -0 deletions)
View changed files
📝
MediaBrowser.MediaEncoding/BdInfo/BdInfoDirectoryInfo.cs(+7 -0)📄 Description
Changes
The hidden files start with "." generated by MacOS in external exFAT drives will causes error when scanning the Bluray directories. This issue occurs even running locally and natively without using docker on MacOS.
I added a check in BdInfoDirectoryInfo.cs to skip those files.
Issues
I found this issue recently and didn't see any similar issues. The screenshot about the error I found is attached below.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.