[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
|
- atomicwedgie - 2011-01-25 Here's how my wife and I are using this... I have edited and renamed a lot of the videos originally linked on this thread. I've broken them down to other groups. I now have folders as follows: Audio Coming Attractions Intros Coming Attractions Outros Courtesy (Cell phone warnings, no talking, garbage, etc) Feature Presentation Intros Feature Presentation Outros Movie Theater Intros Movie Theater Outros Our Intros (custom theater intros) Ratings Refreshments Refreshments Drive In (I can swap these into Refreshments if desired) Trivia Intros Trivia Outros Here's how we've changed the setup... Trivia ..Intro (use Curtain open + Refreshment messages) ....Slides + Music ..Outro (A personalized Theatre welcome) Movie Theatre Intro (Use courtesy messages) Movie Trailers ..Intro ....Trailers ..Outro (Our personalized Theater intro) I know the trivia intro doesn't work yet. What I am doing is adding the opening curtain video to the beginning of all Refreshment videos. When I am done renaming and editing the videos, I will make them available for download on my site. As I said I separated many of the original videos that were all in one file so they can be categorized and found higher resolution replacements for some. - Targettio - 2011-01-25 Harro Wrote:I had the same buffering issue's tjat everyone else had and just decided to download to a local folder instead. Now trailers play great. Thanks, I assumed it was a 'sidelined' feature while he worked on the main aspects of the script. I am in the process of developing my own addon(s) to control an arduino, which in turn controls my lights via RF (http://www.homeeasy.eu/). I have been struggling to get xbmc's python to communicate with the arduino via usb. In order to overcome these issues I have bought an ethernet shield for my arduino which should allow me to use an HTTP/JSON type communication which I hope will work better. If I make any worthwhile progress then I will post something on here. But it could be a while - Invincer - 2011-01-25 Is anyone else running into an issue where the movie just will not play? I have everything pointed to the folders and files I had used previously on HTE, but in trying the script with a number of different skins it runs the cinema files, but then just goes back to the movie menu screen on the next movie after the one I had selected (but of course without playing the selected movie). Used Confluence with <control type="button" id="13"> <description>Home Theatre</description> <include>ButtonInfoDialogsCommonValues</include> <label>Cinema</label> <onclick>Playlist.Clear</onclick> <onclick>Dialog.Close(MovieInformation)</onclick> <onclick>XBMC.RunScript(script.cinema.experience)</onclick> <visible>system.hasaddon(script.cinema.experience) + Container.Content(movies)</visible> </control> also tried Transparancy on the icon, same problem - kevron - 2011-01-25 I've had that problem pretty randomly. I just started the movie when that happened. It has only happened maybe 3 times to me. Since it was completely random I didn't bother with a log. - Harro - 2011-01-25 Invincer Wrote:Is anyone else running into an issue where the movie just will not play? I have everything pointed to the folders and files I had used previously on HTE, but in trying the script with a number of different skins it runs the cinema files, but then just goes back to the movie menu screen on the next movie after the one I had selected (but of course without playing the selected movie). See this Post http://forum.xbmc.org/showpost.php?p=667121&postcount=1 - Invincer - 2011-01-25 Tried the change to <control type="button" id="13"> <description>Home Cinema Experience</description> <include>ButtonInfoDialogsCommonValues</include> <label>Cinema</label> <onclick>Dialog.Close(MovieInformation)</onclick> <onclick>Playlist.Clear</onclick> <onclick>RunScript(special://home/addons/script.cinema.experience/addon.py)</onclick> </control> Didn't help; same problem. Mine isn't random, it happens every time I try it. Guess I will try a log, thought maybe there was something simple maybe I was missing - Harro - 2011-01-25 Invincer Wrote:Tried the change to Is this the same problem? http://forum.xbmc.org/showpost.php?p=669700&postcount=175 - giftie - 2011-01-26 Targettio Wrote:Thanks, I assumed it was a 'sidelined' feature while he worked on the main aspects of the script. Once I get some specifics done, I will work on breaking the functions down. This will then allow reorganizing the 'playback' This will then allow to add this feature into the script and others. - rflores2323 - 2011-01-26 I have added the repo repository.googlecode.xbmc-addons.zip and it shows that there is an update however when I try to update it fails. Anybody know why? - SlaveUnit - 2011-01-26 rflores2323 Wrote:I have added the repo repository.googlecode.xbmc-addons.zip and it shows that there is an update however when I try to update it fails. Anybody know why? Richard, It shows there is an update with he cinema script or the repo itself? - Targettio - 2011-01-26 giftie Wrote:Once I get some specifics done, I will work on breaking the functions down. This will then allow reorganizing the 'playback' This will then allow to add this feature into the script and others. OK, cool. I assumed it would be pretty low down the list of stuff to do. Thanks for taking the script on, and good luck with it. - Invincer - 2011-01-26 Harro Wrote:Is this the same problem? http://forum.xbmc.org/showpost.php?p=669700&postcount=175 Nope, not at all the same problem. In his situation he had a line <onclick>Action(Queue,25)</onclick> that should not have been in the code from what everyone was saying. Plus his problem was it played the wrong movie, mine doesn't play the movie at all, but acts like it did moving to the next movie in the menu and showing the movie I had selected as being watched (though it never was) - rflores2323 - 2011-01-26 SlaveUnit Wrote:Richard, in the repo itself however it fails to update it. - giftie - 2011-01-26 Invincer Wrote:Nope, not at all the same problem. In his situation he had a line Does script run(ie trivia, intros, etc.)? If it does, could you post your xbmc.log file to pastebin.. Thanks.. - SlaveUnit - 2011-01-27 rflores2323 Wrote:in the repo itself however it fails to update it. Probably unrelated but mine now says "ERROR: SCRIPT FAILED UPDATER". Then once the python script fails my system becomes all jerky in the menus. Then when I go to close it, it crashes. Im not sure this is referring to he google repo though. Im actually guessing this has to do with the Aeon MQ2 skin. So I shouldnt have even posted here . Oops. |