Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation since 07/31/2025 in Posts

  1. The updated file is also in the alpha of the latest version in the repo.
  2. 1 point
    Hi, thanks for the link. I was able to test it without any problems. The DS Player is integrated into Kodi, so the lights turn off and on again as desired at start and end – everything works perfectly. The only thing that's not quite right is the aspect ratio: It always runs in full screen mode instead of 21:9.
  3. 1 point
    The credits trigger only work if using Kodi's built-in videoplayer. PSE doesn't communicate directly with external players like MPC-BE or mpv.
  4. Are you asking where you can download trailers? Here is where I get mine. They're VERY large but good quality, though you'll need to likely download to know which are Green trailers. https://www.digital-digest.com/movies/
  5. Hopefully, I will try to give the python file a try in the next days and see if it works
  6. I'm going to release a new version of PreShow, hopefully this weekend, with a solution that should take care of this issue. I have attached the updated python file that control actions with the potential fix. The file goes in your kodi addon directory in the following folder: script.preshowexperience > lib > preshowexperience Below is a guide to where the kodi folder is. The addon folders is located inside of this, so add addons/script.preshowexperience/lib/preshowexperience to find the location where the action file goes. Android Android/data/org.xbmc.kodi/files/.kodi Flatpak ~/.var/app/tv.kodi.Kodi/data iOS /private/var/mobile/Library/Preferences/Kodi LibreELEC /storage/.kodi Linux ~/.kodi Linux (Flatpak) ~/.var/app/tv.kodi.Kodi macOS /Users/<your_user_name>/Library/Application Support/Kodi Nvidia Shield (SMB) smb://<nvidiashieldurl>/internal/Android/data/org.xbmc.kodi/files/.kodi OSMC /home/osmc/.kodi tvOS /private/var/mobile/Library/Preferences/Kodi WebOS /media/developer/apps/usr/palm/applications/org.xbmc.kodi/.kodi Windows C:\Users\<YourUsername>\AppData\Roaming\Kodi Windows Portable <Install location chosen by you>\portable_data Windows Xbox %LOCALAPPDATA%\Packages\XBMCFoundation.Kodi_4n2hpmxwrvr6p\LocalCache\Roaming\Kodi\ If you don't know hot to copy the file to this location, please wait for the updated version of PreShow that will include the change. actions.py
  7. FIXED! It seemed like the Kodi App had all permissions (4 out of 4), but opening up "Storage" revealed it only had Read permission. Completely my own mistake. Hopefully, @JustRob and others might find this helpful.