Commit Graph

1591 Commits

Author SHA1 Message Date
Luke Pulverenti
bbaf88ae1f update tv db cleanup 2015-03-24 23:54:32 -04:00
Luke Pulverenti
caebcf82c0 removed ProcessManager 2015-03-24 21:14:24 -04:00
Mike
6fbbf913e4 Fix season images not showing up when Emby starts.
The TvdbSeasonImageProvider was running before the TvdbSeasonImageProvider. This caused the seriesid be null on the series. (This is apparently populated as part of the metadata refresh on the series. Moving that scan before the seasons seems to fix the problem.

See the following code from TvdbSeriesImageProvider

var seriesId = series != null ? series.GetProviderId(MetadataProviders.Tvdb) : null;
if (!string.IsNullOrEmpty(seriesId) && season.IndexNumber.HasValue)
2015-03-23 21:37:21 -04:00
Luke Pulverenti
c0aec48a31 beta fixes 2015-03-21 12:10:02 -04:00
Luke Pulverenti
e068e84ab6 incorporate file length into image cache tag 2015-03-20 16:06:04 -04:00
Luke Pulverenti
881928323e update ILiveTvService 2015-03-20 01:40:51 -04:00
Luke Pulverenti
c87c516ea3 updated nuget 2015-03-18 23:47:21 -04:00
Luke Pulverenti
464570e34a update translations 2015-03-18 13:04:49 -04:00
Luke Pulverenti
1fb24df504 add query by PersonId 2015-03-18 12:40:16 -04:00
Luke Pulverenti
6b278f9b04 stub out localizable plugin 2015-03-17 22:39:55 -04:00
Luke Pulverenti
d9d295251c support adding connect user 2015-03-17 11:57:06 -04:00
Luke Pulverenti
8b89d0b020 support remove connect user 2015-03-17 11:03:59 -04:00
Luke Pulverenti
4915da4cdd sync updates 2015-03-17 01:58:29 -04:00
Luke Pulverenti
be6d4c3f53 added archive interface 2015-03-16 22:46:21 -04:00
Luke Pulverenti
e8161cf8ac update dynamic images 2015-03-15 23:41:12 -04:00
Luke Pulverenti
280ab32ec1 sync updates 2015-03-15 15:10:27 -04:00
Luke Pulverenti
72a5383c70 rework handling of original quality 2015-03-15 13:50:47 -04:00
Luke Pulverenti
2485b5c22d sync updates 2015-03-15 00:17:35 -04:00
Luke Pulverenti
99c991f001 save appVersion with device record 2015-03-14 21:42:09 -04:00
Luke Pulverenti
b1d2841583 add movie metadata support to live tv 2015-03-14 16:00:32 -04:00
Luke Pulverenti
0708dc953e add live tv collage 2015-03-14 11:38:16 -04:00
Luke Pulverenti
dbb7fd61ff add dynamic images 2015-03-14 00:50:23 -04:00
Luke Pulverenti
caadb4f374 update default image providers 2015-03-13 15:37:19 -04:00
Luke Pulverenti
1735300bcf query for content by studio id 2015-03-13 14:45:03 -04:00
Luke Pulverenti
96ec4cef77 add ArtistItems to api output 2015-03-13 13:25:28 -04:00
Luke Pulverenti
a92723fde3 add AlbumArtists to item dto's 2015-03-13 11:54:20 -04:00
Luke Pulverenti
4309455c37 update server sync 2015-03-13 01:29:39 -04:00
Luke Pulverenti
0ec38a9d40 adjust audio direct play checks 2015-03-12 21:55:22 -04:00
Luke Pulverenti
e62b663ae0 remove more reliance on ActiveService 2015-03-12 11:51:48 -04:00
Luke Pulverenti
028a0a857a remove some usage of ActiveService 2015-03-12 10:59:08 -04:00
Luke Pulverenti
6384c5bab0 add methods to get quality options 2015-03-12 00:47:16 -04:00
Luke Pulverenti
fede730dc1 don't apply path substitution when transcoding 2015-03-11 23:37:25 -04:00
Luke Pulverenti
f39d460f04 update artist and album fields on song changes 2015-03-10 22:07:07 -04:00
Luke Pulverenti
401c962c7f update server sync 2015-03-10 14:10:38 -04:00
Luke Pulverenti
7fdc6e7e91 support storage of original title 2015-03-09 21:30:20 -04:00
Luke Pulverenti
1b46fb62c4 fix session not found errors 2015-03-09 15:40:03 -04:00
Luke Pulverenti
19c95ff61b don't use socket to report start/stop 2015-03-08 16:01:56 -04:00
Luke Pulverenti
ccb2dda358 connect to socket with access token 2015-03-08 15:48:30 -04:00
Luke Pulverenti
4389f47fb6 sync updates 2015-03-08 00:37:48 -05:00
Luke Pulverenti
d9518be3ed update server sync 2015-03-07 23:44:31 -05:00
Luke Pulverenti
75018055b2 add methods to media source manager 2015-03-07 17:43:53 -05:00
Luke Pulverenti
fce2c95ac7 added HasDynamicCategories to user views 2015-03-06 01:10:53 -05:00
Luke Pulverenti
52a2ff5a2e updated image magick sharp 2015-03-04 21:49:08 -05:00
Luke Pulverenti
2fc0686c30 add date content added comparer 2015-03-03 02:03:17 -05:00
Luke Pulverenti
0d8636d859 update image magick sharp 2015-03-02 00:16:29 -05:00
Luke Pulverenti
3d22c48670 added IProcessManager 2015-02-28 13:47:05 -05:00
Luke Pulverenti
76584ed984 sync update 2015-02-28 09:35:12 -05:00
Luke Pulverenti
2bf2d5fd76 cloud sync updates 2015-02-28 08:42:47 -05:00
Luke Pulverenti
28ffeb5121 sync updates 2015-02-26 15:06:42 -05:00
Luke Pulverenti
016f2791d6 remove dead throttle code 2015-02-26 13:24:38 -05:00