aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers
AgeCommit message (Collapse)Author
2016-06-11update connection poolingLuke Pulverenti
2016-06-07update nugetLuke Pulverenti
2016-06-06record time baseLuke Pulverenti
2016-06-05Use HTTPS for API requests: FanArt: http:// -> https:// (2)nfnty
2016-06-04TheTvDb: Add episode url for external linkssoftworkz
2016-06-04update tabsLuke Pulverenti
2016-06-04MovieDbSeriesProvider and MovieDbEpisodeProvider: Add support for trailerssoftworkz
2016-06-04MovieDbSeasonProvider: Don't fill name from search infosoftworkz
2016-06-04OmdbProvider instantiationsoftworkz
2016-06-04OmdbImageProvider: Check poster field of cached item to determine if an ↵softworkz
image is available
2016-06-04minifixsoftworkz
2016-06-04OmdbProvider: Added local cachingsoftworkz
The lack of caching in the OmdbProvider could result in long library scan time. This commit adds caching for the OmdbProvider similar to the MovieDbProvider. Downloaded metadata is saved locally and only updated if the last refresh occured 3 or more days before
2016-06-04OmdbProvider: Fix for empty json fieldssoftworkz
2016-06-04OmdbProvider: Fix for data fields containing "N/A"softworkz
2016-06-02update tag savingLuke Pulverenti
2016-06-01updated nugetLuke Pulverenti
2016-05-31update storage of genres, studios, tags, & keywordsLuke Pulverenti
2016-05-29add trakt external urlLuke Pulverenti
2016-05-26removed dead codeLuke Pulverenti
2016-05-24update refreshLuke Pulverenti
2016-05-24deprecate provider optionsLuke Pulverenti
2016-05-22encapsulate mbz urlLuke Pulverenti
2016-05-21deprecate refreshinfo dbLuke Pulverenti
2016-05-20improve RequiresRefreshLuke Pulverenti
2016-05-20update seasonsLuke Pulverenti
2016-05-20update missing season creatorLuke Pulverenti
2016-05-11update user data queriesLuke Pulverenti
2016-05-10update queriesLuke Pulverenti
2016-05-10remove tvdb split by commaLuke Pulverenti
2016-05-09fix refreshLuke Pulverenti
2016-05-09update user queriesLuke Pulverenti
2016-05-08update windows ffmpegLuke Pulverenti
2016-05-07fix trailer metadataLuke Pulverenti
2016-05-06fix dashboard pageLuke Pulverenti
2016-05-03allow dynamic images for unset content typeLuke Pulverenti
2016-05-01update embedded metadata extractionLuke Pulverenti
2016-04-29Use HTTPS for API requests: FanArt: http:// -> https://nfnty
2016-04-29Use HTTPS for API requests: TheMovieDb: base_url -> secure_base_urlnfnty
2016-04-27update providersLuke Pulverenti
2016-04-27update change monitorsLuke Pulverenti
2016-04-27update change monitorsLuke Pulverenti
2016-04-27fixes for episodes directly in series folderLuke Pulverenti
2016-04-26Collection meta-fetch fallback condition updateanderbytes
With this change I propose that english metadata from collection (fallback situation) occurs when a collection NAME is missing, instead of OVERVIEW (description). This means a translated collection that has the vital information such as name will be sufficient to be used... not forcing Emby to download english data (with the non-translated title and overview) just because the translated version has an empty overview. I took a while to understand why some of my collections weren't downloading their translated versions from provider. I traced the problem to this... the ones who had overview were pulled in, the ones who hadn't Emby used the fallback (easily seen in the logs).
2016-04-25faster cleanup of missing episodesLuke Pulverenti
2016-04-24more identify fixesLuke Pulverenti
2016-04-23Merge branch 'dev' of https://github.com/MediaBrowser/Emby into devLuke Pulverenti
2016-04-23update sleep preventionLuke Pulverenti
2016-04-23Use HTTPS for API requestsnfnty
2016-04-20add OriginalTitle to metadata editorLuke Pulverenti
2016-04-19fix identify by imdb idLuke Pulverenti