aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers/BoxSets/MovieDbBoxSetProvider.cs
AgeCommit message (Collapse)Author
2016-04-29Use HTTPS for API requests: TheMovieDb: base_url -> secure_base_urlnfnty
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-23Use HTTPS for API requestsnfnty
2016-03-27Remove unused code...Sven Van den brande
2016-03-12update moviedb providersLuke Pulverenti
2016-03-04update MovieDb providers to search for images using all languagesLuke Pulverenti
2015-10-04continue file system reworkLuke Pulverenti
2015-09-13update file system methodsLuke
2015-01-30fix foreign language fallback for moviedbLuke Pulverenti
2014-11-17use new naming projectLuke Pulverenti
2014-10-06remove mono compiler directivesLuke Pulverenti
2014-09-22add cinema mode featureLuke Pulverenti
2014-07-26added sync job databaseLuke Pulverenti
2014-03-24Image language fixTim Hobbs
The language only needs to be added if it is not already part of the list. It is not necessarily a problem, it just winds up with duplicates.
2014-03-02support more search filtersLuke Pulverenti
2014-03-01a start to the lookup featureLuke Pulverenti
2014-02-20added encoding manager interfaceLuke Pulverenti
2014-02-19add search methods to remote metadata providersLuke Pulverenti
2014-02-19rework image extraction settingsLuke Pulverenti
2014-02-17fixed users without playback access being able to click play chaptersLuke Pulverenti
2014-02-15expose omdb to metadata configLuke Pulverenti
2014-02-10restored external subtitle supportLuke Pulverenti
2014-02-06switch to generic lookup typeLuke Pulverenti
2014-02-03Add dlna headers to static responsesLuke Pulverenti
2014-01-30convert boxset image providerLuke Pulverenti
2014-01-30switch boxsets to new providersLuke Pulverenti