Commit graph

859 commits

Author SHA1 Message Date
Luke Pulverenti d5c65d0163 update interlaced detection 2016-01-13 16:21:39 -05:00
Luke Pulverenti 531252e4f4 update tmdb throttle 2016-01-09 12:57:46 -05:00
Luke Pulverenti 109006bbd3 update tmdb throttle 2016-01-09 12:51:48 -05:00
Luke Pulverenti 67f9a986a7 improve handling of deleted images 2016-01-06 12:55:44 -05:00
Luke Pulverenti 278951566b update tmdb throttle 2016-01-06 11:35:30 -05:00
Luke Pulverenti 4190c247a3 update tmdb throttle 2015-12-30 13:05:39 -05:00
Luke Pulverenti caf1af4ea2 handle non-local images in ClearImages 2015-12-29 21:43:16 -05:00
softworkz 2ed5c3d0e7 Fixed missing episode and season numbers when searching for episodes by date 2015-12-28 22:11:48 -05:00
Luke f31efcb62d fixes #1124 - Download Missing Images does not work when Item is locked 2015-12-28 12:53:31 -05:00
Luke 3231c07ae1 Merge pull request #1370 from MediaBrowser/master
throttle tmdb requests
2015-12-28 12:28:06 -05:00
Luke Pulverenti 2743b79f02 throttle tmdb requests 2015-12-28 12:27:37 -05:00
Luke 47f3571aea fixes #1145 - Improve support for daily episodes 2015-12-27 14:40:21 -05:00
Luke Pulverenti e174a7c1ef add ipv6, update SocketHttpListener 2015-12-27 14:07:16 -05:00
Luke Pulverenti 0dcd698c17 try to account for sloppy subtitle file naming 2015-12-26 13:36:51 -05:00
Luke cc315c573c fixes #1349 - Problem with Greek subtitle download 2015-12-25 21:22:16 -05:00
Luke Pulverenti f6491c69fd update BdInfo probing 2015-12-22 12:34:39 -05:00
Luke Pulverenti d5a4a9424f update MovieDbPersonProvider 2015-12-22 11:38:08 -05:00
Luke Pulverenti 73b1e227d3 fix tvdb lookup by imdb id 2015-12-18 11:43:42 -05:00
Luke Pulverenti 00bcbfa958 update providers 2015-12-03 12:03:47 -05:00
Luke Pulverenti c7b10864fe update dvd parsing 2015-12-03 11:50:26 -05:00
Luke Pulverenti 3800fe9051 fixes #1216 - Scraper (thetvdb) searches in wrong language 2015-12-01 22:10:04 -05:00
Luke Pulverenti ae76e1c725 3.0.5781.4 2015-11-30 13:16:56 -05:00
Luke Pulverenti 77104e2a20 update tv providers 2015-11-29 15:01:14 -05:00
Luke Pulverenti 57fe446225 fix fanart season images 2015-11-25 21:58:41 -05:00
Luke Pulverenti 6dc4f3ddf1 limit open subtitle formats 2015-11-25 12:06:50 -05:00
Luke Pulverenti cd1abf72f6 update default images 2015-11-21 22:48:57 -05:00
Luke Pulverenti 057c4b5494 support image placeholders 2015-11-20 23:44:22 -05:00
Luke Pulverenti 2f525a0c1c update image provider 2015-11-20 15:39:11 -05:00
Luke Pulverenti 8d37d66fa5 update movie db provider 2015-11-12 13:44:46 -05:00
Luke Pulverenti b5a7483fcc adjust provider caching 2015-11-12 13:42:16 -05:00
Luke Pulverenti 612409acff mark fanart images 2015-10-31 14:52:52 -04:00
Luke Pulverenti 8ea02ee020 update dynamic images 2015-10-30 12:45:22 -04:00
Luke Pulverenti 64317e3ddd update fanart music api 2015-10-29 11:47:05 -04:00
Luke Pulverenti c80e1df1ca support null image encoder 2015-10-26 01:29:32 -04:00
Luke Pulverenti 11c5bd4a74 update mouse handler 2015-10-23 12:04:33 -04:00
Luke Pulverenti 0c7e06648c encapsulate validity in tv providers 2015-10-21 01:09:50 -04:00
Luke Pulverenti bc3da4bbad update image providers 2015-10-20 18:06:49 -04:00
Luke Pulverenti 034c0b95b2 3.0.5768.1 2015-10-17 11:05:12 -04:00
Luke Pulverenti d577e1c7b0 support image stubbing 2015-10-16 13:06:31 -04:00
Luke Pulverenti 3741eb2426 add image editing to library setup 2015-10-16 01:36:16 -04:00
Luke Pulverenti a8e5aba643 update library setup 2015-10-16 00:46:41 -04:00
Luke Pulverenti ffe8af4c37 fix missing file 2015-10-14 18:35:32 -04:00
Luke Pulverenti 1f7e1f5c4a boxset image fixes 2015-10-14 01:02:30 -04:00
Luke Pulverenti cc213128e2 update schedules direct mapping 2015-10-10 20:39:30 -04:00
Luke b82254060d Merge pull request #1213 from softworkz/RemoteSearchDuplicates
Remote-Search:  Suppress duplicates when agregating results from multiple providers
2015-10-06 11:35:25 -04:00
Luke Pulverenti 49d222a6d5 retry image saving to internal location 2015-10-06 10:59:42 -04:00
Luke Pulverenti 5daca3238e Merge branch 'dev' of https://github.com/MediaBrowser/Emby into dev 2015-10-05 21:31:10 -04:00
Luke Pulverenti 47b428b36c update commonio 2015-10-05 21:27:49 -04:00
softworkz 091792145f Remote-Search: Fixed providers to return year information when searching for 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-06 00:38:18 +02:00
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