Jump to content
LaunchBox Community Forums

CoinTos

Members
  • Posts

    169
  • Joined

  • Last visited

Everything posted by CoinTos

  1. TESTERS NEEDED Instead of flooding the Kodi addon for Launchbox released thread with test files and handling issues with those test files, I have started this thread. Here I will be posting test files as I work through some past feature requests before they are released in the Download section. The released thread will be for handling issues with current releases posted in the Downloads section, feature requests, and posting version release news like before. TESTERS NEEDED
  2. Kodi addon for LaunchBox 1.5.5 released! CHANGES in 1.5.5: - Hide taskbar option added - Hide mouse cursor while on Blank Black Gui - Hide mouse Busy/Wait cursor - Move mouse cursor to Top Right corner of screen - Some code clean up for Python 3 prep 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. RELEASE NOTICE: This release is to try to minimize the effects the taskbar has on Kodi UWA and to hide the mouse better for those that don't like to see it. It is already known that the taskbar will raise itself over top of the black Gui the AHK script creates to hide desktop icons and taskbar on non-UWA Kodi whether it is set to AlwaysOnTop or not using Kodi Windows Store verion. So a hide taskbar option was added to reduce it to a thin line at the bottom of the screen. Removing the Cortana search bar is reported to minimize the 'flash' to just start up of the script when it transitions from Kodi to Bigbox. IN DEVELOPMENT: - Code rewrite in Python 3 compatible - Back to looking into multiple Launchbox support
  3. OK so I will add that into the workaround note as well. I only saw 1) because I never keep the Cortana search bar on any of my systems, that is the first thing I remove on a fresh system install.
  4. Drats, was hoping the black taskbar would help as I hadn't tried it. Thanks for the feedback.
  5. Yeah, as far as the taskbar is concern, it will be listed as a known issue with Kodi UWA as so far the solutions I have looked into are too wonky to be viable without introducing other compatibility issues. Maybe in the future MS will make it so it doesn't raise the taskbar on top of all windows when a UWA app changes states but till then work around will be use regular Kodi, try changing the color of the taskbar to black to minimize the effect or ignore it.
  6. New test file, . Modified an example function from AHK forum to change all system icons to blank so that it would only modify the Busy/wait cursor. So basically for the time AHK is running there will be no Busy/Wait cursor but the mouse arrow cursor is only hidden when on Blank Black GUI so that it can be still use in emulator etc. that require it visible. Again, you need to select the "Delete and update userdata scripts on next run" option in the advanced options in the plugin settings as the script number is the same as test1.
  7. Yeah, the flashing has to do with how the UWA apps interact with explorer.exe (and the taskbar by association). It will not even respect a AHK GUI with AlwaysOnTop set and flashes over it so it is going to have to be a known issue as it only affects UWA Kodi. I will keep looking for a solution but I wouldn't hold my breath.
  8. To rule out cursor interference which in my testing so far has resulted in a flash of the taskbar, please try this new test file. It moves the cursor to the top right corner and make it invisible on the black gui that I create in the ahk script. Note, it doesn't hide the busy cursor icon yet. Also, since i didn't up the ahk script version number again, you need to select the "Delete and update userdata scripts on next run" option in the advanced options in the plugin settings. Edit: Reread your post and if you are referring to a 1 px line at the bottom that is the 'hidden' taskbar in windows 10 and there is not much I can really do about it. In testing it only shows on launchbox updates for me.
  9. New test file for hiding taskbar with plugin advanced option added. Report any issues, i haven't rewritten in python 3 yet so it will be compatible with kodi 16/17.
  10. Yeah, about that mouse pointer... I did nothing to attempt to hide it so that will currently be dependant on Bigbox and Kodi handling. You are definitely not doing anything wrong, I will have to look into making a setting in the plugin's options to allow the AHK to hide the taskbar if they selects that. That is really the only true solution, other than setting the blank black gui AHK creates to always on top which wouldn't allow anything over it, lol. It also seems I can only reproduce it on UWA version of Kodi, so it looks like it has to do with the way UWA handles focus of the taskbar with UWA apps.
  11. Kodi addon for LaunchBox 1.5.4 released! CHANGES in 1.5.4: - Added Kodi 18 support - Added black fullscreen gui to Autohotkey script to hide desktop icons and taskbar 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. RELEASE NOTICE: This release is a bug fix for Kodi 18. This will also be the last release to support any Kodi version before 18 as it will be rewritten Python 3. Kodi is dropping Python 2 support as it is EOL for Kodi 19. IN DEVELOPMENT: - Code rewrite in Python 3
  12. No, this is just for fun, no donations needed. Glad it is working for everyone. I updated the downloads page, no changes were made from test2 to final so no need to update if you are using it.
  13. New test file, autohotkey script updated to draw a black fullscreen window, in an attempt to hide desktop icons and hopefully task bar.
  14. Glad to hear. As for the transition, 3 options. 1. As suggested by neil9000, startup video 2. Run Kodi as a shell (warning: UWA apps won't work in windows 10) 3. If windows 10 A) Hide desktop icons: Right clicking on desktop, selecting view and unchecking Show desktop icons B) Hide taskbar: Right clicking on tasbar, select Taskbar settings and turn on Automatically hide taskbar in desktop mode
  15. Honestly, the only changes are structure related and a couple of unused modules removed. I was in a rush to get something out and was having trouble finding answers on the Kodi Wiki about Kodi 18 so I looked at teeedubb's changes for the Steam launcher as his works. Notice he had a future call in his default.py and a package folder structure with __init__.py so I loaded up pycharm and did the same. Ran it through Kodi 18 with debug, no errors, so I figured good to release for test. Next changes needed are dropping Kodi 17 and previous support and rewriting it all Python 3 as Kodi 19 and higher required this and as far as I know Kodi 18 supports it.
  16. Wow, I guess it has been over a year. Work, life and no time for retro gaming... I miss the simpler days of before. Anyways, here's a test zip with Kodi 18 support for the brave, it works on my tests of Kodi 18 64bit and Kodi 18 UWP. Report any issues, I will try and get them fixed, if none found, I will post it in the download section. Due to Kodi transitioning to Python 3 and bunch of other changes, this addon really needs a rewrite at some point this year (before Kodi 19 for sure). which would make things like adding multiple Launchbox instances support etc possible. I just got to find the time.
  17. Kodi addon for LaunchBox 1.5.3 released! CHANGES in 1.5.3: - Added a License.xml exists check and alert user if it is missing as this script currently requires LaunchBox Premium. - Added a check to see if LaunchBox.exe is currently open and tries to gracefully close it. 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. RELEASE NOTICE: This release is a bug fix for a couple of reported issues with the addon's Autohotkey script. IN DEVELOPMENT: - Multiple LaunchBox directories support, thus allowing the user to pick from a list of LaunchBoxes they have added and setup for different purposes. - License.xml not required support, using LaunchBox (Free or Premium) in full screen LaunchBox mode instead of forcing the use of BigBox mode only.
  18. Hey @Strubdog, sorry for the late response, been crazy busy. The step that it sounds like you are missing is your License.xml license in your root LaunchBox folder. In order for this Kodi addon to be useful, you need the premium version of LaunchBox, LaunchBox will then allow you to launch BigBox. I am looking into adding support for LaunchBox free version which would allow Launchbox to be used instead of BigBox but you lose the 10ft experience and interactive flash that BigBox gives you. I plan to release a quick bug fix for an issue that was pointed out, then complete the multi-LaunchBox support and that time I will add support for those that don't wish to buy LaunchBox Premium by allowing the use LaunchBox instead of requiring BigBox.
  19. OK, so under the addon's Settings you can change if you want Kodi exited or minimized. Right now Kodi is being closed and restarted, due to this your log that you submitted is not the log that launched it and doesn't contain the info I need. In your Kodi ( C:\Users\<username>\AppData\Roaming\Kodi\userdata\ folder, unless you use portable mode) is the Kodi.old.log, that would be the one that had the info I need. If you could submit file's text or change the settings so that it will be minimized instead of close and that log once submitted would contain the required info I need to figure out the sound issue. Thanks.
  20. In 1.5.0 and above, you just need to set your LaunchBox base directory (ie, A:\Launchbox\), it will not show the BigBox.exe as Kodi is selecting a folder now not a exe. This was noted in the release notes due to Kodi release rules (no binaries rule) and helped by LaunchBox's GPL conformance requirement by including autohotkey.exe instead of direct compiling AHK in LaunchBox itself. It is also stated in the configuration instructions on the download page. So I am hoping that will fix your issue if not please submit the logs and I will look into it. Thanks,
  21. Can you please update to the latest version as you are currently running 1.4.1 according to the debug log and there has been a lot of changes since that version. If it still happens can you please send me another log and include the AHK log that newest version creates. Thanks.
  22. Interesting, well I am gonna need a copy of logs to debug with. The first one is the Kodi log while debug is running and the second is the log my ahk script would have created. The AHK log is called LaunchBoxLauncher-AHK.log it will be located either in your C:\Users\<username>\AppData\Roaming\Kodi\userdata\addon_data\script.launchbox.launcher\scripts\ folder or the save location folder set in the addon's settings if using the windows store version. You can PM me the links if you don't wish to post them directly to this thread.
  23. So I am swamped with work till next weekend but I will look into multi instance support when I get some free time.
  24. Kodi addon for LaunchBox 1.5.2 released! CHANGES in 1.5.2: - Completed voluntary project audit and fixed all possible license issues, all code is GPLv2 unless otherwise stated in README.txt and/or actual file. - Removed all deprecated code and moved to string.po for langauge file. - New fanart thanks to Rincewind. 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. RELEASE NOTICE: Recently, I was notified that some person or persons over the course of the last 2 weeks had anonymously and without providing reason reported this download's file posting. Due to this, I have voluntarily gone through and audited all files/images/license(s) and contacted those involved. All possible issues have been corrected and all code is GPLv2 as nothing was actually MIT licensed so the LICENSE.txt has been corrected. Finally, thanks to Rincewind, the fanart included now not only looks better but has proper permission obtained for its inclusion in this Kodi addon.
  25. @FoxyMonty No problem, if it is still happening to you then it might be something I need to check in the relaunching portion with the portable option enabled. Haven't done too much testing with portable version as I really don't use it so might be something I need setup and dig deeper into.
×
×
  • Create New...