Posts: 63
Joined: Dec 2013
Reputation:
2
I have been using Cinema Vision for the last couple of weeks(well done good work). I was using Cinema Experience before and also using xbmc.callbacks.
I have a few homemade light structures (Particle Photon and RGB strip) that I use curl commands to control. Currently I do that only through xbmc.callbacks but with Cinema Experience and now Cinema Vision every bumper would cause the pause and resume scripts to be run. I will be keeping call backs for the start and stop feature, but I would like to see the pause/resume scripts handled by cinema vision. So is there a way to call a .cmd file from cinemavision on pause?
Posts: 613
Joined: Jan 2011
Reputation:
12
I'm not at home at the moment but you can run a specific action file during both pause and resume. It's somewhere in CinemaVision's settings, just poke around and you'll find it.
Out of curiosity, do you have KODI set up to pause for a few seconds during refresh rate changes?
My Theater: JVC X790R + Peerless PRG-UNV | 120" CineWhite UHD-B Screen | KODI Omega + PreShow Experience | mpv | madVR RTX 2070S | Panasonic UB420 | Denon X3600H @ 5.2.4 | 4 x ADX Maximus w/ Dayton Audio SA230 | 3 x Totem Tribe LCR + Mission M30 Surrounds + SVS PC2000 + Monolith 15 | 40" HDTV w/ MeLE N5105 + MoviePosterApp | 40TB Win10 SMB Server over Gigabit Ethernet
Posts: 63
Joined: Dec 2013
Reputation:
2
2015-12-16, 00:18
(This post was last modified: 2015-12-16, 00:25 by jjhtpc.)
Yes I have Kodi setup with pauses for refresh rate. That is why I was hoping to have some sort of cinemavision command that would handle pauses. Quite possibly avoiding the lights down, lights up partially, lights down, lights up partially, lights down cadence.
I could always kill that feature all together but I built the lights to be the ambient light for going to the restroom and this is why I want them to come up a little on pause.
I have tried to add an action and then put the path of the .cmd file in there but I get an error stating missing arguments/protocol.
Posts: 63
Joined: Dec 2013
Reputation:
2
Oh that may work. Thank you for that suggestion. Yes that is exactly what I am encountering is the playing/pausing is causing the scripts to fire. So this would allow it to only fire twice, once when cinemavision starts and then right before the feature. That would be much better. Thank you very much. Now I just have to figure out how to call the .cmd from an action.
Posts: 613
Joined: Jan 2011
Reputation:
12
I think if the CV action file to disable "Adjust Display Refresh Rate" is the very first item in the sequence it should only fire once, just as the feature plays.
My Theater: JVC X790R + Peerless PRG-UNV | 120" CineWhite UHD-B Screen | KODI Omega + PreShow Experience | mpv | madVR RTX 2070S | Panasonic UB420 | Denon X3600H @ 5.2.4 | 4 x ADX Maximus w/ Dayton Audio SA230 | 3 x Totem Tribe LCR + Mission M30 Surrounds + SVS PC2000 + Monolith 15 | 40" HDTV w/ MeLE N5105 + MoviePosterApp | 40TB Win10 SMB Server over Gigabit Ethernet
Posts: 3,449
Joined: Jul 2012
Reputation:
15
Skank
Posting Freak
Posts: 3,449
Do you have a sequence file named [ Default 2D ].cvseq in your %CVROOT%\Sequences directory? -> No , I got a seq.cvseq in the map sequences
Did you name that file or was it somehow named that way by default? --> I got a seq.cvseq in the map sequences
Is the path smb://UNRAID/Cinema Experience a valid path? -->Yes it is
It's possible that naming your sequence file [ Default 2D ].cvseq is illegal with unRAID, or it could continue to be a permissions issue. --> Dont have that file
You could try renaming [ Default 2D ].cvseq to Test.cvseq and see if that helps, but my earlier suggestion of checking permissions and setting up a user account instead of using root would still be my suggestion. --> so i creature user and then what?
Posts: 63
Joined: Dec 2013
Reputation:
2
Ok I was working on the .cvaction. I can get it to run but I need to be able to run a background process.
In order to do so I run the following:
start /B "startmovie" "c:\Batch\startmovie.cmd"
This works in windows if I double clickthe command file, but when I run in cinemavision I get an error that it cannot find the file and it show the file path as c:\\Batch\\startmovie.cmd
It is adding additional \
Is this a bug or is something I am doing?
I can run the command without the start /B but then Kodi gets pushed to the background and the commandline pops up.
Posts: 353
Joined: Mar 2014
Reputation:
0
Looking for info where I should add my Short Films videos. Also looks like countdown needed to be added? Guess right before Feature?
Posts: 400
Joined: Jun 2015
(2015-12-19, 19:52)rmilyard Wrote: Looking for info where I should add my Short Films videos. Also looks like countdown needed to be added? Guess right before Feature?
You can add them where ever you like. CV allows you to customize the order of any module so your countdown can come right before the feature, or before the audio bumpers, or at the very beginning. It all depends on what you want to see.