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 - schumi2004 - 2015-09-17 (2015-09-16, 22:41)CinemaVision-Scott Wrote:(2015-09-16, 21:59)scott967 Wrote: Since skin widgets stores the movie dbid as a property I could use it in a JSON call to playlist.add in python. What I do is this: CV throws an error when using argument movieid Code: 16:18:47 T:9348 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- I think I implemented it correctly (see previous post).but could be wrong. RE: CinemaVision Add-on: Create a Movie Theater Experience at Home - Ragnarok - 2015-09-17 (2015-09-17, 09:45)kgian Wrote: Good morning. I tried 0.0.38 in my office pc, win 7 kodi 14.2. Of course basic functionality keeps working. Also skin integration in confluence works great! I have a cinemavision button in my movie info screen. I have selected in settings to hide the qeue dialog. So, when I press the cinemavison button it just works! Pure bliss!!!!! (2015-09-17, 15:42)kgian Wrote: Tried 0.0.38 in home win 10 computer. Previously it would not play at all. Now it almost works. By almost I mean: I tried first one movie and the sequence would not start, just a black screen. Without selecting a movie the sequence would play and I would get the placeholder as a movie. I tried 2 other movies and it worked. Hey! I'm going to need some logs from you to be able to help. (2015-09-17, 16:20)schumi2004 Wrote: CV throws an error when using argument movieid That should be fixed in the next release. Thanks for the heads up! RE: CinemaVision Add-on: Create a Movie Theater Experience at Home - Dave the Minion - 2015-09-17 Has anyone set up CV to work with a Vera Z-wave controller yet? RE: CinemaVision Add-on: Create a Movie Theater Experience at Home - Ragnarok - 2015-09-18 (2015-09-17, 17:24)Dave the Minion Wrote: Has anyone set up CV to work with a Vera Z-wave controller yet? I posted the documentation for Z-wave in the Home Automation post. I can't see any reason why it wouldn't work, but we need some help testing for sure. In other news, 0.0.39 is up on the website! A few minor bug fixes and a new way to report bugs are now included. Please test it and give us some feedback! We'll assume if we don't hear anything, everything is working perfectly. RE: CinemaVision Add-on: Create a Movie Theater Experience at Home - kgian - 2015-09-18 Hello. I just tried CV 0.0.39 in my work pc. Basic functionality still works. Confluence skin integration still works. Now some things that bug me: 1) When I start the sequence editor I can't move the cursorup or down, only left right. In order to move the cursor up down, I have to press enter first. Then it adds a random module to the sequence, which I have to delete. This happens in all my computers and all previous versions. It is a minor problem, does not affect functionality at all, but still you should check it out. 2) I cant get 3d detection to work. I could not get it to work in the previous version also. I create a simple sequence with 1 trailer and then the feature and set it for 3D. When I play a 3D movie though it goes on and plays my 2D test sequence (2 traielrs and the feature). Here is my pastebin http://pastebin.com/3idwBTi9 I see in line 2140 that it is not detected as 3D, even though the filename is "avengers.age.of.ultron.3D.SBS.2015.mp4" 3) When a trailer plays from itunes trailers, if i press info I get the url of the stream. In cinema experience, with info it would show the trailer name. It would be nice to do so. The three above points happen in all my computers. When I have time I will try to check my htpcs. Number two is the most important, which affects functionality. Points 1 and 3 are minor annoyances. RE: CinemaVision Add-on: Create a Movie Theater Experience at Home - marhutchy - 2015-09-18 Why does pressing 'C' stops everything in CV? It just stops the feature or anything that's playing and exits the add-on. I was just trying to see what was n my queue again. RE: CinemaVision Add-on: Create a Movie Theater Experience at Home - schumi2004 - 2015-09-18 (2015-09-17, 16:56)CinemaVision-Scott Wrote:Tried latest release and indeed player error is gone but still doesn't function as expected.(2015-09-17, 16:20)schumi2004 Wrote: CV throws an error when using argument movieid When using movieid argument it still says that there isn't a movie in queue Debug log here --> http://pastebin.com/AD83zW2k RE: CinemaVision Add-on: Create a Movie Theater Experience at Home - Ragnarok - 2015-09-18 (2015-09-18, 09:28)kgian Wrote: Hello. I just tried CV 0.0.39 in my work pc. Basic functionality still works. Confluence skin integration still works. We're trying to recreate this on our end now. (2015-09-18, 09:28)kgian Wrote: 2) I cant get 3d detection to work. I could not get it to work in the previous version also. I create a simple sequence with 1 trailer and then the feature and set it for 3D. When I play a 3D movie though it goes on and plays my 2D test sequence (2 traielrs and the feature). This will be fixed in the next release. We were only testing for upper case, and we'll make the detection case insensitive. (2015-09-18, 09:28)kgian Wrote: 3) When a trailer plays from itunes trailers, if i press info I get the url of the stream. In cinema experience, with info it would show the trailer name. It would be nice to do so. This is one of the things we have left on our list of things to fix, and should be fixed soon. (2015-09-18, 14:11)marhutchy Wrote: Why does pressing 'C' stops everything in CV? We're working on fixing this, and think it's mostly addressed. Should be fixed in the next version. (2015-09-18, 17:03)schumi2004 Wrote: Tried latest release and indeed player error is gone but still doesn't function as expected. It doesn't look like that log contains you running CinemaVision at all, can I get one where you've run the add-on? Make sure it's 0.0.39, the latest from the site. Edit: Wait, I might be an idiot. Looking now. Can I get you to post up the lines you added to your skin for integration? Specifically the lines with the movieid argument being passed. RE: CinemaVision Add-on: Create a Movie Theater Experience at Home - schumi2004 - 2015-09-18 (2015-09-18, 17:34)CinemaVision-Scott Wrote:(2015-09-18, 17:03)schumi2004 Wrote: Tried latest release and indeed player error is gone but still doesn't function as expected. Here you go. Code: <!-- <control type="button" id="515"> <!-- Cinema ex DISABLED RE: CinemaVision Add-on: Create a Movie Theater Experience at Home - popcorn903 - 2015-09-19 (2015-09-17, 07:49)CinemaVision-Scott Wrote:(2015-09-17, 00:58)popcorn903 Wrote:(2015-09-17, 00:17)CinemaVision-Scott Wrote: Not sure about the sequence editor malfunctions - we thought we had that handled. We'll take another look. Can I also get a log from you where you're updating the content? Here is the log from 0.0.39 - sorry about the delay RE: CinemaVision Add-on: Create a Movie Theater Experience at Home - Dave the Minion - 2015-09-19 Been a bit since I've been able to play around with the lastest builds. On .39 now and cool to see options to customize what 3D tags should launch the 3D sequence. However, when running CV from the info screen of a 3D movie it launches a strange mix-mash of a sequence that pulls 1 3D bumper but not in the correct order, doesn't access the correct 3D trailers folder and skips all sorts of things. Is the 3D sequencer still being worked on? I'm going to continue to experiment a bit. RE: CinemaVision Add-on: Create a Movie Theater Experience at Home - MidnightWatcher - 2015-09-19 Is it me or do trailers not really match the rating or genre of the feature yet? I'm streaming iTunes trailers x 3 and everything seems to be configured correctly in CV's settings, but when playing a G-rated family feature I'm still getting trailers rated anywhere from PG to R. RE: CinemaVision Add-on: Create a Movie Theater Experience at Home - dexdeadly - 2015-09-20 here is my latest log. as you can see i get an unauthed error. this occurs even though the openhab server should be allowing any local ip to sensld commands which i can from postman on any device and control with my android app just fine. is the plugin showing as some sort of external address. also it seemes the files dont work at all and i get a traceback error from the actions. py file here is the log link http://pastebin.com/mFZ1fQ06 if i turn security off the scripts causes the py file error. let me know RE: CinemaVision Add-on: Create a Movie Theater Experience at Home - wints - 2015-09-20 (2015-09-12, 18:55)wints Wrote: Can't seem to get this to work, using latest version of CV kodi DSPlayer with emby for kodi don't if that's the problem, log below cheers Hi Scott, any news on this problem yet? still doing the same with latest CV release New Log cheers RE: CinemaVision Add-on: Create a Movie Theater Experience at Home - Ragnarok - 2015-09-20 (2015-09-19, 04:30)popcorn903 Wrote: Here is the log from 0.0.39 - sorry about the delay No worries! From the logs, it looks like the sequence was aborted by you before the Audio Format Bumper, and everything else in your sequence but a trailer played without issue. Can I get you to describe in detail what you're seeing and how to recreate it? (2015-09-19, 09:02)Dave the Minion Wrote: Been a bit since I've been able to play around with the lastest builds. On .39 now and cool to see options to customize what 3D tags should launch the 3D sequence. However, when running CV from the info screen of a 3D movie it launches a strange mix-mash of a sequence that pulls 1 3D bumper but not in the correct order, doesn't access the correct 3D trailers folder and skips all sorts of things. Is the 3D sequencer still being worked on? I'm going to continue to experiment a bit. Gonna need a log and your sequence from you, sir! 3D appears to be working well for me. I'm currently trying to figure out how to use JSON to auto switch my TV. (2015-09-19, 14:59)MidnightWatcher Wrote: Is it me or do trailers not really match the rating or genre of the feature yet? I'm streaming iTunes trailers x 3 and everything seems to be configured correctly in CV's settings, but when playing a G-rated family feature I'm still getting trailers rated anywhere from PG to R. Also need a log from you, when you can. I think we have this buttoned up with one of the features we've been working on, but I need a log to tell for sure. (2015-09-20, 06:56)dexdeadly Wrote: here is my latest log. as you can see i get an unauthed error. this occurs even though the openhab server should be allowing any local ip to sensld commands which i can from postman on any device and control with my android app just fine. is the plugin showing as some sort of external address. also it seemes the files dont work at all and i get a traceback error from the actions. py file here is the log link How does openHAB authenticate? Does it user headers? (2015-09-20, 10:06)wints Wrote: Hi Scott, any news on this problem yet? still doing the same with latest CV release We've been doing some digging into this. It appears that the issue is with VOB files, which the Kodi player supports. I'm not sure about DSPlayer, or how the Emby service factors in. From the logs, it looks like you're running an older version of CinemaVision, since the issue with the dummy file that you had before appears to be in there. Let me get you to download the newest release and run through it. If at all possible, try taking DSPlayer out of the equation and see if the problem persists. If it doesn't, the issue is with DSPlayer. If it does, the issue could be with the Emby service, or with CinemaVision. We haven't (and frankly don't have time to) look through the code for the Emby service, but if you can get our developer an audience with one of the Emby developers, they might be able to talk out what's happening. |