Commit graph

5890 commits

Author SHA1 Message Date
Luke Pulverenti 5a318ae00a Merge branch 'dev' of https://github.com/MediaBrowser/Emby into dev 2015-10-16 14:13:06 -04:00
Luke Pulverenti a0b1ddf0a7 add migrations for new release 2015-10-16 14:11:11 -04:00
Eric Reed 5d74fcbb87 Re-work appstore registration to pass-thru parameters 2015-10-16 13:53:49 -04:00
Luke Pulverenti f5f5285306 Merge branch 'dev' of https://github.com/MediaBrowser/Emby into dev 2015-10-16 13:11:25 -04:00
Luke Pulverenti d577e1c7b0 support image stubbing 2015-10-16 13:06:31 -04:00
Eric Reed cd42bce822 Move exception to SecurityManager 2015-10-16 10:54:53 -04:00
Eric Reed 0ed2fed529 Restore appstore registration end point 2015-10-16 10:29:02 -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 2c5ee7e2cf restore library editor 2015-10-15 23:17:42 -04:00
Luke Pulverenti bd0ad4a5cd update library setup 2015-10-15 22:06:44 -04:00
Luke Pulverenti b895a837ee rework new library dialog 2015-10-15 14:48:43 -04:00
Luke Pulverenti 8f1899906b show library folder images 2015-10-15 13:37:27 -04:00
Luke Pulverenti f4ad65196a update playlist drag and drop 2015-10-15 11:51:00 -04:00
Luke Pulverenti 6c3355b26f support drag and drop for playlist items 2015-10-15 01:48:03 -04:00
Luke Pulverenti b830f5f1cf enable back button on sort menus 2015-10-15 00:32:10 -04:00
Luke Pulverenti 5471cdce2f disable movie folder feature for dlna by default 2015-10-14 22:58:31 -04:00
Luke Pulverenti 04cc4eaf68 add multiselect help text 2015-10-14 22:55:19 -04:00
Luke Pulverenti ffe8af4c37 fix missing file 2015-10-14 18:35:32 -04:00
Luke Pulverenti c278b33edf rework playlist editor 2015-10-14 10:47:38 -04:00
Luke Pulverenti 840a4b7642 collection fixes 2015-10-14 01:46:11 -04:00
Luke Pulverenti 1f7e1f5c4a boxset image fixes 2015-10-14 01:02:30 -04:00
Luke Pulverenti 574a796280 added IE fixes 2015-10-13 23:24:19 -04:00
Luke Pulverenti e9e9dadc29 update media info db 2015-10-13 22:41:46 -04:00
Luke Pulverenti f653a11dc7 rework directory picker 2015-10-13 15:22:45 -04:00
Luke Pulverenti 21c9f6e75e update chapters 2015-10-13 12:52:27 -04:00
Luke Pulverenti 61e6dd9b2f update theme 2015-10-13 02:31:20 -04:00
Luke Pulverenti cc023262c5 update scheduled tasks page 2015-10-12 15:09:56 -04:00
Luke Pulverenti 9ec1376e5f recording fixes 2015-10-11 12:12:53 -04:00
Luke Pulverenti cc213128e2 update schedules direct mapping 2015-10-10 20:39:30 -04:00
Luke Pulverenti 5144e0264c make tv guide standalone component 2015-10-08 15:12:53 -04:00
Luke Pulverenti f48e9ac232 update nfo saving 2015-10-08 12:22:14 -04:00
Luke Pulverenti bb3e0414c7 update polymer 2015-10-07 21:49:40 -04:00
Luke Pulverenti b1859d41e8 update collection menus 2015-10-07 17:42:29 -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 6271ca99c8 update polymer 2015-10-05 22:50:20 -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
Luke Pulverenti 2fdafcaee6 update library monitor 2015-10-05 21:22:56 -04:00
Luke 44a5559542 Merge pull request #1214 from softworkz/ProvidersFixSeriesSearch
Remote-Search: Fixed providers to return year information when searching for series
2015-10-05 21:22:12 -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
Luke Pulverenti e5fdf31ec4 update subtitle transcoding 2015-10-05 12:05:08 -04:00
Luke Pulverenti 26487dc455 rework people 2015-10-04 23:24:24 -04:00
Luke 90a42dd03c Merge pull request #1209 from softworkz/AutoOrganizeErrorHandling
Auto-Organize: Display errors in client on server exceptions
2015-10-04 23:24:13 -04:00
Luke Pulverenti 4ad96e4ff5 update logging levels 2015-10-04 18:04:56 -04:00
Luke Pulverenti 9124825c98 update trailer 2015-10-04 15:09:13 -04:00
Luke Pulverenti b1622b0e18 update editor css 2015-10-04 15:03:28 -04:00
Luke Pulverenti dcc0fca097 update channels 2015-10-04 14:20:56 -04:00