[RELEASE] Cinema Experience - the new Home Theater Experience Script - 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] Cinema Experience - the new Home Theater Experience Script (/showthread.php?tid=87563) 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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
|
RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - giftie - 2014-01-16 (2014-01-16, 07:47)tommymsw Wrote: I upgraded to Gotham alpha 11 and I no longer have the "addon does not have the correct structure" error when trying t install. I'm not able to reproduce any of these problems, although I am on a much new version, I don't recall these items as bugs that had been fixed. Could you post a link to you debug log(see my signature if you need help) Quote:I am not sure where the "Movie Theater Outro" video is supposed to play (before or after the movie) but if it is before, it also does not play. This video would be the very last video played, after the feature presentation outro. RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - tommymsw - 2014-01-16 Quote:I am not sure where the "Movie Theater Outro" video is supposed to play (before or after the movie) but if it is before, it also does not play. This video would be the very last video played, after the feature presentation outro. [/quote] So there are two that play after the feature presentation? "Feature Presentation Outro" and "Movie Theater Outro"? I'll get the debug log to you as soon as I can. Thank you. RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - bluenote - 2014-01-16 Hey giftie No advice for my "unique" problem? RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - weirdinin - 2014-01-16 Quick question: does home automation still work if I use external player (like mpc-hc + madvr) with xbmc instead of the dvdplayer that xbmc uses as a default player. Has anyone tried that? http://wiki.xbmc.org/index.php?title=External_players RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - giftie - 2014-01-17 (2014-01-16, 19:31)tommymsw Wrote:Quote:I am not sure where the "Movie Theater Outro" video is supposed to play (before or after the movie) but if it is before, it also does not play. Correct RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - giftie - 2014-01-17 (2014-01-16, 22:24)weirdinin Wrote: Quick question: does home automation still work if I use external player (like mpc-hc + madvr) with xbmc instead of the dvdplayer that xbmc uses as a default player. Has anyone tried that? The problem with External players is that they don't provide information back to XBMC. The script watches the playback. I have a feeling that the script will think that the video ends then it ends.. You can try and see what happens. RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - dezblack - 2014-01-17 I have everything working on this as intended, FRODO and the .6 version on Win7 except the home automation script. I've made sure the settings are toggled to enabled. I've also downloaded the home_automation.py script for FRODO and tried it. I see the triggers firing off in the log and all, but eventghost just does not see the trigger. I verified the port is 8278 in the script and the receiver in EG. I also tried adding a line to launch a vbs script instead of using event ghost and still doesn't run: # Movie Theatre Intro elif trigger == "Movie Theater Intro" and ha_settings[ "ha_mte_intro" ]: pass # place code below this line subprocess.Popen(['C:/SCRIPTS/xbmc2homeseer/scene-movie.vbs'], shell=True, creationflags=subprocess.SW_HIDE) self.broadcastUDP("<b>CE_Automate<li>movie_theatre_intro</b>" ) So question is, is this supposed to work? There are so many different answers/solutions configs when searching for this topic. I would be content as to just using a line in the script to run this vbs script (which works). Any ideas? RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - thekow - 2014-01-18 Excellent plug in. I am running an Gotham ALPHA 13 of xbmc and ACE skin release. CE 3.0.6 It seems a couple of the OUTRO video sections do not play if i have a intro video as well. I have come up with my own solution not using those options but i am not sure why that is. I am very late to the party. Does the home theater mega pack still exist or is there any alternative? I have been on you tube and demo world downloading a few videos but want a few more. Mainly pre show entertainment , coming soon and feature presentation videos. Thanks for all the hard work on the plug in. Re: RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - giftie - 2014-01-18 (2014-01-17, 23:40)dezblack Wrote: I have everything working on this as intended, FRODO and the .6 version on Win7 except the home automation script. I've made sure the settings are toggled to enabled. I've also downloaded the home_automation.py script for FRODO and tried it. I see the triggers firing off in the log and all, but eventghost just does not see the trigger. I verified the port is 8278 in the script and the receiver in EG. I also tried adding a line to launch a vbs script instead of using event ghost and still doesn't run: You need to remove the 'pass' code. RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - dezblack - 2014-01-19 Thanks that did it. This thing rocks, thanks for it. Going to try tieing in 3.0.7 with my wifi2ir device for 3d movies now... RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - UHFM - 2014-01-19 Hi i got a little problem, with this addon. It doesnt plays lokal trailers. Im running XBMC 10.1 Dharma and Cinema Experience 1.0.53 i set the trailer path to local (see this picture. its in german) and all trailers named like this: The Hobbit-trailer.mp4 here is the log: Log on Pastebin What am I doing wrong? thanks for all help RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - dezblack - 2014-01-19 3.0.7 is working except trivia question and answer slides do not work. Just single slides. RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - Ragnarok - 2014-01-19 Until the final release, you will need to edit the xml files and remove any "N/A" entries you see. RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - dezblack - 2014-01-19 This did not work, but it can wait. I am more concerned with the reporting of what is playing for a 3D movie. I have edited the new home_automation.py to include: def broadcastUDP( self, data, port = 8278 ): # XBMC's former HTTP API output port is 8278 IPADDR = '255.255.255.255' PORTNUM = port s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM, 0) if hasattr(socket,'SO_BROADCAST'): s.setsockopt(socket.SOL_SOCKET, socket.SO_BROADCAST, 1) s.connect((IPADDR, PORTNUM)) s.send(data) s.close() So for the triggers I have: #3D Intro elif trigger == "3D Intro" and ha_setting [ "ha_3d_intro" ]: self.broadcastUDP( "<b>CE_Automate<li>3D_intro</b>" ) etc.. When playing a 3D movie, everything works except when I get to this trigger, it broadcasts the one for intermission and then no more are broadcasted, (countwon, audio format, movie). I tried turning off the only trigger once for multiple videos setting and got the same result. I hope this makes since. I think the elif trigger or ha_setting is not reporting correctly RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - dezblack - 2014-01-19 I have also noticed this still plays rating, main attraction and audio videos from the 2d folders when I have these set to not play in the 3d settings screen. |