JoeViking245 Posted December 20, 2022 Author Share Posted December 20, 2022 Thanks to @garrett521 for volunteering to help with testing. Version 1.1.1 is out with an added option that will stretch marquee images to fill the screen. This option is intended for marquee monitors and only works on "LaunchBox 2nd Monitor". You could turn it on and use it with a regular (2nd) monitor, but it'll look funny. Quote Link to comment Share on other sites More sharing options...
garrett521 Posted December 20, 2022 Share Posted December 20, 2022 Thanks @JoeViking245! As with all your plugins and contributions, outstanding work. This is something we have wanted and needed. 1 Quote Link to comment Share on other sites More sharing options...
Retrofrogg Posted December 23, 2022 Share Posted December 23, 2022 @garrett521 - which marquee monitor is that you're using? Quote Link to comment Share on other sites More sharing options...
garrett521 Posted December 23, 2022 Share Posted December 23, 2022 It's a Super Pixelcade LCD. Using as a second monitor rather than through wifi. Works well, looks great. Quote Link to comment Share on other sites More sharing options...
Retrofrogg Posted December 23, 2022 Share Posted December 23, 2022 Thanks @garrett521 @JoeViking245 - a feature request; could we set which images display on the monitors per platform? For example, for MAME I might want the arcade controls to appear, but for NES I might want the box art. Quote Link to comment Share on other sites More sharing options...
JoeViking245 Posted December 23, 2022 Author Share Posted December 23, 2022 16 minutes ago, Retrofrogg said: a feature request; could we set which images display on the monitors per platform? For example, for MAME I might want the arcade controls to appear, but for NES I might want the box art. Duley Noted. But I think this would be a logistical nightmare. Namely in making it user friendly to setup via the GUI. Since this works with Platform Categories and Playlists, as well as Platforms, it would probably need to somehow accommodate those as well. I'm not envisioning how to make the Setup Menu simple to follow and understand without having a myriad of checkboxes, option lists, dropdowns etc. to accommodate the users every Platform. Coding it's the easy part. Making it be end-user friendly is what I'm not seeing. At this point, it's not going to happen. If someone can come up with pictural layout for the plugin's Setup Menu that's not all convoluted and overwhelming or confusing for the average user to navigate that will accomplish what you're after, I may entertain looking at this again in the future. Quote Link to comment Share on other sites More sharing options...
Fry Posted December 24, 2022 Share Posted December 24, 2022 Not to say this would be the best way but you could have an enum with values of default, platform category, platform, playlist, game. Then have a grid with columns for type (the enum), value (I.e. the platform category, platform, playlist, or game) and then columns for all those selections of what image to use for what thing. You’d have to define the tie breaker order like game specific setting trumps all, if no game specific setting exists then the platform is used. If no platform specific setting exists then the playlist setting is used. If no playlist setting exists then the platform category is used and if no platform category setting then the default is used. Just a thought. Not sure if it’s worth it. Shouldn’t be too bad to create the data model and save to a json file. Might be kind of annoying to do the dynamic lookups on values depending on the type that’s selected. And like you said it could wind up being a ton of metadata to maintain. Do you mind sharing the code for this plugin or are you keeping it closed ? Quote Link to comment Share on other sites More sharing options...
JoeViking245 Posted December 24, 2022 Author Share Posted December 24, 2022 Thanks @Fry! This does give me some ideas. Quote Link to comment Share on other sites More sharing options...
Retrofrogg Posted December 27, 2022 Share Posted December 27, 2022 A similar plugin called "Thirdscreen" can show rotating 3D boxes on the second screen. Don't think it can do platform-specific settings though. Quote Link to comment Share on other sites More sharing options...
JoeViking245 Posted December 27, 2022 Author Share Posted December 27, 2022 6 minutes ago, Retrofrogg said: platform-specific settings Coming soon to a plugin near you 1 Quote Link to comment Share on other sites More sharing options...
JoeViking245 Posted December 28, 2022 Author Share Posted December 28, 2022 v1.1.2 New Feature - Added option to set custom game image per platform. 2 Quote Link to comment Share on other sites More sharing options...
Retrofrogg Posted December 28, 2022 Share Posted December 28, 2022 10 hours ago, JoeViking245 said: v1.1.2 New Feature - Added option to set custom game image per platform. Niiiice! Quote Link to comment Share on other sites More sharing options...
JoeViking245 Posted January 11, 2023 Author Share Posted January 11, 2023 v1.1.3-beta release - now shows the selected Platform/Platform Category/Playlist image on the LaunchBox 2nd monitor when switching between them. (Nothing has changed on the BigBox side of things.) This feature will require LaunchBox v13.1 beta 6, or newer. (Older versions should still work with this version of the plugin, but without this added feature) MultiMonitor2022 v1.1.3beta.7z (replace your existing "MultiMonitor2022.dll" file with the one inside this zip) I'm not adding this to the Official Release yet as it's only had minimal testing. Any and all feedback is welcome. Quote Link to comment Share on other sites More sharing options...
Retrofrogg Posted February 23, 2023 Share Posted February 23, 2023 Apologies if this has been mentioned before. Could I request a feature - for the 3D rotatable box, could we have it rotate only horizontally? When rotating it with a mouse currently, it flips all over the place. Thanks! Quote Link to comment Share on other sites More sharing options...
JoeViking245 Posted February 23, 2023 Author Share Posted February 23, 2023 2 hours ago, Retrofrogg said: Apologies if this has been mentioned before. Could I request a feature - for the 3D rotatable box, could we have it rotate only horizontally? When rotating it with a mouse currently, it flips all over the place. Thanks! This has been asked about before and when I looked into it, I couldn't see a way to lock the vertical rotation. I even tried to get sneaky and use an AHK script to restrict vertical movement when the cursor was on 'that' screen and the left button was clicked. To no avail. Quote Link to comment Share on other sites More sharing options...
Retrofrogg Posted February 23, 2023 Share Posted February 23, 2023 Thats a shame; thanks for looking into it. I wonder if one of the devs might know a way? Quote Link to comment Share on other sites More sharing options...
Retrofrogg Posted March 10, 2023 Share Posted March 10, 2023 Would it be possible to add a setting for the starting zoom level of the box? Quote Link to comment Share on other sites More sharing options...
JoeViking245 Posted March 11, 2023 Author Share Posted March 11, 2023 16 hours ago, Retrofrogg said: Would it be possible to add a setting for the starting zoom level of the box? Assuming 3D Box Models, yes, it's 'possible'. But what exactly is your end goal? Are the 3D Box Models appearing too large or too small on the respective monitor? How many rotation-clicks on the mouse wheel when hovering over the Model does it take to make it the 'ideal' size? Is it the same amount for all Model types? Regular boxes, N64 boxes, CD cases, jewel cases. This is where "one size" may not fit all. And before you ask, no, I wouldn't make it different based on the 3D Box Model type. Quote Link to comment Share on other sites More sharing options...
Retrofrogg Posted March 11, 2023 Share Posted March 11, 2023 It depends on the shape of the box, and the orientation of the monitor. There's a few variables in the mix which make for uneven box sizes, usually a bit too big. A setting in the app should be able to sort this I think! Quote Link to comment Share on other sites More sharing options...
JoeViking245 Posted March 11, 2023 Author Share Posted March 11, 2023 52 minutes ago, Retrofrogg said: It depends on the shape of the box, and the orientation of the monitor. There's a few variables in the mix which make for uneven box sizes, usually a bit too big. A setting in the app should be able to sort this I think! Can you share some screenshots of the issue you're seeing? Also, if you can, show some for landscape and for portrait. Quote Link to comment Share on other sites More sharing options...
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.