mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
[PR #7370] [MERGED] Only add internal files if the internal metadata path exists #11181
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#11181
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/7370
Author: @crobibero
Created: 2/28/2022
Status: ✅ Merged
Merged: 3/4/2022
Merged by: @cvium
Base:
master← Head:internal-metadata-path📝 Commits (6)
40e413dOnly add internal files if the internal metadata path existsc9d5cffUpdate MediaBrowser.Providers/MediaInfo/MediaInfoResolver.cs1d36771Improve testsfc5c6c0Use IFileSystem71a9ae3Update MediaBrowser.Controller/Providers/DirectoryService.cs1b3e56bSplit DirectoryExists and FileExists📊 Changes
11 files changed (+153 additions, -27 deletions)
View changed files
📝
Emby.Server.Implementations/IO/ManagedFileSystem.cs(+12 -0)📝
MediaBrowser.Controller/Entities/BaseItem.cs(+1 -1)📝
MediaBrowser.Model/IO/IFileSystem.cs(+14 -0)📝
MediaBrowser.Providers/MediaInfo/AudioResolver.cs(+10 -2)📝
MediaBrowser.Providers/MediaInfo/FFProbeProvider.cs(+4 -3)📝
MediaBrowser.Providers/MediaInfo/MediaInfoResolver.cs(+12 -2)📝
MediaBrowser.Providers/MediaInfo/SubtitleResolver.cs(+10 -2)📝
tests/Jellyfin.Providers.Tests/MediaInfo/AudioResolverTests.cs(+8 -1)📝
tests/Jellyfin.Providers.Tests/MediaInfo/MediaInfoResolverTests.cs(+74 -15)📝
tests/Jellyfin.Providers.Tests/MediaInfo/SubtitleResolverTests.cs(+8 -1)➖
tests/Jellyfin.Providers.Tests/Test Data/Video/My.Video.mkv(+0 -0)📄 Description
Fixes regression from https://github.com/jellyfin/jellyfin/pull/7255/
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.