[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
|
RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - Kyoko - 2012-07-09 Ah i used the theme that came with xbmc, but now i switched theme and noticed how it works. Is there any way to make so my into plays before movie without being needed to go into info and then click it? Kinda annoying RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - fraleb - 2012-07-09 Download dont work anymore RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - giftie - 2012-07-09 Give this url a try.. -> https://github.com/downloads/Giftie/script.cinema.experience/script.cinema.experience.2.0.57.zip RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - bluenote - 2012-07-09 Hey Giftie Just wanted to stop in and say thanks. Whenever I stop by this thread, there you are tirelessly debugging and reminding people you need debug logs Really selfless, always friendly. Just wanted to say its appreciated. RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - Selrahc - 2012-07-11 I've made what I feel is a useful modification to Cinema Experience 2.0.57 - I have added a separate setting for trivia slide answer display time. My wife complained that answers to question trivia were being displayed for too long (the same length of time as Question slides). So, in response to this complaint, I set myself to work understanding the structure of CE and made changes. The default display time is used for any folders that do not contain slides.xml I would like to submit a patch for review, but I'm not sure how to go about this or if there is any interest in this feature. EDIT: Here is my unified diff patch http://pastebin.com/J2gQ7nzX RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - giftie - 2012-07-11 The source code is on GitHub -> https://github.com/Giftie/script.cinema.experience. What you need to do is create your own fork, then create a branch for your changes. Then submit a pull request(via GitHub) with the changes, for my review. RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - Selrahc - 2012-07-11 (2012-07-11, 05:36)giftie Wrote: The source code is on GitHub -> https://github.com/Giftie/script.cinema.experience. What you need to do is create your own fork, then create a branch for your changes. Then submit a pull request(via GitHub) with the changes, for my review. Ok, done. Thank you for your excellent work! RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - iamcbass20 - 2012-07-14 Can someone please help me. I am very new to this. I installed everything, and i can't get it to work. I can get it to run everything up until the actual movie starts. Then when the movie is supposed to go on, it goes right to the closed curtains. I understand i need to do something with the debug log, but not sure what i am supposed to do with it. Please someone help. I've spent 2 days trying to figure it out. RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - giftie - 2012-07-14 Debug log please. RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - cult - 2012-07-15 Hello, I thought I might throw this out there to see if there's any way possible something like this might be accomplished as this would be an awesome feature. Basically I have one local folder with hundreds of trailers combined from every genre and rating. The majority of these trailers are based off of ones in my own collection, and are downloaded using a program I use called Media Center Master. This program also populates a hashtag of <LocalTrailer> inside a given movie's movie.xml file that the program generates for each movie that contains the location of a local URL to the trailer associated with the movie. The problem unfortunately that I have is that none of the trailers in the trailers directory have an associated NFO so settings within Cinema Experience such as genre or ratings match won't work with the program. So I was sitting here thinking a moment ago - would it be possible to allow for an option which somehow checks movies within the XBMC Library for a genre/ratings match with a selected movie, then uses the <LocalTrailer> associated with the selected movie's movies.xml to locate and queue the trailer for playing? RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - Eisi2005 - 2012-07-15 @giftie you wanted to add a function that ce plays only trailer from unwatched movies, is there a new status ? Greets Eisi RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - giftie - 2012-07-15 (2012-07-15, 17:59)Eisi2005 Wrote: @giftie It's in the latest test version(2.0.57) Set the trailer scraper to XBMC Movie Library and you will see the option show up. (2012-07-15, 16:42)cult Wrote: Hello, If these movies are available through the XBMC Movie Library, then using the Trailer Scraper - XBMC Movie Library should do the trick. If XBMC does not recognize the trailers then there isn't much chance of this being done. RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - Eisi2005 - 2012-07-15 @giftie Thanks for the info. Greets Eisi RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - perkins.jt - 2012-07-18 I just installed Cinema Experience and put a bunch of videos/triviaslides/etc. on the machine, but any time I try to run Cinema, XBMC either freezes and has to be restarted, or I have to completely power down and reboot. Here are my logs and crash report. The intro movies and such are local, but the rest of my media is via SMB, if it matters. http://xbmclogs.com/show.php?id=5162 http://xbmclogs.com/show.php?id=5163 RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - giftie - 2012-07-18 Both these logs are identical and don't show anything about Cinema Experience. Also make sure you are using the test version from the first page on this thread |