Claus Vium
23c867f946
Remove TvdbPrescanTask as it looks like it was used for pre-fetching data, which is no longer relevant
6 years ago
Claus Vium
42c233c74e
Add much needed exception handling and logging
6 years ago
Claus Vium
1f8e74f3a8
Add caching for all tvdb requests
6 years ago
Claus Vium
d6835f8dd6
Use the locking properly, this is not Python...
6 years ago
Claus Vium
86940e96d5
More MemoryCache PoC
6 years ago
Claus Vium
75d90c8e4c
Add caching PoC
6 years ago
Claus Vium
ecbc0538f6
Add some error handling, grab imdb id and other minor fixes
6 years ago
Claus Vium
2a26760911
Episode provider is somewhat broken
6 years ago
Claus Vium
19b6808602
Remove some junk from series provider
6 years ago
Claus Vium
c2202be0f8
Some of it works???
6 years ago
Claus Vium
9729ae52a3
initial commit
6 years ago
Erwin de Haan
f1ef0b0b4c
Fix namespacing so it lines up properly with file names and paths ( #715 )
...
* Fix stupid namespacing so it lines up properly with file names and paths.
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
Erwin de Haan
38f96af079
Reformat JustAMan review pt2 changes
...
Refs #575
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
b062577d81
Find+Sed BOM removal *.cs: MediaBrowser.Providers-SocketHttpListener
6 years ago
Erwin de Haan
587bb85b41
Visual Studio Reformat: MediaBrowser.Providers
6 years ago
Erwin de Haan
e2751d42e8
Merge branch 'dev' into code-cleanup
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
ba1794f64b
Remove tabs and trailing whitespace
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
060215143f
improve httpclient resource disposal
7 years ago
Luke Pulverenti
51ca72ab5d
adjust default provider order
7 years ago
Luke Pulverenti
a272625566
update tvdb cache length
7 years ago
Luke Pulverenti
0951819f00
fixes #2798 , fixes #2799
7 years ago
Luke Pulverenti
a7db7cd40c
reduce traffic from session player
7 years ago
Luke Pulverenti
40442f887b
consolidate emby.server.core into emby.server.implementations
7 years ago
Luke Pulverenti
52aeb3c40b
consolidate interfaces
7 years ago
Luke Pulverenti
e91f569c15
update live tv startup
8 years ago
Luke Pulverenti
33014f77aa
update GetItems method
8 years ago
Luke Pulverenti
da77b05817
update data queries
8 years ago
Luke Pulverenti
696a6b34ea
improve smb support
8 years ago
Luke Pulverenti
a9b041a7e6
rework refresh queue
8 years ago
Luke Pulverenti
04b6f23473
3.2.9.1
8 years ago
Luke Pulverenti
5e82194749
improve tvdb lookups by imdb
8 years ago
Luke Pulverenti
9e74d834a7
update legacy hdhomerun support
8 years ago
Luke Pulverenti
6091e00e18
clean related files when deleting items
8 years ago
Luke Pulverenti
b91f1e4d16
support dummied up image a/r's
8 years ago
Luke Pulverenti
424c83bda8
update video osd
8 years ago
Luke Pulverenti
7ed6c67db0
update xml parsing
8 years ago
Luke Pulverenti
83ad945015
update xml readers
8 years ago
Luke Pulverenti
f5467021b0
update probing
8 years ago
Luke Pulverenti
aef79a796d
update xml parsing
8 years ago
Luke Pulverenti
a8b340cbb2
update portable projects
8 years ago
Luke Pulverenti
8f64a5555b
update xml parsing
8 years ago
Luke Pulverenti
eefab227cc
update xml parsing
8 years ago
Luke Pulverenti
e12f27d8ed
make provider project portabl
8 years ago
Luke Pulverenti
099b4d3e5b
update providers to use core interfaces
8 years ago
Luke Pulverenti
872aec9352
continue reworking provider project
8 years ago
Luke Pulverenti
ef6b90b8e6
make controller project portable
8 years ago
Luke Pulverenti
50e6686987
update live stream management
8 years ago
Luke Pulverenti
a69ca6c55b
avoid buffering http responses
8 years ago
Luke Pulverenti
911d9f4598
move more metadata settings to per library
8 years ago
softworkz
9f5cf9de0c
Added MetadataResult.QueriedById property
8 years ago
softworkz
896cc59936
Prioritize metadata merging by preferred language
8 years ago
Sven Van den brande
219cba7506
Removed redundant Collection Initializers
...
Removed Using directives that are not required
8 years ago
Luke Pulverenti
2733c598b2
remove unused components
8 years ago
Luke Pulverenti
4e624c2cef
removed dead code
9 years ago
Luke Pulverenti
77dc47df0c
deprecate provider options
9 years ago
Luke Pulverenti
022c242f3a
remove tvdb split by comma
9 years ago
Luke Pulverenti
0edd4e410a
fix dashboard page
9 years ago
Luke Pulverenti
87091b6196
update providers
9 years ago
Luke Pulverenti
9ec3b6c0eb
update change monitors
9 years ago
nfnty
0879089eb5
Use HTTPS for API requests
9 years ago
Luke Pulverenti
e31aec4bc5
update metadata refresh
9 years ago
Sven Van den brande
168587b2a0
Remove unused code...
9 years ago
Luke Pulverenti
05ea65ede0
fix series nfo parsing
9 years ago
softworkz
a3a333d168
TheTVDB Episode Provider: Fixed incorrect fallback to absolute episode numbering
9 years ago
softworkz
362839f253
Re-Organize TV provider source files
9 years ago