[PR #15582] [MERGED] Add hidden file check in BdInfoDirectoryInfo.cs. #14354

Closed
opened 2026-02-07 07:28:29 +03:00 by OVERLORD · 0 comments
Owner

📋 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.zHead: release-10.11.z


📝 Commits (1)

  • 32a85f3 Add 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.
image


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

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/15582 **Author:** [@QuintonQu](https://github.com/QuintonQu) **Created:** 11/20/2025 **Status:** ✅ Merged **Merged:** 11/22/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `release-10.11.z` ← **Head:** `release-10.11.z` --- ### 📝 Commits (1) - [`32a85f3`](https://github.com/jellyfin/jellyfin/commit/32a85f376ad05a495f3a8daf43b5c0133d3c8b7a) Add hidden file check in bdInfo ### 📊 Changes **1 file changed** (+7 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.MediaEncoding/BdInfo/BdInfoDirectoryInfo.cs` (+7 -0) </details> ### 📄 Description <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **Changes** <!-- Describe your changes here in 1-5 sentences. --> 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** <!-- Tag any issues that this PR solves here. ex. Fixes # --> I found this issue recently and didn't see any similar issues. The screenshot about the error I found is attached below. <img width="4480" height="2520" alt="image" src="https://github.com/user-attachments/assets/4cdeddc6-6790-485b-a888-ccca632d5965" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 07:28:29 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#14354