aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers/Manager/ProviderManager.cs
AgeCommit message (Collapse)Author
2016-05-29add trakt external urlLuke Pulverenti
2016-05-26removed dead codeLuke Pulverenti
2016-04-24more identify fixesLuke Pulverenti
2016-04-19fix identify by imdb idLuke Pulverenti
2016-03-27Remove unused code...Sven Van den brande
2016-03-13update music user data keyLuke Pulverenti
2016-01-15update identification featureLuke Pulverenti
2015-12-28restore changeLuke Pulverenti
2015-12-28fix merge conflictLuke Pulverenti
2015-12-24fixes #1124 - Download Missing Images does not work when Item is lockedLuke
2015-11-11added new parent methodsLuke Pulverenti
2015-10-20update image providersLuke Pulverenti
2015-10-06Remote-Search: Suppress duplicates when agregating results from multiple ↵softworkz
providers This is a revision to pull request #1205 which tries to avoid returning duplicate results from multiple providers. Duplicates are eliminated in two stages: * Check for duplicate provider ids * In case of movies and series: Also remove duplicates by title/year combination The second stage is required because search results of themoviedb and thetvdb do not contain external ids and performing separate queries for each individual result would be too expensive. This is not an ideal solution, but Name/Year is anyway just exactly that information which is presented to the client in the results - apart from the image, of course. Images are only aggregated on matching provider ids, though. To allow image aggregation over all search results, the breaking condition once the result list is full has been removed..
2015-10-04update channel dbLuke Pulverenti
2015-10-04continue file system reworkLuke Pulverenti
2015-10-01Remote-Search: Allow result aggregation of multiple providerssoftworkz
Previously, when a remote search (without provider restriction) was executed, the search used results from the first provider that returned at least a single result only. Other providers are ignored. This commit changes the behaviour in a way that all available providers are queried until a certain number of search results has been collected. The number is hardcoded to 10 (like it was before), but could be parametrized in the future.
2015-09-25update access denied exceptionsLuke Pulverenti
2015-09-23Merge pull request #1185 from TomGillen/absolute-idsLuke
Re-designed item identity providers
2015-09-23update video probingLuke Pulverenti
2015-09-19Re-designed item identity providersThomas Gillen
2015-09-13update file system methodsLuke
2015-09-06fix auto organizeLuke Pulverenti
2015-08-28added keyframe settingLuke Pulverenti
2015-08-02update image processingLuke Pulverenti
2015-07-17fix roku live tv stream closingLuke Pulverenti
2015-07-09update favorites pageLuke Pulverenti
2015-06-21update menusLuke Pulverenti
2015-04-08complete gdi fallbackLuke Pulverenti
2015-03-14add movie metadata support to live tvLuke Pulverenti
2015-03-14add live tv collageLuke Pulverenti
2015-03-14add dynamic imagesLuke Pulverenti
2015-03-10update artist and album fields on song changesLuke Pulverenti
2015-01-23add Add to collection buttonsLuke Pulverenti
2014-12-02updated nugetLuke Pulverenti
2014-11-043.0.5421Luke Pulverenti
2014-10-29improve user view imagesLuke Pulverenti
2014-10-19add connect to startup wizardLuke Pulverenti
2014-10-01Add user cinema mode settingLuke Pulverenti
2014-09-28channel improvementsLuke Pulverenti
2014-09-26fixes #916 - Support reading playstate data from nfo'sLuke Pulverenti
2014-08-18support custom ordering of user viewsLuke Pulverenti
2014-07-27updated nugetLuke Pulverenti
2014-07-05fixes #868 - Add scheduled task for missing subtitlesLuke Pulverenti
2014-06-24add ShortOverviewLuke Pulverenti
2014-06-15fixes #839 - Support getting latest channel itemsLuke Pulverenti
2014-06-12Merge pull request #811 from thogil/item_identity_providers_2Luke
Item identity providers
2014-06-03create collections from movies pageLuke Pulverenti
2014-05-07Added item identity providers and convertersThomas Gillen
2014-04-08update translationsLuke Pulverenti
2014-03-02implement series searchingLuke Pulverenti