aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers/Manager
AgeCommit message (Collapse)Author
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-04rework peopleLuke Pulverenti
2015-10-04update channel dbLuke Pulverenti
2015-10-04continue file system reworkLuke Pulverenti
2015-10-03begin 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-29removed dead db fieldsLuke Pulverenti
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-10update camera uploadLuke Pulverenti
2015-09-06fix auto organizeLuke Pulverenti
2015-08-28added keyframe settingLuke Pulverenti
2015-08-02update image processingLuke Pulverenti
2015-08-02update metadata parsingLuke Pulverenti
2015-07-23update polymerLuke Pulverenti
2015-07-17fix roku live tv stream closingLuke Pulverenti
2015-07-13update componentsLuke Pulverenti
2015-07-09update favorites pageLuke Pulverenti
2015-06-28update people savingLuke Pulverenti
2015-06-21update menusLuke Pulverenti
2015-05-15support video_ts.nfoLuke Pulverenti
2015-05-08make more dlna attributes configurableLuke Pulverenti
2015-05-06updated bravia profilesLuke Pulverenti
2015-05-01update photo resolvingLuke Pulverenti
2015-04-24dlna fix for media monkeyLuke Pulverenti
2015-04-19live tv fixesLuke Pulverenti
2015-04-18update hls timerLuke Pulverenti
2015-04-16resolve photo scan hangLuke Pulverenti
2015-04-10rework image providersLuke Pulverenti
2015-04-08complete gdi fallbackLuke Pulverenti
2015-03-22fix music scanLuke Pulverenti
2015-03-20incorporate file length into image cache tagLuke 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-13update default image providersLuke Pulverenti
2015-03-12adjust audio direct play checksLuke Pulverenti
2015-03-10update BeforeSave during metadata refreshLuke Pulverenti
2015-03-10update artist and album fields on song changesLuke Pulverenti
2015-02-25handle incomplete local metadataLuke Pulverenti
2015-02-19Update to use SupportsMediaControlLuke Pulverenti
2015-01-28restore dummy season folder creationLuke Pulverenti
2015-01-27support artists tag valueLuke Pulverenti
2015-01-27updated tvdb searchLuke Pulverenti
2015-01-24sync updatesLuke Pulverenti
2015-01-23add Add to collection buttonsLuke Pulverenti
2015-01-17make library scan a bit more hands offLuke Pulverenti