[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
|
- el_Paraguayo - 2011-07-23 giftie Wrote:I see the issue.... You're starting the script, asking it to start with 'Pan's Labrinth' then the script is using the Original Title for the movie, which is 'El laberinto del fauno'. The script then can not find the movie since they don't match... I have seen the errors before, but could not determine, until now, what was causing them(some times the Original Title(c16) in the database is blank, sometimes it matches the Movie Title(c00), then other times it doesn't match at all.) Success, changing line 234 indeed solves the problem. I hope this still works for your intended Vox Commando use! Thanks very much for your speedy responses. - giftie - 2011-07-23 el_Paraguayo Wrote:Success, changing line 234 indeed solves the problem. Good to hear... It shouldn't affect anything except in a positive way - Burke - 2011-07-26 giftie Wrote:I would need to see a complete debug log from when you try to use the script. sorry for late replay just had no time to do this sooner. http://pastebin.com/gYDw8gL1 - giftie - 2011-07-26 Burke Wrote:sorry for late replay just had no time to do this sooner. One, you might want to turn off the Pre-Eden option in settings, since you are using Dharma 10.1. That may fix the problem. - el_Paraguayo - 2011-07-27 A question for you Giftie: is it possible to have the script launch in a preview window, rather than fullscreen? Normally, when skinning, I could launch a video with PlayMedia and use the ",1" switch to play the video in a preview window. The RunScript function doesn't have this argument and, I assume, the PlayMedia is within your code. Is this something we could have as an option? I appreciate that a "Cinema Experience" in a preview window is a bit counter-intuitive but a user in Cirrus forum has asked whether it's possible to add to the skin and I don't like to say no until I'm certain it can't be done! Thanks, el_P - giftie - 2011-07-27 el_Paraguayo Wrote:A question for you Giftie: is it possible to have the script launch in a preview window, rather than fullscreen? The only problem is that the trivia slide show would not work, since it uses its own skin to display the images. The rest could be done though. The script is more or less a playlist builder and the command for starting the playback(in python) also has an optional window mode. I'm still working on the script for pre-eden changes and dharma integration. But if the user wants this ability now, they can change line 212 in file xbmcscript_trivia.py from: Code: xbmc.Player().play( self.playlist ) to Code: xbmc.Player().play( item=self.playlist, windowed=True ) Though I haven't tested it, the documentation says it should do the job. - el_Paraguayo - 2011-07-27 Thanks giftie - appreciate the answer. If you do decide to incorporate it, can you make it an option so when skinning we can customise how we want it to behave? - Burke - 2011-07-27 it works now, I actually turned that on because something would get stuck between first and second trailer ...black screen with aple logo, but now it seams to be ok. thanks for CE it is just grat thing - Burke - 2011-07-27 don't know if this will help -but the ce gets stuck when 2 or more trailers are selected with one it works every time - peebs - 2011-08-04 Did the issue where you can't play anything but trivia before the trailers ever get worked out? I miss having the appropriate intros playing before the trailers. - Method007 - 2011-08-05 giftie Wrote:That is because the script does not understand anything greater than 6. How it breaks down is the following: I followed your instructions, changing both lines to your example of ( 0, 2, 4, 8, 16, 32, 64,) - yet cinema still only plays 10 trailers at the most before playing the movie. Is there another script I need to edit? Your help is greatly appreciated. - ijourneaux - 2011-08-07 I moved my XBMC setup to a new machine. For some reason, I can't get it to play the trailers. I must be doing something silly but must be blind. If someone could look at the log and point out what I am doing wrong, I would appreciate it. http://pastebin.com/9FzKeUji - giftie - 2011-08-07 ijourneaux Wrote:I moved my XBMC setup to a new machine. For some reason, I can't get it to play the trailers. I must be doing something silly but must be blind. Not sure what's going on, could use a Debug log.. - giftie - 2011-08-07 Method007 Wrote:I followed your instructions, changing both lines to your example of ( 0, 2, 4, 8, 16, 32, 64,) - yet cinema still only plays 10 trailers at the most before playing the movie. Is there another script I need to edit? Your help is greatly appreciated. Sorry, I forgot another spot you would need to change, inside the file ce_playlist.py the line that looks like this needs to change too. Code: "trailer_count": ( 0, 1, 2, 3, 4, 5, 10, )[ int( _S_( "trailer_count" ) ) ], - ijourneaux - 2011-08-07 giftie Wrote:Not sure what's going on, could use a Debug log.. Well. Although the trailer folder seemed correct, I browsed down and selected it again and it seems to work now. I am not sure what happened. If It happens again, I will create a debug log. |