aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers/BoxSets/MovieDbBoxSetProvider.cs
AgeCommit message (Collapse)Author
2019-08-18Move and rename tmdb providers for better separationClaus Vium
2019-01-28Unwrapped CreateDirectory and DeleteDirectoryErwin de Haan
2019-01-28Unwrapped GetDirectoryName and DirectorySeperatorCharErwin de Haan
2019-01-13ReSharper Reformat: Properties to expression bodied form.Erwin de Haan
2019-01-13Find+Sed BOM removal *.cs: MediaBrowser.Providers-SocketHttpListenerErwin de Haan
2019-01-13Visual Studio Reformat: MediaBrowser.ProvidersErwin de Haan
2019-01-11Merge branch 'dev' into code-cleanupErwin de Haan
2019-01-10Mayor code cleanupErwin de Haan
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.
2019-01-07remove trailing whitespacehawken
2019-01-07Remove tabs and trailing whitespacehawken
2018-12-30Use Microsoft.Extensions.Logging abstractionBond_009
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-10-20improve httpclient resource disposalLuke Pulverenti
2017-05-26update GetItems methodLuke Pulverenti
2017-05-04improve smb supportLuke Pulverenti
2016-10-31don't buffer responses by defaultLuke Pulverenti
2016-10-25make controller project portableLuke Pulverenti
2016-10-23move interface to modelLuke Pulverenti
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