mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
[PR #15550] [CLOSED] Fix BdInfoDirectoryInfo.cs by skipping hidden files. #14163
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#14163
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/15550
Author: @QuintonQu
Created: 11/18/2025
Status: ❌ Closed
Base:
master← Head:master📝 Commits (8)
4cdfe5fUpdate BdInfoDirectoryInfo.csa663029Merge branch 'master' of https://github.com/QuintonQu/jellyfin94c4d9bUpdate MediaBrowser.MediaEncoding/BdInfo/BdInfoDirectoryInfo.cs6ade917Update MediaBrowser.MediaEncoding/BdInfo/BdInfoDirectoryInfo.csaf664ecUpdate MediaBrowser.MediaEncoding/BdInfo/BdInfoDirectoryInfo.csa19adacUpdate MediaBrowser.MediaEncoding/BdInfo/BdInfoDirectoryInfo.cs155219dUpdate MediaBrowser.MediaEncoding/BdInfo/BdInfoDirectoryInfo.cs1daaf9dadd 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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.