Jump to content

Dreamaxx Premium Cinema

Member
  • Joined

  • Last visited

Everything posted by Dreamaxx Premium Cinema

  1. Thank you in advance. I have to say that if the plugin runs without errors, it leaves nothing to be desired, the function with the action sequence in the middle and last chapter is brilliant. Thank you for your work.🙏
  2. My Projector Epson EH-TW9400 is Behind the Seats in a seperate Room, and is projection trough mirogard glass. I pick up this location, because I have no noise in the Cinema Room.
  3. I sent the log and the sequence file via PM. Note: I had deactivated YouTube adon because I didn't need it and had assigned a video file for the audio format bumper. Then at this point pse stopped in front of the audio format bumper and wanted youtube adon to be installed, otherwise it wouldn't be executable.
  4. I´ll send a log later. I have a local video file for Audio Format Bumper. I don´t using any youtube videos for PSE.
  5. I had already thought of that too. I got Skin Estuary from the downloads section here. The loading circle when buffering is actually not displayed. I'll try it. The funny thing is that sometimes before the audio format bumper and after the audio format bumper the attached image pops up for a very quick look. that is not hidden then. strange right? PSE is loading something or what could it be?
  6. Hello, This script worked perfectly about a year ago and faded in the pause in longer films. #Movie Pause http://kodi:kodi@192.xxx.xxx.xx:8080/jsonrpc {"jsonrpc":"2.0","method":"GUI.ShowNotification","params":{"title":"Pause","message":"10 Minutes","displaytime":8000},"id":0} I hadn't used it for a while and wanted to use it again in an action file in the Function for Middle Chapter, but it no longer shows up. Is it possible that something has changed in PSE or Kodi with an update that does not allow the display? If I activate the file in the test it works and shows me the notification. I think it's now running in the background in Kodi when playing a movie.
  7. I've been wondering for months why this function, which I've been waiting for for years, doesn't work 🤔and now I have to realize that it wasn't PSE, but my action file🙈. Sorry. But I'm happy that this is running now.
  8. Hello, I have several films with chapter markers and have activated the action: "dim the lights up" at the last chapter, but unfortunately it hasn't worked with any film so far. The action function during general playback with PSE works perfectly. I use a ShieldTV with Kodi Omega. Is there any way to get this function to work or do I have to set something up beforehand? Thank you in advance.
  9. Hello, I used the original version and it worked great for me. Furthermore, the system froze and now, even when I restart the program and even when I restart the computer, it still shows the film title with the start and end time of the film when it crashed. Is there a way to reset the whole thing? I try to reinstall the original Programm but the same result. Need Help. Thanks
  10. I'll try it on my Shield TV Pro again this weekend. Maybe it was a coincidence. Maybe a problem with the movie I selected. I'll definitely give feedback. Today I tested it on my little Nvidia Shield TV. Same configuration. When I selected PSE everything was grayed out. see image attached. When I go back to version 0.2.5 it worked. Don´t know why?
  11. OK, I guess I'll have to test it a little more carefully then. I'm not sure what could have caused it
  12. Maybe this will help a bit. I tested PreShow Experience 0.3.0.a2 on my Nvidia Shield TV Pro 2017 and Kodi 21 Omega with Skin: Estuary for PreShow Experience in Kodi 21 Omega 1.0.0. I wanted to test the "Execute Action at last Chapter" function for a few films. Unfortunately, the version didn't work on the Shield and caused Kodi to freeze shortly after I activated PSE. Kodi stopped, then continued to run after 1-2 minutes and froze again, etc. The whole thing didn't run smoothly. Even actions like the curtain up were delayed. After I reinstalled version 0.2.5, everything ran like clockwork again.
  13. It´s running. great thanks
  14. Can someone at least tell me where I can find the KaiDialogToast.xml? Or, if this doesn't exist, as in my case, tell me what the xml is called with which I can influence the GUI.ShowNotification. In any case, KaiDialogToast.xml cannot be found under: \\SHIELD\internal\Android\data\org.xbmc.kodi\files\.kodi\addons\skin.estuary\xml. Thank you
  15. I test a little bit and Matts pseaction file is running perfect. My fault, I test first with the default Sequence and that doesn´t work. If I test it with a new Sequence everything is running perfekt. I can also show a notification, but if anyone has an idea, how to show a image.jpg, I´m absolutely happy.😃 Here is the pseaction Test with Notification before the Pause: sleep://20000 http://kodi:kodi@192.0.0.0:8080/jsonrpc {"jsonrpc":"2.0","method":"GUI.ShowNotification","params":{"title":"Pause","message":"10 Minuten","displaytime":7000},"id":0} sleep://2000 http://kodi:kodi@192.0.0.0:8080/jsonrpc {"jsonrpc":"2.0","method":"Input.ExecuteAction","params":{"action":"playpause"},"id":0} sleep://20000 http://kodi:kodi@192.0.0.0:8080/jsonrpc {"jsonrpc":"2.0","method":"Input.ExecuteAction","params":{"action":"playpause"},"id":0}
  16. Hello, Now I finally got around to testing the script. I put it in front of the feature in PSE as a script.pseaction file. If I go to action and test in edit sequence, it shows that everything is ok. But if I let it run with a film, the pause doesn't work. Nothing happens. I have enabled “Allow control via http” in Kodi. Have I perhaps forgotten something? Have you an Idea? Another question would be, is it possible to display a reference to the break as an image.jpg before the break? Something Like this: sleep://3600000 http://username:password@ip#:8080/jsonrpc {"jsonrpc":"2.0","method":"GUI.ShowNotification","params": {"image":"image://test//hdr10.png", "displaytime":5000 },"id":"0} sleep://2000 http://username:password@ip#:8080/jsonrpc {"jsonrpc":"2.0","method":"Input.ExecuteAction","params":{"action":"playpause"},"id":0} sleep://600000 http://username:password@ip#:8080/jsonrpc {"jsonrpc":"2.0","method":"Input.ExecuteAction","params":{"action":"playpause"},"id":0}
  17. Thank You very much. I will try it tomorrow.
  18. Basically, I had built in a 10 minute break for longer films. A notification was displayed, the projector was switched to sleep mode and the light was dimmed slightly. It would be a shame if it didn't work anymore. Actually, it can't be that difficult to send a command to Kodi via PSE.
  19. I would like to automatically pause the player after a specified time and start it again after a certain time. I do it a few years ago. but since Kodi 18 I think the http funktion doesn´t work. But I think there is a chance.
  20. Hello, I want to send Kodi via PSE action Module to Pause or Play the movie. Her is my File but it doesn´t work. I think that file is wrong. Can anybody help me with the file? Thanks in advance... I write in my action file: POST:http://192.168.xx.xx:8080/jsonrpc -u kodi:password -d {"jsonrpc":"2.0","method":"Player.PlayPause","params":{"playerid":0,"play":false},"id":1}
  21. It worked like a champ 🤗. Thank you very much.
  22. Hello, the action files for pause, abort, resume are working. When I run another action file for example: "beamer power on, light on, curtain open" etc. everything is working fine. The only problem is, that the time delay is not working. Have you already found a solution? is it a problem in PSE or another with kodi?
  23. What I can say only if I „Pause“ the Light‘s going on. This action scene is working.
  24. I tested it and unfortunately the time delay doesn't work. Does anyone have a tip as to why it doesn't work. According to the test, all okay, but the test only delays one second. Why doesn't it work with 5 sec. e.g. I need the delay for my system.
  25. I think I found the problem. My action file named action.cv and the action in PSE named action.pseaction. I will try it, when I´m at home.