aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers
AgeCommit message (Collapse)Author
2015-10-16add image editing to library setupLuke Pulverenti
2015-10-16update library setupLuke Pulverenti
2015-10-14fix missing fileLuke Pulverenti
2015-10-14boxset image fixesLuke Pulverenti
2015-10-10update schedules direct mappingLuke Pulverenti
2015-10-06Merge pull request #1213 from softworkz/RemoteSearchDuplicatesLuke
Remote-Search: Suppress duplicates when agregating results from multiple providers
2015-10-06retry image saving to internal locationLuke Pulverenti
2015-10-05Merge branch 'dev' of https://github.com/MediaBrowser/Emby into devLuke Pulverenti
2015-10-05update commonioLuke Pulverenti
2015-10-06Remote-Search: Fixed providers to return year information when searching for ↵softworkz
series * OmdbProvider: The result often contains strings like '2010-' or '2010-2012'. I fixed the parsing to use the first 4 digits only in these cases * TheMovieDb: While the search method did send appropriate queries for different search types, it didn't differentiate for deserialization of results. I fixed this at least for the TvResults, in order to get the 'first_air_date' property parsed. * TheTvdb: The parsing of the 'FirstAired' node was missing here as well (for search results)
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 logging levelsLuke Pulverenti
2015-10-04update channel dbLuke Pulverenti
2015-10-04remove nuget restoresLuke Pulverenti
2015-10-04remove nuget targetsLuke Pulverenti
2015-10-04Complete rework of IFileSystemLuke Pulverenti
2015-10-04continue file system reworkLuke Pulverenti
2015-10-03begin file system reworkLuke Pulverenti
2015-09-30Merge pull request #1205 from softworkz/AggregateRemoteSearchLuke
Remote-Search: Allow result aggregation of multiple providers
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-10-01OmdbItemProvider: Use search instead of title APIsoftworkz
In my configuration, the Omdb provider is the first in the list for movie metadata. This was the default at the time I installed MB and I never changed that (don't know what the current defaults are for a new installation). When I use the identify command for movies in the metadata editor, I always get a single result only. This is due to the fact that the Omdb provider used the title API with "t=moviename", while there is also a search api with "s=moviename" which will return multiple results. This commit modifies the OmdbItemProvider to use the search API variant and enable returning multiple results
2015-09-30restore changesLuke Pulverenti
2015-09-303.0.5724.6Luke Pulverenti
2015-09-29removed dead db fieldsLuke Pulverenti
2015-09-25update access denied exceptionsLuke Pulverenti
2015-09-25update nfo writerLuke Pulverenti
2015-09-24update file system methodsLuke Pulverenti
2015-09-23Merge pull request #1185 from TomGillen/absolute-idsLuke
Re-designed item identity providers
2015-09-23update video probingLuke Pulverenti
2015-09-19update metadata editorLuke Pulverenti
2015-09-19Fix not initialising structs properlyThomas Gillen
2015-09-19Re-designed item identity providersThomas Gillen
2015-09-18update ffmpeg with qsv-compatible versionLuke Pulverenti
2015-09-15rework collection editorLuke Pulverenti
2015-09-15update client syncLuke Pulverenti
2015-09-14use taglibsharp to read image sizesLuke Pulverenti
2015-09-13add more methods to IFileSystemLuke Pulverenti
2015-09-13update file system methodsLuke
2015-09-11update libsLuke Pulverenti
2015-09-10update camera uploadLuke Pulverenti
2015-09-06fix auto organizeLuke Pulverenti
2015-09-01update tabsLuke Pulverenti
2015-08-28update hlsLuke Pulverenti
2015-08-28added keyframe settingLuke Pulverenti
2015-08-28update live tv menuLuke Pulverenti
2015-08-28update live tv imageLuke Pulverenti
2015-08-273.0.5713.4Luke Pulverenti
2015-08-26update interval triggerLuke Pulverenti
2015-08-19pool tunersLuke Pulverenti