Bond_009
8b073e2ba5
Remove unused field
6 years ago
Bond_009
5ac6d0ae59
Fix more warnings
6 years ago
Bond-009
1ea219bf3f
Merge branch 'master' into culture
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
85a58fd655
Start startup tasks async
6 years ago
Bond_009
a709cbdc64
Fix more analyzer warnings
6 years ago
Bond_009
fd7f420af2
Remove remnants of system events
6 years ago
Bond_009
722120af74
Remove conditions that are always true/false
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
d7da475aad
Fix User-Agent
6 years ago
Andrew Rabert
8de4eb7d19
Rename ApplicationSemanticVersion to ApplicationVersion
6 years ago
Andrew Rabert
469590c9c5
Merge pull request #508 from EraYaN/api-version-reporting
...
Update internal versioning and user agents.
6 years ago
Erwin de Haan
924ec0c191
Revert Jellyfin.Versioning, Update all versions and user agents.
6 years ago
Erwin de Haan
949393043d
Fixed missing out keyword.
6 years ago
Erwin de Haan
e63b18f17d
Reformat JustAMan review second pass changes.
6 years ago
Erwin de Haan
321c440739
Reformat JustAMan review pt1 changes
...
Refs #575
6 years ago
Erwin de Haan
a358631040
Extra formatting on the merged code.
6 years ago
Erwin de Haan
49b61f238e
Merge branch 'dev' into reformat
...
# Conflicts:
# Emby.Server.Implementations/ApplicationHost.cs
# Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs
# Emby.Server.Implementations/LiveTv/LiveTvManager.cs
# Emby.Server.Implementations/Security/MBLicenseFile.cs
# Emby.Server.Implementations/Security/PluginSecurityManager.cs
# Emby.Server.Implementations/Security/RegRecord.cs
# MediaBrowser.Api/PluginService.cs
# MediaBrowser.Api/System/SystemService.cs
# MediaBrowser.Common/Security/IRequiresRegistration.cs
# MediaBrowser.Common/Security/ISecurityManager.cs
# MediaBrowser.Common/Security/PaymentRequiredException.cs
# MediaBrowser.Model/Entities/MBRegistrationRecord.cs
# MediaBrowser.Model/Entities/PluginSecurityInfo.cs
# deployment/win-generic/build-jellyfin.ps1
6 years ago
cvium
22a64f37f5
More cleaning
6 years ago
cvium
0e422a33d6
Some code style clean up
6 years ago
Claus Vium
eca3c099d9
removed a bunch of validation, security, registration, premiere, whatever bs
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
e566d9a231
Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTv
6 years ago
Erwin de Haan
5b3d8a6d76
EditorConfig reformat: Emby.IsoMounting, Emby.Server.Implementations
6 years ago
Erwin de Haan
39ef1106d7
Visual Studio Reformat: Emby.Server.Implementations Part Liv-P
6 years ago
Erwin de Haan
846456b41e
Reformatted the files with notes.
6 years ago
Erwin de Haan
e2751d42e8
Merge branch 'dev' into code-cleanup
6 years ago
Joshua M. Boniface
15c89d281e
Merge pull request #506 from hawken93/linting
...
Removing tabs and trailing whitespace
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
hawken
bd169e4fd4
remove trailing whitespace
6 years ago
hawken
82a801c9ae
Some less obvious ones that I was told were there
6 years ago
Bond_009
c07d5a6963
Remove unused PowerManagement
...
It isn't up to the application to prevent the system from going to sleep
6 years ago
Bond_009
a997bb609f
Remove unnecessary using statements
6 years ago
Bond_009
391b48614d
Remove FireEventIfNotNull
...
It's a pretty useless "helper" class
6 years ago
Bond_009
a1b96a3135
Clean up HttpClientManager, LiveTvManager and InstallationManager
6 years ago
Bond_009
a445233192
Fix warning and improve performance
6 years ago
Bond_009
4c95aee52e
Fix logging in XmlTvListingsProvider
6 years ago
Bond_009
ea4c914123
Fix exception logging
6 years ago
Bond_009
bf01918659
Clean up
6 years ago
Bond_009
b7ebb67cbb
Remove the need for NullLogger
6 years ago
Bond_009
0f8b3c6347
Use Microsoft.Extensions.Logging abstraction
6 years ago
Bond_009
f31457a457
Final cleanup
6 years ago
Bond_009
9ff45cf969
Some voodoo magic to stop a crash
6 years ago
Bond_009
589aa2416a
Clean up XmlTvListeningProvider
6 years ago
Bond_009
baa2afb61e
Restore latest version
...
Source: 30baa15839/Emby.Server.Implementations/LiveTv/Listings/XmlTvListingsProvider.cs
6 years ago
Bond_009
6ebb00549b
Add missing XmlTvListingsProvider
...
Added from e679ac4224/Emby.Server.Implementations/LiveTv/Listings/XmlTvListingsProvider.cs
6 years ago
Bond_009
76d3f60f06
Fix NullRefException
6 years ago
Bond_009
69cf9e8fc4
Give more info on error
6 years ago
Bond_009
6e5d2aadaa
Remove custom ToArray extension
6 years ago
Anthony Lavado
71b8602a3d
Updates all other emby.media links to repo page
6 years ago
stefan
48facb797e
Update to 3.5.2 and .net core 2.1
6 years ago
Luke Pulverenti
85815adcd2
update live tv queries
7 years ago
Luke Pulverenti
175c085d90
Stub out new filtering api
7 years ago
Luke Pulverenti
70b0dd968f
Improve support for embedded metadata; support external subtitles with strm files
7 years ago
Luke Pulverenti
c4ceeae889
improve xmltv gz support
7 years ago
Luke Pulverenti
5207067811
fix live tv over dlna
7 years ago
Luke Pulverenti
58a7829ecd
update library changed notifier
7 years ago
Luke Pulverenti
4f09c1e06d
reduce dlna chatter
7 years ago
Luke Pulverenti
77695f8abe
3.2.40.1
7 years ago
Luke Pulverenti
46be272ec8
fixes #2992 - Dashboard Active Recordings not showing thumbnail
7 years ago
Luke Pulverenti
39418b4172
3.2.36.15
7 years ago
Luke Pulverenti
43cb11f694
update shared stream support
7 years ago
Luke Pulverenti
1dc8ff9e91
allow specification of m3u stream limit
7 years ago
Luke Pulverenti
2f758676d0
support sharing m3u tuner streams
7 years ago
Luke Pulverenti
25138bbeb7
update subtitle downloading to use local metadata settings
7 years ago
Luke Pulverenti
83a43121af
fix hdhr stream returning too quickly
7 years ago
Luke Pulverenti
5cb7469028
support track selection before playback
7 years ago
Luke Pulverenti
74136371b5
use default transcode temp path when configure one is unreachable
7 years ago
Luke Pulverenti
7cd1416d27
fix music artists not showing in collections
7 years ago
Luke Pulverenti
76e2482047
reset PrePaddingSeconds on recording retry
7 years ago
Luke Pulverenti
9b71812325
update live stream management
7 years ago
Luke Pulverenti
ac09136a3d
restore GetImageSize method
7 years ago
Luke Pulverenti
060215143f
improve httpclient resource disposal
7 years ago
Luke Pulverenti
12adc7ae4c
add additional info to timer infos
7 years ago
Luke Pulverenti
4ef9f68837
support delete per library
7 years ago
Luke Pulverenti
164e7dc896
improve live tv direct play
7 years ago
Luke Pulverenti
2f06bb5bf5
3.2.33.7
7 years ago
Luke Pulverenti
d7bbfff23f
preserve channel info from provider
7 years ago
Luke Pulverenti
851c62a940
update image magick orientation function
7 years ago
Luke Pulverenti
0fbb5ab434
update xmltv parsing
7 years ago
Luke Pulverenti
e19b8f81c7
update recording conversion
7 years ago
Luke Pulverenti
9707712d39
update logging
7 years ago
Luke Pulverenti
a5b82cd2ec
remove unneeded async signatures
7 years ago
Luke Pulverenti
99c858c338
update recording file names
7 years ago
Luke Pulverenti
2e0e1697a8
rework live stream creation
7 years ago
Luke Pulverenti
f55b138e1d
update deinterlace param
7 years ago
Luke Pulverenti
a0d82a02c8
update param encoding
7 years ago
Luke Pulverenti
ab8c0bf1e6
improve support for compressed xmltv
7 years ago
Luke Pulverenti
978eedbcb7
improve support for compressed xmltv
7 years ago
Luke Pulverenti
3506855c5c
fix overlapping recordings
7 years ago
Luke Pulverenti
467f440501
3.2.30.26
7 years ago
Luke Pulverenti
cdd79ec7e2
update owned items
7 years ago
Luke Pulverenti
1f12ab6658
add yadif setting
7 years ago
Luke Pulverenti
38fe239f44
3.2.30.19
7 years ago
Luke Pulverenti
9440fdc719
3.2.30.14
7 years ago
Luke Pulverenti
fe10df6935
improve queries from scheduled tasks
7 years ago