[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
|
- soldave - 2011-06-14 giftie Wrote:lol.. Not going to blame your internet There has been a problem with streaming files if there is a video preceding the streams, apparently it only shows up when Cinema Experience but I am 90% positive that the script is not at fault, since it is just sitting in the background triggering Home Automation signals. Just used HTW fo the first time in a couple of months and noticed this too. So is the only way around this still to have no introduction videos before the trailers start? - Banditt - 2011-06-14 The Wuggly Ump Wrote:Hi folks. Really like the script so far, but I've got a few questions:I think if you set it - the scraper will only pull trailers of that genre/rating The Wuggly Ump Wrote:5. Not a question, but the directory structure tutorial doesn't have a folder for Countdowns.Countdowns are in the settings under Special Videos - just point to the countdown video there - The Wuggly Ump - 2011-06-15 Banditt Wrote:I think if you set it - the scraper will only pull trailers of that genre/ratingSo the option only applies to the web-trailer scraper? That's a shame, it sounded cool. I guess I'll have to stop downloading 70s exploitation trailers if they might run before a family movie... - giftie - 2011-06-15 The Wuggly Ump Wrote:So the option only applies to the web-trailer scraper? That's a shame, it sounded cool. I guess I'll have to stop downloading 70s exploitation trailers if they might run before a family movie... You can use downloaded trailers, but the script needs to know some information(contained in the .NFO file) For instance, HD-Trailers.Net Downloader can build '-trailer.nfo' files for the trailers it downloads. Also the script's built in downloader also creates these .NFO files that it downloads. If you look at a .NFO file that these create, you can manually create ones for your own trailers. For instance fere is one that the script made for a trailer it downloaded(available here if you want a closer look): Code: <?xml version="1.0" encoding="utf-8" standalone="yes"?> As long as this file is named exactly as the trailer(aside from the '.nfo' and in the same folder(directory) as the trailer, the script will look inside this file, looking for the Rating and the Genre. - giftie - 2011-06-15 The Wuggly Ump Wrote:Hi folks. Really like the script so far, but I've got a few questions: see the above message Quote:2. Is there a way to create a buffer time between videos? It's jarring when a video cuts directly into the next. It would be awesome to have a fade or something, but even a simple 1-second black screen would be an improvement. At the moment no. The script can not affect the 'harshness' of the trasitions between the videos(it is actually a glorified video playlist builder - with some extras ) With that being said, it would be possible for small videos to be insterted between videos(your 1 second of black), just need a valid video. Then I need some precious programming time to add the option of insterting these videos(very doable) Quote:3. I have some videos that'd go nicely between the trailers, but I can't find an option for that kind of thing. I'd like to play one random trailer, then play one random video from a list (or a specific video, although that wouldn't be as neat), then another trailer and so on. Is this possible? Basically the same answer as above. Possibly you will see it in a future release... Quote:4. Similarly, is it possible to create custom categories and/or set specific videos to obey certain rules (always playing after the movie theater intro, etc)? Keep in mind I know nothing about scripting. I am planning on adding a 'Cartoon' Video option, as well as a couple of other video locations. Quote:5. Not a question, but the directory structure tutorial doesn't have a folder for Countdowns. Opps.. need to update that... - The Wuggly Ump - 2011-06-15 Thanks giftie! The .nfo file support is exactly what I was hoping for. I'll start playing with that immediately. - lightkeepr - 2011-06-17 When I start CE the trivia plays and the feature presentation plays but the I am returned to the movie list. Here is the log: http://pastebin.com/d3N7mQh3 . I am very new at this and maybe I have a setting wrong. Any suggestions? - giftie - 2011-06-17 I see the error, I'll see if I can get it fixed when I get home from work. - lightkeepr - 2011-06-17 giftie Wrote:I see the error, I'll see if I can get it fixed when I get home from work. Out of all that stuff you managed to find something useful in solving my problem? Simply amazing! Thanks for your hard work, I so far am loving the capability of xbmc for my backyard theater! - Zoltrix - 2011-06-18 giftie Wrote:As long as this file is named exactly as the trailer(aside from the '.nfo' and in the same folder(directory) as the trailer, the script will look inside this file, looking for the Rating and the Genre.Hi giftie, When you say it needs to be exactly the same, does that include the -trailer? Eg, would the files need to be named like so?: The Girl With the Dragon Tattoo (Trailer No 1)-trailer.nfo The Girl With the Dragon Tattoo (Trailer No 1)-trailer.mov I'm using the HD-Trailers.NET Downloader script, and when it names the nfo file, it leaves off -trailer. Eg, the filename for an nfo looks like: The Girl With the Dragon Tattoo (Trailer No 1).nfo I'm wondering if this is why the genre option isn't working for me. When I enable the limit trailers by genre option, it doesn't play any trailers at all. - giftie - 2011-06-18 Zoltrix Wrote:Hi giftie, Something must have gotten changed in HD Trailers.net Downloader - it used to properly label them.. - Laciecat - 2011-06-20 True Grit (2010) Slides http://www.megaupload.com/?d=50DIF72Z Hope you enjoy! - dirtdog900 - 2011-06-20 Hello This is a fantastic script but I am picking up the 'ERROR: Error trying to retrieve an item that's out of range' when using the apple streaming trailers. Generally, it will play 1 trailer out of the 5 I have configured and then just stops...generating that error in the debug log. Any ideas what causes that? - MazdaDriver5 - 2011-06-20 This will be my first post here. I just discovered XBMC yesterday and already really loving it and this script as well. I've been looking for something a bit more powerful than Windows Media Player now that I have my laptop hooked up to my 42" HDTV via HDMI and this looks like it will do the job. However, I run into errors when I try to use the trivia portion of this script, from what I can tell the trailer part runs fine, if a little belated, but still well. I don't have any trailers on my computer so I used the streaming option and that worked alright apart from buffering issues but that is due to my internet connection. Anyway, the trivia error I get. I click Cinema Play in XBMC and it does nothing, just hangs. I have a portion of the log here that I've deduced that's where it stops at. Code: 10:18:09 T:4944 M:2019368960 NOTICE: [script.cinema.experience] - Script Name: Cinema Experience - Regss - 2011-06-20 Hi! I added a button to Confluence: Code: <control type="button" id="13"> After pressing button the movie does not play and XBMC shows error in log: Code: 20:22:02 T:2160 M:922079232 NOTICE: -->Python Interpreter Initialized<-- What I'm doing wrong? On the other skins work properly. |