aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-26Merge pull request #1685 from anderbytes/patch-1Luke
Collection meta-fetch fallback condition update
2016-04-26Collection meta-fetch fallback condition updateanderbytes
With this change I propose that english metadata from collection (fallback situation) occurs when a collection NAME is missing, instead of OVERVIEW (description). This means a translated collection that has the vital information such as name will be sufficient to be used... not forcing Emby to download english data (with the non-translated title and overview) just because the translated version has an empty overview. I took a while to understand why some of my collections weren't downloading their translated versions from provider. I traced the problem to this... the ones who had overview were pulled in, the ones who hadn't Emby used the fallback (easily seen in the logs).
2016-04-26Merge branch 'dev' of https://github.com/MediaBrowser/Emby into devLuke Pulverenti
2016-04-26unify guide between web and theaterLuke Pulverenti
2016-04-26Merge pull request #1684 from nfnty/apiLuke
Use HTTPS for API requests: Fix missed URLs
2016-04-26Use HTTPS for API requests: Fix missed URLsnfnty
2016-04-253.0.5944Luke Pulverenti
2016-04-25Merge pull request #1683 from MediaBrowser/devLuke
Dev
2016-04-25faster cleanup of missing episodesLuke Pulverenti
2016-04-25support duration on recording urlLuke Pulverenti
2016-04-25remove special characters from sort namesLuke Pulverenti
2016-04-25Merge pull request #1682 from MediaBrowser/devLuke
Dev
2016-04-25remove special characters from sort namesLuke Pulverenti
2016-04-24update browser launcherLuke Pulverenti
2016-04-24more identify fixesLuke Pulverenti
2016-04-24auto-organize fixesLuke Pulverenti
2016-04-24Merge pull request #1681 from MediaBrowser/devLuke
Dev
2016-04-24more identify fixesLuke Pulverenti
2016-04-24update lazy loadingLuke Pulverenti
2016-04-24remove noaccurateseek paramLuke Pulverenti
2016-04-23update browser launcherLuke Pulverenti
2016-04-23update library menuLuke Pulverenti
2016-04-23Merge branch 'dev' of https://github.com/MediaBrowser/Emby into devLuke Pulverenti
2016-04-23update sleep preventionLuke Pulverenti
2016-04-23Dlna: Stop SSDP if disabled, Fixes #1578nfnty
2016-04-23Merge pull request #1678 from nfnty/apiLuke
Use HTTPS for API requests
2016-04-23Merge pull request #1677 from softworkz/SkipVirtualEpisodeRefreshLuke
Restrict metadata refresh of missing/virtual episodes
2016-04-23update packagesLuke Pulverenti
2016-04-23Use HTTPS for API requestsnfnty
2016-04-23Restrict metadata refresh of missing/virtual episodessoftworkz
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.
2016-04-223.0.5943Luke Pulverenti
2016-04-22Merge branch 'dev' into betaLuke Pulverenti
2016-04-22Merge branch 'beta' into devLuke Pulverenti
2016-04-22auto-organize fixesLuke Pulverenti
2016-04-22update shutdownLuke Pulverenti
2016-04-21add probe propertyLuke Pulverenti
2016-04-21restore ForceLiveStream paramLuke Pulverenti
2016-04-20update hls playbackLuke Pulverenti
2016-04-203.0.5931Luke Pulverenti
2016-04-203.0.5942Luke Pulverenti
2016-04-20Merge pull request #1671 from MediaBrowser/masterLuke
merge from master
2016-04-20Merge pull request #1670 from MediaBrowser/masterLuke
merge from master
2016-04-20update xml parsing loggingLuke Pulverenti
2016-04-20Merge pull request #1669 from MediaBrowser/devLuke
Dev
2016-04-20remove duplicate originaltitleLuke Pulverenti
2016-04-20add OriginalTitle to metadata editorLuke Pulverenti
2016-04-20update xml parsing loggingLuke Pulverenti
2016-04-19switch lock from image to iconLuke Pulverenti
2016-04-19fix identify by imdb idLuke Pulverenti
2016-04-19Merge pull request #1668 from MediaBrowser/devLuke
Dev