[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
|
- PatK - 2011-04-09 giftie Wrote:I didn't realize you were using a bleeding edge version of XBMC(git version) There has been some changes that have broken the script, at least for me it did today. It's mostly fixed for the next release, but I need to test against Dharma(10.1) I hope I can keep it stable for both camps...I'm not likely to move to quickly to the bleeding edge... strange features. Works for me..atm V1.0.45 Dharma 10.1 Transparency 3.11.5 any thoughts/headway of integration with 'Movie Quiz' it would be a spectacular plus. CE is now my new show off... lovin it daily. - giftie - 2011-04-10 ezechiel1917 Wrote:Awesome, you are the man! Yea, I made sure recursive still worked in this module.. I use it in another script as well, so it needs to work - giftie - 2011-04-10 Juanflaco Wrote:Yeah, I was on a recent nightly. Sorry I missed giving you that rather key bit of information. I failed Testing 101 as I was convinced I was just doing something stupid That's often why I ask for a full xbmc.log(debug) all that info is at the top... - giftie - 2011-04-10 ijourneaux Wrote:When to test the Home Automation stuff today. I don't think I intentionally changed anything as I already had all of the selections set in the config menu. Something seems really strange, it's like the movie is not being queued from the info screen properly... Hmmm... - giftie - 2011-04-10 PatK Wrote:I'm not likely to move to quickly to the bleeding edge... strange features. The Movie Quiz is implemented already, but there is an error, as I miss understood some of the code from the Movie Quiz Script.. 1.0.45 only will play in automatic mode(10 secs per question). This will be fixed in the next release.. I also just finished testing the script with the latest Movie Quiz(bleeding edge I guess ) and it works nicely... I should have the next release out sometime on Sunday... - bluenote - 2011-04-10 Hey giftie I've been playing around with movie quiz, and I know there's been a couple updates to CE .. Im using the new streaming library trailers, and I don't know if its something I've done or not but I seem to be getting a lot of freezes (well actually, its more of a hang.. XBMC is responsive, but the player isnt playing anything). Happens in between and start of trailers. Does this sound familiar at all? I should say it happens even with trivia disabled though. thanks for any tips, love this plugin EDIT: Im getting skipped apple trailers (database) too. - ijourneaux - 2011-04-10 giftie Wrote:Something seems really strange, it's like the movie is not being queued from the info screen properly... Sorry it is mysterious <grin> I have tried several times since I posted (including a reboot) with no luck. - giftie - 2011-04-10 bluenote Wrote:Hey giftie Could you run XBMC in Debug Mode, run the script again and post you xbmc.log to pastebin.com. Thanks... - giftie - 2011-04-10 ijourneaux Wrote:When to test the Home Automation stuff today. I don't think I intentionally changed anything as I already had all of the selections set in the config menu. It doesn't look like you had XBMC in Debug mode, 12:23:28 T:4888 M:553136128 NOTICE: [script.cinema.experience] - Script Name: Cinema Experience 12:23:28 T:4888 M:553136128 NOTICE: [script.cinema.experience] - Script ID: script.cinema.experience 12:23:28 T:4888 M:553136128 NOTICE: [script.cinema.experience] - Script Version: 1.0.45 12:23:28 T:4888 M:553136128 NOTICE: [script.cinema.experience] - Autorefresh - Before Script: False 12:23:28 T:4888 M:553136128 NOTICE: [script.cinema.experience] - Starting Window ID: 10025 12:23:28 T:4888 M:553136128 NOTICE: 0 12:23:28 T:4888 M:553299968 NOTICE: [script.cinema.experience] - Video Playlist Cleared 12:23:28 T:4888 M:553299968 NOTICE: [script.cinema.experience] - Music Playlist Cleared 12:23:28 T:4888 M:553299968 NOTICE: [script.cinema.experience] - Action(Queue,25) 12:23:28 T:4888 M:554586112 NOTICE: [script.cinema.experience] - Library_view: oldway 12:23:28 T:4888 M:554586112 NOTICE: [script.cinema.experience] - auto_refresh( False, disable ) 12:23:28 T:4888 M:554586112 NOTICE: [script.cinema.experience] - Autorefresh Status: False The line in orange reports the log level, 0 is normal, 1 & 2 are debug modes. The good news, it looks like the home automation scripting works 12:23:28 T:4888 M:554504192 NOTICE: [script.cinema.experience] - [ home_automation.py ] - activate_on( Script End ) Triggered Trivia Slides - commoman81 - 2011-04-11 http://www.megaupload.com/?d=T86MCAIX http://www.megaupload.com/?d=XWGV62K3 Above are some more trivia slides i have been working on 1st one is James Bond and the Second are some old and new Superman trivia. - giftie - 2011-04-11 New version available. For those using a Bleeding Edge version of XBMC, there is a new Setting in Misc Settings to enable Pre-Eden code. 1.0.46 - Fixed - Added missing movie details - Enhancement - Improved Debug logging - Enhancement - Added Pre-Eden code and Dharma code files to support Dharma and forward moving Git - Enhancement - Added 'Enable Pre-Eden' Setting in Misc Settings for those that like being on the Bleeding Edge. - Defaulted off - Fixed - Make various changes to script to be valid for Dharma and Pre-Eden - Fixed - Corrected mode coding for using Movie Quiz script in place of Trivia - Fixed - Added back Slide MPAA Rating - Enhancement - Added and MPAA Equivilent Rating for various purposes(Slides, Trailers) BBFC Rating = MPAA Rating
12, 12A = PG-13 15 = R U = G 18, R18, MA = NC-17 Used the following page http://en.wikipedia.org/wiki/Motion_picture_rating_system - Laciecat - 2011-04-11 More slides for Cinema Experience Casino Royale http://www.megaupload.com/?d=SB4ZHB33 - Wanilton - 2011-04-11 Hello giftie, This is ok for running movie Avatar? Before this work for me via Voxcommando, in the last version don´t work for me, thanks.. ExecBuiltIn(RunScript(script.cinema.experience,command<li>movie_title=Avatar) - giftie - 2011-04-11 Wanilton Wrote:Hello giftie, Just tried it from google chrome with the following command: Code: /xbmcCmds/xbmcHttp?command=ExecBuiltIn(RunScript(script.cinema.experience,command<li>movie_title=Avatar)) If your using a Nightly version of XBMC, make sure you turn on the Pre-Eden option in Settings. - Wanilton - 2011-04-11 giftie Wrote:Just tried it from google chrome with the following command: It´s ok now, thanks. |