Release CinemaVision: Create a Movie Theater Experience at Home - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151) +---- Thread: Release CinemaVision: Create a Movie Theater Experience at Home (/showthread.php?tid=231881) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
|
RE: CinemaVision Add-on: Create a Movie Theater Experience at Home - Ragnarok - 2015-12-09 (2015-12-08, 10:44)Skank Wrote: I need this to work (2015-12-08, 21:57)Skank Wrote: I tried running permissions script, but still get error So the major issue we see in your log is this: Code: 03:35:06 T:1373772264 DEBUG: CSMBFile::Open - opened Cinema Experience/Sequences/[ Default 2D ].cvseq, fd=-1 Do you have a sequence file named [ Default 2D ].cvseq in your %CVROOT%\Sequences directory? Did you name that file or was it somehow named that way by default? Is the path smb://UNRAID/Cinema Experience a valid path? It's possible that naming your sequence file [ Default 2D ].cvseq is illegal with unRAID, or it could continue to be a permissions issue. 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. (2015-11-30, 23:13)CinemaVision-Scott Wrote: I found this obscure post on the unRAID forum that might help. RE: CinemaVision Add-on: Create a Movie Theater Experience at Home - Dave the Minion - 2015-12-09 (2015-12-09, 18:42)CinemaVision-Scott Wrote: Great to hear! Now that you have it working, I need your help. I want to put together a guide and example scripts for every solution, so I need your help putting all of that together for the Vera. I can guess at it, but since I can't test it I think it's worthless for me to try. No rush, but if you're willing, I'd love the help! Getting CV to work with the Vera was, in so many words, STUPID SIMPLE. Seriously, it was taking the line of code you posted for me to put into the address bar of a web browser, with the correct IP for the Vera and the specific scene number, and creating a CV action file with that string. then naming it to match the action and adding it to an action module in the CV sequence. Viola. That is literally all I did to "play around" to get it to work, other than manually testing all the scene numbers to figure out which did what but then being directed to the second line of code to see all the scenes and devices on the Vera made that task easy. Code string for CV to execute action to run pre-programed Scene on Micsa Vera http://<Vera IP Address>:3480/data_request?id=action&serviceId=urn:micasaverde-comerviceId:HomeAutomationGateway1&action=RunScene&SceneNum=<SceneNumber> Code string to see all scenes and devices on Micasa Vera http://<Vera IP Address>:3480/data_request?id=sdata&output_format=xml RE: CinemaVision Add-on: Create a Movie Theater Experience at Home - moravec - 2015-12-12 Can I somehow tell CV that in the main feature next is next chapter not skip the feature? RE: CinemaVision Add-on: Create a Movie Theater Experience at Home - Dave the Minion - 2015-12-12 (2015-12-12, 02:09)moravec Wrote: Can I somehow tell CV that in the main feature next is next chapter not skip the feature? Pressing PageUP will skip to the next module of the CV sequence. Pressing Up Arrow will skip to the next chapter of a feature. Unless you have some custom set-up with very different controls, or your feature does not have any chapter markers. RE: CinemaVision Add-on: Create a Movie Theater Experience at Home - MidnightWatcher - 2015-12-12 (2015-11-24, 18:45)CinemaVision-Scott Wrote: I believe you have to create the groups on your Hue Bridge before you can use groups. Check out this article, scroll down to the Groups section. You can also control individual lights if you want, and your code above looks correct. Edit: Figured out the issue I was having. FYI, some of the Philips Hue Action files on the site say "transitiontime” instead of "transitiontime" which will cause problems. RE: CinemaVision Add-on: Create a Movie Theater Experience at Home - MidnightWatcher - 2015-12-13 Feature request: It would be great to have the option to run an action file just as the last chapter plays (typically credits). I'd like to have the lights undim like they do in the theaters. RE: CinemaVision Add-on: Create a Movie Theater Experience at Home - bushhy - 2015-12-13 (2015-12-13, 04:34)MidnightWatcher Wrote: Feature request: It would be great to have the option to run an action file just as the last chapter plays (typically credits). I'd like to have the lights undim like they do in the theaters. That's a great request/idea! RE: CinemaVision Add-on: Create a Movie Theater Experience at Home - BugRaider84 - 2015-12-14 Hi, I'm trying to get action control for my philips hue lights within Cinema Vision. Due to the fact that I don't have any programming skills at all I tried my best but I'm stuck now and I need some help. I apologize if this matter has been discussed before but using the search did not help a lot and I did read the description on page one. I created groups and an account and I played a little bit with philips' Clip API Debugger. Now I'm trying to write my first action file and first of all I don't even know what file type that would be?! *.txt? I tried with txt but nothing worked when I added an action file in cinema vision and hit the test button. This is the code I wrote so far but I'm sure I'm missing something .... or a lot haha Code: http://192.168.1.96:8080/jsonrpc I don't even know if the json code (first 2 lines) is necessary. I would like an action file to dimm group 3, one to turn them completely off and one to turn them back on to the original scene. But for my little mind this is simply to high and I need some assistance... pretty please Thanks a lot in advance! RE: CinemaVision Add-on: Create a Movie Theater Experience at Home - MidnightWatcher - 2015-12-14 (2015-12-14, 03:08)BugRaider84 Wrote: Now I'm trying to write my first action file and first of all I don't even know what file type that would be?! *.txt? It should be a *.cvaction file. You can download some generic action files (that you'll need to edit for your setup) for Philips Hue lighting directly from CinemaVision's site here. Put them in your CinemaVision --> Actions folder and edit accordingly. Note: You will need to register if you haven't already in order to download. (2015-12-14, 03:08)BugRaider84 Wrote: This is the code I wrote so far but I'm sure I'm missing something .... or a lot hahaI don't think the json code is necessary. I can control my lights without it. (2015-12-14, 03:08)BugRaider84 Wrote: I would like an action file to dimm group 3, one to turn them completely off and one to turn them back on to the original scene.Firstly, I would recommend installing and using Notepad++ as this will ensure the proper formatting. I also noticed that you have an incorrectly formatted quotation mark in your code. It should not be “ but rather " instead. Second, your code above sets the brightness to 0, but although this sounds like it should turn the lights off all it does it dim them to the lowest setting. To turn the lights off you'll need to change "on":true to "on":false. Hope this helps! RE: CinemaVision Add-on: Create a Movie Theater Experience at Home - Ragnarok - 2015-12-14 (2015-12-12, 02:38)MidnightWatcher Wrote: Edit: Figured out the issue I was having. FYI, some of the Philips Hue Action files on the site say "transitiontime” instead of "transitiontime" which will cause problems. Great catch! I've corrected the files on the website. (2015-12-13, 04:34)MidnightWatcher Wrote: Feature request: It would be great to have the option to run an action file just as the last chapter plays (typically credits). I'd like to have the lights undim like they do in the theaters. (2015-12-13, 04:49)bushhy Wrote: That's a great request/idea! That's something we discussed when we put in the Pause/Resume/Abort actions. We were trying to come up with a universal way to do this, since not all media comes with embedded chapters. I know I personally don't take the time to add chapters to all of my media. Either way, it's coming. RE: CinemaVision Add-on: Create a Movie Theater Experience at Home - Steve_uk - 2015-12-14 Hi guys got a quick question I'm using cinema vision through the skin mq6 and I've set it up and added a path and queued things. But when choosing the cinema vision film in the queue I get a cinema vision error saying check log. My question is will this be talking about the main kodi log or has cinema vision got a log Cheers RE: CinemaVision Add-on: Create a Movie Theater Experience at Home - Ragnarok - 2015-12-14 (2015-12-14, 14:58)Steve_uk Wrote: Hi guys got a quick question CinemaVision actually logs to the Kodi log so that everything we should need is in one place. If you post a link to your log here, we can see what's going on. You can do this several ways, all outlined here. RE: CinemaVision Add-on: Create a Movie Theater Experience at Home - BugRaider84 - 2015-12-14 (2015-12-14, 04:00)MidnightWatcher Wrote: It should be a *.cvaction file. You can download some generic action files (that you'll need to edit for your setup) for Philips Hue lighting directly from CinemaVision's site here. Put them in your CinemaVision --> Actions folder and edit accordingly. Note: You will need to register if you haven't already in order to download.gotcha, am already registered, stupid me didn't even think about going to the official website haha (2015-12-14, 04:00)MidnightWatcher Wrote: Second, your code above sets the brightness to 0, but although this sounds like it should turn the lights off all it does it dim them to the lowest setting. To turn the lights off you'll need to change "on":true to "on":false.That helped a lot! Got my new bridge today as well and will install and try everything tonight thanks mate! EDIT: alright, so I hooked up my new bridge and got the new IP and the new "username" and changed one of the downloaded generic action files from cinema vision homepage accordingly to my settings. I put it into my cinema vision folder under actions and started cinema vision to integrate this action file. But when I hit the test button, nothing happens... Am I missing something? Code: http://192.168.1.10/api/51403a56dcf426328b1e15e8f604/groups/3/action EDIT2: everything is working, except the test button RE: CinemaVision Add-on: Create a Movie Theater Experience at Home - MidnightWatcher - 2015-12-14 (2015-12-14, 08:35)CinemaVision-Scott Wrote: That's something we discussed when we put in the Pause/Resume/Abort actions. We were trying to come up with a universal way to do this, since not all media comes with embedded chapters. I know I personally don't take the time to add chapters to all of my media. Either way, it's coming. Off the top of my head, I'm thinking that CV could bet set up to enable the "last chapter" action if the feature is longer than, say, 60 minutes and/or if it detects chapters, otherwise CV could ignore the "last chapter" action. All of my DVDs and Blu-rays are longer than 60 mins and I'm sure that the vast majority of us include the chapters every time we re-encode the video. RE: CinemaVision Add-on: Create a Movie Theater Experience at Home - BugRaider84 - 2015-12-15 Hey guys, while testing my procedure of CV over and over I'm running randomly into a crash. The crash only occurs when the feature film is supposed to start, all other sequences are running fine. It's crashing circa 30-60% of the time the movie is about to start. Having the problems on Madnox Skin and Confluence. Running Kodi Jarvis Beta 4 on MacMini Weird thing is, after the crash I have to enable the GUI sounds in Settings - System - Audio Output again, somehow they get disabled with the crash... This is the report file apple throws at me seconds after the crash: pastebin I can reproduce it, so if you need an actual kodi log file on top let me know. |