From 073fd66f812ba64da221055640d031debff3bb50 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 12 Feb 2016 15:26:03 -0500 Subject: [PATCH 1/3] add more play buttons --- .../recordingcreator/recordingcreator.template.html | 2 +- dashboard-ui/scripts/episodes.js | 3 ++- dashboard-ui/scripts/favorites.js | 6 +++--- dashboard-ui/scripts/itemdetailpage.js | 5 +++-- dashboard-ui/scripts/librarybrowser.js | 5 +++++ dashboard-ui/scripts/librarylist.js | 12 +++++++----- dashboard-ui/scripts/moviecollections.js | 6 ++++-- dashboard-ui/scripts/moviegenres.js | 6 ++++-- dashboard-ui/scripts/movies.js | 6 ++++-- dashboard-ui/scripts/moviesrecommended.js | 3 ++- dashboard-ui/scripts/movietrailers.js | 3 ++- dashboard-ui/scripts/sections.js | 3 ++- dashboard-ui/scripts/tvgenres.js | 6 ++++-- dashboard-ui/scripts/tvshows.js | 6 ++++-- 14 files changed, 47 insertions(+), 25 deletions(-) diff --git a/dashboard-ui/components/recordingcreator/recordingcreator.template.html b/dashboard-ui/components/recordingcreator/recordingcreator.template.html index eae7bf23e9..3cfe45f654 100644 --- a/dashboard-ui/components/recordingcreator/recordingcreator.template.html +++ b/dashboard-ui/components/recordingcreator/recordingcreator.template.html @@ -15,8 +15,8 @@

-
'; diff --git a/dashboard-ui/scripts/tvgenres.js b/dashboard-ui/scripts/tvgenres.js index 513235d8cc..2b6f5e9277 100644 --- a/dashboard-ui/scripts/tvgenres.js +++ b/dashboard-ui/scripts/tvgenres.js @@ -68,7 +68,8 @@ context: 'tv', showItemCounts: true, centerText: true, - lazy: true + lazy: true, + overlayPlayButton: true }); } else if (view == "ThumbCard") { @@ -102,7 +103,8 @@ context: 'tv', centerText: true, showItemCounts: true, - lazy: true + lazy: true, + overlayPlayButton: true }); } diff --git a/dashboard-ui/scripts/tvshows.js b/dashboard-ui/scripts/tvshows.js index f9dbb5ed6b..b66c1d9028 100644 --- a/dashboard-ui/scripts/tvshows.js +++ b/dashboard-ui/scripts/tvshows.js @@ -78,7 +78,8 @@ shape: "backdrop", preferThumb: true, context: 'tv', - lazy: true + lazy: true, + overlayPlayButton: true }); } @@ -132,7 +133,8 @@ shape: "portrait", context: 'tv', centerText: true, - lazy: true + lazy: true, + overlayPlayButton: true }); } From bebfc016fe029a3c342d04ec59a92a505b052d14 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 12 Feb 2016 15:31:48 -0500 Subject: [PATCH 2/3] add play button to suggestions --- dashboard-ui/scripts/moviesrecommended.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dashboard-ui/scripts/moviesrecommended.js b/dashboard-ui/scripts/moviesrecommended.js index 73e5d4b149..eafe4d6b04 100644 --- a/dashboard-ui/scripts/moviesrecommended.js +++ b/dashboard-ui/scripts/moviesrecommended.js @@ -196,7 +196,8 @@ shape: getPortraitShape(), centerText: true, lazy: true, - showDetailsMenu: true + showDetailsMenu: true, + overlayPlayButton: true }); } html += ''; From 4ed019b32d70966aa73f0845ed19a70d83b0299a Mon Sep 17 00:00:00 2001 From: softworkz Date: Sat, 13 Feb 2016 02:42:57 +0100 Subject: [PATCH 3/3] Revert "hide smart match feature for now" This reverts commit db821c3d311e674e74fef401548d49c9d2b8ac43. --- dashboard-ui/autoorganizelog.html | 3 ++- dashboard-ui/autoorganizetv.html | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dashboard-ui/autoorganizelog.html b/dashboard-ui/autoorganizelog.html index 890cedbda8..419774564e 100644 --- a/dashboard-ui/autoorganizelog.html +++ b/dashboard-ui/autoorganizelog.html @@ -12,6 +12,7 @@
@@ -78,7 +79,7 @@
${LabelEndingEpisodeNumberHelp}

-
+
${OptionRememberOrganizeCorrection}

diff --git a/dashboard-ui/autoorganizetv.html b/dashboard-ui/autoorganizetv.html index e9d2d44d80..615f5b5f53 100644 --- a/dashboard-ui/autoorganizetv.html +++ b/dashboard-ui/autoorganizetv.html @@ -11,6 +11,7 @@