Jump to content
LaunchBox Community Forums

Retro808

Moderators
  • Posts

    7,262
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by Retro808

  1. In LB you can right click a game and in the menu choose the option to Launch Dolphin. In BB I do not believe there is such an option. At least I do not see one on the Game Details screen.
  2. OK. I think the "Auto-Populate" is causing the issue for some reason. The only way I would get the images to show was to edit the playlist and in the auto-populate tab uncheck the box. I also had to select a place for the playlist to show as in the Parents folder you did not have anything selected. Can you uncheck auto-ppopulate in the playlist and see if it works.
  3. Thanks. The images were not showing as my page had not refreshed from your edit. Yeah that all looks good. Post that fighting xaml and let me test it on my set-up. None of your playlists show at all right?
  4. If all the images are there and named "Mame Fighting" that really is all that is needed as the theme will dictate the images. So there is no setting you need to check. I keep all my playlists in a Playlist Category. I moved a couple of them to nest under Arcade Platform no issue. Can you post an image of the inside of your \Data\Playlist folder?
  5. You likely do not have custom theme images then for your playlists in the Unified theme's \Images\Theme folders. In order for a custom playlist image to show up when you are in a playlist you would need to have images for at least \Background and \VideoBorder. Otherwise it will just use the platforms default images.
  6. @Briantodd Not sure which xaml in this thread you tried, but like @C-Beats mentioned if you just edit the "Stretch" to either "Fill" (which will stretch the entire image to fill the available space) of "UniformToFill" (which will crop the image as it fills the space). Possibly even change the Alignment from "Center" to "Stretch" One of the xaml I posted here already has the image set to fill. (see the below code) <Image Source="{Binding Path=SelectedGame.MarqueeImagePath}" Panel.ZIndex="1" Stretch="Fill" HorizontalAlignment="Center" VerticalAlignment="Center" RenderOptions.BitmapScalingMode="HighQuality">
  7. You can try downloading the latest version from our website. Then just run that installer over top your existing LB folder. Make sure you point it to the parent folder you LaunchBox folder is in and not the actual LB folder or it will install it in \LaunchBox\LaunchBox. It will not delete anything or override any of your settings. It will just install the new updates.
  8. Check your antivirus to see if it quarantined any LB files. It has been known to happen. Especially in the more recent LB builds. Antivirus programs have been a bit overzealous on us.
  9. Or you can use the rom path change option in the LB tools.
  10. I believe colorman3605 still wants the video and images there. Just does not want to accidentally click on it and it open to a bigger video or image. If it is a frequent issue for a user, best recommendation is to submit a feature request using the link located at the top of the forum under "Help & Support". A custom theme might work, never messed with those specific bindings in the game details view so could not advise on what to change.
  11. Your shutdown xaml code has a background color brush that is giving the image a shade. I take it you used the default theme as your base. Remove the lines below and it will remove the darkness of the image. <Grid.Background> <SolidColorBrush Color="#66000000" /> </Grid.Background>
  12. Default may not have the UserControl line for the gif. At the top of your theme you may need to add this line. Paste in where you see the other xlmns lines (starts at line 1). xmlns:gif="clr-namespace:WpfAnimatedGif;assembly=Unbroken.LaunchBox.Wpf"
  13. Merged your threads. Please do not spam multiple forums or threads with the same issue. Retroarch should automatically map an Xbox controller to a default setting. When you are in the settings menu under the "Device Index" does it show "Xbox One Controller"? Been a while since I messed with controllers but I think this is still true.
  14. That target name is used in the image line of code. So if you look at line 73 of the xaml you will see Jason labeled the image in that section of code "DiskImage". This is what links the storyboard piece to the image. So you can do the same using whatever name you want. You just need to make sure the name is referred to in both sections of code. So be sure to look both at the code in the UserControl and the code in the lines for the actual image.
  15. Look in the Default Startup theme folder. Open one of the CD based platform xaml files. In there you will see an example of rotation. Triggering animations is not too hard. You may spend more time refining the movement/speed than anything else.
  16. During import if you check the box "Force Using Mame metadata...". This will name the files without you manually doing it. Since it will then bring up the Mame import screen make sure to uncheck the option for "Skip Game Unplayable In Mame" as well. In the 3rd pic you see that without the Mame option it just sees the files. With the Mame option checked it show's that actual game name (see the 4th pic).
  17. You would need to make a feature request on our bitbucket site. Link is available at the top of the forum under Help & Support.
  18. Yes. Seems to not be affecting everyone as some users are able to upload things to the forum. You can see some posts on it here at the end of the thread.
  19. Devs are likely done for the day. They typically do not do everyday troubleshooting, though they will pop on daily and tend to some items if they can. There are only 2 of them so they tend to work on programming. Our community is small with only a handful of users and mods that respond to help troubleshoot so sometimes not all threads get responded to quickly. Have you tested various themes to see if it may be a theme issue (always test with the default theme)? What theme are you using? If you revert to the prior LB/BB version does the issue go away. I am not seeing this on any of my builds so the information above would be helpful.
  20. Can you post a pic of what you have showing on your "Details" tab?
  21. Please do not post your issue in multiple threads. Since you started a thread for your issue continue to use that thread to troubleshoot.
  22. In LB right click over a platform name in the left hand window pane. You will see a pop-up open allowing you to add or delete platforms, categories, or playlists.
  23. I cannot specifically answer that, but would suggest since the date of that post you quoted was 1/15/2020 go back to the upload around that date. I think Dave only had one upload in January 2020.
×
×
  • Create New...