Jump to content
LaunchBox Community Forums

Retro808

Moderators
  • Posts

    7,077
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by Retro808

  1. What does the script look like you are using? Can you post the whole script you have in the Running AHK tab?
  2. That error is what Jason is talking about here...
  3. You would have to modify a marquee view from another theme and place those files in the Pulse theme's \Views folder or create the marquee view for that theme. There is not setting to adjust the image/video size it is all up to how the view is coded. What are you trying to accomplish exactly? An image of the look you want would be helpful.
  4. There is no current way to do it. I would suggest making a feature request using the link located at the top of the forum under "Help & Support" 1. Make sure to search to see if a request already exists. 2. If not, make a new one and be sure to vote for your own ticket. 3. Link that bitbucket request in this thread to help drive other users that may desire the feature to vote on the ticket.
  5. None. Just create the \Startups folder and drop your video files in there. I have videos ranging from 20 seconds to over a minute. I am not sure if this will have an affect but in the BB settings try changing your video from VLC to Windows Media (or vice versa) and see what happens. I do not remember if Startups use the option listed there or if it uses VLC regardless.
  6. This was removed years ago. BigBox now plays startup videos in its entirety before going into the BB UI. You can also have more than one video and BB will use a random one.
  7. Just be mindful if you are using the Default theme you cannot do any of this to that theme. Any edits will always revert back to the stock code. So you need to copy the Default theme folder and then rename it to any name you want to give it. Then you can edit that copy and use that theme.
  8. By emulator files are you talking about the roms? LB is file agnostic so if you point to a folder and tell LB to import that folder it will import any file in there. So best thing to do is not have personal files in the folder.
  9. In the theme you are using edit the PlatformMarqueeView.xaml and change the image binding from: Source="{Binding Path=SelectedPlatform.BannerImagePath}" to Source="{Binding Path=SelectedPlatform.ClearLogoImagePath}" As far as customizing marquee per platform there is no setting in BB UI you can use to do that. So you would have to do some coding and folder/file creation. To accomplish this you can create custom xaml files for different platforms. 1. In your theme's \Views folder create a folder called GameMarqueeView. So it would be \[Theme Name]\Views\GameMarqueeView\ 2. Inside this folder if you copy the GameMarqueeView.xaml and paste it in here and then rename it after a platform you can then edit that file and that platform will have a unique marquee view for games. For example "Arcade" would be \[Theme Name]\Views\GameMarqueeView\Arcade.xaml. You can do this as many times as you want renaming the file exactly as your platform is named and each can have a unique view.
  10. Currently there is not a way to do that. You can pop over to our BitBucket site and put in a feature request. Use the link at the top of the forum located under "Help & Support". 1. Make sure you vote for your own ticket. 2. Be sure to return here and post a link to it to drive other users to vote on it. More users that request it the better for it to possibly get added.
  11. I believe that was what @faeran was explaining. Take for example your "Driving / FireTruck" playlist in the pic you posted. If you right click on it and choose Edit then go to "auto-populate" tab and you will see what criteria (metadata) the playlist is pulling from. Like in this one below "Driving / Boat" is pulling games in the 1) Arcade platform and 2) which have a "Genre" listing of "Driving / Boat".
  12. Good to know. For reference though I got that error the first time I tried to use the new feature and ran just the core updater on one cabinet. So I went to another a few minutes later and tried to run the Retroarch update and got the same error.
  13. @Azgorath I had this issue as well. It happened on a couple builds I have. I tried several times and then waited a few hours to try again I did not have the issue. So I am thinking maybe just an ISP hiccup or something connecting the the RA servers. I have since tested this feature several more items and have not had it replicate. Since your post about the error have you had any success with the feature?
  14. Just by looking at the commands you are not calling for any extra programs to run or anything so why are you using a bat file? Just let LB do the work. Then you just use LB controller mapping to set your button or button combo to exit the game. If you are using BigBox set it to the option labeled "Close Active Window".
  15. Check to see in your task manager processes if Nahimic services is running. If so, disable it.
  16. @GefTry right clicking one game and editing it. Then go into the images section and click the download media button in the bottom right and try to download from there. See if at least one game works and let us know what happens.
  17. @Gef Per Neils advice. It is right in the LB media UI. Just make sure the clear logo box is checked. It will download, name, and store in the proper place.
  18. @Briantodd What theme are you using?
  19. @Briantodd Can you post the marquee files you are using.
  20. Ah. My eyes saw Dolphin Wii System menu but the brain only processed Dolphin. Looks like @neil9000 might have you covered.
  21. 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.
  22. 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.
  23. 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?
  24. 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?
  25. 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.
×
×
  • Create New...