[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-15 This kind of surpised me. I haven't noticed this 'problem' in the skins I mostly test with(Transparency!, Aeon Nox, Aeon MQ3) So I tested Night(from the SVN) and Cirrus Extended(v2) and both of these do exactly as you say. I think there has been a change in XBMC that now uses the ID that those skins use for the Cinema Button(both happen to be 13) I tested also by changing the ID to another number and the weird problem disappeared..(I tried changing the 13 to 41) I posted a question in the Skin Development thread about this, hoe to have an answer for you. The time it takes CE to set up the slideshow depends on the number of slides available and the amount of music being used. To stop the slideshow all you need to do is press the 'back' button. CE will then build the video playlist containing the requested videos(this takes about 15-20 secs, so the slideshow will continue until this is complete) canadave Wrote:Hi, - giftie - 2011-10-15 cfg9000 Wrote:Is there a pack out there for this that includes only more modern clips? This forum thread has a fair bit of information. I'm not sure of any more recent video packs though.. If you find some, please post links.. - canadave - 2011-10-15 giftie Wrote:This kind of surpised me. I haven't noticed this 'problem' in the skins I mostly test with(Transparency!, Aeon Nox, Aeon MQ3) So I tested Night(from the SVN) and Cirrus Extended(v2) and both of these do exactly as you say. I think there has been a change in XBMC that now uses the ID that those skins use for the Cinema Button(both happen to be 13) I tested also by changing the ID to another number and the weird problem disappeared..(I tried changing the 13 to 41) whew...glad it was reproducible! I was afraid it'd be impossible to troubleshoot. Thanks very much for having a look into it. As for the slideshow--I believe I pressed the back button while it was going, and it just went to the previous slide, not exit. - canadave - 2011-10-17 So, I'm just wondering--given that it's confirmed that this behaviour is due to a change in XBMC, should I wait for this plugin to be updated? Or, instead, is there a temporary patch I should do to a file on my end to get around this issue? - giftie - 2011-10-18 It's not Cinema Experience that needs to be updated, but the skins. I have notified both skin developers of the issue. genre tagging issue - foghat - 2011-10-18 Hi, It seems that if the trailer.nfo file has multiple genre tags and each genre has its own tag, CE will not pick it up (when Limit by Genre is turned on). In both cases below, the movie I am playing is Despicable Me. The only trailer I have in my trailer directory (\\test\) is New Year's Eve which has 2 genres. Comedy and Romance. So: if movie has genre of comedy and trailer is tagged: <genre>Comedy</genre> <genre>Romance</genre> CE will not play the trailer. Pastebin when trailer not matched: http://pastebin.com/KUCb4rv3 If however the trailer.nfo is structured like: <genre>Comedy / Romance </genre> Then CE will play the trailer. Paste bin genre when matched: http://pastebin.com/VMJtQDZb As I understand it, each genre having its own tag is the correct/standard way for tagging genre's in xbmc and is the way my metadata tool (metabrowser) does it. Am hoping you can update CE to pick up genre when tagged this way. - giftie - 2011-10-18 Thank for the bug report... I found the fault. The script does find the separate genres but it fails to turn it into the form the script uses. For instance: If the .nfo file follows the multiple genre tag format, the script adds them together. So, something with the following tags: Code: <genre>Comedy</genre> The problem is that the version that the script is sitting at now(it will be 1.0.52 after this fix) might not work on your pre-Dharma version of XBMC, I don't think any one has tested it out on a Dharma system yet. - canadave - 2011-10-18 giftie Wrote:It's not Cinema Experience that needs to be updated, but the skins. I have notified both skin developers of the issue. Sorry, I'm a little confused--are you referring to the devs for reFocus and Night? I just tested CE on Aeon Nox, and it's not working on that either. In fact, I've yet to get it to run properly on ANY skin. Is there a particular one on the ATV2 that I should be running it on? - foghat - 2011-10-18 giftie Wrote:Thank for the bug report... I found the fault. The script does find the separate genres but it fails to turn it into the form the script uses. Thx for fixing. I can update to 10.1 if that is what it takes. Skins - commoman81 - 2011-10-18 I was wondering about the skins being updated, I use mediastream redux and it works just fine with cinema experience. Just wondering if i need to worry about the updates if i still have the xml files that u created so that i can use cinema experience with this skin? - giftie - 2011-10-19 commoman81 Wrote:I was wondering about the skins being updated, I use mediastream redux and it works just fine with cinema experience. Just wondering if i need to worry about the updates if i still have the xml files that u created so that i can use cinema experience with this skin? The change in XBMC affected the Info Dialog Cinema Button. The modification from the Home window is not affected. The orignal code was provide by Nuka for Home Theatre Experience(the original ) I changed the code on the first page to reflect what is proper... It's not a difficult change. - deejay360 - 2011-10-19 Any chance of getting this plugin to work when launching .strm files? I have asked before but i'm not sure if you saw it so thought i would ask again. Thanks - canadave - 2011-10-19 Sorry, I'm still confused--with this August change to the Info dialog in XBMC, are the other skins (other than reFocus and Night) supposed to work well with CE? - giftie - 2011-10-19 canadave Wrote:Sorry, I'm still confused--with this August change to the Info dialog in XBMC, are the other skins (other than reFocus and Night) supposed to work well with CE? I'm not able to test every skin(I only go back and test when someone mentions about a problem) On Nightly versions of XBMC and the skins....(Dharma is not affected) I do know that the skin does work with the following skins:
I know of three skins that have problems:
There might be others that work or don't work but I'm not sure. Some times the script will cause a lock up when TV Tunes is installed(these two scripts don't seem to play nicely together, I have provided skin developers the fix to this, though I don't know if any have incorporated it yet) - canadave - 2011-10-19 Oh, okay, I see. Thanks for clarifying that--sorry I had my dense hat on there for a while |