[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
|
- SlaveUnit - 2010-12-23 commoman81 Wrote:Yeah that is what exactly happens so does it not happen to 1.0.4 or still happens to you? But really other then this happening the script is awesome, I also have some slide shows that i did my self not sure how to add pictures maybe just email this to you and u can upload it for others but really looks pretty professional. Yes this happen to me on both XBMC 10 and RC2 using 1.0.4 of the script. If I can get ahold of the 2 past versions of the script I will test those. code - commoman81 - 2010-12-23 Which file do i place the code in to apply this, sorry just learning how to do this and actually started applying when i had to add the code for the cinema button lol - icky - 2010-12-23 commoman81 Wrote:Which file do i place the code in to apply this, sorry just learning how to do this and actually started applying when i had to add the code for the cinema button lol This code is for volume fade out in trivia, not for the problem of no volume at start of cinema experience. Audio - commoman81 - 2010-12-23 icky Wrote:This code is for volume fade out in trivia, not for the problem of no volume at start of cinema experience. Thank you very much love this stuff. Volume fade out - commoman81 - 2010-12-23 ok lol still clueless on where to place the code cant find anything when i search through the files sorry for the trouble - SlaveUnit - 2010-12-23 commoman81 Wrote:ok lol still clueless on where to place the code cant find anything when i search through the files \addons\script.cinema.experience\resources\lib\xbmcscript_trivia.py - commoman81 - 2010-12-23 SlaveUnit Wrote:Yes this happen to me on both XBMC 10 and RC2 using 1.0.4 of the script. If I can get ahold of the 2 past versions of the script I will test those. Thank you very much - commoman81 - 2010-12-23 SlaveUnit Wrote:\addons\script.cinema.experience\resources\lib\xbmcscript_trivia.py Thank you very much - Nuka1195 - 2010-12-24 PHP Code: def _fade_volume( self, out=True ): here's a better version, you can place it anywhere insid the class in trivia.py. where to call it. that's a good question, my file is different, but try here PHP Code: def _show_intro_outro( self, type="intro" ): - commoman81 - 2010-12-24 Nothing working yet but will keep on trying. - giftie - 2010-12-24 I have a chance to look at and fix the script tonight. I'll also add the code Nuka has supplied and also add the extra Video option. Please bear with me, it's been a killer work week.. Nuka - I don't mind updating this script, though if the new version is ready for testing, I wouldn't mind cannibalizing the settings to work with Dharma. audio - commoman81 - 2010-12-24 Awesome - chunk1982 - 2010-12-24 i didnt mean for the countdown option to be added now lol was just a thought for the future please dont kill your self so close to the holidays we'll all still be here after all fat and content lol but again thanks to all involved - WheresWaldo - 2010-12-24 commoman81 Wrote:Does anyone have the same issue as i do when i have videos set to play before the film and also slide shows the audio sound goes down way low for the videos i can adjust this and try to keep as default but always goes back to the low db. Yes I have the exact same issue, thought it was something I did, but it is CE that lowers the volume about -65 db (if the volume is low this makes it inaudible). The lowered volume seems to happen before the Slides play. I see in the settings it defaults to 50% - xmurrx - 2010-12-24 I downloaded the torrent in the first post. I got the script set up properly and its working great. I was just wondering if there were any packs of more modern-like intros and what not? the ones in the pack are all old ones from drive-in and all that. Don't get me wrong , I enjoy watching them very much but it just does not fit with the very modern fell of xbmc. |