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
2015-03-23 13:19:21 -04:00
2015-03-08 13:58:45 -04:00
2015-03-21 12:12:40 -04:00
2015-03-23 16:06:06 -04:00
2015-03-22 19:24:35 -04:00
2015-01-21 14:21:19 -05:00
2015-03-21 14:51:49 -04:00
2015-03-21 12:10:02 -04:00
2015-03-23 16:06:06 -04:00
2014-11-05 14:28:41 -05:00
2014-10-18 15:02:54 -04:00
2014-06-09 20:46:00 +02:00
2013-08-29 17:47:14 -04:00
2014-11-23 18:12:23 -05:00
2014-07-09 10:39:04 -04:00
2014-11-26 15:23:52 -05:00
2015-03-22 21:43:03 -04:00
2015-03-20 13:17:03 -04:00

Emby Server

Emby Server is a home media server built on top of other popular open source technologies such as Service Stack, jQuery, jQuery mobile, and Mono.

It features a REST-based api with built-in documention to facilitate client development. We also have client libraries for our api to enable rapid development.

We have several client apps released and in production:

New Users

If you're a new user looking to install Emby Server, please head over to emby.media

Developer Info

Api Docs

How to Build a Server Plugin

Visit our community:

http://emby.media/community

Images

Android Android Html5 iOS iOS Emby Theater Emby Theater Windows Phone Roku iOS Dashboard iOS iOS

Description
Languages
C# 99.6%
HTML 0.3%