Jump to content
LaunchBox Community Forums

Retrofresh background image?


Recommended Posts

1 hour ago, ReignerDeustcher said:

In retrofresh theme i can't find an option for enabling the blurred background based in each game, how do you enable this?

Just wondering, do you have your fanart in the appropriate folder? For example (NES) the images should be placed here: ?\LaunchBox\Images\Nintendo Entertainment System\Fanart - Background\

  • Thanks 1
Link to comment
Share on other sites

1 hour ago, ReignerDeustcher said:

is there any way to make that background fanart less blurred?

Coincidentally, I asked that same question a few years back and found the answer here

RetroFresh - Big Box Custom Themes - LaunchBox Community Forums (launchbox-app.com)

 

Basically, you have to change this part of the code in the .xaml of whichever view you want to change:

<transitions:TransitionPresenter.Effect>
    <BlurEffect Radius="80" RenderingBias="Performance" />
</transitions:TransitionPresenter.Effect>

 

Give it a try and see if that works for you

Link to comment
Share on other sites

14 hours ago, bundangdon said:

Coincidentally, I asked that same question a few years back and found the answer here

RetroFresh - Big Box Custom Themes - LaunchBox Community Forums (launchbox-app.com)

 

Basically, you have to change this part of the code in the .xaml of whichever view you want to change:

<transitions:TransitionPresenter.Effect>
    <BlurEffect Radius="80" RenderingBias="Performance" />
</transitions:TransitionPresenter.Effect>

 

Give it a try and see if that works for you

there's no lines like that in the xml archives of the views folder ?

Link to comment
Share on other sites

2 hours ago, ReignerDeustcher said:

there's no lines like that in the xml archives of the views folder ?

Keep looking :) and you'll find it. I just checked now in the "Retrofresh - Glass 1.51" file, and opened up the TextGamesView.xaml file which is contained within the "Views" folder and it looks something like this:

text.thumb.jpg.9fba660d83929e75221cddf36306481e.jpgSo in this case, you'd change that "80" number to a lower number to make it less blurry or put a "0" to remove the blur altogether

  • Thanks 1
Link to comment
Share on other sites

9 minutes ago, bundangdon said:

Keep looking :) and you'll find it. I just checked now in the "Retrofresh - Glass 1.51" file, and opened up the TextGamesView.xaml file which is contained within the "Views" folder and it looks something like this:

text.thumb.jpg.9fba660d83929e75221cddf36306481e.jpgSo in this case, you'd change that "80" number to a lower number to make it less blurry or put a "0" to remove the blur altogether

i found it, i've used the search option but it didn't found anything, i thought something was wrong here, thanks

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...