-
Posts
170 -
Joined
-
Last visited
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Everything posted by CoinTos
-
Kodi addon for LaunchBox
CoinTos replied to CoinTos's topic in Third-Party Applications and Plugins (Released)
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. -
Kodi addon for LaunchBox
CoinTos replied to CoinTos's topic in Third-Party Applications and Plugins (Released)
You want 'script.launchbox.launcher-1.5.9.zip' file. The other one is for Kodi 19+ as it's python 3. -
Kodi addon for LaunchBox
CoinTos replied to CoinTos's topic in Third-Party Applications and Plugins (Released)
Well, the whole Kodi and python 3 is fun story, basically Kodi 18 was python 2 like the ones before but they had Kodi 18 test builds with python 3 instead for those that were making addon's python 3 compatible to test on. Kodi didn't officially switch to python 3 till upcoming Kodi 19, currently in alpha. -
Kodi addon for LaunchBox
CoinTos replied to CoinTos's topic in Third-Party Applications and Plugins (Released)
Kodi addon for LaunchBox 1.5.9 released! CHANGES in 1.5.9: - More fixes to AutoHotkey detection - AutoHotkey is now copied from LaunchBox to the addon's userdata - User can set their own AutoHotkey.exe from Advanced settings - Some code clean up with the smb support 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. - Kodi-six package is now required, addon will fail if after first installation of Kodi-six package dependency, Kodi was not restarted. RELEASE NOTICE: This release is another optimization fix. Cleaned up some code with the smb support. AutoHotkey is now save in the addon's settings to stop it from scanning for it on every launch, on first detection will copy AutoHotkey.exe and license.txt (if found) to the addon's userdata folder to fix AHK script update installer support. The installer was killing AutoHotkey.exe the addon was using in the LaunchBox folder causing the AHK script to close. Added option to set own AutoHotkey.exe in Advanced settings of addon. IN DEVELOPMENT: - Back to looking into multiple Launchbox support, most likely now a Kodi 19 only feature. -
Kodi addon for LaunchBox
CoinTos replied to CoinTos's topic in Third-Party Applications and Plugins (Released)
Maybe it's one of the exit settings in Launcher4Kodi for the whole taskbar starting, I use Launcher4Kodi 1.1 as my shell with all exit settings off and no problem with Kodi/BigBox. I don't use AnyDVD but I have never had an issue with my blu-ray drive after using BigBox from Kodi, Kodi still sees my drive/disc and hands it off as expected to PowerDVD. So don't think I can be much help on that issue. -
Test 2 attached now is just to clean up all the smb separation mistakes in test 1. I am posting it while I continue working on 1.5.9's stable release, just incase some needs the autohotkey delay fix and wants to test smb. Test 3, due to how the newer LaunchBox installers work, they will kill the AutoHotkey.exe process if ran from LaunchBox folder on update, therefore killing the AHK script. The addon now copies the AutoHotkey.exe and license.txt (if found) from LaunchBox folder to the userdata folder. Also, under Advance settings there is an option to change to another user selected AutoHotkey exe if desired.
-
@debennett2 Can you give one of these test files a try (py3 is for Kodi 19) and see if it fixes the slow down. I added an AutoHotKey Location setting under Advanced in settings, if the location is blank or invalid it will search the LaunchBox folder for AutoHotkey.exe and if it finds it, it will set the AutoHotkey location setting so next time it doesn't need to waste time searching... well till it is invalid again, that is.
-
Kodi addon for LaunchBox
CoinTos replied to CoinTos's topic in Third-Party Applications and Plugins (Released)
Sorry it took so long to reply. I am in the process of rewriting a bunch of the smb logic as I finally got some spare time to look at it today. I will need some more information though and possibly a file path from launchbox's xml config (Launchbox\Data\Platforms\<platform>.xml) to see if my logic is even right. As for the fail to create mapped drive, can you try manually creating a mapped drive in cmd "net use * //homeserver/<some folder to test>" and see if it errors out. -
Kodi addon for LaunchBox
CoinTos replied to CoinTos's topic in Third-Party Applications and Plugins (Released)
Kodi addon for LaunchBox 1.5.8 released! CHANGES in 1.5.8: - Fixed AutoHotkey location slow detection using debug help and code from @doogie - Added some more logging to detect delays better 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. - Kodi-six package is now required, addon will fail if after first installation of Kodi-six package dependency, Kodi was not restarted. RELEASE NOTICE: This release is an optimization fix and adds additional logging. I made a bone head mistake in my AutoHotkey location detection and did not ignore directories that would never contain it. Thanks to @doogie for taking the time I didn't have and locating as well as supplying fix. IN DEVELOPMENT: - Back to looking into multiple Launchbox support, most likely now a Kodi 19 only feature. -
@doogie You are 100% right, I didn't constraint it which was dumb on my part. I will look into the code you posted and add you as contrib, releasing the fix shortly. I haven't done anything on Github because I really have no need for as I do this addon for fun and my own use. I post the releases here leaving the control of it's existence in the hands of the LaunchBox's moderators and administrators which so far has worked out well for me. Thanks for helping out as I really haven't had time to look into this properly.
-
Well, here's a not so perfect solution that may be better in your use case. You can compile into autohotkey exe or rename the autohotkey exe and script ahk to the same name. Use a script like this as your shell, you will still see the taskbar flash in my very quick tests but might be more to your liking and allow explorer active for volume control. #NoEnv #SingleInstance force SetWorkingDir %A_ScriptDir% ;Load Explorer Run, explorer.exe ; Load Blank GUI to cover taskbar loading Gui,Color,Black,000000 Gui, -Caption TempVar := A_ScreenHeight +100 Gui,Show, h%TempVar% w%A_ScreenWidth% ; Load Bigbox Run, <path to BigBox.exe> WinWaitActive, ahk_exe BigBox.exe ; Sleep for x ms before exiting script Sleep, 5000 ExitApp
-
Kodi addon for LaunchBox
CoinTos replied to CoinTos's topic in Third-Party Applications and Plugins (Released)
Kodi addon for LaunchBox 1.5.7 released! CHANGES in 1.5.7: - Separate Python 3 version for Kodi 19+ support - Fixed AutoHotkey location change in 10.12+ - Fixed the blank black window not staying behind BigBox - Improved Kodi SMB support error handling - Other minor error handling 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. - Kodi-six package is now required, addon will fail if after first installation of Kodi-six package dependency, Kodi was not restarted. RELEASE NOTICE: This release fixes the AutoHotkey directory change in 10.12, now the script will search the LaunchBox directory for the AutoHotkey.exe allowing it to remaining compatible with previous and future directory changes for Third Party Programs in Launchbox. It will now error out if it doesn't find the AutoHotkey.exe. Also, a bunch of bug fixes and error handling improvements were made for both SMB support and general script handling. Due to changes in Kodi 19, there is no way to have a python 2/3 compatible single package so a separate Python 3 only package is available for Kodi 19 Alpha+ users. This package will upgrade any user with a Kodi 16+ existing install who moves to Kodi 19 just by install it after upgrading to Kodi 19. IN DEVELOPMENT: - Back to looking into multiple Launchbox support, most likely now a Kodi 19 only feature. -
Kodi addon for LaunchBox
CoinTos replied to CoinTos's topic in Third-Party Applications and Plugins (Released)
OK, I need you to troubleshoot and I am obviously not saying this right so I am going to put this in steps. 1. Do NOT use Kodi, exit out. 2. Launch BigBox via the start menu or desktop shortcuts 3. Launch Origin Games like you have been doing and note if the same thing is happening 4a. IF so, please post a topic about your issue in the LaunchBox Troubleshooting section, it is not a me problem. 4b. IF not, it may be a problem with script and I will try to recreate it. -
Kodi addon for LaunchBox
CoinTos replied to CoinTos's topic in Third-Party Applications and Plugins (Released)
If it happens with just BigBox running and not using this script with Kodi, then I have to refer to Jason and you will have to start a thread in LaunchBox Troubleshooting, as that is not something this script is meant to handle. -
Kodi addon for LaunchBox
CoinTos replied to CoinTos's topic in Third-Party Applications and Plugins (Released)
Right, so you launch the game it requires Origin to launch in order to launch it so Origin loads and displays but when you exit the game, you don't see the origin launcher anymore but BIgBox. That would be outside the scope of this script, if you were to try do same with BigBox only, no Kodi, and you get the same result, that would fall onto BigBox to take care of Origin's focus, so you would need a game exit script to fix that or talk to Jason for a feature for Origin Games. -
Kodi addon for LaunchBox
CoinTos replied to CoinTos's topic in Third-Party Applications and Plugins (Released)
So what you are saying is the alt+tab is need to display the game or Origin client as in BigBox is over it? I personally hate Origin and only use it because of Battlefield 4 which I wrote an open and close script to kill it after I am done playing so give as much detail as possible and I will see if it is in the scope of this script or if you will have to do something like I did. Good to hear, it didn't break anything because it really was a simple fix, can't believe I missed it when I first did the blank window. -
Kodi addon for LaunchBox
CoinTos replied to CoinTos's topic in Third-Party Applications and Plugins (Released)
@ivant @03397 I might have a simple solution to the blank windows over top of BigBox, can both of you test out this beta to see if fixes the problem and doesn't cause BigBox to interfere with your setups. -
Kodi addon for LaunchBox
CoinTos replied to CoinTos's topic in Third-Party Applications and Plugins (Released)
In LaunchBox's emulator settings for mednafen, in the Exit AutoHotkey script tab, try this: if WinExist("ahk_exe BigBox.exe") WinActivate That should being Bigbox back to front whenever you exit that emulator. I can't force the black window to the back because it will go under the task bar which defeats it's purpose of hiding desktop icons and such. I take a look at trying to make it hide behind BigBox all the time but i am not sure that is possible without breaking things but I will look into it. -
Kodi addon for LaunchBox
CoinTos replied to CoinTos's topic in Third-Party Applications and Plugins (Released)
What you are seeing is the blank black window, the script creates to hide desktop icons. For some reason your mednafen is bring it in front of BigBox on exit. Is it the only emulator that does that for you? -
Kodi addon for LaunchBox
CoinTos replied to CoinTos's topic in Third-Party Applications and Plugins (Released)
Well, due to self isolation starting this morning, I have a beta fix for those that need it. Apparently, some changes were made in Kodi 19 so I will have to start working on 2 separate releases for python 2 and 3. So for right, I am releasing a 'beta' for Kodi 16, 17, 18, Store here and will work on getting a proper release out in the day or so. Changes: - the script will now search the LaunchBox directory for the AutoHotKey.exe and error out if not found. -
Kodi addon for LaunchBox
CoinTos replied to CoinTos's topic in Third-Party Applications and Plugins (Released)
Yep, it was noted yesterday, LaunchBox changed the directory structure and nested the AutoHotkey directory in ThirdParty. It will be properly fixed this weekend as I am still out in the field working and can't schedule time for it till my days off. A manual edit is noted 3 post before this, if you want to quick fix it yourself. Edit: Looks like you edited while I was replying, glad it is working again. Stay tuned for a proper fix. -
Kodi addon for LaunchBox
CoinTos replied to CoinTos's topic in Third-Party Applications and Plugins (Released)
It's under Launchbox\ThirdParty\AutoHotKey, it appears the latest (at least latest Beta for sure, on my test machine) Launchbox redid directory structure.... well, that sucks, gonna have to release a fix for that. Sounds like a 'this coming weekend' project for a proper fix but till then you can manually edit the main.py line 346 to: autohotkeyExe = os.path.join(launchbox, 'ThirdParty\AutoHotkey', 'AutoHotkey.exe') That should fix it.