aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-16No multiple empty linesBond-009
2019-02-16Single line comments should start with a spaceBond-009
2019-02-16ConfigureAwaitBond-009
2019-02-16Change discardsBond-009
2019-02-16Merge pull request #901 from cvium/dispose_webresponse_on_errorsBond-009
Properly dispose HttpWebResponse when the request failed to avoid 'too many open files'
2019-02-15Make all class implementing dynamically loaded interfaces publicClaus Vium
2019-02-15Remove SizeLimitClaus Vium
2019-02-15Use DI for TvDbClientManagerClaus Vium
2019-02-15Remove useless docClaus Vium
2019-02-15Review commentsClaus Vium
2019-02-15Extract imagetype-to-keytype statements into a utility function and move ↵Claus Vium
tvdb specific utils to separate class
2019-02-15Use Task.WhenAll properlyClaus Vium
2019-02-15Add key delimiter to avoid potential clashesClaus Vium
2019-02-15Use language supplied as argument instead of reading from TvDbClientClaus Vium
2019-02-15Add generic key generation functionClaus Vium
2019-02-15Add better language supportClaus Vium
2019-02-15Update MediaBrowser.Providers/TV/MissingEpisodeProvider.csVasily
Co-Authored-By: cvium <cvium@users.noreply.github.com>
2019-02-15Fix namespace in tvdbclientmanagerClaus Vium
2019-02-15Add support for searching for episodes by premiere date and fixed timezonesClaus Vium
2019-02-15Fix namespacesClaus Vium
2019-02-15Add braces to if's and other minor style changesClaus Vium
2019-02-15Review commentsClaus Vium
2019-02-15Apply suggestions from code reviewVasily
Co-Authored-By: cvium <cvium@users.noreply.github.com>
2019-02-15Fix episode providerClaus Vium
2019-02-15Add names to tuple items and reduce list iterationsClaus Vium
2019-02-15Minor fixes in MissingEpisodeProviderClaus Vium
2019-02-15Fix actor image providerClaus Vium
2019-02-15Fix MissingEpisodeProvider (almost)Claus Vium
2019-02-15Fix a copy paste mistake and add series end dateClaus Vium
2019-02-15Remove TvdbPrescanTask as it looks like it was used for pre-fetching data, ↵Claus Vium
which is no longer relevant
2019-02-15Add much needed exception handling and loggingClaus Vium
2019-02-15Add caching for all tvdb requestsClaus Vium
2019-02-15Use the locking properly, this is not Python...Claus Vium
2019-02-15More MemoryCache PoCClaus Vium
2019-02-15Add caching PoCClaus Vium
2019-02-15Add some error handling, grab imdb id and other minor fixesClaus Vium
2019-02-15Episode provider is somewhat brokenClaus Vium
2019-02-15Remove some junk from series providerClaus Vium
2019-02-15Some of it works???Claus Vium
2019-02-15initial commitClaus Vium
2019-02-15Merge pull request #801 from Bond-009/diVasily
Move to Microsoft.Extensions.DependencyInjection
2019-02-15Code review updatesBrian J. Murrell
Also fix a bug in the tarball creation that existed even prior to moving it into create_tarball.sh
2019-02-15COPR auto buildingBrian J. Murrell
This adds enhancements so that Fedora/EL packages can be automatically built in COPR when a webhook is received. A typical webhook could be for tagging events for example or even a "Release" webhook to only build releases.
2019-02-15Merge pull request #875 from Bond-009/errorVasily
Treat warnings as errors for release builds
2019-02-15Merge pull request #898 from EraYaN/namingrules-editorconfigVasily
Switch to Roslyn naming rules in EditorConfig
2019-02-15Properly dispose HttpWebResponse when the request failed to avoid 'too many ↵Claus Vium
open files'
2019-02-14Translated using Weblate (Kazakh)WWWesten
Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/kk/
2019-02-14Implement proper FFmpeg version checkingPloughPuff
Three routes to determine FFmpeg version: 1) Grab the 'ffmpeg version x.y' from from the -version output. This should work for all pre-built binaries. 2) Compare the library versions against known contents of FFmpeg versions. This is fallback aimed at custom builds. 3) Compare libavcodec version to determine if newer than latest known release. This suggests user is running within latest/HEAD/master build.
2019-02-14Fix race condition in adding dlna devices to session when the device is ↵Anders Thomsen
discovered repeatedly
2019-02-14Static fields prefix 's_' -> '_'Erwin de Haan