mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #7379] [MERGED] Add hearing impaired subtitle stream indicator #11370
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/7379
Author: @1337joe
Created: 3/1/2022
Status: ✅ Merged
Merged: 10/7/2022
Merged by: @Bond-009
Base:
master← Head:add-hearing-impaired📝 Commits (3)
be769a0Add hearing impaired flag2be7491Support hearing impaired flag for external files40236abMerge branch 'master' into add-hearing-impaired📊 Changes
13 files changed (+102 additions, -12 deletions)
View changed files
📝
Emby.Naming/Common/NamingOptions.cs(+12 -0)📝
Emby.Naming/ExternalFiles/ExternalPathParser.cs(+12 -0)📝
Emby.Naming/ExternalFiles/ExternalPathParserResult.cs(+9 -1)📝
Emby.Server.Implementations/Data/SqliteItemRepository.cs(+11 -2)📝
Emby.Server.Implementations/Localization/Core/en-US.json(+1 -0)📝
MediaBrowser.MediaEncoding/Probing/ProbeResultNormalizer.cs(+6 -0)📝
MediaBrowser.Model/Entities/MediaStream.cs(+13 -0)📝
MediaBrowser.Providers/MediaInfo/MediaInfoResolver.cs(+1 -0)📝
tests/Jellyfin.MediaEncoding.Tests/Probing/ProbeResultNormalizerTests.cs(+4 -0)📝
tests/Jellyfin.MediaEncoding.Tests/Test Data/Probing/video_mp4_metadata.json(+1 -1)📝
tests/Jellyfin.Model.Tests/Entities/MediaStreamTests.cs(+13 -0)📝
tests/Jellyfin.Naming.Tests/ExternalFiles/ExternalPathParserTests.cs(+10 -1)📝
tests/Jellyfin.Providers.Tests/MediaInfo/MediaInfoResolverTests.cs(+9 -7)📄 Description
This is my first time touching the database contents, definitely let me know if anything there looks questionable.
Changes
hearing_impaireddisposition, "sdh"/"hi"/"cc" in external stream file nameIssues
Fixes #4291
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.