About this theme :
Add a horizontal banner with game selection information to the full screen view.
Latest Version
FullScreenBannerDark_0_1.pthm (Size: 16.28 KB / Downloads: 4,592)
Screenshots
![[Image: gYpMiMJ.jpg]](https://i.imgur.com/gYpMiMJ.jpg)
![[Image: 7mwvWhI.jpg]](https://i.imgur.com/7mwvWhI.jpg)
Setup
To enable the banner, select show background image on main screen in the playnite fullscreen settings
The theme works best when using the steamgrid (SGDB) playnite extension you can find in the forums to download all game logos & backgrounds for the banner.
The theme will work with horizontal or vertical scrolling, but vertical works best.
Video Support:
If you would like to add a background video, navigate to the theme installation folder & open up the main.xaml file located within the views folder using a text editor.
On line 16, replace the line
<!--<MediaElement Source="{ThemeFile 'Videos/video.mp4'}" MediaElementBehaviors.Repeat="True" />-->
with
<MediaElement Source="{ThemeFile 'Videos/video.mp4'}" MediaElementBehaviors.Repeat="True" />
Once this has been enabled, add an mp4 video file with the correct resolution to match your screen to the theme video folder you can find in the theme installation directory & name it "video". The full title should be video.mp4
Adjusting the banner
Banner height control will be added in the next version. For now if you would like to change how images look within the banner, you can change the uniform to fill setting to fill. This ensures the banner shows the entire image but may cause distortion. You can do this by opening the main.xaml
on line 137 locate
HorizontalAlignment="Center" VerticalAlignment="Top" Height="500" Margin="20,0" DockPanel.Dock="Top" BorderBrush="#FF1E1E1E" BorderThickness="1">
and change it to
HorizontalAlignment="Center" VerticalAlignment="Top" Height="500" Margin="20,0" DockPanel.Dock="Top" BorderBrush="#FF1E1E1E" BorderThickness="1" Stretch="Fill">
To Do :
- Achievement extension support
- Adjust colouring
- More variants
- Rounded edges & buttons
- Text version instead of logos.
- Finish forum post with more information & images
Add a horizontal banner with game selection information to the full screen view.
Latest Version
Screenshots
![[Image: gYpMiMJ.jpg]](https://i.imgur.com/gYpMiMJ.jpg)
![[Image: 7mwvWhI.jpg]](https://i.imgur.com/7mwvWhI.jpg)
Setup
To enable the banner, select show background image on main screen in the playnite fullscreen settings
The theme works best when using the steamgrid (SGDB) playnite extension you can find in the forums to download all game logos & backgrounds for the banner.
The theme will work with horizontal or vertical scrolling, but vertical works best.
Video Support:
If you would like to add a background video, navigate to the theme installation folder & open up the main.xaml file located within the views folder using a text editor.
On line 16, replace the line
<!--<MediaElement Source="{ThemeFile 'Videos/video.mp4'}" MediaElementBehaviors.Repeat="True" />-->
with
<MediaElement Source="{ThemeFile 'Videos/video.mp4'}" MediaElementBehaviors.Repeat="True" />
Once this has been enabled, add an mp4 video file with the correct resolution to match your screen to the theme video folder you can find in the theme installation directory & name it "video". The full title should be video.mp4
Adjusting the banner
Banner height control will be added in the next version. For now if you would like to change how images look within the banner, you can change the uniform to fill setting to fill. This ensures the banner shows the entire image but may cause distortion. You can do this by opening the main.xaml
on line 137 locate
HorizontalAlignment="Center" VerticalAlignment="Top" Height="500" Margin="20,0" DockPanel.Dock="Top" BorderBrush="#FF1E1E1E" BorderThickness="1">
and change it to
HorizontalAlignment="Center" VerticalAlignment="Top" Height="500" Margin="20,0" DockPanel.Dock="Top" BorderBrush="#FF1E1E1E" BorderThickness="1" Stretch="Fill">
To Do :
- Achievement extension support
- Adjust colouring
- More variants
- Rounded edges & buttons
- Text version instead of logos.
- Finish forum post with more information & images