[PR #15550] [CLOSED] Fix BdInfoDirectoryInfo.cs by skipping hidden files. #14163

Closed
opened 2025-12-22 10:21:05 +01:00 by backuprepo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/15550
Author: @QuintonQu
Created: 11/18/2025
Status: Closed

Base: masterHead: master


📝 Commits (8)

  • 4cdfe5f Update BdInfoDirectoryInfo.cs
  • a663029 Merge branch 'master' of https://github.com/QuintonQu/jellyfin
  • 94c4d9b Update MediaBrowser.MediaEncoding/BdInfo/BdInfoDirectoryInfo.cs
  • 6ade917 Update MediaBrowser.MediaEncoding/BdInfo/BdInfoDirectoryInfo.cs
  • af664ec Update MediaBrowser.MediaEncoding/BdInfo/BdInfoDirectoryInfo.cs
  • a19adac Update MediaBrowser.MediaEncoding/BdInfo/BdInfoDirectoryInfo.cs
  • 155219d Update MediaBrowser.MediaEncoding/BdInfo/BdInfoDirectoryInfo.cs
  • 1daaf9d add recommended changes

📊 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.
截屏2025-11-17 21 11 07


🔄 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/15550 **Author:** [@QuintonQu](https://github.com/QuintonQu) **Created:** 11/18/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (8) - [`4cdfe5f`](https://github.com/jellyfin/jellyfin/commit/4cdfe5f910e7ef1d9f465977ab68b6958ee23ee8) Update BdInfoDirectoryInfo.cs - [`a663029`](https://github.com/jellyfin/jellyfin/commit/a66302998606dc3f5b21353d9c4c85b4ad18b2e8) Merge branch 'master' of https://github.com/QuintonQu/jellyfin - [`94c4d9b`](https://github.com/jellyfin/jellyfin/commit/94c4d9b1e2966fe379aa01345c188204491d8677) Update MediaBrowser.MediaEncoding/BdInfo/BdInfoDirectoryInfo.cs - [`6ade917`](https://github.com/jellyfin/jellyfin/commit/6ade917e790017452a1430ac88a23fdabd2e9126) Update MediaBrowser.MediaEncoding/BdInfo/BdInfoDirectoryInfo.cs - [`af664ec`](https://github.com/jellyfin/jellyfin/commit/af664ecdb8a3be480ab6b4dab7f87a2eb624f37e) Update MediaBrowser.MediaEncoding/BdInfo/BdInfoDirectoryInfo.cs - [`a19adac`](https://github.com/jellyfin/jellyfin/commit/a19adac337c4786d46a90e6cfb2ebe5afc4f2201) Update MediaBrowser.MediaEncoding/BdInfo/BdInfoDirectoryInfo.cs - [`155219d`](https://github.com/jellyfin/jellyfin/commit/155219d15e47b05281c0ecc44899087f65e79d7a) Update MediaBrowser.MediaEncoding/BdInfo/BdInfoDirectoryInfo.cs - [`1daaf9d`](https://github.com/jellyfin/jellyfin/commit/1daaf9d6065c82924c79972f4837b763848d1742) add recommended changes ### 📊 Changes **1 file changed** (+7 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.MediaEncoding/BdInfo/BdInfoDirectoryInfo.cs` (+7 -0) </details> ### 📄 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. <img width="2240" height="1260" alt="截屏2025-11-17 21 11 07" src="https://github.com/user-attachments/assets/85d7b5a4-d58e-456c-9faf-6dc999fe9e09" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
backuprepo 2025-12-22 10:21:05 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#14163
No description provided.