All Activity
This stream auto-updates
- Yesterday
-
ExaplinedWorm joined the community
- Last week
-
cassini12 started following Can you choose to download all, rather than one at a time?
-
Can you choose to download all, rather than one at a time?
cassini12 replied to cassini12's topic in General Discussion
really not one person knows the answer to this? -
MartinsVision started following CinamaVision on Kodi 20 Nexus + Surprice inside
-
CinamaVision on Kodi 20 Nexus + Surprice inside
MartinsVision replied to JanePaw's question in CinemaVision Add-on Support
Updates aren't easy , hopefully we will still be functioning with the Update -
Gemini88 joined the community
-
Mjb1 started following BBFC Colors Ratings
-
https://t.me/pump_upp - best crypto pumps on telegram Make 1000% and more within 1 day, join channel @pump_upp !
-
herpaderp32 joined the community
-
jpp27 joined the community
-
fitivuva joined the community
-
https://t.me/pump_upp - best crypto pumps on telegram Make 1000% and more within 1 day, join channel @pump_upp !
-
JanePaw started following CinamaVision on Kodi 20 Nexus + Surprice inside
-
CinamaVision on Kodi 20 Nexus + Surprice inside
a question has posted JanePaw in CinemaVision Add-on Support
guys. what do you think, is it necessary to upgrade cinemavision to kodi 20 nexus? in my opinion - yes! and the sooner the better. since the digital release of avatar 2 is coming. i would like to get an upgrade before that premiere. how complicated is it there? who knows about it? if you like the video, i can post it in original quality. made a couple more. theatre intro (SDR) - https://youtu.be/gJhtCW-Ta0k theatre intro (HDR) - https://youtu.be/twTzMFZshVU -- courtesy (SDR) - https://youtu.be/yevUv3N4ze0 courtesy (HDR) - https://youtu.be/VrKeRtBJL5c -
AZUR started following Which light system too choose?
-
Valromcek started following BBFC Colors Ratings
-
Massimo started following CV on Kodi 20 Nexus
- Earlier
-
Can you choose to download all, rather than one at a time?
a topic has posted cassini12 in General Discussion
for example I downloaded some motion posters, 314 total but I had to select one at a time. Am I missing a button to download all? Thanks -
Valromcek started following Doremi Cinema
-
https://t.me/pump_upp - best crypto pumps on telegram Make 1000% and more within 1 day, join channel @pump_upp !
-
https://t.me/pump_upp - best crypto pumps on telegram Make 1000% and more within 1 day, join channel @pump_upp !
-
Nice work!
-
in typical fashion, I figure this out 10 minutes after i post for help. I've spent days/weeks/months/hours trying to achieve this and i finally have. I'll share to spare anyone else the headache of having to go through this. My ultimate purpose for this is to integrate this in home assistant via script. Script Outline: This script is designed to parse through ALL movies that have not been watched (playcount less than 1) , of the list of movies that have not been watched, a random movie is selected and the movie ID is stored into a variable to then pass to the cinemavision api call. Assumptions: You will need to have mapped your sequences based on genre type so Kodi already knows which sequence to play when a movie ID is passed to it. If the script fails to play a movie, it means that no sequence (again, based on genre) has been mapped for that type of movie. What you need to do: in the username password and host name variables, you will need to provide the sign on that you would typically use for logging on to the web interface for Kodi for each call, there are 2 calls. #Returns a list movie and movie ID #required param ID $username ='username' $pwd = 'password' $hostname = 'ipaddress' $port = '8080' $secpwd = ConvertTo-SecureString $pwd -AsPlainText -Force $data = @{ 'jsonrpc' = '2.0' 'method' = 'VideoLibrary.GetMovies' 'id' = 1 params = @{ properties = @( 'genre', 'playcount', 'runtime' ) filter = @{ field = 'playcount' operator = 'lessthan' value = '1' } } } $json = $data | ConvertTo-Json -Depth 100 $url = 'http://'+$hostname+':'+$port+'/jsonrpc' $mycreds = New-Object System.Management.Automation.PSCredential ($username, $secpwd) $webreq = Invoke-WebRequest -Uri $url -Credential $mycreds -Body $json -ContentType application/json -Method POST -AllowUnencryptedAuthentication $webreq $unwatchedfulllist = ($webreq.content|convertfrom-json).result.movies|get-random $pickedmovie = $unwatchedfulllist.movieid #Returns a list movie and movie ID #required param ID $username ='username' $pwd = 'password' $hostname = 'ipaddress' $port = '8080' $secpwd = ConvertTo-SecureString $pwd -AsPlainText -Force $data = @{ 'jsonrpc' = '2.0' 'method' = 'Addons.ExecuteAddon' 'id' = 1 params = @{ addonid = 'script.cinemavision' params = @{movieid = "$pickedmovie"} } } $json = $data | ConvertTo-Json -Depth 100 $url = 'http://'+$hostname+':'+$port+'/jsonrpc' $mycreds = New-Object System.Management.Automation.PSCredential ($username, $secpwd) Invoke-WebRequest -Uri $url -Credential $mycreds -Body $json -ContentType application/json -Method POST -AllowUnencryptedAuthentication
-
I am trying to launch a movie sequence directly based on the movieid, but i cannot seem to figure out how to pass the params in a powershell format to cinemavision. I have it most of the way there, but the documentation is just not clear enough on how to send a movie id. If i can send a movie id and launch the sequence, cinemavision should know what to do from there as i have CV set to pick a sequence based on the movie genre. the code below, only seems to launch the editor, how do i launch a movie? $data = @{ 'jsonrpc' = '2.0' 'method' = 'Addons.ExecuteAddon' 'id' = 1 params = @{ addonid = 'script.cinemavision' params = @( 'experience' ) } } $json = $data | ConvertTo-Json -Depth 100 $url = 'http://'+$hostname+':'+$port+'/jsonrpc' $mycreds = New-Object System.Management.Automation.PSCredential ($username, $secpwd) $webreq = Invoke-WebRequest -Uri $url -Credential $mycreds -Body $json -ContentType application/json -Method POST -AllowUnencryptedAuthentication
-
SmartThings Mode and Lighting Changes During CinemaVision Sequences
bullwinkl commented on Ragnarok's Guide in SmartThings
I don't think anyone's going to convert it...the app is done with new development. I never used this setup anyway--I always just used webhooks to scenes. I'd help a little, but I honestly just spent the last day and a half moving all my stuff to Home Assistant so I can toss Smart Things in the can. This whole deprecation process that's dragged on for months and months has been ridiculous. There is a Discord some of us are using rather than the boards here now. If you want an invite, holler at me. -
SmartThings Mode and Lighting Changes During CinemaVision Sequences
freddoh commented on Ragnarok's Guide in SmartThings
anyone working to convert this since groovy is no more? -
i last visited 2 years ago... woah. that is crazy. with the changes to smartthings by lighting automations have broken. the smartapp no longer works. came looking to see if it was updated. nope... it's a ghost town
-
Hi, Is there any workaround to get CV working with streaming trailers on Nexus? At the moment it refuses to launch. I downloaded the CV addon from here: Thanks so much for any help!
-
End Credits Lighting Automation
a question has posted dyhometheaterguy in CinemaVision Add-on Support
I know this has been asked in the past and I don't know if this addon will be updated anytime soon but is there any solution for lighting when the end credits come up in a movie? With more movies having mid credit scenes like in Marvel, I would like the lighting to come up after the mid credit sequence. Is there another solution or script that can be used in conjunction with CV to make this work. I feel like this is the last piece I need to be complete other than maybe volume automation at the beginning of the movie -
Could be the content not the player
-
What's your version you running?
-
4 years later: is this still a thing? Can't get CinemaVision to correctly play Atmos bumper Edit: I managed to get Atmos bumper to get player correctly, only if it is contained in TrueHD. If the conatiner is EAC3, I get the DD+ bumper instead.
-
Is there a way to make CV run on ZDMC? For those who not know: ZDMC is a modified version / fork of Kodi developep by the folks from Zidoo that uses by default a external player that is fully adapted to work with the Zidoo Hardware. This leads to pretty supreme Video+Audio Playback performance. But unfortunately the external player seems to interfere with CV. Using the latest Version ZDMC 19.4 on my Zidoo UHD3000 with CV 1.5.0 only the very first element of the Sequence is played and after a few hickups CV returns to its main screen. Has anybode here managed to make this combination work?
-
btw. i had the same problem with CV not playing trailers just using local trailers. But also in this case: deactivating the "match genre" and "match 3D" optoion was the solution.
-
Is cv still working or not?
miguelmolez replied to illflo781's question in CinemaVision Add-on Support
Great! Thanks i'll have a look -
Is it possible to set the video zoom level with an actionfile? I'd love to set zoomlevel for bumpers and trailers differently than the main movie. Kind of like setting the refresh rate?
-
Which light system too choose?
touriafuji replied to Paynemaster's question in Home Automation Support
Your family's home entertainment area is probably used for much more than movie night. If you and your children spend a lot of time in your home theater, you need to light more than just screen entertainment. Using a smart lighting system gives you a lot of energy to fine-tune each option to perfection. You can design your home theater lighting for any occasion by calling it up at any time with your smartphone or smart speaker. This entire system can be connected to a smart outlet at https://www.amazon.com/smart-plug-wifi-plugs-alexa/dp/B09KTYH3MJ. I think you will be able to create the comfort you need. -
CV only play the first Module/Trailer (Kodi 19.3)
MartinsVision replied to Chucky's question in CinemaVision Add-on Support
first when you say module do you mean Movie ? if you are trying to play more than one movie you have to Query them in kodi... and for your other problem with bumpers or trailers it sounds like you have a bumper or trailer that it cant read and it will exit back to kodi when this happens ...Or you dont have your databased scanned in ...that would be my first thing i would check with the new update to CinemaVision you can now change the volume on each section Triva , Trailers, ect in the menus are you sure this isnt turned down there ?