jellyfin/MediaBrowser.Providers/Manager
softworkz 54177fbd60 Remote-Search: Suppress duplicates when agregating results from multiple 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-06 00:35:01 +02:00
..
ImageSaver.cs continue file system rework 2015-10-04 00:23:11 -04:00
ItemImageProvider.cs rework people 2015-10-04 23:24:24 -04:00
MetadataService.cs rework people 2015-10-04 23:24:24 -04:00
ProviderManager.cs Remote-Search: Suppress duplicates when agregating results from multiple providers 2015-10-06 00:35:01 +02:00
ProviderUtils.cs removed dead db fields 2015-09-29 13:35:23 -04:00
SeriesOrderManager.cs Support anime series ordering with core providers 2014-03-27 02:14:06 +00:00