[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
|
- jitterjames - 2011-03-14 It looks like you have been very busy Giftie. Thanks for all your hard work. home automation - commoman81 - 2011-03-14 so will this script options for lighting control with movies paused and playing? - giftie - 2011-03-14 commoman81 Wrote:so will this script options for lighting control with movies paused and playing? Not yet. I wanted to get this version out with the present updates. I do have code in place that will simplify adding code to allow external scripts to be triggered from position of video - this is how I engage/disengage the auto refresh. There was a fair bit of re-coding just to get the trivia intro and trailer downloader working. - barcoboy - 2011-03-15 As others have stated, I also appreciate your hard work Giftie. Tried the download trailer feature tonight, but it doesn't seem to work right. I created a directory for the trailers to be downloaded to, and adjusted the script configuration, pointing it to my newly created directory. My trivia time is set for 5 minutes, but when I start the script, the trivia just goes on and on, well over the 5 minute time limit. Tried to press ESC to cancel a couple of times, but nothing happened, and the trivia continued. I found if I held down ESC, the current slide would freeze (although the background music kept playing), but I would eventually have to hit CTRL-ALT-DEL and kill XBMC.EXE to exit. Checking my download directory, I see that 3 trailer files were downloaded and 3 .nfo files created (which is what I had the script set to do), so that part seems to work. If I then cleared the directory, re-started the script and hit ESC before the 5 minutes was up, the trivia would stop and everything continues fine, except the trailers would stream. Not sure if it had anything to do with the fixing of the trivia intro video, but I have no intro or outro videos configured in the trivia section. - giftie - 2011-03-15 barcoboy Wrote:As others have stated, I also appreciate your hard work Giftie. I would need to see a copy of you xbmc.log(the complete log posted to pastebin) I set the script to fall back on stream if the trailers were not finished downloading. - ijourneaux - 2011-03-15 Giftie After instlalling the latest version, I get a script error right as the feature presentation starts. Here is the debug log http://pastebin.com/mQA3c6wP - barcoboy - 2011-03-15 And here is mine: http://pastebin.com/xZ59mynZ - giftie - 2011-03-15 ijourneaux Wrote:Giftie opps.. My bad.. Got this one fixed... - compcentral - 2011-03-15 giftie Wrote:I guess you missed the message on page back that I posted http://forum.xbmc.org/showpost.php?p=747556&postcount=945 Sweet! Thanks for this great addon by the way. I'm loving it. I'll give it a test later tonight. - giftie - 2011-03-15 barcoboy Wrote:And here is mine: Found the problem, working on a fix today.. - mrloofer - 2011-03-15 Montevideo Wrote:My first time using the script, but I am definitely having the same problem. Having the same problem too. The issue is not the settings being saved or not, rather when the script runs something is overwriting the settings. For example, if I save the settings then navigate to the script folder and look at settings.xml my settings are in there. If I then run the script and then go back to look at settings.xml some of the settings have been reset to default. Only way around it is to chmod -w settings.xml so it can't be overwritten. Anyone else see this problem? - mrloofer - 2011-03-15 Is there anyway to disable the "Working..." message that pops up between movies that are played? Note this could be a confluence skin thing and not necessarily related to this script, but curious if anyone using this script has disabled it. Thanks. - giftie - 2011-03-15 mrloofer Wrote:Having the same problem too. The issue is not the settings being saved or not, rather when the script runs something is overwriting the settings. For example, if I save the settings then navigate to the script folder and look at settings.xml my settings are in there. If I then run the script and then go back to look at settings.xml some of the settings have been reset to default. Only way around it is to chmod -w settings.xml so it can't be overwritten. The script has programming to change two settings(but changes them back once the script has completed) # of features - to allow the script to function properly from the Info Window
Trailer Playback mode - switches to stream if downloading failed Though if you stop the script(or it crashes) before it is able to change the setting back, the settings will stay to the changes made by the script. The Trailer Playback Mode gets changed back with in a second of being changed(at the point that the script adds the trailers) and the Number of Features gets changed back once the script completes(the last video played) - mrloofer - 2011-03-15 giftie Wrote:The script has programming to change two settings(but changes them back once the script has completed) Cool, thanks for the explanation, but that's not what I'm seeing, I'm seeing random settings being reset. For example, at one point the music volume in the trivia settings was being reset 100%, trailer folder reset to nothing, trailers changed from 3 to 1 was resetting back to 3, Intro folders being reset to defaults and more that I didn't take note of. Now I will admit that during testing I would skip through each section with the next button (or return button to exit out of trivia then skip through trailers etc. and finally stop to exit out of main movie). For what it's worth I will note that having been a seasoned HTE user I can say that is pretty much the norm depending on who is in my HT at the time (ie the wife wants to skip previews or ending the trivia slides sooner than the allotted time) so that may be worth taking into consideration when doing things with settings updates based upon stopping/starting the script. Just sayin'. - nycest - 2011-03-16 Sorry if I'm asking a stupid question, but how does the new trailer download feature work? Does the script download new trailers in the background as XBMC runs? Or does it download/stream as it gets to that part of the script when starting a "feature"? |