ad6bde6355
This commit can significantly improe library scan times! (in my case from 15minutes to 50s) This fixes the following situation: When a user has a series in his library with lots of episodes (like thousands), the metadata for ALL series episodes was refreshed during each library scan. This resulted in very long scan times, even when using the provider's cached data. This fix skips metadata refresh for episodes that are NOT present in the local library and are having an airdate older than 30days (no more changes likely to occur) during library scans. But these skipped items would still be refreshed during a full metadata refresh. I believe this is an acceptable balance between performance and accuracy. |
||
---|---|---|
Emby.Drawing | ||
MediaBrowser.Api | ||
MediaBrowser.Common | ||
MediaBrowser.Common.Implementations | ||
MediaBrowser.Controller | ||
MediaBrowser.Dlna | ||
MediaBrowser.LocalMetadata | ||
MediaBrowser.MediaEncoding | ||
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 | ||
CONTRIBUTING.md | ||
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.
Emby Apps
- Android Mobile (Play Store)
- Android Mobile (Amazon)
- Android TV
- Amazon Fire TV
- HTML5
- iPad
- iPhone
- Kodi
- Media Portal
- Roku
- Windows Desktop
- Windows Media Center
- Windows Phone
- Windows 8
New Users
If you're a new user looking to install Emby Server, please head over to emby.media