Andrew Rabert
907b3185c2
Use regex to replace multiple spaces with one space
...
This communicates the intent of the code more clearly than before.
No noticeable performance impact.
5 years ago
Andrew Rabert
6478cd2ea4
Fix infinite looping when scanning TV metadata
...
It's a possible that name and sb will never be equal. This is caused by
additional replacements before this loop.
Regression introduced in c699c546e4124da8c1978b86d1a424d24d3d77d6a
5 years ago
Bond_009
c699c546e4
Improve LocalizationManager
5 years ago
Anthony Lavado
d05440d267
Update MediaBrowser.Providers/TV/TheTVDB/TvdbSeriesProvider.cs
...
Co-Authored-By: Claus Vium <cvium@users.noreply.github.com>
5 years ago
Anthony Lavado
d39decf918
Adds null check on studio/network name
5 years ago
Bond_009
ffd6dac03a
Remove useless comments
6 years ago
Bond_009
a9302b8b53
Remove useless abstraction around XmlReaderSettings
...
This removes the amount of stuff that needs to be passed around
Also removes some unneeded `ManagedFileSystem` usage
6 years ago
Claus Vium
8af4417f8f
Add ConfigureAwait to awaited calls
6 years ago
Claus Vium
4a5c526ccc
Fix logging args and add ilogger with categoryname
6 years ago
Claus Vium
ce51025e7c
Use DI for TvDbClientManager
6 years ago
Claus Vium
b9efcace79
Extract imagetype-to-keytype statements into a utility function and move tvdb specific utils to separate class
6 years ago
Claus Vium
828434058f
Use language supplied as argument instead of reading from TvDbClient
6 years ago
Claus Vium
8029cd3ebb
Add better language support
6 years ago
Claus Vium
f5bda652c4
Add support for searching for episodes by premiere date and fixed timezones
6 years ago
Claus Vium
935c7231eb
Review comments
6 years ago
Claus Vium
ced9868357
Fix a copy paste mistake and add series end date
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
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
581a7fe078
Unwrapped `MoveDirectory`, `DirectoryExists`, `FileExists` & removed `MoveFile`
6 years ago
Erwin de Haan
a430568082
Unwrapped `OpenRead` and `CopyFile`
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
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
e91f569c15
update live tv startup
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