Be a part of CinemaVision today! Once registered and logged in, you will have access to public chat and your own private messenger, you can view and contribute guides, collaborate on the forums, review downloads, give reputation to your fellow members, contribute content and so much more. Registering is quick and completely free, so what are you waiting for? Sign In Sign Up
I create a Sequence with a fixed break from 10 Min. in my long Movies.
The Movie is running for example 56 Min. then a text on the screen is showing for 5 sec.:" we´ll take a short break for 10 Min." Kodi Pause and the light goes on (Action Pause)
After 10 Min. the lights goes off (Action Resume) and the Movie play again. This works perfekt but I don´t see the Message on the screen.
If I send the Message via Firefox Browser from my Laptop (while a Movie is playing) I can see the Text.
Here´s my: 10minbreak.cvaction
#56 Min. till Movie break
sleep:// 3360000
#Fade In: We´ll take a short break
http://192.168.188.21:8080/jsonrpc?request={%22jsonrpc%22:%222.0%22,%22method%22:%22GUI.ShowNotification%22,%22params%22:{%22title%22:%22Short%20Break!%22,%22message%22:%22We%20are%20back%20in%2010%20Minutes%22},%22id%22:1}
Hi, I have a little Problem.
I create a Sequence with a fixed break from 10 Min. in my long Movies.
The Movie is running for example 56 Min. then a text on the screen is showing for 5 sec.:" we´ll take a short break for 10 Min." Kodi Pause and the light goes on (Action Pause)
After 10 Min. the lights goes off (Action Resume) and the Movie play again. This works perfekt but I don´t see the Message on the screen.
If I send the Message via Firefox Browser from my Laptop (while a Movie is playing) I can see the Text.
Here´s my: 10minbreak.cvaction
#56 Min. till Movie break
sleep:// 3360000
#Fade In: We´ll take a short break
http://192.168.188.21:8080/jsonrpc?request={%22jsonrpc%22:%222.0%22,%22method%22:%22GUI.ShowNotification%22,%22params%22:{%22title%22:%22Short%20Break!%22,%22message%22:%22We%20are%20back%20in%2010%20Minutes%22},%22id%22:1}
#Pause Kodi
http://192.168.188.21:8080/jsonrpc?request={%22jsonrpc%22:%222.0%22,%22method%22:%22Player.PlayPause%22,%22params%22:{%22playerid%22:1},%22id%22:1}
#10 Min. Break
sleep:// 600000
#Restart Kodi
http://192.168.188.21:8080/jsonrpc?request={%22jsonrpc%22:%222.0%22,%22method%22:%22Player.PlayPause%22,%22params%22:{%22playerid%22:1},%22id%22:1}
Kodi and Cinemavision running on an Odroid C2 with LibreELEC. I think this can be the Problem, but I think it´s possible to fix.
If there is a better way to show the Text or a pic on the screen you can tell me.
Please help me!
Edited by JensShare this post
Link to post
Share on other sites