Khinenw
59518ec87e
Fixed SMI to SRT UTF-16 Encoding bug
5 years ago
Tristan McCann
5c1fbfca03
Stop path substitution in SubtitleEncoder
...
This fixes jellyfin/jellyfin#1446 . I am not an expert in this section of
code, but I cannot think of a need to do path substitution during
subtitle encoding.
5 years ago
dkanada
715ddbb3b0
remove open subtitles from the server
6 years ago
Claus Vium
139807719c
Add missing base64 conversion
6 years ago
Claus Vium
1e2050f106
Rename functions to match functionality
6 years ago
Claus Vium
a23f04623e
Remove IEncryptionManager
6 years ago
Bond-009
1ea219bf3f
Merge branch 'master' into culture
6 years ago
Erwin de Haan
b9a111432a
Unwrapped all /(Write|Read)All(Text|Bytes)/ functions.
6 years ago
Erwin de Haan
581a7fe078
Unwrapped `MoveDirectory`, `DirectoryExists`, `FileExists` & removed `MoveFile`
6 years ago
Erwin de Haan
a430568082
Unwrapped `OpenRead` and `CopyFile`
6 years ago
Erwin de Haan
d7c6d16250
Unwrapped CreateDirectory and DeleteDirectory
6 years ago
Erwin de Haan
3a831994f6
Unwrapped GetDirectoryName and DirectorySeperatorChar
6 years ago
Bond_009
a709cbdc64
Fix more analyzer warnings
6 years ago
Tthecreator
0b80902cc8
Set EnableRaisingEvents correctly for SubtitleEncoder
6 years ago
William Taylor
65cd3ed597
Replaced injections of ILogger with ILoggerFactory
...
This makes resolving dependencies from the container much easier as
you cannot resolve with primitives parameters in a way that is any
more readable.
The aim of this commit is to change as little as possible with the end
result, loggers that were newed up for the parent object were given the same
name. Objects that used the base or app loggers, were given a new logger with
an appropriate name.
Also removed some unused dependencies.
6 years ago
Andrew Rabert
3a6624f701
Merge pull request #629 from cvium/fix_subtitleencoder
...
Fix subtitle converter misinterpreting 0 valued endTimeTicks
6 years ago
Claus Vium
2b47006662
Remove unneeded variable
6 years ago
Claus Vium
26e20d1cd5
Fix subtitle converter misinterpreting 0 valued endTimeTicks
6 years ago
cvium
b35dcbb9f0
Remove MediaBrowser.Text since it violates licenses and is overall hacky
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
a36658f6f0
ReSharper Reformat: Properties to expression bodied form.
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
Erwin de Haan
e2751d42e8
Merge branch 'dev' into code-cleanup
6 years ago
Andrew Rabert
e5c2dbdf23
Merge pull request #540 from joshuaboniface/api-keys
...
Update Emby API keys to our own
6 years ago
Erwin de Haan
ec1f5dc317
Mayor code cleanup
...
Add Argument*Exceptions now use proper nameof operators.
Added exception messages to quite a few Argument*Exceptions.
Fixed rethorwing to be proper syntax.
Added a ton of null checkes. (This is only a start, there are about 500 places that need proper null handling)
Added some TODOs to log certain exceptions.
Fix sln again.
Fixed all AssemblyInfo's and added proper copyright (where I could find them)
We live in *current year*.
Fixed the use of braces.
Fixed a ton of properties, and made a fair amount of functions static that should be and can be static.
Made more Methods that should be static static.
You can now use static to find bad functions!
Removed unused variable. And added one more proper XML comment.
6 years ago
Anthony Lavado
5900ab8c68
Update OpenSubtitles User Agent to our own
6 years ago
hawken
bd169e4fd4
remove trailing whitespace
6 years ago
Bond_009
73fd0cd8c6
SubtitleEncoder: stop using tuples for clarity
...
* Replace Tuples with a ValueTuple or a struct
6 years ago
Bond_009
59d8d9a82c
Fix nullrefexception in SubtitleEncoder
6 years ago
Bond_009
ea4c914123
Fix exception logging
6 years ago
Bond_009
0c1b9d3bff
Rebase
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
6ff89eab78
fixes #2588 - OpenSubtitlesDownloader doesn't respect X-Ratelimit-Requests-Remaining
7 years ago
Luke Pulverenti
ce47f63389
3.2.20.5
7 years ago
Luke Pulverenti
33014f77aa
update GetItems method
8 years ago
Luke Pulverenti
696a6b34ea
improve smb support
8 years ago
Luke Pulverenti
8755886761
switch to hwaccel auto
8 years ago
Luke Pulverenti
4d7d8961b4
update encoding detection
8 years ago
Luke Pulverenti
ce1ed2bea7
update hls to support mpeg2video
8 years ago
Luke Pulverenti
a181425e54
omit input container when hw encoding
8 years ago
Luke Pulverenti
03317b291d
improve subtitle responses
8 years ago
Luke Pulverenti
e936f49518
update use of shellexecute
8 years ago
Luke Pulverenti
ffb1ec76a7
update components
8 years ago
Luke Pulverenti
7a2cb6da5a
add subtitle fix for tizen
8 years ago
Luke Pulverenti
9b5a4c22e3
update image & subtitle extraction
8 years ago
Luke Pulverenti
a8b340cbb2
update portable projects
8 years ago
Luke Pulverenti
f52373609e
move classes to portable project
8 years ago
Luke Pulverenti
b1276dc208
make media encoding project portable
8 years ago
Luke Pulverenti
31c8c3bf7f
make open subtitle project portable
8 years ago
Luke Pulverenti
0189f4c49d
move provider project towards portability
8 years ago
Luke Pulverenti
ef6b90b8e6
make controller project portable
8 years ago
Luke Pulverenti
07791d46a5
rework scheduled tasks in preparation of common project going portable
8 years ago
Luke Pulverenti
a69ca6c55b
avoid buffering http responses
8 years ago
Luke Pulverenti
2d7c82d0dd
add loopback handler
8 years ago
Luke Pulverenti
88be568b40
update subtitle extraction
8 years ago
Luke Pulverenti
580a68d19c
update startup tests
8 years ago
Luke Pulverenti
e5655d32f1
fix timestamps in hls subtitles
9 years ago
Luke Pulverenti
6ba2a9ebd2
update subtitle encoding
9 years ago
Luke Pulverenti
51fe031031
update subtitles
9 years ago
Sven Van den brande
168587b2a0
Remove unused code...
9 years ago
Luke Pulverenti
49c678037a
fix samsung dlna subtitles
9 years ago
Luke Pulverenti
6eb5d34af1
update subtitle encoder to allow format passthrough
9 years ago
Luke Pulverenti
26487dc455
rework people
9 years ago
Luke Pulverenti
4ad96e4ff5
update logging levels
9 years ago
Luke Pulverenti
078277ebc2
continue file system rework
9 years ago
Luke
14de062681
update file system methods
9 years ago
Luke
6470189756
Merge pull request #1156 from arcticwaters/srt-ssa-wipe
...
Add support for more ssa tags in SrtParser
9 years ago
Luke Pulverenti
a4e73120a7
update channel streams
9 years ago
Andrew Schurman
4b15d1849c
Ensure that all ssa tags are wiped out of srt subtitles
9 years ago
Luke Pulverenti
d95057f13b
rework settings page
9 years ago
Luke Pulverenti
3178896004
update subtitle methods
9 years ago
Luke Pulverenti
b9c656e859
added out of network bitrate limit
10 years ago
Luke Pulverenti
a025f4eefa
sync updates
10 years ago
Luke Pulverenti
70fb64cc05
subtitle parsing fixes
10 years ago
Luke Pulverenti
c0aec48a31
beta fixes
10 years ago
Luke Pulverenti
aac044f18f
updated nuget
10 years ago
Luke Pulverenti
28ffeb5121
sync updates
10 years ago
Luke Pulverenti
7bc370bdc7
move desktop search
10 years ago
Luke Pulverenti
cefd565e67
display server name in dashboard
10 years ago
Luke Pulverenti
d26707708d
move string.Replace extension
10 years ago
Luke Pulverenti
d8d5dd4873
make channel access opt-in rather than opt out
10 years ago
Luke Pulverenti
b6f7f0273a
enable new character set detector
10 years ago
Luke Pulverenti
9edca4586a
3.0.5490.1
10 years ago
Luke Pulverenti
5ff5df9867
added UniversalDetector.dll
10 years ago
Luke Pulverenti
42b1416602
begin work on daily episodes
10 years ago
Luke Pulverenti
13274348e9
sync updates
10 years ago
Luke Pulverenti
60d3f47503
add server management to web client
10 years ago
Luke Pulverenti
58eb500956
fixes #914 - Add option to save metadata hidden
10 years ago
Luke Pulverenti
bdc04cda17
fix subtitle unit tests
10 years ago
Luke Pulverenti
9d36f51818
adjust subtitle extraction
10 years ago
Luke Pulverenti
33c6c37316
Adjust transcoding throttling
10 years ago
Luke
1e2e51d35b
Merge pull request #905 from faush01/master
...
make sure start and end times are different
10 years ago
faush01
96f8132f6e
make sure start and end times are different
10 years ago
Luis Miguel Almánzar
0cb3c39636
change newline value
10 years ago
Luke Pulverenti
d92936187d
Extract subs to srt instead of ass
10 years ago
Luke Pulverenti
21d88faa18
added json subtitle output
10 years ago
Luke Pulverenti
ca66390e24
3.0.5346.38509
10 years ago