[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-10-11 jubilex Wrote:Here is my pastebin log: http://pastebin.com/AcbJFy8H Though not a debug log... The error hinted at the problem. In the script's settings, there is an option called Pre-Eden. I believe you will find that it is turned on right now, this needs to be turned off. - jubilex - 2011-10-11 Yes, that was it, thank you very much. Fantastic plug-in. I'm coming (back) to XBMC from Meedios, which had lots of plugins and options to do similar things, but it was all such a huge pain in the ass. This one works beautifully out of the gate (now that I know what my error was). - lildwell - 2011-10-11 This script is great but I have one problem. It will only let me play one movie. I want to play double features and use advertisements between the two movies but the script just plays one and thats it. Any help? - locomot1f - 2011-10-11 giftie Wrote:Slight update, nothing functional, but added feature for skin developers to disable aspects of the skin(Busy/Buffering Dialog, TV Tunes) just tried to install this, and got the error about the structure being wrong. Using the nightly from today - xbmc-20111011-5a0a5b0-master-atv2.deb Also, still trying to solve my problem with the ATV 2. If anyone out there reading this post is able to get this plugin to work, please let me know. Do I need PVR support on my atv 2? - giftie - 2011-10-11 locomot1f Wrote:just tried to install this, and got the error about the structure being wrong. I guess I needed to actually put stuff inside the zip.. palm meet face... Just updated the file and this should work.. Have you tried a skin that is less of a memory hog(Aeon Nox) I had difficulties running on Aeon MQ3 my self(using a decent HTPC) And no, you don't need PVR support the errors are just because the skin is looking for a XBMC version that is built with a PVR(even though it still is a separate development branch still) - giftie - 2011-10-11 lildwell Wrote:This script is great but I have one problem. It will only let me play one movie. I want to play double features and use advertisements between the two movies but the script just plays one and thats it. Any help? This feature depends on the skin and settings in the script. Some skins do support the Home Screen integration, which allows you to queue multiple movies. Transparency! has the setting labeled as "Integrate Cinema Experience in home movie menu buttons" Others may have it in different wording. In Cinema Experience's settings you need to increase the number of features ( Feature Presentaion -> Number Of Features ) Now from the Home Window you can click on the Movies button and it will start the script in Multi Feature mode. To select movies press 'Q' or '0' - Zero to queue the movies. Once the selected number of movies has be reached the script will automatically start from there. - locomot1f - 2011-10-12 giftie Wrote:I guess I needed to actually put stuff inside the zip.. palm meet face... Thanks giftie! switching skins did the trick. i'll let the owner of Aeon MQ3 know about the difficulties. - giftie - 2011-10-12 I just know that Aeon MQ3 is not really an ATV2 skin(due to the limited resources of the ATV2) and then add a script that is also not friendly to the resources(there is a lot going on at the start of the script) I am not surprised there were problems(I don't have an ATV2 to test on, just a Linux box as my primary and a Windows 7 that I develop from.) Glad you got it working... - m0v1em4n - 2011-10-12 Hi Guys, Are we OK with the present nightly build, thought I read somewhere that CE needed updating to support - jubilex - 2011-10-12 Only thing I can think of that would improve this would be more flexibility, perhaps via having all settings in an XML. So that we could, for example, have 2 preview trailers from Apple (streamed; newest, upcoming movies), followed by a preview trailer taken from our Library, followed by one from the Apple database (older movie). Ideally even include genre/year range/etc in the options, so that we could have, say, a horror movie trailer included amongst the randoms. So something like this: <item> <type>trailer intro/trailer/trailer outro/feature intro/etc</type> <quantity>1/2/3/random/etc</quantity> <scraper>apple stream/apple database/library/folder/etc</scraper> <genre>random (default)/match/newest/drama/horror/etc</genre> <rating>any (default)/match/R/PG/etc</rating> <year>any/match/(specified decade)</year> </item> ...that kind of thing. Then we just include as many items as we'd like up to the playlist limit (quantity tag could be left out and instead just enter each item manually in the xml). Is this something that is possible or interesting? - giftie - 2011-10-12 m0v1em4n Wrote:Hi Guys, I have posted a link to a test version(1.0.51) that works with nighties(tested with a compile from yesterday) it needs testing on dharma as well - giftie - 2011-10-13 This would take quite a rewrite of the script. Also this would not be for the common user(way too complex) Also the option of mixing trailer scrapers would probably slow the script down a fair bit(just consider 900 trailers from movie library, 1000's-10000's from AMT-db, 20 or so from Apple recent and who knows how many from a local folder. That would take a while to pick just 10 random ones.. Also the settings are stored in an XML file already. /userdata/addon_data/script.cinema.experience/settings.xml jubilex Wrote:Only thing I can think of that would improve this would be more flexibility, perhaps via having all settings in an XML. So that we could, for example, have 2 preview trailers from Apple (streamed; newest, upcoming movies), followed by a preview trailer taken from our Library, followed by one from the Apple database (older movie). Ideally even include genre/year range/etc in the options, so that we could have, say, a horror movie trailer included amongst the randoms. - jubilex - 2011-10-13 Gotcha, no problem. I know it's not a widespread desire, I'd just love to see a trailer from an upcoming movie to watch out for, along with one from an older movie I may have missed. Anyway, thanks for the script, I love it. - cfg9000 - 2011-10-14 Is there a pack out there for this that includes only more modern clips? - canadave - 2011-10-14 Hi, I'm having some weirdness trying to run Cinema Experience for the first time (on my ATV2, using the Oct 11 nightly). I installed the addon from repo, went to my movies, and clicked the Cinema button. But instead of CE starting, some sort of cast member lookup/movie lookup screen popped up, as if it was searching for a cast name in the movie I was trying to watch. I then tried loading the 1.0.51 CE script that was posted a couple of days ago. Same thing happened. I'm using Night skin, but also it happened on cirrus extended. Here's my XBMC log: http://pastebin.com/vUQdeB8R Strangely, after a couple of minutes, my Trivia slides did show. But then, I couldn't exit out of them! I had to -killall AppleTV to exit. So all in all, not quite what was supposed to happen Not sure if there's anything else needed to troubleshoot this? If there is, I'll gladly provide it if it'll help. |