Jump to content

All Activity

This stream auto-updates

  1. Today
  2. ryannav joined the community
  3. MidnightWatcher replied to acid303's topic in Support
    That's a known issue and I believe there's a workaround mentioned in the thread but that should be fixed in the next release. If you mention the issue there someone should be able to assist.
  4. acid303 replied to acid303's topic in Support
    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.
  5. Yesterday
  6. Matt started following MPC-HC
  7. Matt replied to acid303's topic in Support
    @MidnightWatcher is correct. External players don't pass the chapter changes through kodi’s code like the internal player.
  8. MidnightWatcher started following MPC-HC
  9. MidnightWatcher replied to acid303's topic in Support
    FWIW, one of the Kodi developers is working on a more recent release that allows you to integrate madVR into Kodi directly. It's still a work in progress obviously but I'm guessing it may allow you to use the credits trigger (and still use madVR, which I presume is why you're using MPC-HC as an external player). I wouldn't recommend installing it over your existing Kodi install, however, but install on another PC if possible and test it out first before making any switch. https://forum.kodi.tv/showthread.php?tid=223175&page=547
  10. MidnightWatcher replied to acid303's topic in Support
    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.
  11. NightWatcherTheater replied to acid303's topic in Support
    Does the movie you're watching have chapters? The last chapter is what triggers the credit lights.
  12. acid303 posted a topic in Support
    Hello, I have a problem with MPC-HC. To explain: I'm using a PC with MadVR and Kodi Omega. I use MPC-HC as an external player – it basically works. I've also integrated the PSE add-on and configured it so that the lights go out when the movie starts and come back on during the credits. When I start the movie via Kodi, the lights turn off as intended, but they don't turn back on during the credits. Can anyone help me with this?
  13. Last week
  14. khalkho_122333 joined the community
  15. Aschabz changed their profile photo
  16. user9353gj3563 joined the community
  17. borobox joined the community
  18. Arnott93 joined the community
  19. KinoFuN joined the community
  20. Isaac joined the community
  21. 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/
  22. thank you, i just added time to my video thank you for your help
  23. Earlier
  24. htpcmac joined the community
  25. Iain_J joined the community
  26. Bourne joined the community
  27. Matt replied to Matt's topic in Smart Home
    There are 3 ways to handle what you are asking for. I don't think I would recommend an action file for what you are asking for, unless you are playing the audio file on another device. If that is the case, I would recommend option 3 with just the image. Here are the options in order of difficulty. Option 1 - I think you can select an audio file as a file in the video module. The visuals associated with it may vary from system to system, so you may get flickering or a generic background. Option 2 - Change the audio file to a video and add it as a video module. Option 3 - Add a slideshow module and add an image, which can just be black, to a folder within your slideshow content, set your audio file as the music and set the time for the module to be just longer than your audio file.
  28. Hello All, I wanted a action to pause a sequence for a moment so the sound can be times properly , help appreciated
  29. JoshLewisNet changed their profile photo
    This is a great addition to Movie Poster! This makes everything pop even more! Thanks so much for your hard work!
  30. Hey thanks for such a great add on to the Movie Poster App, I came across this by mistake but I’m glade I did. My question is I using version 2.3.0.6 when I added the extra logos the problem I’m having is the banner not staying it disappears and reappears. Did I do something wrong? The only banner showing is Welcome to Our Home Theater or noting at all.
  31. Matt replied to TedP64's topic in Support
    Awesome. Glad you got it working.
  32. In the end, this is what worked for me. Release v7.3.0+alpha.5 · anxdpanic/plugin.video.youtube · GitHub
  33. The updated file is also in the alpha of the latest version in the repo.
  34. Hopefully, I will try to give the python file a try in the next days and see if it works
  35. kyeofsillybilly changed their profile photo
  36. I think the https option has been there for a long time and that they are now just removing the http option. I think there's a good chance you are correct and the update is tied to a new app version, which sends the instructions to the bridge.
  37. It's August 2nd and I haven't added the updated python file yet as I wanted to see if the action files would now cause an error or just fail to trigger the Philips Hue lights. It's still working at the moment, so perhaps the change is being rolled out somehow. I do see an update for the Philips Hue app in the Google Play Store but I've set it up to no longer auto update (both in the Play Store and within the app itself). Maybe the new app version implements the change / updates the bridge firmware?
  38. The way that they implemented the https is a bit strange. They require that the security certificate be passed to the hue prior to submitting the api web request. Getting the Hue lights to work in PreShow is already difficult for most people. Even if I provide instructions for how to do it, I think it would end creating more confusion and get me into more tech support than I can handle for it. My current solution should be considered temporary, but that may not change how to proceed. The issue is that the https link gives a security error, which is what PreShow will see instead of connecting to the bridge. The current fix is to ignore that error, so that the https works like a standard http link and passes calls to the bridge. Ultimately, people will probably have to change the http to https in their action files. At some point I'll go in and see if I can add code into PreShow to handle passing the security certificate to make it easier for people. I'm not sure if that will require additional changes to your action files or not at this point.
  39. Thanks Matt. Will this be a temporary fix until we figure out how to update the action files or can this be applied as a permanent fix?
  40. 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
  41. Deprecation of HTTP supportWith the RED compliance being effective per 1st August, all firmware releases being released will no longer support HTTP. The Hue API should be accessed exclusively over TLS (HTTPS) to protect personal and sensitive information even better. Guidance on implementation can be found in our application design guidance.
  42. if your poster has not downloaded yet it will show a screenshot from kodi