[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
|
- PatOso - 2011-03-20 PatOso say: Quote:With the latest version does not use DXVA on Apple movie folder, and also changes my video settings, however with version 1.0 runs perfect. giftie say: Quote:Sounds like you have the option to disable the Refresh Rate turned on in the scripts settings(Under Miscellaneous) I turned off "disable the Refresh Rate turn" and no longer seem to change the video settings, but still does not run DXVA Pasterbin: URL="http://pastebin.com/v7340y This version works perfect: script.cinema.experience "name ="Cinema Experience "version =" 1.0.0 "provider-name =" nuka1195 "> - <requires> addon="xbmc.python" <import version="1.0" /> addon="script.module.pysvn" <import version="2.4.0" /> <import addon = "plugin.video.movie.trailers" version = "1.0.0" THX. - giftie - 2011-03-21 From your log I can see that you are using a skin that supports the Activation of Cinema Experience from the Home Window. But you are using the 'Cinema' button from the Info Window. This causes the XBMC to start two instances of the script(one from the Home Window and one from the Info Window) That is causing some odd happenings. Your settings may have been over written by the second instance of the script. Best way to insure that only a single instance of the script is running is to start it from the Addons window(it will error out since it is not meant to be started from Addons) This will clear the script from XBMCs memory and allow the settings to be edited. I see that you have the 'Local Folder' and 'Limit Trailers By MPAA Rating of Movie', the script did not find any NFO files that match your Trailers. Compatible NFO files are generated by Apple Movie Trailers Lite, HD-Trailers.net Downloader(Newest Versions) and by the Downloader built in to this script(broken in .38 but is fix for the next release) If the script can not find these files, it can not match MPAA Ratings or Genres, so it will skip them. Also your log was so large due to the script being run a lot of times(I counted 12). foghat Wrote:I am having problems too with the latest version. Basically it look like any options set on the Movie Trailers tab are being ignored. - giftie - 2011-03-21 Any chance that you could also post a copy of your xbmc.log from version 1.0.0? Or even part of your log when playing the same trailer(The Green Lantern) from the File Manager. I don't know why that version would work fine but the latest does not. The script only builds a playlist that XBMC plays.. Your log does show DVXA being tried when the trailers are played: Code: 17:41:59 T:4036 M:1503449088 DEBUG: CEdl::ReadEditDecisionLists - Checking for edit decision lists (EDL) on local drive or remote share for: C:\\Users\\Mari Carmen\\Videos\\Apple Trailers\\Green Lantern-trailer.m4v I do want to sort this out as a few users have a problem with DXVA and this script.. PatOso Wrote:PatOso say: - giftie - 2011-03-21 Pino72 Wrote:My problem is that the movie starts without the resolution change activated...so the script seems to fail in avtivating the res. change at the start of the movie, it does disable the res. change at the beginning of the script for trailers and all intros etc. I changed how the script triggers the Auto Refresh Disable/Enable in the version I hope to release today.. The method I used before was not very reliable. - shaktoo - 2011-03-21 revned Wrote:Same problem here, the script starts but skips the trailers.if the movie has no ratings or "unrated" then script doesn't work. I see that you have the limit trailer as per MPAA rating check could this be the problem.. it certainly was with me until I had it figured out. The script failure error does appear even though it is working . - barcoboy - 2011-03-21 giftie Wrote:I changed how the script triggers the Auto Refresh Disable/Enable in the version I hope to release today.. The method I used before was not very reliable.Will it ever be today? Just kidding Giftie. - foghat - 2011-03-21 giftie Wrote:From your log I can see that you are using a skin that supports the Activation of Cinema Experience from the Home Window. But you are using the 'Cinema' button from the Info Window. This causes the XBMC to start two instances of the script(one from the Home Window and one from the Info Window) That is causing some odd happenings. Your settings may have been over written by the second instance of the script. Best way to insure that only a single instance of the script is running is to start it from the Addons window(it will error out since it is not meant to be started from Addons) This will clear the script from XBMCs memory and allow the settings to be edited. Is this nfo file logic new? I don't think so - I did not ever have a problem playing trailers until this latest release. Just to be sure, I turned off the rating check and still nothing setup on the Movie Trailer's tab plays. also note: it is not only the trailers that do not play, also the Coming attraction intro and outro do not play. Again nothing on the Movie Trailers tab works. Everythhing worked great before this release. Also, the issue I am having (as described above) with changes not sticking. Something is off. Both Cinema Experience and Aeon MQ2 updated at the same time on my computer - the latest release of MQ2 added the Cinema option on the main menu - I have no idea how this is different than the Movie main menu item. The only Difference I see, is that when I use the Cinema item, there is a, for lack of a better word, annoying Cinema Experience icon that tell me how to queue movies - which never disappears. That and it takes for ever for a movie to start once I click Play using Cinema Experience on the info page. I am not sure how to start cinema experience from the add-ons window.....But I have restarted XBMC many times, wouldn't that clear the script from the XBMC memory? The old version worked great for me, is there any way to get a copy of it. I will just reinstall and turn off automatic updates. - foghat - 2011-03-21 I guess I should add to the above, having limit trailers by mpaa rating never caused my trailers not to play in the previous release, although I'm not sure it actually worked right (actually filtered trailers based on the movies rating) - likely because they are local and do not have the nfo file, but they would play. As I said above, I tested by turning off mpaa rating and still had the issue of trailers not playing. Thing is, even though I did turn it off, the setting did not stick, as per I described in my first post, so I guess it wasn't really turned off. But still, intro and outro don't play either, so something is not right. - giftie - 2011-03-21 foghat Wrote:I guess I should add to the above, having limit trailers by mpaa rating never caused my trailers not to play in the previous release, although I'm not sure it actually worked right (actually filtered trailers based on the movies rating) - likely because they are local and do not have the nfo file, but they would play. Did you follow the instructions, clicking on Cinema Experience in the Addons Window as if to activate it, that I had given to insure that Cinema Experience is not running in the background? If the script is running in the background, those are the settings that XBMC will ultimately save(when the script ends the settings are resaved) The Coming Attractions Intro and Outro will not play if no trailers have been added to the playlist(by the script), so that is actually working correctly. Using Aeon MQ2 and using the Home Window's 'Cinema' button you need to start the script by Queuing a move( 'Q' on a Keyboard, '0' (zero) on a remote, or open up the Context Menu and select Queue Item) I'll talk to the Skinner about hiding the 'Play With Cinema Experience' on the Info Window if accessing from the Home Window's 'Cinema' button. If you don't use the Multiple Feature option on the script and don't like to use the 'Q' or Zero to queue the movies, you need to only use the Movies Button on the Home Window. Previously the script did not filter Local Trailers. It wasn't able to. - giftie - 2011-03-21 foghat Wrote:The only Difference I see, is that when I use the Cinema item, there is a, for lack of a better word, annoying Cinema Experience icon that tell me how to queue movies - which never disappears. That and it takes for ever for a movie to start once I click Play using Cinema Experience on the info page. It's actually instructions on how to use Cinema Experience from the Home Window! It does disappear after 5 min, or if you Queue a movie. Quote:I am not sure how to start cinema experience from the add-ons window.....But I have restarted XBMC many times, wouldn't that clear the script from the XBMC memory? Just like any other addon. Quote:The old version worked great for me, is there any way to get a copy of it. I will just reinstall and turn off automatic updates. You should have a Packages Folder in you Addon Folder. This is where XBMC stores older versions of Addons. You should be able to select an older Package. New Version out.. 1.0.39 - giftie - 2011-03-21 The Newest version is out! The trailer downloader is functioning again. And no more Script Failed message when the last video is played. A few enhancements are also included - The Queue Notification pop up can be turned off for those that use the script from the Home Window(See Feature Presentation Settings) - Keep in mind that the script is running still, and only will cancel if you leave the Movie Library(this does not include the Info screen) The Trivia now can be turned off, without having the time set to 0. A new Trivia method will soon be available - The Movie Quiz Addon can be used in place of the Slide Show(The Movie Quiz Addon side is still in development) Some Home Automation Settings have been added to the settings, these have not yet been added to the script yet, so they don't do anything, but are there for feed back from the users that hope to use this feature. Very Important Note: - The settings have changed a little, they need to be checked over and re-saved. Below are the details from the Changelog Code: 1.0.39 - giftie - 2011-03-21 Made it by about 15 mins... lol... barcoboy Wrote:Will it ever be today? - OniFactor - 2011-03-21 is this working with the iOS build? it keeps saying "error script failed! : addon.py" when i try to run it. ATV2 running 10.4, the latest stable release for iOS, with Night as my skin. - icky - 2011-03-21 giftie Wrote:The Newest version is out! Now....... this is maybe where the boundaries are pushed, when the trivia is set for 5 mins, 720p trailers selected from the amt database, i am only able to download trailers from apple at a max of 150kbps.... this means that the 3 trailers cannot download by the time they are needed to be played.... its there any way to allow multiple connections to the same target, ie what programs like jdownloader and internet download manager do... therefore increase the download transfer speed by about 4x? Obviously this is not a fault with the script, its the speed that apple would allow, but just trying to think of a solution to the problem - foghat - 2011-03-21 giftie Wrote:Did you follow the instructions, clicking on Cinema Experience in the Addons Window as if to activate it, that I had given to insure that Cinema Experience is not running in the background? If the script is running in the background, those are the settings that XBMC will ultimately save(when the script ends the settings are resaved) I did not see said instructions. To be safe I will uninstall and then reinstall newest version. Could this be why my changes did not seem to save? Guess we will see when I get home today and try the new version. giftie Wrote:The Coming Attractions Intro and Outro will not play if no trailers have been added to the playlist(by the script), so that is actually working correctly. I was actually just thinking that might be the case as I was lying in bed last night....yikes. giftie Wrote:Using Aeon MQ2 and using the Home Window's 'Cinema' button you need to start the script by Queuing a move( 'Q' on a Keyboard, '0' (zero) on a remote, or open up the Context Menu and select Queue Item) I'll talk to the Skinner about hiding the 'Play With Cinema Experience' on the Info Window if accessing from the Home Window's 'Cinema' button. If you don't use the Multiple Feature option on the script and don't like to use the 'Q' or Zero to queue the movies, you need to only use the Movies Button on the Home Window. So, sounds like the using the Movies button on the home window should still function as per normal. Which is good. I really like the 'Play with Cinema Experience' button from the info window. This way you have the option of using Cinema Experience or not (by selecting just play). giftie Wrote:Previously the script did not filter Local Trailers. It wasn't able to. This explains why it is not working for me now. As I have the mpaa rating selected. I will have to check and see if the tool I am using to download trailers (metabrowser) can create the required nfo files. Better yet, I will check out the hd trailers.net downloader. Thanks a lot. |