cemfundog Posted November 10, 2019 Posted November 10, 2019 (edited) I was wondering if anyone knows how to display 2 different screenshots at the same time? Currently I am using '{Binding BackgroundImagePath}' to display a background but I am trying to figure out how to access, screenshots, fanart, etc. More importantly how to make launchbox display screenshot1 and then screenshot2 so that they are never the same and then also set a fallback using fanart. Anyway, I hope this is the right way to inquire. Please help if you can and thanks in advance. Edited November 10, 2019 by cemfundog Quote
Retro808 Posted November 11, 2019 Posted November 11, 2019 Moving this to the specific startup theme subforum. Also checked with Jason and this may not be possible with the standard screenshot binding <Image Source="{Binding Path=SelectedGame.ScreenshotImagePath}" /> as it would just randomly select an image from the folder. He said it may be possible with some other type of coding but would take some work/research. They have a plate full already so this may be something that, unless one of our resident theme coders knows or could help, may take some time to get solved. Quote
Retro808 Posted November 11, 2019 Posted November 11, 2019 @cemfundog try posting here and see if one of our other coders might have an answer or maybe a plugin that could solve your issue. 1 Quote
cemfundog Posted November 11, 2019 Author Posted November 11, 2019 4 minutes ago, Retro808 said: @cemfundog try posting here and see if one of our other coders might have an answer or maybe a plugin that could solve your issue. Thank you and yes I will. I appreciate the help. 1 Quote
cemfundog Posted November 13, 2019 Author Posted November 13, 2019 (edited) On 11/10/2019 at 4:42 PM, Retro808 said: Moving this to the specific startup theme subforum. Also checked with Jason and this may not be possible with the standard screenshot binding <Image Source="{Binding Path=SelectedGame.ScreenshotImagePath}" /> as it would just randomly select an image from the folder. He said it may be possible with some other type of coding but would take some work/research. They have a plate full already so this may be something that, unless one of our resident theme coders knows or could help, may take some time to get solved. Thank you for this. Your response is very helpful. I am learning how this community works and how to find or get the help I need. Thank you all for looking at this. I found a working solution which I will post here to help others in the future. I ended up going with a background image and a screenshot rather than 2 screenshots. This works well for my purposes and has made my Startup Theme far more attractive now that it does not show the same image twice. I am just calling upon a different image type in each spot as follows; Here is how I accomplished this: Background Image: Source="{Binding Path=SelectedGame.BackgroundImagePath}" Screenshot Image: Source="{Binding Path=SelectedGame.ScreenshotImagePath}" So the solution is not exactly what I asked for but it completely works. Again thank you all for your help. Edited November 13, 2019 by cemfundog Quote
ultrez Posted March 21, 2020 Posted March 21, 2020 This is interesting. I tried to figure out that too. I wanted is a fallback to a standard image when no background fanart is available. I'll try to figure something out with this information. Thanks Quote
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.