Cody Robibero
|
0bc41c015f
|
Store lyrics in the database as media streams (#9951)
|
9 months ago |
Bond_009
|
b62b0ec2b5
|
Fix warnings
|
1 year ago |
Bond_009
|
52194f56b5
|
Replace != null with is not null
|
2 years ago |
Jendrik Weise
|
21072310e7
|
Sort external files when scanning
Sorts files such as external subtitles or audio as well as metadata
Useful for deterministic display in the UI.
|
2 years ago |
Joe Rogers
|
2e4db18ebe
|
Add hearing impaired subtitle stream indicator (#7379)
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
2 years ago |
Bond-009
|
d771205544
|
Merge pull request #7988 from jellyfin/external-streams-exceptions
(cherry picked from commit a71b190142 )
Signed-off-by: Joshua Boniface <joshua@boniface.me>
|
2 years ago |
Cody Robibero
|
3a95d4b04e
|
Merge pull request #7802 from jellyfin/external
(cherry picked from commit 9954cbd550 )
Signed-off-by: crobibero <cody@robibe.ro>
|
2 years ago |
Cody Robibero
|
9e380768dd
|
Merge pull request #7527 from Shadowghost/mediaresolver-fix
(cherry picked from commit aa1b1c6bbb )
Signed-off-by: crobibero <cody@robibe.ro>
|
3 years ago |
whiteowl3
|
669029595b
|
Update MediaBrowser.Providers/MediaInfo/MediaInfoResolver.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
3 years ago |
whiteowl3
|
6f25291931
|
allow strm probe to succeed
|
3 years ago |
Joe Rogers
|
f7118bebfd
|
Fix external file check for shorter names
|
3 years ago |
Joe Rogers
|
dad7a6fdf6
|
Switch to using spans for string comparison
|
3 years ago |
Joe Rogers
|
3205e97e1e
|
Strip out external file fuzzy matching
Convert MediaFlagDelimiter back to char
|
3 years ago |
Cody Robibero
|
1b3e56bae3
|
Split DirectoryExists and FileExists
|
3 years ago |
Cody Robibero
|
fc5c6c0404
|
Use IFileSystem
|
3 years ago |
Cody Robibero
|
c9d5cfff1d
|
Update MediaBrowser.Providers/MediaInfo/MediaInfoResolver.cs
Co-authored-by: Joe Rogers <1337joe@users.noreply.github.com>
|
3 years ago |
Cody Robibero
|
40e413d575
|
Only add internal files if the internal metadata path exists
Signed-off-by: Cody Robibero <cody@robibe.ro>
|
3 years ago |
Joe Rogers
|
cf033b25f8
|
Require delimiter immediately after filename match
|
3 years ago |
Joe Rogers
|
15053516f8
|
Rewrite tests for coverage and less duplication
Address minor warnings
Revert making GetInternalMetadataPath mockable
|
3 years ago |
Shadowghost
|
bbb3117f83
|
Update MediaBrowser.Providers/MediaInfo/MediaInfoResolver.cs
Co-authored-by: Bond-009 <bond.009@outlook.com>
|
3 years ago |
Shadowghost
|
a36e34fbd2
|
fix(external-media): implement review suggestions
|
3 years ago |
Shadowghost
|
719b707281
|
feat(external-media): refactor to generic provider, extend tests and file recognition, consolidate and extend NamingOptions
|
3 years ago |