Jump to content
LaunchBox Community Forums

BigBox - Background images not found -


Recommended Posts

Hi,

I am using the following xaml code in my bigbox theme

<controls:PrioritizedPathSelector x:Name="BackgroundFileName" FolderPath="Themes\Unified &amp; Ultrawide\Media\Background" FileExtension=".jpg"                
                Priority1FileName="{Binding SelectedGame.Title}"
                Priority2FileName="{Binding SelectedGame.ApplicationFileNameWithoutExtension}"                
                Priority3FileName="{Binding SelectedGame.SortTitle}"
                Priority4FileName="{Binding Platform.NestedName}"
                Priority5FileName="Arcade2" />
            <Image x:Name="BackgroundImage" Grid.Column="2" Grid.ColumnSpan="8" Grid.RowSpan="8" Source="{Binding PrioritizedFilePath, ElementName=BackgroundFileName}" Opacity="100" Panel.ZIndex="0" Stretch="UniformToFill" RenderOptions.BitmapScalingMode="HighQuality" />

All images with special characters in them don't show. Others work fine.
From the forum I for instance learned I need to replace : with a _

So for the game title '1944: The Loop Master' that becomes on disk '1944_ The loop Master.jpg' (see the Title of the game in the screenshot from bigbox 1944.png)

I even tried to add an image with removing the underscore '1944 The loop Master.jpg'

However, the image just doesn't show.

I followed the instructions to the letter and am confused as to why this doesn't work???

 

1944_ The Loop Master.jpg

1944_ The Loop Master-01.jpg

1944.PNG

Edited by launchretrogirl2562
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...