index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
MediaBrowser.Providers
/
MediaInfo
/
MediaInfoResolver.cs
Age
Commit message (
Expand
)
Author
2025-02-17
Revert nullability of MediaStream.IsHearingImpaired (#13573)
Cody Robibero
2025-02-13
Fix the issue where the external audio track always defaults. (#13132)
choyakawa
2024-11-12
Fixed invalid columns on MediaStreams
JPVenson
2024-02-26
Store lyrics in the database as media streams (#9951)
Cody Robibero
2023-11-14
Fix warnings
Bond_009
2022-12-05
Replace != null with is not null
Bond_009
2022-11-04
Sort external files when scanning
Jendrik Weise
2022-10-07
Add hearing impaired subtitle stream indicator (#7379)
Joe Rogers
2022-06-29
Merge pull request #7988 from jellyfin/external-streams-exceptions
Bond-009
2022-06-06
Merge pull request #7802 from jellyfin/external
Cody Robibero
2022-04-07
Merge pull request #7527 from Shadowghost/mediaresolver-fix
Cody Robibero
2022-03-23
Update MediaBrowser.Providers/MediaInfo/MediaInfoResolver.cs
whiteowl3
2022-03-11
allow strm probe to succeed
whiteowl3
2022-03-05
Fix external file check for shorter names
Joe Rogers
2022-03-04
Switch to using spans for string comparison
Joe Rogers
2022-03-04
Strip out external file fuzzy matching
Joe Rogers
2022-03-02
Split DirectoryExists and FileExists
Cody Robibero
2022-02-28
Use IFileSystem
Cody Robibero
2022-02-28
Update MediaBrowser.Providers/MediaInfo/MediaInfoResolver.cs
Cody Robibero
2022-02-28
Only add internal files if the internal metadata path exists
Cody Robibero
2022-02-21
Require delimiter immediately after filename match
Joe Rogers
2022-02-21
Rewrite tests for coverage and less duplication
Joe Rogers
2022-02-19
Update MediaBrowser.Providers/MediaInfo/MediaInfoResolver.cs
Shadowghost
2022-02-18
fix(external-media): implement review suggestions
Shadowghost
2022-02-18
feat(external-media): refactor to generic provider, extend tests and file rec...
Shadowghost