RedSchism / ubiquity

A Fullscreen theme file for Playnite
10 stars 0 forks source link

user customization #15

Open ChassyD opened 4 days ago

ChassyD commented 4 days ago

Hi,

i dont know if this is the right place to post this. I really love the theme however i wanted to customize it further then options provided. ubiquity-edit What i want to do is make the background fill the whole screen and also remove the play video button.

RedSchism commented 2 days ago

To make the wallpaper fill the screen. Open Views/"GameDetails.xaml" with notepad++ and Search (ctrl+F) "" Find "BackgroundImageBorder" and edit Margin="200,0,0,200" to Margin="0,0,0,0".

The play button is to Play/Install the game. If you wish you can remove any of the buttons in "GameDetails.xaml". again Search (ctrl+F) "" and delete the entries. In notepad++ you can left click "<Stackpanel" and it will highlight the beginning and end of what you can delete.

You can turn off background art in the Fullscreen settings menu/ Visuals, uncheck "Show Background Image on Main Screen". The Backgound should be all black. If not open "Main.xaml" search "" and delete everything until .

If you want to add an image to the background here's a quick and dirty fix. open "Main.xaml" search "" Change the Value=False to True save.

Now add any jpg wallpaper you like to (u)biquity\Images\Icons\Details. Name the wallpaper Background.jpg and overwrite when prompt.