[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
|
- PatK - 2011-02-26 giftie Wrote:What skin are you using?SVN V3.11.5 Transparency! Nope No changes... nada. At this point it's total stock. Just entering the 'Movies' button (CE "MUST' be installed or I don't get past this point) activates the CE script and I get the notification at the top of the screen to pick Q or 0. Once an occurrence of CE has run it's course.... I can browse my library normally. But if I exit and return the script is re-activated... and two features are now in settings instead of 1. At this point, I'm just trying to exit the CE script, and re-enable XBMC normality. http://pastebin.com/kVpVtSKu CE disabled, with attempts to access movie button. - giftie - 2011-02-26 I see the problem(I didn't have the latest SVN version of Transparency!) ronie added back the icon in the info. He uses the same setting to turn on Cinema Experience at the Home Window and in the Info screen. So the Movies button on the home window does run the script. The Notification disappears after 5 minutes on the screen, the script is still running. So when you go to the info and run click on the projector, it starts the script again. I'll talk to him about that.. To get normal skin function, you have to turn off the Setting in Skin Settings for the menu to return. - PatK - 2011-02-26 giftie Wrote:I see the problem(I didn't have the latest SVN version of Transparency!) ronie added back the icon in the info. Trust you have this issue in hand then, I didn't want to revert back to V3.11.4 of the skin because he added Weather video button. Like most using Transparency... the CE icon in the info is a good way to launch. 'Just Tested' resolved, but no CE for the moment. - giftie - 2011-02-26 PatK Wrote:Trust you have this issue in hand then, I didn't want to revert back to V3.11.4 of the skin because he added Weather video button. Like most using Transparency... the CE icon in the info is a good way to launch. If you check out the Transparency! SVN thread you will see the changes the need to be made to the DialogVideoInfo.xml file. Then turn off the Enable Cinema Experience Script in Settings>Skin Settings>Scripts Also I fixed the bug that was changing the Feature Presentation setting to 2 movies. - KiSUAN - 2011-02-26 Spanish Translation Update strings.xml - giftie - 2011-02-27 KiSUAN Wrote:Spanish Translation Update strings.xml Thanks... I'll try not to change the strings any more... - KiSUAN - 2011-02-27 Better if you do, that means more options are added, the script gets better and more functions are available - giftie - 2011-02-27 I have added some integration instructions to the first page. Integration...(these instructions still need some work) The script has been modified to allow the script to be integrated better into XBMC. Using the following the script can be started at a specific window of the Movie Library. The movie needs to be queue into a play list for the script to start. This also allows the ability to queue up multiple movies(see Feature Presentation settings) RunScript(script.cinema.experience,WINDOW) [/INDENT][/INDENT][INDENT]WINDOW can be: [INDENT]movietitles moviegenres movieyears movieactors moviedirectors moviestudios moviesets moviecountries recentlyaddedmovies The script still has the ability to be run from the DialogVideoInfo.xml file using RunScript(script.cinema.experience), though this button should be hidden if the script is started using the command above. I think ronie has the best layout by adding an option to the Skin Settings that allows the user to Enable/Disable the Home Window integration. I have also added the ability for web remotes to start specific movies using the following: Special way to start the script from HTTP API:
Using the argument 'command<li>movie_title=' a specific movie can selected. [INDENT]For example: ExecBuiltIn(RunScript(script.cinema.experience,command<li>movie_title=Avatar) will start the movie Avatar. Important note: movie name must match how movie is found in the Database Queuing of multiple movies, separate the movies by <li>: [/INDENT]
ExecBuiltIn(RunScript(script.cinema.experience,command<li>movie_title=Avatar<li>Titanic<li>The%20Terminator) will queue up the movies Avatar, Titanic and The Terminator - rflores2323 - 2011-02-27 I'm running CE 1.0.29 and everytime I try to run the script from the cimena button on my info page xbmc crashes. I will try to post a log later but wanted to see if anyone is experiencing same. - giftie - 2011-02-27 rflores2323 Wrote:I'm running CE 1.0.29 and everytime I try to run the script from the cimena button on my info page xbmc crashes. I will try to post a log later but wanted to see if anyone is experiencing same. To be honest I did... I had to use the uninstall option and re download the script. But you log would help out.. 1.0.30 is up(minor changes) - rflores2323 - 2011-02-27 giftie Wrote:To be honest I did... I had to use the uninstall option and re download the script. But you log would help out.. here you go.. log old log crashed everytime I tried to run the script. Will try to refresh the repo and see if the latest one fixes it. see my logs however just in case. updated to 1.0.30 and the below logs are from new version. ok on this one it played the intro once and movie started.. then I exited and tried another movie and it crashed. log this one just crashed old log BTW I only have one intro playing.. thats it. - Limx - 2011-02-27 May this site work for german trailers? http://www.moviemaze.de/rss/trailer.phtml (http://www.moviemaze.de/specials/rss.phtml ) Would be great ^^ It also would be FANTASTIC to look for recomended films - if family is watching Astro Boy the trailer of Fast n Furios and Thor isn't that good - jitterjames - 2011-02-27 I think it's possible to filter trailers by mpaa rating, so if you are watching something that is rated General, I don't think you'll get Fast and Furious... although it depends on how that film is rated. - Limx - 2011-02-27 Hmmm... Mpaa rating for Astro Boy: PG Don't know the rating for the Fast n Furious trailer, but I think higher Maybe some of my settings are not correct... --- Other idea for german trailer is youtube (like http://www.youtube.com/user/KinotrailerDE ) - but there isn't a mpaa rating. - jitterjames - 2011-02-27 according to imdb fast n furious is rated PG-13 is that different from just PG ? I guess sexy cars are OK as long as there are no sexy people... |