Jump to content
LaunchBox Community Forums

C-Beats

Administrators
  • Posts

    4,500
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by C-Beats

  1. They don't have a public API at the moment. We can review adding it back in once/if they get it back up. Once it comes back up we'll have to consider whether adding it back in makes sense or not. They will probably have endpoint changes, and we'd still have to see how stable their new solution is. The website and it's API has been pretty unstable over the last 5-6mo and we don't want to spend time developing integration to a third party that isn't stable.
  2. This is related to the Steam ID changes that are ongoing on the DB. The current work around would be to do the following: Edit the game Go to the Launching tab Cut the application path Go to metadata tab Search for metadata Select game Return to launching tab Paste application path back in Press OK to save changes
  3. Correct. It hides the platform ffrom the platform list, but doesn't hide the games. So if you're using Platform Category and those games are in a visible playlist they WOULD still show there. To have them NOT show AT ALL in Big Box you need to Hide the game and then in LaunchBox set your Show/Hide settings to show hidden games.
  4. How are you launching the game? Pressing enter, right click play, etc. Also does it only happen with this emulator or do you have the issue with anything you try and launch?
  5. As you've been told several times, most of the delay you're complaining about isn't the program being slow, it's a UI animation in play put there by the theme designer. Changing the theme would drastically change your experience. Not saying there isn't room for improvement in either application, but a lot of what you've complained about in the past you already have ways of opting out of.
  6. EA may have changed their launch URI. I'll take a look and see if I can replicate. I know they've pushed similar changes in the past so it's a very real possibility.
  7. Are you referring to hard drive space, or memory (RAM)?
  8. Subtitle text by default is dependent on what your arrange by setting is. To get platform to display under there I believe you have to be arranging by Platform. You could of course do as @Retro808 stated and just change the theme to hardcode the platform value in that line though.
  9. We get games lists from the Steam API, not any local library files so things manually added into Steam will not appear in the import process or be automatically imported.
  10. If you close LaunchBox in full screen it should open in full screen since it remembers size/location.
  11. This is almost always caused by one of the following: You have a file sync app locking the file we are trying to change on close and so the save event fails You have "-backup" files in your data folder put there by Skraper Some other unforeseen issue saving the file out If you haven't already turn on debug logs and go through the process again and then look to see if there is anything in the logs generated. You'd want to look in the 2nd most recent log (since the newest is you opening the app).
  12. Error message tells you the issue. Your drive is full and we can't write the file out because of it. Remove some of the files on the drive to make room, or move LaunchBox to a drive that isn't full.
  13. It's done when the image is requested. The WPF control sees you want a game image, and then we check if the cache exists, if so we use it, if not we build it and then use it. It's why Big Box seems a bit sluggish when you first start using it compared to how it behaves several sessions later. It's because those cache images have been built then and so the extra step isn't required. Yeah, same principle applies to other frameworks (such as WPF). Much faster to use a 100x300 image than a 1000x3000 one.
  14. Fairly certain OP is referring to the website, not the in app index like you're ticket is talking about.
  15. Not sure if you were referring to what Fursphere was talking about regarding the LaunchBox image cache, but our cache isn't "in-memory". We create an on disc cache of image that have been scaled down to the required size to make loading from disc in the future much faster. Most images are cached this way unless the theme requests the raw image. The file does sit in memory while in use though so you're not entirely wrong, just that the image we store in memory isn't the raw image you have in your image folder, but is the cached image we created. If we supported webp realistically it'd be support for the primary image to be in that format, and then use the cache the way it is now. Otherwise I'm fairly certain we'd have to do processing logic to get the file to render in the WPF Image control which would cause a fairly significant load time increase (especially on weaker CPUs). The conversion would still have the potential to save a lot of space though depending on how big your original artwork is and what file type.
  16. You can change the "Arrange By" setting from the top tool bar to do something similar to this. Set it to Genre or Series and you'll get something close to this. We don't have asc/desc drop down per header like that, but there is a header splitting the games in the way your image shows.
  17. Duplicate checks uses hash comparison to determine if it's a duplicate or not. Filename wouldn't work since the OS forces them to be unique anyway. We do also have a tool built into that you can opt into that looks at the image and can detect if they are likely visually the same despite having a different hash (for example if you have a jpg and a png of the same image). We don't list ALL duplicates, just any duplicate after the first file we find. If you have 4 of the same image only 3 will be listed as duplicate, and only if they all were tied to the same game. The tool also takes into account your image type priorities and region logic. If your game is NA and you have NA and Japanese art for a game the Japanese art would never be used by the app and so we mark it as such for deletion. The tool should never clear something that the app would potentially use in any of the automatic lookup stuff. It has no way of knowing if you're running a theme in LB or BB that requires that specific image type or not though. The tool does allow you to quarantine the files which will move them to a different location. You could use that option, then peruse LB/BB to see if anything appears to be missing, and then delete or restore the files depending on your findings.
  18. Yeah. I think one thing we need to decide internally before that could even be tackled is what that field should or shouldn't be used for. For example should the Franchise name the game is a part of be included in the series, even if the game itself isn't a part of a series of games. For example should every LEGO game be labeled with the "LEGO" series, even though it doesn't have any direct predecessors or successors.
  19. I have my metadata files here for systems that I've manually done. It has a link to a plugin JoeViking made that would let you import the field from mine (or anyone else's) data files. You MAY be able to use Skraper but we've had issues in the past with Skraper reeking havoc on users data files and so I'd tread carefully going that route and make sure to back up your data folder before trying it.
  20. This tutorial looks to be using the most recent methods that I've seen to import them:
  21. Just so I'm clear what file format are your titles in? WHDLoad should all be in *.lha files. The files also should have more than just the title. For example 1943's lha file should actually be labeled 1943_v1.3.lha. I admit I'm not 100% sure but was under the impression the file name has to match what the emulator is expecting it to be.
  22. Pause Menu already has support for loading/saving save state. Doesn't have a display like this one does where you pick through multiple save states, or show the state screenshot though.
  23. C-Beats

    AMD

    If you go to Event Viewer and look in the application logs there should be error records in there that would have more information as to why you are crashing. Also if you haven't already I'd run the installer over the directory just to make sure something didn't get corrupted or left behind in the shuffle. Running the installer doesn't overwrite any of your library data and is safe to do. Just make sure the installer isn't pointing to \\LaunchBox\LaunchBox after you click the folder you want it to install to.
  24. All themes have Platform/Game Details reload on item selection. That being said Default does have quite a few transition animations that occur that others don't that would increase the time it takes to load in. Those time are static though and shouldn't be changing with a change of drive.
  25. Go into Tools > Options and I believe in Visuals > Game Details there is a bunch of check boxes to turn items off/on. Make sure videos is checked.
×
×
  • Create New...