About 54 results
Open links in new tab
  1. Kodi Community Forum

    Mar 12, 2026 · Kodi Community Forum Post in the correct forum. Be sure to read the sticky topics for rules and explanation of which files to include! Windows Xbox Android Linux Raspberry Pi iOS & …

  2. Kodi Community Forum

    Kodi Community Forum

  3. xbmc.python prerequisite - Kodi Community Forum

    Oct 25, 2023 · Solved, but Python 3 in general is not backward compatible with python 2. For the examples, I think if you go to romanvm github he has updated some of these for Kodi 20. I also …

  4. The Complete Guide: Kodi (XBMC)/Windows Media Center/ServerWMC …

    Apr 7, 2019 · In XBMC Frodo, the exit button skips backward 7 seconds. In Kodi Helix and XBMC Gotham, no button will do the 7 second backward skip, but I'll show you how to fix that later. The …

  5. XBMCLauncher / Launcher4Kodi - All in One Tool for Change Shell, Set ...

    Jan 20, 2026 · Keep XBMC on focus so that no other application can steal the focus of your remote control presses. Creates a System Tray icon for XBMCLauncher from which you can configure its …

  6. XBMC official Git repository on GitHub (Team-XBMC's primary/head …

    Sep 17, 2012 · The normal XBMC log IS NOT a debug log, to enable debug logging you must toggle it on under XBMC Settings - System or in advancedsettings.xml. Use XBMC Debug Log Addon to …

  7. [RELEASE] XBMC WebBrowser (Windows) - Kodi Community Forum

    Oct 10, 2014 · Website definitions via Addon/XBMC - Website title - Website URL - Default Zoom Level in % - Stop XBMC Playback - Show Popups - Show Scrollbar Custom mouse cursor Mouse control …

  8. Solved : Solution to the closed Android Data folder on Android devices!

    Nov 9, 2024 · - Change xbmc_env.properties to off-xbmc_env.properties. - Restart Kodi. This reverts it to the original location, allowing you to access and transfer files from the old setup. 2. Add the Data …

  9. Setup guide for XBMC Android remote - Kodi Community Forum

    Aug 19, 2010 · Download XBMC remote from Android Market on the phone 2. Be sure that WIFI is enabled and you are connected to home network like in this screen below 3. Open XBMC and go to …

  10. Import python module in kodi addon

    Oct 26, 2023 · pack_webmanager_folder = xbmc.translatePath (os.path.join (addon_path, 'webdriver_manager')) sys.path.append (pack_webmanager_folder) from …