[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
|
- x0m3nx - 2012-02-29 Maybe this will help some one. XBMC Home Theater Experience Pack File size: 5.1 GB https://www.furk.net/df/ded5f73261f1207b i dont know who originally put this pack together but many thanks to them. If you have furk premium you can get it in 8 individual parts about 700mb each. - ninian - 2012-02-29 I have installed the latest version on Eden and configured everything. I am using the back row skin and enabled the cinema experience button. When I click a movie and then cinema experience it seems as though its doing something and then nothing, just stays on the menu. In the log I see this: 20:37:00 T:145948672 NOTICE: [ script.cinema.experience ] - Feature - A Hard Day's Night 20:37:00 T:145948672 NOTICE: [script.cinema.experience] - Storing Playlist 20:37:00 T:145948672 NOTICE: [ script.cinema.experience ] - Music Playlist Cleared 20:37:00 T:145948672 NOTICE: [script.cinema.experience] - Loading Trigger List 20:37:00 T:145948672 NOTICE: Previous line repeats 1 times. 20:37:00 T:145948672 ERROR: Traceback (most recent call last): 20:37:00 T:145948672 ERROR: File "/var/mobile/Library/Preferences/XBMC/addons/script.cinema.experience/addon.py", line 78, in _load_trigger_list 20:37:00 T:145948672 ERROR: usock = open( base_path, "r" ) 20:37:00 T:145948672 ERROR: IOError: [Errno 2] No such file or directory: '/var/mobile/Library/Preferences/XBMC/userdata/addon_data/script.cinema.experience/trigger_list.txt' 20:37:05 T:145948672 NOTICE: [ script.cinema.experience ] - Video Definitely Stopped 20:37:05 T:145948672 NOTICE: [ script.cinema.experience ] - User might have pressed stop 20:37:05 T:145948672 NOTICE: [ script.cinema.experience ] - Stopping Script 20:37:05 T:145948672 NOTICE: [ script.cinema.experience ] - messy_exit: False 20:37:05 T:145948672 NOTICE: [ script.cinema.experience ] - Video Playlist Cleared 20:37:05 T:145948672 NOTICE: [ script.cinema.experience ] - Music Playlist Cleared 20:37:00 T:145948672 NOTICE: [ script.cinema.experience ] - Feature - A Hard Day's Night 20:37:00 T:145948672 NOTICE: [script.cinema.experience] - Storing Playlist 20:37:00 T:145948672 NOTICE: [ script.cinema.experience ] - Music Playlist Cleared 20:37:00 T:145948672 NOTICE: [script.cinema.experience] - Loading Trigger List 20:37:00 T:145948672 NOTICE: Previous line repeats 1 times. 20:37:00 T:145948672 ERROR: Traceback (most recent call last): 20:37:00 T:145948672 ERROR: File "/var/mobile/Library/Preferences/XBMC/addons/script.cinema.experience/addon.py", line 78, in _load_trigger_list 20:37:00 T:145948672 ERROR: usock = open( base_path, "r" ) 20:37:00 T:145948672 ERROR: IOError: [Errno 2] No such file or directory: '/var/mobile/Library/Preferences/XBMC/userdata/addon_data/script.cinema.experience/trigger_list.txt' 20:37:05 T:145948672 NOTICE: [ script.cinema.experience ] - Video Definitely Stopped 20:37:05 T:145948672 NOTICE: [ script.cinema.experience ] - User might have pressed stop 20:37:05 T:145948672 NOTICE: [ script.cinema.experience ] - Stopping Script 20:37:05 T:145948672 NOTICE: [ script.cinema.experience ] - messy_exit: False 20:37:05 T:145948672 NOTICE: [ script.cinema.experience ] - Video Playlist Cleared 20:37:05 T:145948672 NOTICE: [ script.cinema.experience ] - Music Playlist Cleared It seems it is looking for a trigger_list.txt? What have I done wrong here? - ninian - 2012-02-29 Deleted - giftie - 2012-03-01 ninian Wrote:I have installed the latest version on Eden and configured everything. I am using the back row skin and enabled the cinema experience button. When I click a movie and then cinema experience it seems as though its doing something and then nothing, just stays on the menu. In the log I see this: Could you please post a full debug log to paste bin. - impmonkey - 2012-03-01 Using This build http://forum.xbmc.org/showthread.php?tid=121877 on Windows. MQ3 Skin Works about 50 percent of the time the other 50 percent it hard freezes XBMC. Have tried with just the intro video but in this example I have intro and audio enabled. Works for the first video selected. (500 Days of Summer) Fails on the second. (11-11-11) http://pastebin.com/2RBMUZgL - giftie - 2012-03-01 impmonkey Wrote:Using This build http://forum.xbmc.org/showthread.php?tid=121877 on Windows. XBMC is hanging when it is creating the Progress Dialog. I have posted about this on Trac - ninian - 2012-03-01 giftie Wrote:Could you please post a full debug log to paste bin. I got this working. I assumed if I selected Random Music it would take it from my music library, I didn't click the dialog and actually enter a path. Once I gave it a path it worked, (it also workes fine with music disabled). It only seems to fail if I dont configure the music path. I can reproduce this and attach a log when I get home if you like. Other than that I am very happy with this. Its a shame though that there isnt a bigger intro/outro video library out there, specificially high quality ones. I am trying to piece together a bunch. At first the drive-in type stuff was fun but now I feel the need for HD. CE Issue - jaydogg2424 - 2012-03-03 Hey it kool i know u not being rude so ur fine its me im highly frustrated that all i like xbmc alot but its very complicated software thats all but anyhow i got everythin g reinstalled and just tested it out and its doing the same thing playing countdown and intros but movie wont start afterwards so now im go do the link u shot me and try this debug again need lil help with CE - jaydogg2424 - 2012-03-03 Well Finally i debug so hope this works! http://pastebin.com/6m3Ltqjz - giftie - 2012-03-03 jaydogg2424 Wrote:Well Finally i debug so hope this works! Please download the test version and install the zip file -> http://www.mediafire.com/file/3s3l2g3pvmenk02/script.cinema.experience.2.0.53.zip - jaydogg2424 - 2012-03-03 ok its installed now where i look for it? - giftie - 2012-03-03 jaydogg2424 Wrote:ok its installed now where i look for it? Once you 'Install by ZIP' the addon will replace the old one automatically. Then go in to the CE's Settings and double check the settings. Then click ok. Since the addon replaces the old one, it will be triggered the same way. - Tech4life77 - 2012-03-05 giftie Wrote:Once you 'Install by ZIP' the addon will replace the old one automatically. Then go in to the CE's Settings and double check the settings. Then click ok. First let me start by thanking Giftie and all others for their hard work in creating and maintaining such a great addon, your work is appreciated and it is what keeps with XBMC... I have also been experiencing some issues with CE, I was running Eden Beta 2 with the fix which was doing ok about 50% of the time..Today I upgraded to Eden RC2 which is giving me many other issues such as script errors in 1.channel and FastPassTV but any ways back to CE..I installed from zip the addon that you put in this post and I am still experiencing the same issues as before.. When I chose the Cinema button I get the message saying CE is building Music Playlist and then I either here the intro start while my Movie Wall is still showing or it will go to a black screen and hang up..Either way I need to close XBMC to get out of it, this happens about 60% of the time and the rest of the time it will get hung up at random points in the sequence. I only get the full CE about 10% of the time.This is something that I would love to be able to use and show off to my family and friends and I understand the hard work that has gone into making it and I really appreciate all of the work from the developers.. Any help that you could give would be appreciated... Thanks Again T4L - giftie - 2012-03-05 Tech4life77 Wrote:First let me start by thanking Giftie and all others for their hard work in creating and maintaining such a great addon, your work is appreciated and it is what keeps with XBMC... I need a complete debug log posted -> http://forum.xbmc.org/showpost.php?p=664142&postcount=3 Does CE work with Eden RC2 - logan_x50 - 2012-03-05 Hi, Does this add-on def work with Eden RC2? http://www.mediafire.com/file/3s3l2g...nce.2.0.53.zip The add-on fails to install and before i start posting log files I wanted to check its supported. Thanks |