Commit graph

4996 commits

Author SHA1 Message Date
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 f66eac7ec5 updated nuget 2015-03-23 20:22:00 -04:00
Luke Pulverenti 1fba8d077b updated nuget 2015-03-23 16:06:06 -04:00
Luke Pulverenti 4fa822c00d updated nuget 2015-03-23 13:21:51 -04:00
Luke Pulverenti e3a573ea97 update stream closing 2015-03-23 13:19:21 -04:00
Luke Pulverenti 30a507eca8 update sync encoding 2015-03-23 00:08:06 -04:00
Luke Pulverenti 827931240a update readme 2015-03-22 21:43:03 -04:00
Luke Pulverenti aa181c8b25 remove more ActiveService usage 2015-03-22 19:55:33 -04:00
Luke Pulverenti f91c30a407 fixes #1048 2015-03-22 19:41:58 -04:00
Luke Pulverenti c87dd6008a fix music scan 2015-03-22 19:24:35 -04:00
Luke Pulverenti 477803b389 update translations 2015-03-22 17:14:50 -04:00
Luke Pulverenti 73db12a325 update logo 2015-03-21 16:09:38 -04:00
Luke Pulverenti 224c0a06e7 update logo 2015-03-21 16:04:00 -04:00
Luke Pulverenti 545cc77e3e update font 2015-03-21 14:51:49 -04:00
Luke Pulverenti 9ac7cad0aa update translations 2015-03-21 14:38:23 -04:00
Luke Pulverenti d92cf70663 update text 2015-03-21 14:12:12 -04:00
Luke Pulverenti 86b8a10f45 update translations 2015-03-21 13:00:39 -04:00
Luke Pulverenti 2900046531 update dlna profiles 2015-03-21 12:12:40 -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 6df78dcb34 improve people naming 2015-03-20 13:17:03 -04:00
Luke Pulverenti 881928323e update ILiveTvService 2015-03-20 01:40:51 -04:00
Luke 9926be0d9d Merge pull request #1043 from MediaBrowser/dev
3.0.5557.0
2015-03-19 13:21:35 -04:00
Luke 0564d454e5 Merge pull request #1042 from MediaBrowser/master
Expose Https
2015-03-19 13:19:57 -04:00
Luke Pulverenti c4f076869b 3.0.5557.0 2015-03-19 13:15:31 -04:00
Luke Pulverenti 0b969cfd08 update translations 2015-03-19 12:33:54 -04:00
Luke Pulverenti b7ec3451c4 support recordings from all tv services 2015-03-19 12:29:31 -04:00
Luke Pulverenti ca0c0bdcb9 use stream id's to close streams 2015-03-19 12:16:33 -04:00
Luke Pulverenti c87c516ea3 updated nuget 2015-03-18 23:47:21 -04:00
Luke Pulverenti aac044f18f updated nuget 2015-03-18 17:09:48 -04:00
Luke Pulverenti 464570e34a update translations 2015-03-18 13:04:49 -04:00
Luke Pulverenti 8f3256a12c combine playlist with remote control 2015-03-18 12:56:14 -04:00
Luke Pulverenti 1fb24df504 add query by PersonId 2015-03-18 12:40:16 -04:00
Luke Pulverenti 79d2f7efd7 updated mpeg dash 2015-03-18 02:02:22 -04:00
Luke Pulverenti 8c36adc6c3 add transition to remote control 2015-03-18 00:09:31 -04:00
Luke Pulverenti 6b278f9b04 stub out localizable plugin 2015-03-17 22:39:55 -04:00
Luke Pulverenti cafc8356b2 hls fixes 2015-03-17 17:02:54 -04:00
Luke Pulverenti f251fd5abf update SocketHttpListener 2015-03-17 15:52:25 -04:00
Luke Pulverenti 3e8576edd2 update text 2015-03-17 13:45:26 -04:00
Luke Pulverenti 44d0e30e9d perform webp test at startup 2015-03-17 12:47:56 -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 84244b8cac check SupportsDirectStream 2015-03-17 00:08:09 -04:00
Luke Pulverenti 814c38abfc set MediaSource SupportsDirectStream 2015-03-16 23:51:35 -04:00
Luke Pulverenti ae6792a436 don't show sync profile for audio jobs 2015-03-16 23:48:05 -04:00
Luke Pulverenti be6d4c3f53 added archive interface 2015-03-16 22:46:21 -04:00
Luke Pulverenti c04e226c09 hls fix 2015-03-16 16:03:48 -04:00
Luke Pulverenti d073be0f6c updated nuget 2015-03-16 14:48:52 -04:00
Luke Pulverenti 06286eb164 restore throttle 2015-03-16 14:24:42 -04:00