From 354ec78fad3bdc71a6227dac7aaff43b7ad64e6c Mon Sep 17 00:00:00 2001 From: softworkz Date: Tue, 16 Aug 2016 06:59:36 +0200 Subject: [PATCH 1/4] Hide unused DLNA option --- dashboard-ui/dlnaprofile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-ui/dlnaprofile.html b/dashboard-ui/dlnaprofile.html index fe444d654..340de891e 100644 --- a/dashboard-ui/dlnaprofile.html +++ b/dashboard-ui/dlnaprofile.html @@ -185,7 +185,7 @@
${LabelMusicStreamingTranscodingBitrateHelp}
-
  • +
  • ${OptionIgnoreTranscodeByteRangeRequestsHelp}
    From 4eadb6242ab56feb08eafa474c6086fa914a8cf8 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 18 Aug 2016 20:10:10 -0400 Subject: [PATCH 2/4] update stream start events --- dashboard-ui/strings/en-US.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-ui/strings/en-US.json b/dashboard-ui/strings/en-US.json index 8b1a4c2ad..564913957 100644 --- a/dashboard-ui/strings/en-US.json +++ b/dashboard-ui/strings/en-US.json @@ -366,7 +366,7 @@ "LabelAutomaticUpdatesTmdbHelp": "If enabled, new images will be downloaded automatically as they're added to TheMovieDB.org. Existing images will not be replaced. This will cause library scans to take longer and will result in more disk activity.", "LabelAutomaticUpdatesTvdbHelp": "If enabled, new images will be downloaded automatically as they're added to TheTVDB.com. Existing images will not be replaced. This will cause library scans to take longer and will result in more disk activity.", "LabelFanartApiKey": "Personal api key:", - "LabelFanartApiKeyHelp": "Requests to fanart without a personal API key return results that were approved over 7 days ago. With a personal API key that drops to 48 hours and if you are also a fanart VIP member that will further drop to around 10 minutes.", + "LabelFanartApiKeyHelp": "Requests to fanart without a personal API key return images that were approved over 7 days ago. With a personal API key that drops to 48 hours and if you are also a fanart VIP member that will further drop to around 10 minutes.", "ExtractChapterImagesHelp": "Extracting chapter images will allow clients to display graphical scene selection menus. The process can be slow, cpu-intensive and may require several gigabytes of space. It runs when videos are discovered, and also as a nightly scheduled task. The schedule is configurable in the scheduled tasks area. It is not recommended to run this task during peak usage hours.", "LabelMetadataDownloadLanguage": "Preferred download language:", "LabelImageSavingConvention": "Image saving convention:", From 712e1269dfc4cf812d88893f19ac444f931bcd23 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 18 Aug 2016 23:57:36 -0400 Subject: [PATCH 3/4] update xmltv lib --- .../bower_components/emby-webcomponents/guide/guide.js | 4 ++++ .../emby-webcomponents/guide/tvguide.template.html | 3 +++ 2 files changed, 7 insertions(+) diff --git a/dashboard-ui/bower_components/emby-webcomponents/guide/guide.js b/dashboard-ui/bower_components/emby-webcomponents/guide/guide.js index faccf46b3..e9567d853 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/guide/guide.js +++ b/dashboard-ui/bower_components/emby-webcomponents/guide/guide.js @@ -844,6 +844,10 @@ selectDate(context); }); + context.querySelector('.btnSelectDateIcon').addEventListener('click', function () { + selectDate(context); + }); + context.querySelector('.btnUnlockGuide').addEventListener('click', function () { currentStartIndex = 0; channelsPromise = null; diff --git a/dashboard-ui/bower_components/emby-webcomponents/guide/tvguide.template.html b/dashboard-ui/bower_components/emby-webcomponents/guide/tvguide.template.html index 7770f43ac..8f5201e9a 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/guide/tvguide.template.html +++ b/dashboard-ui/bower_components/emby-webcomponents/guide/tvguide.template.html @@ -21,6 +21,9 @@
    + From c31044c65e5becc87cbfecda8c84faca8a83c997 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 18 Aug 2016 23:57:46 -0400 Subject: [PATCH 4/4] update cue styles --- dashboard-ui/css/mediaplayer-video.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dashboard-ui/css/mediaplayer-video.css b/dashboard-ui/css/mediaplayer-video.css index 6277c0b82..4d57cad8e 100644 --- a/dashboard-ui/css/mediaplayer-video.css +++ b/dashboard-ui/css/mediaplayer-video.css @@ -362,6 +362,8 @@ video::-webkit-media-text-track-background { ::cue { background-color: transparent; text-shadow: 2px 2px 2px rgba(0, 0, 0, 1); + -webkit-font-smoothing: antialiased; + font-family: inherit; } .videoSubtitles {