Bond_009
26d7fc8280
Enable nullable reference types for MediaBrowser.MediaEncoding.Subtitles
4 years ago
Bond_009
be965e35b6
Log subtitle errors
4 years ago
Bond_009
ed8fce2dce
Use SubtitleEdit to parse subtitles
4 years ago
obradovichv
0282a1ed09
Fix string culture specificity
...
Fix bug in SsaParser.cs primary color {\1c} formatting that would leave
behind the {\1c} closing token and instead append </font> token
unconditionally to the dialogue text. Add tests.
Change AlphanumComparatorTests.cs complementary test data generation
from an array shuffle to an array reversal. Although it was previously
using a seeded Random, the shuffle itself could result in no
rearrangement of elements if the seed or test data changed over time.
The reversal guarantees reordering of elements and has the added benefit
of simplifying the test code since no special handling is needed for
arrays of 2 elements.
Change DailyTrigger.cs logging of TriggerDate format to
"yyyy-MM-dd HH:mm:ss.fff zzz" for consistency with configured log
timestamp format and change DueTime format to culture-invariant "c"
format.
4 years ago
Bond_009
e4fd61411f
Minor improvements
4 years ago
Bond_009
ab2147751f
Make MediaBrowser.MediaEncoding warnings free
4 years ago
Bond-009
53f99d5d4b
Add some analyzers to MediaBrowser.MediaEncoding
4 years ago
Bond_009
febb6bced6
Review usage of string.Substring (part 1)
...
Reduced allocations by replacing string.Substring with ReadOnlySpan<char>.Slice
4 years ago
telans
6556bec646
brace multiline if statements (cont.)
4 years ago
telans
5bb639a59a
newlines after braces
4 years ago
telans
7f307f9082
brace multiline if statements
4 years ago
telans
247f9c61e6
fix SA1513/SA1516
4 years ago
telans
3d9049ef08
fix SA1508
4 years ago
telans
acd4389653
fix SA1005
4 years ago
Bond_009
87d2479b78
Fix warnings
5 years ago
Bond_009
a709cbdc64
Fix more analyzer warnings
6 years ago
Erwin de Haan
e867446437
ReSharper format: conform inline 'out' parameters.
6 years ago
Erwin de Haan
65bd052f3e
ReSharper conform to 'var' settings
6 years ago
Erwin de Haan
8f41ba4d3a
Find+Sed BOM removal *.cs: MediaBrowser.LocalMetadata-MediaBrowser.Model
6 years ago
Erwin de Haan
f2e50f50bd
Visual Studio Reformat: MediaBrowser.MediaEncoding
6 years ago
hawken
bd169e4fd4
remove trailing whitespace
6 years ago
Mathieu Velten
1d7d52ff9e
Port MediaEncoding and Api.Playback from 10e57ce8d21b4516733894075001819f3cd6db6b
6 years ago
Luke Pulverenti
40442f887b
consolidate emby.server.core into emby.server.implementations
7 years ago
Luke Pulverenti
3178896004
update subtitle methods
9 years ago
Luke Pulverenti
70fb64cc05
subtitle parsing fixes
10 years ago
Luke Pulverenti
d26707708d
move string.Replace extension
10 years ago
Luke Pulverenti
bdc04cda17
fix subtitle unit tests
10 years ago
Luis Miguel Almánzar
0cb3c39636
change newline value
10 years ago
Luke Pulverenti
ca66390e24
3.0.5346.38509
10 years ago
Luke Pulverenti
6186618f3e
remove <br/> from parsed subtitles
11 years ago
Luke Pulverenti
77ad0fc336
fixes #674 - Support converting subtitles to webvtt
11 years ago
Luis Miguel Almánzar
5af374072d
escape regex strings
11 years ago
Luis Miguel Almánzar
8a8e272cb7
implemented SSA Parser
11 years ago
Luke Pulverenti
0d025f7fb6
beginning remote subtitle downloading
11 years ago
Luke Pulverenti
e1dd361c7b
added subtitle parsing stubs
11 years ago