gnattu
3c64e1d33f
Remove redundant newline to fix CI
...
Signed-off-by: gnattu <gnattuoc@me.com>
5 months ago
Bond-009
6b646e24ea
Don't extract chapter images if chapters are <1s long on average ( #11832 )
5 months ago
Bond_009
b176beb88e
Reduce string allocations
...
Some simple changes to reduce the number of allocated strings
1 year ago
DarrenRuane
cf8db70af8
Fix build failing
2 years ago
DarrenRuane
8e5bd36064
Ensure existing chapter images are deleted when user disables chapter generation
2 years ago
Bond_009
52194f56b5
Replace != null with is not null
2 years ago
cvium
b880dc8a4a
Use our own Contains extension
3 years ago
Cody Robibero
9234e5bf80
Remove all instances of en-US culture
3 years ago
Bond_009
7e8428e588
Enable nullable reference types for Emby.Server.Implementations
4 years ago
BaronGreenback
bc1cc2d04a
Remove unused using directives
4 years ago
MrTimscampi
5bb7d99b48
Remove DVDs from files exempt from chapter image extraction
4 years ago
Bond_009
65bab55ca0
Minor improvements
4 years ago
Stanislav Ionascu
cd4641dca0
Remove PlayableStreamFileNames as unused
...
Since ffmpeg can play and transcode ISO files and BDMV folders directly,
there's no use of that property.
4 years ago
Stanislav Ionascu
3ad6232973
Add probe / direct-stream / transcoding support for BluRays
...
This commit (and ffmpeg built with libbluray support), adds support
for playback of bluray images (bd-iso) and bluray folders.
4 years ago
crobibero
44957c5a9a
Use typed logger where possible
5 years ago
Bond_009
4748105dce
Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release mode
5 years ago
Bond_009
3ab50f5a3f
Address comments
5 years ago
Bond_009
a07ee65365
Minor improvements
5 years ago
Bond_009
1616f24cee
Fix more warnings
5 years ago
Bond_009
37ea50a572
Reduce the amount of exceptions thrown
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
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
Erwin de Haan
39ef1106d7
Visual Studio Reformat: Emby.Server.Implementations Part Liv-P
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
ea4c914123
Fix exception logging
6 years ago
Bond_009
0f8b3c6347
Use Microsoft.Extensions.Logging abstraction
6 years ago
stefan
48facb797e
Update to 3.5.2 and .net core 2.1
6 years ago
Luke Pulverenti
70b0dd968f
Improve support for embedded metadata; support external subtitles with strm files
7 years ago
Luke Pulverenti
5cb7469028
support track selection before playback
7 years ago
Luke Pulverenti
e287e3a50d
remove async when there's nothing to await
8 years ago
Luke Pulverenti
749a181fac
fix video images not being created
8 years ago
Luke Pulverenti
1ad990ad72
update live tv data transfer
8 years ago
Luke Pulverenti
e7425e6205
revert servicestack.text update
8 years ago
Luke Pulverenti
52aeb3c40b
consolidate interfaces
8 years ago
Luke Pulverenti
994720c24a
deprecate hddvd videotype
8 years ago
Luke Pulverenti
27c490c152
update file refresher
8 years ago
Luke Pulverenti
db315c4e32
update media source methods
8 years ago
Luke Pulverenti
b89af7af43
fixes #2121 - background roku thumbnail generation (or maybe... any scheduled task?) should be "niced"
8 years ago
Luke Pulverenti
33014f77aa
update GetItems method
8 years ago
Luke Pulverenti
696a6b34ea
improve smb support
8 years ago
Luke Pulverenti
1d62a88fd8
move classes to portable server project
8 years ago