[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
|
- giftie - 2011-04-28 aussieburger Wrote:I had the same problem here as everyone else for the last 2-3 weeks. Hangs just before the apple trailers are meant to stream. What OS are you using? I'm guessing Windows... It would be nice to see a Linux/Live system have a problem... Because I don't want to point the finger at Windows... - Pino72 - 2011-04-28 Hi there, I am on todays latest SVN because I hoped the Autoframerate setting would be working again but no luck...nybody else got this broken with the current CE release? I had this before a couple of times going from working to not working etc. Just wanted to check if anybody else has the "turn back on autorefresh for movie" setting not working...thx. Otherwise the script is running fine although i am not streaming trailers but running from loal stored trailer files. Keep the great work flowing :-)! PS I tried with Pre Eden on and off still no luck. - henrikyo - 2011-04-28 im having trouble installing this, after installing from zip from xbmc, nothing shows up in the source. newest xbmc nightly - giftie - 2011-04-29 henrikyo Wrote:im having trouble installing this, after installing from zip from xbmc, nothing shows up in the source. How are you installing from a zip? - giftie - 2011-04-29 Pino72 Wrote:Hi there, Could you post a debug log to pastebin(.ca or .com) It's tough troubleshooting problems with out it... Follow the instructions on the first page of this thread... - Laciecat - 2011-04-29 Slide Pack Quantum of Solace http://www.megaupload.com/?d=QTU02I3D - aussieburger - 2011-05-01 giftie Wrote:What OS are you using? I'm guessing Windows... It would be nice to see a Linux/Live system have a problem... Because I don't want to point the finger at Windows... Correct Win7 64. Guessing it might be something like that as well ... my friend had the same problem so I went around and tried all the things I tried to fix it on mine. Nothing seemed to work then I ran XBMC in admin mode, did not work at first, restarted in normal mode and now it works! Maybe it needed to run in admin mode once to save some settings in the C:\program files directory? Unfortunately I forgot to save the log file from my friends pc when it wasn't working. I did find an old log file of mine though which I could post but I'm not sure how much help it will be as it 1.5meg of me trying all kinds of different things to get it working Unfortunately the pastebin max size of 500kb means I would have to split it several times ... - giftie - 2011-05-01 aussieburger Wrote:Correct Win7 64. Guessing it might be something like that as well ... my friend had the same problem so I went around and tried all the things I tried to fix it on mine. Nothing seemed to work then I ran XBMC in admin mode, did not work at first, restarted in normal mode and now it works! Maybe it needed to run in admin mode once to save some settings in the C:\program files directory? Unfortunately I forgot to save the log file from my friends pc when it wasn't working. I did find an old log file of mine though which I could post but I'm not sure how much help it will be as it 1.5meg of me trying all kinds of different things to get it working Unfortunately the pastebin max size of 500kb means I would have to split it several times ... Though the hanging seems pretty consistent on Windows system, I did manage to get the same error, on my Linux system, that everyone else has had: Code: Error trying to retrieve an item that's out of range So I am pretty confident that the error is internal to XBMC. Which if it is, it will only be fixed for Eden. I have submitted a bug report to the XBMC devs with all my findings. If I am wrong about it, they'll let me know and I'll have to fix it in the script. Though you said you have it 'fixed' on your side(I hate it when problems seem to fix themselves) Hopefully the other users reporting the same problem(using Windows) can solve it the same way - Run As Admin, then as a Normal user. The error was not consistently happening on my Linux box so I'm not too worried about it(unless more Linux users report a problem) Thanks getting back to me regarding the problem... - bluenote - 2011-05-01 Once in a while I'll get a period where it works well for a while but then soon enough it goes back to near constant broken-ness. Im guessing thats what previous poster is actually seeing. I have UAC turned off with an admin user and I still get the problem although I confess to not actually having tried the 'run as admin' as yet. - noem - 2011-05-02 I just found a bug in the script. Code: RunScript(script.cinema.experience,command<li>movie_title=The%20Illusionist) It will start the Cinnema Exp. script but not the movie if the move is inside a RAR file.... It works ok with non compressed movies. - giftie - 2011-05-02 noem Wrote:I just found a bug in the script. One the format that XBMC magically handles Could you post a Debug log with this being tried, I would really like to see what XBMC is sending back for information for the RAR file. The other format that probably does not work is ISO. Script does not continue after playing intro video - markimark - 2011-05-02 Hi there, maybe someone can help me out. I work with the Aeon MQ2 skin. A view months ago I installed the skin and the cinema experience script. I just added 1 intro video and I chose 2 trailers. All was working perfect for many weeks but then it just stopped working. I have no idea why because I did not do any changes at all. In the meantime the skin supports the script with the new cinema section but I can not start anything from there because none of my keyboard input (0 or Q) is accepted. I also had set up my own movie section (playlist) and I always was able to start the cinema experience from the info page of the chosen movie. I still can do this but after the intro is played the script just does not continue. It is not showing any trailer and not the movie as well. I have to "escape" and have to srat the movie without the "experience". Does anybody have any idea what could have changed and what I can do to make it work again? Thanks for any help. Cheers. - giftie - 2011-05-02 markimark Wrote:Hi there, Need a Debug log to help figure out what is going on Quote:In the meantime the skin supports the script with the new cinema section but I can not start anything from there because none of my keyboard input (0 or Q) is accepted. Hmmm... Not sure here.. I wonder if for some reason the Queue option is mapped to a different key. You are using a normal keyboard(wired or rf) not IR. I wonder what you 'keyboard.xml' file has mapped for 'Queue' Quote:I also had set up my own movie section (playlist) and I always was able to start the cinema experience from the info page of the chosen movie. I still can do this but after the intro is played the script just does not continue. It is not showing any trailer and not the movie as well. I have to "escape" and have to srat the movie without the "experience". The debug log would help out a lot... - markimark - 2011-05-02 Does that really help you? I can not read it at all.....(sorry) pastebin.com/IRVJCYYP - giftie - 2011-05-02 markimark Wrote:Does that really help you? I can not read it at all.....(sorry) Nothing showing up on Pastebin. |