Commit graph

7903 commits

Author SHA1 Message Date
Luke Pulverenti 92bdbe22b4 disable remember track selections for live channels 2016-04-27 14:44:08 -04:00
Luke Pulverenti 34b72a98cf improve socket disposal 2016-04-27 14:10:59 -04:00
Luke Pulverenti 6c62c20a9e update CollectionFolder 2016-04-27 13:53:23 -04:00
Luke Pulverenti 1e16ac9f2a add missing localization text 2016-04-27 13:52:56 -04:00
Luke Pulverenti 64f51a3643 update IsFolder sorting 2016-04-27 13:52:43 -04:00
Luke Pulverenti 50e29476f7 fix rating filters 2016-04-27 13:50:32 -04:00
Luke Pulverenti 8499183d77 update SearchEngine 2016-04-27 13:43:09 -04:00
Luke Pulverenti 8dc68a609e 3.0.5932 2016-04-27 00:04:27 -04:00
Luke Pulverenti 371cbc0c1d support headroom with guide 2016-04-26 22:59:43 -04:00
Luke Pulverenti 403ac43b4f Merge branch 'dev' of https://github.com/MediaBrowser/Emby into dev 2016-04-26 22:54:49 -04:00
Luke 89942bea46 Merge pull request #1685 from anderbytes/patch-1
Collection meta-fetch fallback condition update
2016-04-26 22:54:41 -04:00
anderbytes c2a1ab66df Collection meta-fetch fallback condition update
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-26 23:51:05 -03:00
Luke Pulverenti 4d87927e41 Merge branch 'dev' of https://github.com/MediaBrowser/Emby into dev 2016-04-26 14:45:25 -04:00
Luke Pulverenti c40bf00587 unify guide between web and theater 2016-04-26 14:28:04 -04:00
Luke 8449ded793 Merge pull request #1684 from nfnty/api
Use HTTPS for API requests: Fix missed URLs
2016-04-26 12:18:12 -04:00
nfnty 0ace5b38c3 Use HTTPS for API requests: Fix missed URLs 2016-04-26 12:13:13 +02:00
Luke Pulverenti 69622a74a8 faster cleanup of missing episodes 2016-04-25 23:39:21 -04:00
Luke Pulverenti 54e04dd027 support duration on recording url 2016-04-25 22:16:46 -04:00
Luke Pulverenti 21b90bf6e1 remove special characters from sort names 2016-04-25 21:53:39 -04:00
Luke Pulverenti 5401641e2b remove special characters from sort names 2016-04-25 13:35:49 -04:00
Luke Pulverenti 4d16f97047 update browser launcher 2016-04-24 20:46:18 -04:00
Luke Pulverenti fb3863de7e more identify fixes 2016-04-24 20:44:32 -04:00
Luke Pulverenti d459b97a21 auto-organize fixes 2016-04-24 20:43:53 -04:00
Luke Pulverenti 6b1c6ace22 more identify fixes 2016-04-24 20:36:10 -04:00
Luke Pulverenti e7b0b455f0 update lazy loading 2016-04-24 19:27:47 -04:00
Luke Pulverenti 83c33dd741 remove noaccurateseek param 2016-04-24 00:23:13 -04:00
Luke Pulverenti ebf0eeb3bd update browser launcher 2016-04-23 23:03:49 -04:00
Luke Pulverenti 75fcde417a update library menu 2016-04-23 16:30:45 -04:00
Luke Pulverenti 63937d680a Merge branch 'dev' of https://github.com/MediaBrowser/Emby into dev 2016-04-23 14:38:49 -04:00
Luke Pulverenti 9807448fce update sleep prevention 2016-04-23 14:38:36 -04:00
Luke 02a325f77b Merge pull request #1678 from nfnty/api
Use HTTPS for API requests
2016-04-23 01:56:23 -04:00
Luke 8454639218 Merge pull request #1677 from softworkz/SkipVirtualEpisodeRefresh
Restrict metadata refresh of missing/virtual episodes
2016-04-23 01:55:21 -04:00
Luke Pulverenti 85a9363c78 update packages 2016-04-23 01:52:33 -04:00
nfnty 0879089eb5 Use HTTPS for API requests 2016-04-23 06:47:15 +02:00
softworkz ad6bde6355 Restrict metadata refresh of missing/virtual episodes
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-23 06:41:07 +02:00
Luke Pulverenti 584e793a6d auto-organize fixes 2016-04-22 12:27:17 -04:00
Luke Pulverenti c94706d6ee update shutdown 2016-04-22 12:12:20 -04:00
Luke Pulverenti f3c3c74d84 add probe property 2016-04-21 14:00:46 -04:00
Luke Pulverenti c59b4329f4 restore ForceLiveStream param 2016-04-21 00:04:57 -04:00
Luke Pulverenti a38086126f update hls playback 2016-04-20 14:51:47 -04:00
Luke Pulverenti 8b6fc3f6a2 3.0.5931 2016-04-20 12:18:33 -04:00
Luke 7af173a8d5 Merge pull request #1671 from MediaBrowser/master
merge from master
2016-04-20 11:59:05 -04:00
Luke Pulverenti 389046fb3f update xml parsing logging 2016-04-20 11:57:44 -04:00
Luke Pulverenti fe9ee3d891 remove duplicate originaltitle 2016-04-20 01:32:25 -04:00
Luke Pulverenti 992ca4c78a add OriginalTitle to metadata editor 2016-04-20 01:21:40 -04:00
Luke Pulverenti ace1ad778e update xml parsing logging 2016-04-20 00:30:06 -04:00
Luke Pulverenti 9fa33fc220 switch lock from image to icon 2016-04-19 23:00:18 -04:00
Luke Pulverenti 316d8d3125 fix identify by imdb id 2016-04-19 22:40:04 -04:00
Luke Pulverenti 98cfbd99ad update NAL usage 2016-04-19 22:38:36 -04:00
Luke Pulverenti d9afd21ef5 don't use omdb for missing episodes 2016-04-19 22:38:24 -04:00