launchretrogirl2562 Posted November 23 Share Posted November 23 (edited) Hi, I am using the following xaml code in my bigbox theme <controls:PrioritizedPathSelector x:Name="BackgroundFileName" FolderPath="Themes\Unified & 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??? Edited November 23 by launchretrogirl2562 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.