diff --git a/components/seerr/SeerrDiscoveryScreen.bs b/components/seerr/SeerrDiscoveryScreen.bs
index 322aa5352..7e81c78a1 100644
--- a/components/seerr/SeerrDiscoveryScreen.bs
+++ b/components/seerr/SeerrDiscoveryScreen.bs
@@ -61,7 +61,7 @@ sub init()
m.normalItemSize ' 9: Your Requests
]
- m.categoryRows.focusBitmapUri = "pkg:/images/hd_focus.9.png"
+ m.categoryRows.focusBitmapUri = "pkg:/images/posterFocus.9.png"
m.categoryRows.focusBitmapBlendColor = ColorPalette.WHITE
m.categoryRows.focusFootprintBitmapUri = string.EMPTY
m.categoryRows.focusFootprintBlendColor = ColorPalette.TRANSPARENT
diff --git a/components/seerr/SeerrPoster.bs b/components/seerr/SeerrPoster.bs
index c10195c26..3448ce57b 100644
--- a/components/seerr/SeerrPoster.bs
+++ b/components/seerr/SeerrPoster.bs
@@ -3,6 +3,7 @@ import "pkg:/source/utils/misc.bs"
sub init()
m.poster = m.top.findNode("poster")
+ m.posterMask = m.top.findNode("posterMask")
m.title = m.top.findNode("title")
m.backdrop = m.top.findNode("backdrop")
m.gradientOverlay = m.top.findNode("gradientOverlay")
@@ -42,6 +43,9 @@ sub itemContentChanged()
m.overlayTitle.width = width - 8
m.overlayTitle.height = height
m.overlayTitle.translation = [4, 0]
+
+ m.posterMask.maskUri = "pkg:/images/posterWideMask.png"
+ m.posterMask.maskSize = [width, height]
else
m.backdrop.width = m.normalWidth
m.backdrop.height = m.normalHeight
@@ -52,6 +56,9 @@ sub itemContentChanged()
m.gradientOverlay.translation = [0, 170]
m.overlayTitle.width = m.normalWidth - 8
m.overlayTitle.translation = [4, 185]
+
+ m.posterMask.maskUri = "pkg:/images/posterVertMask.png"
+ m.posterMask.maskSize = [m.normalWidth, m.normalHeight]
end if
' Set title from either title or name field
diff --git a/components/seerr/SeerrPoster.xml b/components/seerr/SeerrPoster.xml
index a2724d2f3..6e099bb59 100644
--- a/components/seerr/SeerrPoster.xml
+++ b/components/seerr/SeerrPoster.xml
@@ -17,13 +17,15 @@
visible="true" />
-
+
+
+
-
\ No newline at end of file
+