Commit graph

71 commits

Author SHA1 Message Date
Luke Pulverenti
372d40598d remove qsv hevc decoding for now 2017-04-01 15:49:36 -04:00
Luke Pulverenti
eb2d3d0889 add placeholder for omdb base url 2017-02-13 16:03:41 -05:00
Luke Pulverenti
6405f6c0c7 update xmltv parsing 2017-02-09 18:25:10 -05:00
Luke Pulverenti
b67a106b5e attach user agent to omdb requests 2017-02-08 13:50:50 -05:00
Luke Pulverenti
ac3ec6d185 update image saver 2017-02-04 16:22:55 -05:00
Luke Pulverenti
3ff216f05a update ShortOverview 2017-01-26 15:27:12 -05:00
Luke Pulverenti
d90494f204 update naming project 2016-12-23 14:35:05 -05:00
Luke Pulverenti
c0491fb563 rework genre views 2016-11-15 14:42:43 -05:00
Luke Pulverenti
345ad10665 don't buffer responses by default 2016-10-31 14:39:41 -04:00
Luke Pulverenti
ef6b90b8e6 make controller project portable 2016-10-25 15:02:04 -04:00
Luke Pulverenti
aa36fc0e6f add null check to omdb 2016-10-22 10:51:19 -04:00
Luke Pulverenti
bba0c564c7 remove dead interface objects 2016-10-17 12:35:29 -04:00
softworkz
9f5cf9de0c Added MetadataResult.QueriedById property 2016-09-18 06:39:03 +02:00
Sven Van den brande
219cba7506 Removed redundant Collection Initializers
Removed Using directives that are not required
2016-07-29 21:18:03 +02:00
Luke Pulverenti
3043d0687f disable omdb people for now 2016-07-01 22:15:56 -04:00
softworkz
c022b728f8 OMDB improvements
- Improved parsing of production year (cases like '2001-2003')
- Parse writer field as person
- Parse director field as person
- Parse actors fields as persons
2016-07-01 22:06:04 +02:00
softworkz
192e36275b OMDB Episode Provider: Use new full season API for retrieval and caching 2016-06-23 03:29:51 +02:00
softworkz
7e22ce5f5e OmdbProvider instantiation 2016-06-04 05:11:33 +02:00
softworkz
f7900e7757 OmdbImageProvider: Check poster field of cached item to determine if an image is available 2016-06-04 03:16:44 +02:00
softworkz
f601614539 minifix 2016-06-04 03:16:35 +02:00
softworkz
99528878b7 OmdbProvider: Added local caching
The lack of caching in the OmdbProvider could result in long library
scan time.
This commit adds caching for the OmdbProvider similar to the
MovieDbProvider.
Downloaded metadata is saved locally and only updated if the last
refresh occured 3 or more days before
2016-06-04 03:16:24 +02:00
softworkz
0e126533a4 OmdbProvider: Fix for empty json fields 2016-06-04 00:45:31 +02:00
softworkz
1910be0976 OmdbProvider: Fix for data fields containing "N/A" 2016-06-04 00:21:06 +02:00
Luke Pulverenti
6b1c6ace22 more identify fixes 2016-04-24 20:36:10 -04:00
nfnty
0879089eb5 Use HTTPS for API requests 2016-04-23 06:47:15 +02:00
Luke Pulverenti
14548735f3 fix identify by imdb id 2016-04-19 22:28:24 -04:00
Luke Pulverenti
1cea5bcbd8 improve identify feature 2016-04-05 22:18:56 -04:00
Sven Van den brande
168587b2a0 Remove unused code... 2016-03-27 23:11:27 +02:00
Luke Pulverenti
ae684cf0a5 fix movie search 2016-03-25 12:16:51 -04:00
Luke Pulverenti
1d2b6329bf update channels 2016-03-19 11:38:05 -04:00
Luke Pulverenti
cbac67b5ae remove IChannelMediaItem interface 2016-03-19 00:22:33 -04:00
Luke Pulverenti
da85e15eb0 support series images with omdb 2016-01-15 15:29:52 -05:00
Luke Pulverenti
3743152e0f don't use search query when only a single result is needed 2016-01-15 14:16:25 -05:00
Luke Pulverenti
44d39d18c7 remove unneeded omdb image check 2016-01-15 14:15:32 -05:00
softworkz
182f1da03e Added OmdbEpisodeProvider as an alternative source for series episodes
This new episode provider implementation does not bulk-download or cache
episode data. It is only meant to be a backup source for situations
where media is not recognized by the default provider (TheTvDb).
2016-01-12 05:54:26 +01:00
Luke Pulverenti
b5a7483fcc adjust provider caching 2015-11-12 13:42:16 -05: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
Luke Pulverenti
26487dc455 rework people 2015-10-04 23:24:24 -04:00
softworkz
8a99144df7 OmdbItemProvider: Use search instead of title API
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-10-01 03:44:44 +02:00
Luke Pulverenti
a2c371ec60 rework collection editor 2015-09-15 23:55:26 -04:00
Luke Pulverenti
e5aea2b622 pool tuners 2015-08-19 12:43:23 -04:00
Luke Pulverenti
96e207acb3 update omdb provider 2015-08-16 12:46:50 -04:00
Luke Pulverenti
a9b015dc74 update omdb 2015-07-06 10:20:23 -04:00
Luke Pulverenti
f2abd8ba39 update live tv database 2015-06-01 10:49:23 -04:00
Luke Pulverenti
25736b259a normalize tv recording objects 2015-05-31 14:22:51 -04:00
Luke Pulverenti
a93045c01a fix web project 2015-05-30 10:32:18 -04:00
Luke Pulverenti
3ec7ceac02 update connection manager 2015-05-28 19:37:43 -04:00
Luke Pulverenti
b1d2841583 add movie metadata support to live tv 2015-03-14 16:00:32 -04:00
Luke Pulverenti
c3dbca1507 update translations 2015-01-28 13:10:26 -05:00
Luke Pulverenti
b3127f19b5 updated tvdb search 2015-01-27 01:50:40 -05:00