Mark Monteiro
1f5caa46c5
Fix some more issues with disposing Process instances
5 years ago
Mark Monteiro
97c36d11d4
Use a TimeSpan instead of ms and support providing a custom CancellationToken
5 years ago
Mark Monteiro
7447ea8960
Make sure Process objects are all disposed correctly
5 years ago
Mark Monteiro
b947d98266
Delete unnecessary ProcessFactory abstraction
5 years ago
Mark Monteiro
ee2f911a2b
Remove unnecessary CommonProcess abstraction
5 years ago
Bond_009
e9d1eabd53
Remove unused usings
5 years ago
Ian Walton
4836d1674b
Don't return closed stream for subtitles. ( jellyfin/jellyfin#2650 )
5 years ago
Bond-009
2c8592fe78
Fix subtitles
5 years ago
Bond-009
c8409d2ea1
Remove FileSystem.GetStream
5 years ago
Bond_009
e714b9930e
Merge branch 'master' into embytv
5 years ago
Bond_009
5cab79c839
Clean up Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs
5 years ago
Bond_009
cc5acf37f7
Make probesize and analyzeduration configurable and simplify circular
...
dependencies
Makes the probesize and analyzeduration configurable with env args.
(`JELLYFIN_FFmpeg_probesize` and `FFmpeg_analyzeduration`)
5 years ago
Bond_009
c9820d30ed
Fix multiple mistakes and warnings
5 years ago
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
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
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
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
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
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
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
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 Pulverenti
a4e73120a7
update channel streams
9 years ago
Luke Pulverenti
d95057f13b
rework settings page
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
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
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
9d36f51818
adjust subtitle extraction
10 years ago
Luke Pulverenti
33c6c37316
Adjust transcoding throttling
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
Luke Pulverenti
3ba6364f25
fixes #887 - Support ttml subtitle output
10 years ago
Luke Pulverenti
933443c2b9
added modular configuration
11 years ago
Luke Pulverenti
21fd761b05
fixes #838 - Support rtmp protocol with channels
11 years ago
Luke Pulverenti
a18f4e37ac
added IsTextSubtitleStream
11 years ago
Luke Pulverenti
dd7825f6c8
Support subtitle offset
11 years ago
Luke Pulverenti
77ad0fc336
fixes #674 - Support converting subtitles to webvtt
11 years ago