CoinTos Posted February 23, 2021 Author Share Posted February 23, 2021 3 hours ago, Bedwyr said: Looks like Kodi 19 stable is released and Python 2.7 is deprecated. Yep, head over to the addons download page and grab the zip file that ends with '-py3' for Kodi 19. Next release, I will be droppping Kodi 16, 17 and 18 so I will only have to focus on one python code base again so there will no longer be 2 different zip files each release. Quote Link to comment Share on other sites More sharing options...
Bedwyr Posted February 24, 2021 Share Posted February 24, 2021 Thank you! I'll have to check in with the original Steam addon as well as the streaming addons before I migrate over. Quote Link to comment Share on other sites More sharing options...
Dan79 Posted June 8, 2022 Share Posted June 8, 2022 (edited) I am getting the error that the script requires launchbox premium, which I have, so I'm confused why it's still asking for it. It closes out after I hit ok Running the latest on the latest with py3 Edited June 8, 2022 by Dan79 Quote Link to comment Share on other sites More sharing options...
CoinTos Posted June 8, 2022 Author Share Posted June 8, 2022 (edited) 1 hour ago, Dan79 said: I am getting the error that the script requires launchbox premium, which I have, so I'm confused why it's still asking for it. It closes out after I hit ok Running the latest on the latest with py3 My guess is LaunchBox dev's changed where the Licence.xml is located. That error shows when no file called License.xml exists in the root LaunchBox directory. Just create a blank text file called License.xml and the error will not show anymore. If I get time, I will look into a proper fix, most likely just remove the file check and do something else to ensure the user understand Premium is required. Edited June 8, 2022 by CoinTos Correction Quote Link to comment Share on other sites More sharing options...
Lordmonkus Posted June 8, 2022 Share Posted June 8, 2022 The license is still located in the main folder along side the launchbox / bigbox exe files. Quote Link to comment Share on other sites More sharing options...
CoinTos Posted June 8, 2022 Author Share Posted June 8, 2022 2 minutes ago, Lordmonkus said: The license is still located in the main folder along side the launchbox / bigbox exe files. Alright, good to know, that hasn't changed. @Dan79 Make sure that your License.xml file is in the LaunchBox root folder and that BigBox when launched manually accepts it. If the script still errors out provide the log from script's data directory, normally located in "C:\User\<insert user>\AppData\Roaming\Kodi\userdata\addons_data\script.launchbox.launcher\scripts\LaunchBoxLauncher.log", and I will take a look. Quote Link to comment Share on other sites More sharing options...
Dan79 Posted June 8, 2022 Share Posted June 8, 2022 I've located the problem. For the EXE I went directly to the core directory to launch, which made the script check that directory for the license file. I changed it to the root exe and it's working fine now. Thank you! Quote Link to comment Share on other sites More sharing options...
oliviergregoire Posted July 31, 2022 Share Posted July 31, 2022 Is it possible to have an ad-on that launches LaunchBox instead of BigBox? Quote Link to comment Share on other sites More sharing options...
Mad.Monkey.3 Posted September 5, 2022 Share Posted September 5, 2022 (edited) I'm with @oliviergregoire, can we PLEASE have a version that works with launchbox.exe?? I have no need for "premium" or "bigbox" and this integration just looks like the publisher might be getting kickbacks. I just need an add-on that works with the basic LB. <EDIT> my apologies cointos, I'm not trying to insult you, I'm just frustrated that I have to spend even more money to get my HTPC "all inclusive". I have no real use for BigBox because "looking pretty" or having the option to change around how it looks has no value to me. It would be super nice if there was an integration between LaunchBox and Kodi (defined as NOT BigBox or "premium" Launchbox). Edited September 5, 2022 by Mad.Monkey.3 Quote Link to comment Share on other sites More sharing options...
oliviergregoire Posted September 10, 2022 Share Posted September 10, 2022 On 9/5/2022 at 8:31 PM, Mad.Monkey.3 said: I'm with @oliviergregoire, can we PLEASE have a version that works with launchbox.exe?? I have no need for "premium" or "bigbox" and this integration just looks like the publisher might be getting kickbacks. I just need an add-on that works with the basic LB. <EDIT> my apologies cointos, I'm not trying to insult you, I'm just frustrated that I have to spend even more money to get my HTPC "all inclusive". I have no real use for BigBox because "looking pretty" or having the option to change around how it looks has no value to me. It would be super nice if there was an integration between LaunchBox and Kodi (defined as NOT BigBox or "premium" Launchbox). I totally agree with what you said. Quote Link to comment Share on other sites More sharing options...
snarfo67 Posted January 27, 2023 Share Posted January 27, 2023 Is this addon still in development? It's been working flawlessly for me until I updated my Kodi installation to v20. Whether or not it's still in active development, thanks for the great work. Quote Link to comment Share on other sites More sharing options...
CoinTos Posted January 27, 2023 Author Share Posted January 27, 2023 8 hours ago, snarfo67 said: Is this addon still in development? It's been working flawlessly for me until I updated my Kodi installation to v20. Whether or not it's still in active development, thanks for the great work. Current beta is posted on the Testing Thread, won't have a final release till this weekend. Quote Link to comment Share on other sites More sharing options...
snarfo67 Posted January 27, 2023 Share Posted January 27, 2023 Thank you! My tech-impaired partner will especially be relieved not to have to drop out to the Windows desktop to run his games. Quote Link to comment Share on other sites More sharing options...
CoinTos Posted February 21, 2023 Author Share Posted February 21, 2023 (edited) CHANGES in 1.6.0: - Add support for LaunchBox and BigBox modes - Kodi 19+ support only - Detect which monitor has Kodi on it and moves LaunchBox to it - A ton of bug fixes KNOWN ISSUES: - The upgrade support in this addon's Autohotkey script will not work properly with the auto download background option for LaunchBox enabled. Current workaround is to remove the check mark from the "Automatically Download Updates in the Background" box in LaunchBox's Options under the Updates section. - Taskbar will flash on Kodi Windows Store version (UWA). Current workaround is to switch to Kodi non-UWA or to minimize effects, enable hide task bar in advance options, remove Cortana search bar and change taskbar to black. - Due to windows security restriction on SMB shares over IP (eg. \\192.168.1.1\shared-folder\), the addon will produce an error saying it is not supported. Current workaround is to enable SMB fix in Advance settings to replace IP with supplied server name or enable SMBv1 on server and computer to allow NetBIOS name resolutions in Kodi. RELEASE NOTICE: This release moves the addon to only Kodi 19+ and dropping support for all previous Kodi versions. It also adds support for LaunchBox (Free or Premium) and BigBox modes as well as multi monitor detection. Edited February 21, 2023 by CoinTos attachment removed, download page restore by admin after I accidentally delete it. Quote Link to comment Share on other sites More sharing options...
Bedwyr Posted March 4, 2023 Share Posted March 4, 2023 Thanks for the update. I was confused after the Steam add-on failed since the last Kodi update. All is well. Quote Link to comment Share on other sites More sharing options...
gommer Posted December 9, 2023 Share Posted December 9, 2023 (edited) Not sure if this is an add-on or Launchbox/BigBox problem. Since I have installed some new games (and in the proces had a DirectX update, along with nVidia driver updates), I now have a blocking problem. To begin with, Launchbox and Bigbox work both perfectly fine when launched from the desktop. When I launch BigBox from Kodi however, with the add-on, then the following happens: I can hear Bigbox launching in the background. When I walk the menu (blind) and shutdown or reboot the PC, that works. But showing the Bigbox window is broken and 'something' seems to steal all the keyboard and mouse entries. As a result, I can only reboot and do nothing else. Even when I blindly exit BigBox (and it works as the sounds when pressing ESC are gone), Kodi remains on screen and I can perform no Kodi actions, nor do ALT-TAB or CTRL-ALT-DEL for taskbar work. I have latest Kodi (Nexus) and latest add-on (1.6) and latest Launchbox (13.8). For good measures, I also reinstalled Launchbox and Kodi add-on without change in behaviour. Any help/advice would be much appreciated. Edited December 9, 2023 by gommer Quote Link to comment Share on other sites More sharing options...
ashez2pheonix1992 Posted June 1 Share Posted June 1 I seem to be having issues. I am trying to set up the bigbox directory but it says it cannot find ex. I'm currently on Kodi 21 Quote Link to comment Share on other sites More sharing options...
CoinTos Posted June 2 Author Share Posted June 2 11 hours ago, ashez2pheonix1992 said: I seem to be having issues. I am trying to set up the bigbox directory but it says it cannot find ex. I'm currently on Kodi 21 Are you selecting the LaunchBox base directory (ie. <drive>:\<path to>\Launchbox\) in the setting of the addon? Everything still works fine with Kodi 21 as I just updated and double checked so I am guessing the LaunchBox folder path is wrong in the addon settings. Quote Link to comment Share on other sites More sharing options...
snarfo67 Posted June 3 Share Posted June 3 On 6/1/2024 at 8:15 AM, ashez2pheonix1992 said: I seem to be having issues. I am trying to set up the bigbox directory but it says it cannot find ex. I'm currently on Kodi 21 Yeah, check your path settings. The Big Box launcher works fine for me on Kodi 21. Best. Addon. Ever. Quote Link to comment Share on other sites More sharing options...
Alexei0507 Posted September 20 Share Posted September 20 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.