From 9cf3cd8ecacc97a7ff1c8bf3cb924c5ee6314afc Mon Sep 17 00:00:00 2001 From: theDeadMan Date: Thu, 11 Aug 2022 23:04:51 +0100 Subject: [PATCH] various --- 1080i/DialogVideoInfo.xml | 8 +- 1080i/Includes_mediaShowcase.xml | 34 +- 1080i/MyMusicNav.xml | 1 + 1080i/MyPVRRecordings.xml | 4 +- 1080i/MyVideoNav.xml | 2 + 1080i/View_Albums.xml | 247 +++++----- 1080i/View_Artists.xml | 107 +++-- 1080i/View_Movies.xml | 14 +- 1080i/View_MusicGenres.xml | 52 +-- 1080i/View_Seasons.xml | 4 +- 1080i/View_TVShows.xml | 483 ++++++++------------ 1080i/View_VideoFiles.xml | 12 +- language/resource.language.en_gb/strings.po | 2 +- media/masks/albumThumb.png | Bin 0 -> 480 bytes media/masks/albumThumb_2.png | Bin 0 -> 615 bytes media/masks/artistThumb.png | Bin 0 -> 977 bytes media/masks/episodeThumb.png | Bin 0 -> 1797 bytes media/masks/genre.png | Bin 0 -> 522 bytes media/masks/showcaseCast.png | Bin 0 -> 572 bytes media/masks/showcaseDiscart.png | Bin 0 -> 2447 bytes media/masks/showcaseFanart.png | Bin 0 -> 2241 bytes media/masks/showcasePoster.png | Bin 0 -> 1084 bytes 22 files changed, 467 insertions(+), 503 deletions(-) create mode 100644 media/masks/albumThumb.png create mode 100644 media/masks/albumThumb_2.png create mode 100644 media/masks/artistThumb.png create mode 100644 media/masks/episodeThumb.png create mode 100644 media/masks/genre.png create mode 100644 media/masks/showcaseCast.png create mode 100644 media/masks/showcaseDiscart.png create mode 100644 media/masks/showcaseFanart.png create mode 100644 media/masks/showcasePoster.png diff --git a/1080i/DialogVideoInfo.xml b/1080i/DialogVideoInfo.xml index f76b8dc..ef98736 100644 --- a/1080i/DialogVideoInfo.xml +++ b/1080i/DialogVideoInfo.xml @@ -251,10 +251,8 @@ 0 12-col 486 - scale - $INFO[Listitem.thumb] - colors/white.png - 6 + stretch + $INFO[Listitem.thumb] @@ -295,7 +293,7 @@ center itemTitle textActive - + diff --git a/1080i/Includes_mediaShowcase.xml b/1080i/Includes_mediaShowcase.xml index f147873..899eee7 100644 --- a/1080i/Includes_mediaShowcase.xml +++ b/1080i/Includes_mediaShowcase.xml @@ -73,22 +73,18 @@ 0 504 756 - $INFO[listitem.art(poster)] + $INFO[listitem.art(poster)] ffffffff stretch - colors/white.png - 3 2-col !String.IsEmpty(ListItem.art(fanart)) 1344 756 - $INFO[listitem.art(fanart)] + $INFO[listitem.art(fanart)] ffffffff stretch - colors/white.png - 3 180 @@ -103,9 +99,7 @@ 300 300 scale - $INFO[listitem.thumb] - colors/white.png - 3 + $INFO[listitem.thumb] ffFFFFFF @@ -137,18 +131,16 @@ !String.IsEmpty(container(99999).ListItemNoWrap(0).filenameandpath) + !Skin.HasSetting(disableExtendedFanart) 1344 756 - $INFO[container(99999).ListItemNoWrap(0).filenameandpath,,] + $INFO[container(99999).ListItemNoWrap(0).filenameandpath,,] ffffffff stretch - colors/white.png - 3 2-col !String.IsEmpty(listitem.art(discart)) 756 756 - $INFO[listitem.art(discart)] + $INFO[listitem.art(discart)] ffffffff stretch @@ -157,44 +149,36 @@ !String.IsEmpty(container(99999).ListItemNoWrap(1).filenameandpath) + !Skin.HasSetting(disableExtendedFanart) 1344 756 - $INFO[container(99999).ListItemNoWrap(1).filenameandpath,,] + $INFO[container(99999).ListItemNoWrap(1).filenameandpath,,] ffffffff stretch - colors/white.png - 3 2-col !String.IsEmpty(container(99999).ListItemNoWrap(2).filenameandpath) + !Skin.HasSetting(disableExtendedFanart) 1344 756 - $INFO[container(99999).ListItemNoWrap(2).filenameandpath,,] + $INFO[container(99999).ListItemNoWrap(2).filenameandpath,,] ffffffff stretch - colors/white.png - 3 2-col !String.IsEmpty(container(99999).ListItemNoWrap(3).filenameandpath) + !Skin.HasSetting(disableExtendedFanart) 1344 756 - $INFO[container(99999).ListItemNoWrap(3).filenameandpath,,] + $INFO[container(99999).ListItemNoWrap(3).filenameandpath,,] ffffffff stretch - colors/white.png - 3 2-col !String.IsEmpty(container(99999).ListItemNoWrap(4).filenameandpath) + !Skin.HasSetting(disableExtendedFanart) 1344 756 - $INFO[container(99999).ListItemNoWrap(4).filenameandpath,,] + $INFO[container(99999).ListItemNoWrap(4).filenameandpath,,] ffffffff stretch - colors/white.png - 3 diff --git a/1080i/MyMusicNav.xml b/1080i/MyMusicNav.xml index 645b017..9482135 100644 --- a/1080i/MyMusicNav.xml +++ b/1080i/MyMusicNav.xml @@ -3,6 +3,7 @@ 9999 fadeInOut Skin.SetString(recentitems,music) + Skin.SetString(musicQuickLinkValue,special://skin/extras/playlists/recentAlbums.xsp) 50,51,52,53,54,55,56,57,59 globalBackground diff --git a/1080i/MyPVRRecordings.xml b/1080i/MyPVRRecordings.xml index c641daf..e7e58bf 100644 --- a/1080i/MyPVRRecordings.xml +++ b/1080i/MyPVRRecordings.xml @@ -62,7 +62,7 @@ - 1-col-indent + 108 0 15-col 2-row @@ -121,7 +121,7 @@ - 1-col-indent + 108 0 15-col 2-row diff --git a/1080i/MyVideoNav.xml b/1080i/MyVideoNav.xml index 27cc3e5..ef00024 100644 --- a/1080i/MyVideoNav.xml +++ b/1080i/MyVideoNav.xml @@ -3,6 +3,8 @@ 9999 PlayerControl(stop) Skin.SetString(recentitems,video) + Sin.SetString(tvQuickLinkValue,Skin.SetString(tvQuickLinkValue,special://skin/extras/playlists/recentEpisodes.xsp)) + Skin.SetString(movieQuickLinkValue,special://skin/extras/playlists/recentMovies.xsp) Container.SetViewMode(54) fadeInOut 50,51,52,53,54,55,58,59 diff --git a/1080i/View_Albums.xml b/1080i/View_Albums.xml index c206adf..e9e8bde 100644 --- a/1080i/View_Albums.xml +++ b/1080i/View_Albums.xml @@ -23,68 +23,91 @@ - - col-1-begin - 180 - 24-col - 2-row - 9000 - 9998 - 9000 - horizontal - - - 0 - 0 - 246 - 2-row - menuTitle - center - textDisabled - - - - - - - 0 - 0 - 246 - 2-row - menuTitle - center - textActive - - - - - - - - - - - 31180 - - - - 31187 - - - - 31181 - - - + + col-4-begin + 170 + + 0 + 0 + 18-col + 2-row + stretch + masks/menuBar.png + 77000000 + + + 0 + 0 + horizontal + 0 + 9000 + 9998 + 9000 + + Search + System.HasAddon(script.globalsearch) + 1-col + + masks/circle.png + black + symbolLarge + + RunScript(script.globalsearch,artists=true&albums=true&songs=true&musicvideos=true) + + + + + Skin.SetString(musicQuickLinkValue,special://skin/extras/playlists/recentAlbums.xsp) + control.setfocus(9998,0) + + + + + Skin.SetString(musicQuickLinkValue,special://skin/extras/playlists/topAlbums.xsp) + control.setfocus(9998,0) + + + + + Skin.SetString(musicQuickLinkValue,special://skin/extras/playlists/randomAlbums.xsp) + control.setfocus(9998,0) + + + Sort by + + + Container.NextSortMethod + Control.setfocus(54,0,absolute) + Control.setfocus(3222) + + + Sort direction + black + textActive + + masks/circle.png + masks/circle.png + + 0 + 1-col + symbolLarge + + + Container.SetSortDirection + Control.setfocus(54,0,absolute) + Control.setfocus(3223) + + + 90 288 24-col 11-row - 9123 + 9202 54 - 9000 + 9998 9000 horizontal activatewindow(music,musicdb://albums/$INFO[listitem.DBID]/,return) @@ -96,8 +119,7 @@ 324 324 stretch - colors/black.png - 12 + colors/black.png 0 @@ -105,20 +127,19 @@ 324 324 stretch - $INFO[ListItem.Art(thumb)] - 12 - 99ffffff + $INFO[ListItem.Art(thumb)] + 88ffffff !controlgroup(9000).hasfocus 12 - 308 - 276 + 322 + 300 2-row center thumbTitle textActive - + @@ -130,10 +151,7 @@ 324 324 stretch - colors/black.png - colors/white.png - 6 - FF000000 + colors/black.png 0 @@ -141,8 +159,9 @@ 324 324 stretch - $INFO[ListItem.Art(thumb)] - 6 + $INFO[ListItem.Art(thumb)] + colors/white.png + 6 ffffffff @@ -158,7 +177,7 @@ - $INFO[control.getlabel(9123)] + $INFO[skin.string(musicQuickLinkValue)] @@ -190,16 +209,6 @@ 60 250 - - -6 - -6 - 276 - 276 - stretch - colors/black.png - 12 - 11FFFFFF - !ListItem.IsParentFolder 0 @@ -207,9 +216,18 @@ 4-col-gutter 4-col-gutter stretch - $INFO[ListItem.Art(thumb)] - 12 - 99FFFFFF + colors/black.png + FFFFFFFF + + + !ListItem.IsParentFolder + 0 + 0 + 4-col-gutter + 4-col-gutter + stretch + $INFO[ListItem.Art(thumb)] + 88FFFFFF String.IsEmpty(listitem.title) @@ -222,42 +240,34 @@ textActive - + !controlgroup(9000).hasfocus - 12 - 258 - 226 - 2-row - center + + 270 + 264 + 60 + center + top thumbTitle textActive - + focusThumb - - 0 - 0 - 4-col-gutter - 4-col-gutter - stretch - colors/black.png - colors/white.png - 6 - FF000000 - - - !ListItem.IsParentFolder + + !ListItem.IsParentFolder 0 0 4-col-gutter 4-col-gutter - stretch - $INFO[ListItem.Art(thumb)] - 6 - + stretch + $INFO[ListItem.Art(thumb)] + colors/white.png + 6 + ffffffff + String.IsEmpty(listitem.title) 24 @@ -269,17 +279,18 @@ textActive - - !controlgroup(9000).hasfocus - 12 - 262 - 226 - 2-row - center - thumbTitle - textActive - - + + !controlgroup(9000).hasfocus + + 270 + 264 + 60 + center + top + thumbTitle + textActive + + diff --git a/1080i/View_Artists.xml b/1080i/View_Artists.xml index c92a887..265d448 100644 --- a/1080i/View_Artists.xml +++ b/1080i/View_Artists.xml @@ -4,39 +4,96 @@ $EXP[isMusicArtist] + + + col-4-begin + 170 + + 0 + 0 + 18-col + 2-row + stretch + masks/menuBar.png + 77000000 + + + 0 + 0 + horizontal + 0 + 9000 + 9998 + 9000 + + Search + System.HasAddon(script.globalsearch) + 1-col + + masks/circle.png + black + symbolLarge + + RunScript(script.globalsearch,artists=true&albums=true&songs=true&musicvideos=true) + + + Sort by + + + Container.NextSortMethod + Control.setfocus(51,0,absolute) + Control.setfocus(3222) + + + Sort direction + black + textActive + + masks/circle.png + masks/circle.png + + 0 + 1-col + symbolLarge + + + Container.SetSortDirection + Control.setfocus(51,0,absolute) + Control.setfocus(3223) + + + $EXP[isMusicArtist] 90 - row-5-begin + row-7-begin 1800 25-row 9000 60 51 51 + 9202 250 60 - + 0 0 - 6-col-gutter - 4-col-gutter - scale - colors/black.png - 12 - overlay + 408 + 230 + stretch + colors/black.png 0 0 - 6-col-gutter - 4-col-gutter - scale - $INFO[Listitem.art(thumb)] - 12 - 99FFFFFF + 408 + 230 + stretch + $INFO[Listitem.art(fanart)] + 88FFFFFF 24 @@ -51,27 +108,25 @@ bb000000 - + focusThumb 0 0 - 6-col-gutter - 4-col-gutter - scale - colors/black.png - colors/white.png - 6 - FF000000 + 408 + 230 + stretch + colors/black.png 0 0 - 6-col-gutter - 4-col-gutter - scale - $INFO[Listitem.art(thumb)] + 408 + 230 + stretch + $INFO[Listitem.art(fanart)] + colors/white.png 6 diff --git a/1080i/View_Movies.xml b/1080i/View_Movies.xml index d9852c1..6c20049 100644 --- a/1080i/View_Movies.xml +++ b/1080i/View_Movies.xml @@ -65,11 +65,13 @@ Skin.SetString(movieQuickLinkValue,special://skin/extras/playlists/recentMovies.xsp) + control.setfocus(9103,0) Skin.SetString(movieQuickLinkValue,special://skin/extras/playlists/inprogressMovies.xsp) + control.setfocus(9103,0) Watched Toggle @@ -160,9 +162,9 @@ ListItem.IsResumable Progress Bar - 12 - 294 - 542 + 24 + 278 + 504 12 colors/offblack.png colors/white.png @@ -211,9 +213,9 @@ ListItem.IsResumable Progress Bar - 12 - 294 - 542 + 24 + 278 + 504 12 colors/offblack.png colors/white.png diff --git a/1080i/View_MusicGenres.xml b/1080i/View_MusicGenres.xml index 2fce28a..8e2b028 100644 --- a/1080i/View_MusicGenres.xml +++ b/1080i/View_MusicGenres.xml @@ -13,21 +13,21 @@ 55 55 60 - + 0 - 3 - 66 - 66 - stretch - $INFO[Listitem.thumb] - overlay + 0 + 552 + 72 + stretch + colors/white.png + d0000000 - 1-col-indent + 48 0 - 6-col - 2-row + 432 + 72 center itemTitle textActive @@ -35,33 +35,21 @@ - - - 1-col - 0 - 7-col-gutter - 2-row - stretch - colors/white.png - highlight - + 0 - 3 - 66 - 66 - stretch - $INFO[Listitem.thumb] - - - - + 0 + 552 + 72 + stretch + colors/white.png + highlight - 1-col-indent + 48 0 - 6-col - 2-row + 432 + 72 center itemTitle textActive diff --git a/1080i/View_Seasons.xml b/1080i/View_Seasons.xml index 04b1a52..78987ae 100644 --- a/1080i/View_Seasons.xml +++ b/1080i/View_Seasons.xml @@ -45,12 +45,12 @@ 0 5-row - 12-col + 14-col 2-row itemTitle menuUnselected - + diff --git a/1080i/View_TVShows.xml b/1080i/View_TVShows.xml index 861d4f2..dd46dc3 100644 --- a/1080i/View_TVShows.xml +++ b/1080i/View_TVShows.xml @@ -3,14 +3,22 @@ $EXP[isTVShow] + !string.contains(container.folderpath,playlists) - - control.hasfocus(9203) | control.hasfocus(9202) - dimensionsFullscreen - $INFO[container(9203).listitem.art(fanart)] - FF555555 - scale - 250 - + + control.hasfocus(9203) | control.hasfocus(9202) + + dimensionsFullscreen + $INFO[container(9203).listitem.art(fanart)] + FF555555 + scale + 250 + + + dimensionsFullscreen + vignette.png + + stretch + + $EXP[isTVShow] + !string.contains(container.folderpath,playlists) + !Skin.HasSetting(disableRecentTVShows) @@ -22,115 +30,141 @@ - - col-1-begin - 180 - 24-col - 2-row - 9000 - 9203 - 9000 - horizontal - - - 0 - 0 - 4-col - 2-row - menuTitle - center - textDisabled - - - - - - - 0 - 0 - 4-col - 2-row - menuTitle - center - textActive - - - - - - - - - - - 31178 - - - - 31127 - - - + + col-4-begin + 170 + + 0 + 0 + 18-col + 2-row + stretch + masks/menuBar.png + 77000000 + + + 0 + 0 + horizontal + 0 + 9000 + 9203 + 9000 + + Search + System.HasAddon(script.globalsearch) + 1-col + + masks/circle.png + black + symbolLarge + + RunScript(script.globalsearch,tvshows=true&episodes=true&) + + + + + Skin.SetString(tvQuickLinkValue,special://skin/extras/playlists/recentEpisodes.xsp) + control.setfocus(9203,0) + + + + + Skin.SetString(tvQuickLinkValue,special://skin/extras/playlists/inprogressTVShows.xsp) + control.setfocus(9203,0) + + + Watched Toggle + + 4-col + + textActive + + + Sort by + + + Container.NextSortMethod + Control.setfocus(52,0,absolute) + Control.setfocus(3222) + + + Sort direction + black + textActive + + masks/circle.png + masks/circle.png + + 0 + 1-col + symbolLarge + + + Container.SetSortDirection + Control.setfocus(52,0,absolute) + Control.setfocus(3223) + + + - 90 + 96 288 1740 11-row 9202 52 - 9000 + 9203 9000 horizontal - activatewindow(Videos,videodb://tvshows/titles/$INFO[listitem.dbid]/) + activatewindow(Videos,videodb://tvshows/titles/$INFO[listitem.dbid]/) - + 0 0 - 566 - 318 + 552 + 311 stretch - colors/black.png - 12 + colors/black.png + FFFFFFFF - + !string.isempty(ListItem.Art(fanart)) 0 0 - 566 - 318 + 552 + 311 stretch - $INFO[ListItem.Art(fanart)] - 12 + $INFO[ListItem.Art(fanart)] 99FFFFFF - + string.isempty(ListItem.Art(fanart)) 0 0 - 566 - 318 + 552 + 311 scale - $INFO[ListItem.Art(thumb)] - 6 - 99FFFFFF + $INFO[ListItem.Art(thumb)] + 99ffffff - !controlgroup(9000).hasfocus + container(9202).hasfocus(1) + !controlgroup(9000).hasfocus + String.IsEqual(skin.string(tvQuickLinkValue),special://skin/extras/playlists/recentEpisodes.xsp) 12 306 - 584 + 524 2-row center thumbTitle textActive - + - - !controlgroup(9000).hasfocus + container(9202).hasfocus(2) + + !controlgroup(9000).hasfocus + String.IsEqual(skin.string(tvQuickLinkValue),special://skin/extras/playlists/inprogressTVShows.xsp) 12 306 - 584 + 524 2-row center thumbTitle @@ -140,9 +174,9 @@ ListItem.IsResumable Progress Bar - 12 - 294 - 542 + 24 + 278 + 504 12 colors/offblack.png colors/white.png @@ -152,75 +186,66 @@ focusThumb - - 0 - 0 - 566 - 318 - stretch - colors/black.png - colors/white.png - 6 - FF000000 - !string.isempty(ListItem.Art(fanart)) 0 0 - 566 - 318 + 552 + 311 stretch - $INFO[ListItem.Art(fanart)] + $INFO[ListItem.Art(fanart)] + colors/white.png 6 - BBffffff + ffffffff string.isempty(ListItem.Art(fanart)) 0 0 - 566 - 318 - scale - $INFO[ListItem.Art(thumb)] + 552 + 311 + stretch + $INFO[ListItem.Art(thumb)] + colors/white.png 6 - BBffffff + FFffffff - - !controlgroup(9000).hasfocus + container(9202).hasfocus(1) - 12 - 316 - 584 - 2-row - center - thumbTitle - textActive - - - - !controlgroup(9000).hasfocus + container(9202).hasfocus(2) - 12 - 316 - 584 - 2-row - center - thumbTitle - textActive - - - - ListItem.IsResumable - Progress Bar - 12 - 294 - 542 - 12 - colors/offblack.png - colors/white.png - ListItem.PercentPlayed - - + + !controlgroup(9000).hasfocus + String.IsEqual(skin.string(tvQuickLinkValue),special://skin/extras/playlists/recentEpisodes.xsp) + 12 + 306 + 524 + 2-row + center + thumbTitle + textActive + + + + !controlgroup(9000).hasfocus + String.IsEqual(skin.string(tvQuickLinkValue),special://skin/extras/playlists/inprogressTVShows.xsp) + 12 + 306 + 524 + 2-row + center + thumbTitle + textActive + + + + ListItem.IsResumable + Progress Bar + 24 + 278 + 504 + 12 + colors/offblack.png + colors/white.png + ListItem.PercentPlayed + + - $INFO[control.getlabel(9202)] + $INFO[skin.string(tvQuickLinkValue)] @@ -243,174 +268,72 @@ $EXP[isTVShow] + !$EXP[isMovie] 90 - 828 + 820 1800 - 23-row + 836 9000 60 9203 9203 60 250 - - - -6 - -6 - 240 - 354 - stretch - colors/black.png - 6 - 11FFFFFF - + 0 0 - 228 - 342 + 252 + 378 stretch - $INFO[ListItem.Art(poster)] - 6 - 99FFFFFF + colors/black.png + FFFFFFFF + + + 0 + 0 + 252 + 378 + stretch + $INFO[ListItem.Art(poster)] + 88FFFFFF - String.IsEmpty(listitem.title) - 24 - 3-row + !controlgroup(9000).hasfocus + 12 + 382 228 - 6-row - largeTitle - true - textActive - - - - !System.Setting(hidewatched) + !controlgroup(9000).hasfocus - 12 - 350 - 204 - 1-row - center + 60 + center + top thumbTitle textActive - - - - System.Setting(hidewatched) + !controlgroup(9000).hasfocus - 12 - 350 - 204 - 1-row - center - thumbTitle - textActive - - - - Integer.IsGreater(ListItem.Property(UnWatchedEpisodes),0) - conditional - 167 - 6 - - 0 - 0 - 56 - 56 - stretch - masks/newContent.png - highlight - - - 28 - -4 - 36 - 36 - center - symbol - textActive - - + - + focusThumb - + 0 0 - 228 - 342 + 252 + 378 stretch - colors/black.png - colors/white.png - 6 - FF000000 - - - 0 - 0 - 228 - 342 - stretch - $INFO[ListItem.Art(poster)] - 6 + $INFO[ListItem.Art(poster)] + colors/white.png + 6 + ffffffff - String.IsEmpty(listitem.title) - 24 - 3-row + !controlgroup(9000).hasfocus + 12 + 378 228 - 6-row - largeTitle - true - textActive - - - - !System.Setting(hidewatched) + !controlgroup(9000).hasfocus - 12 - 354 - 204 - 1-row - center + 60 + center + top thumbTitle textActive - - - - System.Setting(hidewatched) + !controlgroup(9000).hasfocus - 12 - 354 - 204 - 1-row - center - thumbTitle - textActive - - - - Integer.IsGreater(ListItem.Property(UnWatchedEpisodes),0) - 166 - 6 - - 0 - 0 - 56 - 56 - stretch - masks/newContent.png - highlight - - - 28 - -4 - 36 - 36 - center - symbol - textActive - - + diff --git a/1080i/View_VideoFiles.xml b/1080i/View_VideoFiles.xml index a20aa17..cc9d7b7 100644 --- a/1080i/View_VideoFiles.xml +++ b/1080i/View_VideoFiles.xml @@ -39,11 +39,11 @@ 23-col 69 stretch - colors/black.png - overlay + masks/tvChannel.png + d0000000 - 1-col-indent + 108 0 22-col-gutter 2-row @@ -86,11 +86,11 @@ 23-col 2-row stretch - colors/white.png - highlight + masks/tvChannel.png + highlight - 1-col-indent + 108 0 22-col-gutter 2-row diff --git a/language/resource.language.en_gb/strings.po b/language/resource.language.en_gb/strings.po index bf17b58..7118ad4 100644 --- a/language/resource.language.en_gb/strings.po +++ b/language/resource.language.en_gb/strings.po @@ -381,7 +381,7 @@ msgid "All Episodes" msgstr "" msgctxt "#31195" -msgid "Unwatched Only" +msgid "Hide Watched" msgstr "" msgctxt "#31199" diff --git a/media/masks/albumThumb.png b/media/masks/albumThumb.png new file mode 100644 index 0000000000000000000000000000000000000000..f4dd5873b22df64c369656ccdb9a581df04cde76 GIT binary patch literal 480 zcmeAS@N?(olHy`uVBq!ia0y~yVB`Q{7G|JG;EnP#K#H+A$lZzY=1HA;AcwQSBeIx* zfm;}a85w5HkpK$v2l#}z0_p!qpx^0U22hB#B*-tAp<(}j2bL3Cfod2dJzX3_D(1Ys zd(b!8QNZC~q9TI;r-Cly8e6^tO@E4`>I05m`2Qh}MYYsFK7Flwe*O1=>*s&}dRyD| z;qZ?0(%<&Uwk?l5d~ZGfk?$stHeEZtCGq{%e?G!}l|BB+@9WbYVy@koYbE(;*D_Xj zMG>bVhn_pkdG!0o_sm0{0^7gZ_*w|~UvAlJe~okA@!GTcM|0QytlVQK@Vfe1fhEuD o)Gu*=rR2KS8y@@mmf;V3wW`P(x4G*s0Yja^)78&qol`;+011?vA^-pY literal 0 HcmV?d00001 diff --git a/media/masks/albumThumb_2.png b/media/masks/albumThumb_2.png new file mode 100644 index 0000000000000000000000000000000000000000..b34fd07544744340167a5dc4a547d8df6d31aaa6 GIT binary patch literal 615 zcmeAS@N?(olHy`uVBq!ia0y~yU~~at7G|Kx+9Oe4ffQqLkh>G(&67IyKn`btM`SSr z1Gg{;GcwGYBLNiT5AX?b1=9bKK)=(y44@EeNswPKL&N_64lF0O0@W}+@N{tushIQj z%Gu0lM+t|Eg^!q0?l>IKRH*W2<=Fjyp3+0tu#2~2W(dxSKG^s^y(c zIJM`hdhIU3VX{20*}aI z1_o|n5N2eUHAey{SQOwB;tHhy(-*`=I35Aos#X%@7tA1(w&ljB|EV&we$Mp&8dUkO zJos;@-Zz64$`u8Bc0Bm;K|#J~W5R>R%x(q-remHijv*Cu-d>Ch3UOp$IOxU}$$s+) zV_@O#|DvvrH}BPlx6D*u(INHt-nH3pubzuub}KUXeO~YKZ{PUS+za17D0u(z^u?+& zzW!^+>-X=mo_Y6Bu=?`v@#oH^PycY|=h652@AcEmKU{j+zT0s2P0>BuBp+v$F?+8& z_Vo?Rv>F-n&B76%GHd3|JuvC&4-zt=fiiSOI@W5Ln8Z?B$vGw}cJxmWw=NAo+^F(&rUWH;1p Rkq71h22WQ%mvv4FO#l>g@8JLd literal 0 HcmV?d00001 diff --git a/media/masks/episodeThumb.png b/media/masks/episodeThumb.png new file mode 100644 index 0000000000000000000000000000000000000000..1ca13fbf4d6771b20f380ec9cd6bc35d896d2bca GIT binary patch literal 1797 zcmeAS@N?(olHy`uVBq!ia0y~yU`}LUV0^~G3=}#0qs#?JF%}28J2BoosZ$T+a29w( z7Bet#3xhBt!>l?yG-h@)FtGmeba4!+nDh3sXOM^k1H(Z#wn+Ay zE)F4g{{43i4A`0N>RytvZ-JiavB`78chBB?{lNa)x8J;b-!q+$uRqQGU{GHl|3AL6 zO>^fmpT0TopWK_XH{XawT)6r3a)S8u&E5%~)5GoAtE+8yGmDk}efM$0?3Hf%|rk|7PKYME>M5MxC>X0Yws1WY|>O9Z!xj zN5f$>5sYSr;a(C*@o(k^6@SLSB5|AKcTidQ{c&Cylg^vGJLmiwTJQE18t-PDR%(3g z$DX;djNP~DDs6IN&Yo*9jg9MxKbPKqVA8(6^yTiGgA*)oPyTrP;Kt(*>aDD7B=q0D qd7t+USYiu(GrPa@zydM2O?(C0wTxIt*Xfxhg74@_0`u>Lr zMdJEb_XR(WT`+y!z0)dH)1SReOTScc{po3+r>|nCnk!Fr{(i1|NztcuD_9yE7k#pt zod3S+)P^jDS?M8{ZM4qLtf{yj)K_`!U&ZvGzB;a_1@{@h`?6nHUaqQI`Q86{L!y+xtxO_I7Ldp3cq={hZ;RBImwpUM}lZp{`YxF*^6EWokmiqQu0G>@hr^ zuQj=HYwN$6I^Uj3y^r$R7%}~^>4WHqmP1_cPN%icWzL8&=igi=Vz%&t!(oB#GbfxX zxbDL@|5Vw630*g>AD1rutasLXlH~4!&btr!p4as6e=YKl(RUZ8pwrA}r-1Rp;OXk; Jvd$@?2>{V0=L-M; literal 0 HcmV?d00001 diff --git a/media/masks/showcaseCast.png b/media/masks/showcaseCast.png new file mode 100644 index 0000000000000000000000000000000000000000..e3576b0f483e7bb4581dba6f6118616c3f203f88 GIT binary patch literal 572 zcmeAS@N?(olHy`uVBq!ia0y~yVAKI&7G|JGckpC4AjMc56F11Q8=666=m(6Il%1Ivl6KsAh8JzX3_D(1Ys za@tqfQN-b5QX4~$2LmV5fxCPMn*J0^Me7JS=bu}ZRhZA>UNzq^&vx&-(_8k&9uGgi zS=0XZI_*{8{uYJXo(cQ&t|YnkoZFvwHpd?491cwWGt<}N)s{y*-~ZP7UaQpk;<-P1 z%GTbSO^=g2H!g_?($SnI;@zcsbka!VhDNU6%<7)|xYF$53fIW#AIpLC>53V^087=W z?7F`3QBmx%h{CSr(%CiV!v5U@UmsZoi7l!ZN?!9qeW=~7{tAx$}v+`}W+1fLueMH@*UevkIey)`hM9WDcSPM~ zD30xYeU;PT`ticeR*cVnnb@uOYuIV_`1C858L!LM=r!E*@$Y+i($Lm&nfmcBPiD-M zxjZ?!s%TVjG(biZ!)QhrEg42j#nBppmbKyIvQow~rPgMvg%j4D-4QvLq4;hOxWfLr zBMQig?JeB7i!p7NOmfZLwd)!x%kIBhCjWf3al)+4<&XQfuXawD_Wtp~mlt1&02>BI z|8C0No|pdqMS->4?dq-jEhB(Uho=djA3wi$_|1NXt%t*BN3YX74s5|Nc)I$ztaD0e F0ssfq6>R_j literal 0 HcmV?d00001 diff --git a/media/masks/showcaseFanart.png b/media/masks/showcaseFanart.png new file mode 100644 index 0000000000000000000000000000000000000000..f9866f5a65dfe0827b533ea0c3e1782b8a853ddd GIT binary patch literal 2241 zcmeAS@N?(olHy`uVBq!ia0y~yV0B<%VEV$s3>2}y((n{WF%}28J2BoosZ$T+a29w( z7Bet#3xhBt!>lxBX*}`Wq{~g(b0Rb3T^H<~N=@|4Q`3 w_Ro9ISAGolzqI&#^uqf>s_E5xkN@Oe9hn+aoyw;MY*sLMy85}Sb4q9e0GWXY{Qv*} literal 0 HcmV?d00001 diff --git a/media/masks/showcasePoster.png b/media/masks/showcasePoster.png new file mode 100644 index 0000000000000000000000000000000000000000..094bb0f96d0e2c99e86a9f8e8dfd161f3973e2a6 GIT binary patch literal 1084 zcmeAS@N?(olHy`uVBq!ia0y~yVEnlb6WAQHUcjdi#Z}o3$Z;O%p7=K%NTTFV~cJntge{Qu+Jb%>o>+_%Cef#;o@Bis| zTz>Q3gy4^>9)%uV-4!mnUMnti&#H>hQGwC$7>UUt^>}@b{*B@@zrVHEmi)=B%lE%g zJbU_E&gy?Wf9~8rzW2*^$?tdK