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
/
Subtitles
Age
Commit message (
Expand
)
Author
2024-05-05
Fix subtitle saving if file already exists (#11310)
Tim Eisele
2024-02-26
Store lyrics in the database as media streams (#9951)
Cody Robibero
2023-07-29
Add ability to upload (and save) SDH subtitles (#10036)
MBR-0001
2023-02-23
Enable nullable for more files
Bond_009
2023-02-17
Fix use after dispose
Bond_009
2023-01-27
Use depencency injection for ISubtitleProvider
Patrick Barron
2023-01-11
Fix all warnings in MediaBrowser.Providers
Bond_009
2022-12-05
Replace != null with is not null
Bond_009
2022-01-22
Flush to disk async where possible
Bond_009
2021-12-20
Use our own Contains extension
cvium
2021-10-26
Enable nullable for MediaBrowser.Providers
Bond_009
2021-10-19
Add IsAutomated to SubtitleSearchRequest
MBR-0001
2021-10-09
Merge pull request #6657 from Bond-009/dotnetbug
Claus Vium
2021-10-05
Revert to old line
cvium
2021-10-04
Queue refresh after subtitle upload + minor fixes
cvium
2021-10-03
Remove workaround for dotnet/runtime#42790
Bond_009
2021-09-25
Remove sync FileStream hack
Bond_009
2021-09-02
Use async FileStreams where it makes sense
Bond_009
2021-08-09
Update per feedback
Rich Lander
2021-07-22
Fix remaining MediaBrowser.Providers warnings
Rich Lander
2021-06-27
MediaBrowser.Providers: Remove some warnings
Bond_009
2021-05-10
Merge branch 'master' into using-declarations
Patrick Barron
2021-05-05
Minor improvements
Bond_009
2021-05-05
Code Clean up: Convert to null-coalescing operator ?? (#5845)
BaronGreenback
2021-03-20
Authenticated arbitrary file overwrite in SubtitleController -> SubtitleManager
Erwin de Haan
2021-03-07
Use FileShare.None when creating files
David
2021-02-25
Switch to using declarations in MediaBrowser.Providers
Patrick Barron
2020-11-14
Access last element by index where possible
Bond_009
2020-11-14
Use string.Split(char) where possible instead of string.Split(char[])
Bond_009
2020-11-08
Merge pull request #3086 from redSpoutnik/api-upload-subtitle
Claus Vium
2020-11-08
Apply suggestions from code review
Claus Vium
2020-09-11
Fix added warnings
crobibero
2020-09-11
Merge remote-tracking branch 'upstream/master' into api-upload-subtitle
crobibero
2020-09-08
Fix some warnings
Bond_009
2020-08-09
MemoryStream optimizations
Bond_009
2020-06-19
Enable TreatWarningsAsErrors in Release for MediaBrowser.Providers
Bond_009
2020-06-16
fix SA1513/SA1516
telans
2020-06-15
fix SA1508
telans
2020-06-05
Use typed logger where possible
crobibero
2020-05-08
Add Post subtitle in API
redSpoutnik
2020-04-04
Register ISubtitleManager correctly
Mark Monteiro
2020-01-22
Remove FileSystem.GetStream
Bond-009
2019-10-29
Address comments
Bond_009
2019-10-29
Fix more warnings
Bond_009
2019-08-09
Use CultureInvariant string conversion for Guids
Bond-009
2019-01-30
Merge branch 'master' into culture
Bond-009
2019-01-29
Merge pull request #716 from Bond-009/warnings
Vasily
2019-01-28
Unwrapped `GetFileNameWithoutExtension`
Erwin de Haan
2019-01-28
Unwrapped CreateDirectory and DeleteDirectory
Erwin de Haan
2019-01-28
Unwrapped GetDirectoryName and DirectorySeperatorChar
Erwin de Haan
[next]