Jump to content
LaunchBox Community Forums

faeran

Administrators
  • Posts

    2,731
  • Joined

  • Last visited

  • Days Won

    136

Everything posted by faeran

  1. There is, but it would require that you make changes to the code of the custom theme. Based on the theme you are showcasing there, it's probably a bit of an extensive change to make, code-wise, but it's definitely possible.
  2. You can do this by creating two Playlists. One called Arcade and one called Racing. Then bulk add all the games you want to see under Arcade, and do the same for Racing. Place each playlist within the root of the Platform Categories filter section. You'll also want to remove all other items from the platform categories filter as well.
  3. It looks inside of your game folder to see if you have a pdf in there that it could set as a game manual.
  4. The LaunchBox 13.4 beta thread has been opened, and can be followed here:
  5. Hi Everyone, LaunchBox 13.4 beta 1 has just dropped with the following changes: New Premium Feature: The LaunchBox game details pane can now be popped out into its own window (custom themes do require updating) Improvement: LaunchBox image views have been optimized and will now load faster Improvement: Images will now appear more gracefully when scrolling with the mouse wheel inside of LaunchBox Improvement: Badges in LaunchBox will now dynamically update themselves without requiring a reload of the view Improvement: The game details view will now reload after leaving a game to accurately reflect new play time, play count, and achievements updates Improvement: The LaunchBox import wizards no longer act as if they're locked up while parsing the games to be imported Improvement: The MAME arcade full set import wizard is now much faster Improvement: MAME prerequisite files have been updated to allow for a better import experience with newer versions of MAME Improvement: MAME import filters have been adjusted and will now include less non-games by default Improvement: The LaunchBox sidebar filter button will now better adapt its values when used in conjunction with the search bar Fixed: A rare memory leak that could occur in some situations due to the VLC video playback engine Fixed: A rare theme bug when launching Big Box from within LaunchBox Beta 2: Improvement: Clicking either the primary LaunchBox window or the Game Details pop out now brings BOTH windows to front to make it easier to use the app in that configuration Fixed: LaunchBox image view not displaying correctly when using arrange by feature to arrange by anything other than title Fixed: Issue with boxes being added and not being displayed in the row correctly Fixed: Error message displayed in some themes while using arrange by feature Fixed: Issues with scrolling stuttering in LaunchBox Image View (especially when scrolling up) Fixed: Issue with the Image View not returning to the top when selecting a new filter value Fixed: Videos weren't being paused before popping in Game Details causing audio to play but not video Beta 3: Fixed: Several arrange by groups of a single item were causing the rows to render on top of each other Fixed: Last item in a row wasn't always resizing the row correctly Fixed: Pressing a string of keys to jump to a game (pressing M to jump to first game starting with M for example) wasn't scrolling to the correct position Fixed: After manually adding a new game the grid wasn't jumping to that game Fixed: Crashes related to using an arrange by setting other than title that some themes were having Fixed: Issue related to deleting the last item in the Game Details carousel preview Beta 4: New Feature: Added StarRatingGrid, MediaPreview, MediaList (for theme devs) New Feature: Added ability to set details min height/width from theme Fixed: Issue with Images View while using certain short Image Groups Fixed: Rare crash in LaunchBox when selecting a platform with a large amount of playtime Fixed: Starting into ListView wasn't loading headers properly Fixed: Issue where certain actions while in ListView would throw a threading error Fixed: Some times you couldn't interact with the content view after a refresh Beta 5: Fixed: Details Pop Out wasn't rendering correctly on startup Fixed: GOG Credentials incorrectly being flagged as changed when scanning for achievements in Options Fixed: List View not scrolling to the correct location after certain events Fixed: Scrolling up from the bottom of boxes view would sometimes hitch making scrolling difficult Like always, thanks to everyone on the beta channel helping us solidify it for the next release.
  6. Normally, this is caused by it being wrapped in a parent element that doesn't adhere to alignment properties. If you need more help, send me a PM.
  7. You'll want to open the following file: LaunchBox\LBThemes\Big Details\Views\GameDetailsView.xaml Find the following line: <Viewbox Grid.Row="1" Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Center" RenderTransformOrigin="0.5 0.5"> Change the following: Grid.Row="0" HorizontalAlignment="Left" That should give you an idea on how you think it looks.
  8. Lots of ways, however, all of them would require you to dig into the code and move it to where you want. If you want to adventure in, I can try and help guide you in how to do it.
  9. It's best to keep names the way that you see them in LaunchBox for best results, so in your example it would be Nintendo Wii. LaunchBox for Android only has the ability to delete games on an entire platform basis. You would have to select a platform and choose delete, then one of the option that will be asked is if you want to delete all the games. Per-game deletion is not currently a thing. I could see us adding it some time in the future, but it would be one of those features that could cause a lot of harm to a user's library if we don't do it properly.
  10. Inside of that folder, in a subfolders called Games\[platform name]
  11. Just tested this, but I was able to download discs from EmuMovies just fine. Which games were you having issues with? Also, when you reach the last page of the download metadata and media wizard, are you choosing the recommended option to not replace any existing fields or media?
  12. Found this. If this is still valid, you may be running into this issue: https://github.com/xenia-project/xenia/issues/1999 If you have Startup themes turned on, you could attempt to hide the mouse cursor during a game. The option appears under Tools > Manage > Emulators. Choose the Xenia emulator, then go into the Startup Screen section and click on Hide Mouse Cursor During Game.
  13. I've heard of issues where certain video files could cause issues, like flv files, or corrupted video files. That's a hard thing to test though. You could try and narrow down if this is the cause by removing all videos, and adding them back one platform at a time, or removing all platforms but one (while creating backups of everything). Keep adding another platform after a long test until you run into the issue.
  14. By default, you'll find a LaunchBox folder on the root of your internal storage.
  15. Well, I do believe right now those extra docs will appear inside the additional versions section of that menu. They will also show up in the pause menu. The location could be improved, however, I do recommend you make a request over on bitbucket so it doesn't get lost in an old beta thread.
  16. I'm not sure when I can get around to it, but I have it on my list to take a look at eventually.
  17. This would definitely be theme specific. The issue is most likely caused by the image being placed inside of a stackpanel while either not having a max height set, or the max height that is set is too large. You'd see it mostly for really tall boxes (like Nintendo Switch).
  18. If I remember correctly, there's a file size limit. I can't recall exactly what it is set to, but to be safe, I'd recommend splitting files to under 2GB parts. Uploading (and downloading for that matter) is controlled by a ton of factors. One thing to note is that when uploading to the forums, you are uploading to a single server in a specific part of the world. Depending on where you are in the world, relative to the location of the server, can affect your speeds. There's not really much you can do about that.
  19. Looks like you either need to set the default location of the video container to appear off to the side, or set an animation that triggers when the view loads that places the video container off to the side by setting the From and To as the same thing with a BeginTime and Duration of 0:0:0. You also could have conflicting animations going on there, so I would double check all of that to make sure nothing is out of order.
  20. Hi Paul. If you mean a video that would play when the app is opened, currently LaunchBox for Android does not support this. If you feel strongly about it, you can always make a request for this over on our bitbucket. Looks for the link at the top of the page: HELP & SUPPORT > REQUEST A FEATURE
  21. Based on a quick google search, it's possible that version of MAME had color issues with that game. You may need to update to a newer set.
  22. In LaunchBox, go into Tools > Options and find the General > Updates section. Uncheck the three options.
  23. I probably won't be circling back to this one for a while, but if anyone wanted to create these views, the project files are available for the CTC for anyone feeling adventurous
  24. If I'm remembering correctly, I don't think device images was ever something LaunchBox bundled with the program itself, but was always something that a user had to add themselves.
  25. faeran

    Little plethora

    For MS-DOS games, make sure you have downloaded the DOSBox Pure core, and have chosen that within LaunchBox as well. That's the only core that can run zipped MS-DOS games, and is what the export function is set up to use.
×
×
  • Create New...