6fbbf913e4
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) |
||
---|---|---|
MediaBrowser.Api | ||
MediaBrowser.Common | ||
MediaBrowser.Common.Implementations | ||
MediaBrowser.Controller | ||
MediaBrowser.Dlna | ||
MediaBrowser.LocalMetadata | ||
MediaBrowser.MediaEncoding | ||
MediaBrowser.MediaInfo | ||
MediaBrowser.Model | ||
MediaBrowser.Model.net35 | ||
MediaBrowser.Model.Portable | ||
MediaBrowser.Providers | ||
MediaBrowser.Server.Implementations | ||
MediaBrowser.Server.Mac | ||
MediaBrowser.Server.Mono | ||
MediaBrowser.Server.Startup.Common | ||
MediaBrowser.ServerApplication | ||
MediaBrowser.Tests | ||
MediaBrowser.WebDashboard | ||
MediaBrowser.XbmcMetadata | ||
Nuget | ||
OpenSubtitlesHandler | ||
.gitignore | ||
CONTRIBUTORS.md | ||
LICENSE.md | ||
MediaBrowser.Mono.sln | ||
MediaBrowser.Mono.userprefs | ||
MediaBrowser.Server.Mac.sln | ||
MediaBrowser.Server.Mac.userprefs | ||
MediaBrowser.sln | ||
MediaBrowser.sln.GhostDoc.xml | ||
README.md | ||
SharedVersion.cs |
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:
- Android
- Html5
- iPad
- iPhone
- Media Portal
- Roku
- Windows 7/8 Desktop
- Windows Media Center
- Windows Phone
- Windows 8
- Xbmc
New Users
If you're a new user looking to install Emby Server, please head over to emby.media