[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
|
RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - bigdog66 - 2012-03-30 Quote:XBMC still has a problem with streamed trailers if a local video is played before(ie Coming Attraction intro). Great to hear giftie...I have hd trailers downloader setup to keep supplied with new trailers locally so im all good again thanks giftie for all your dedication! RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - bluenote - 2012-03-31 Thanks giftie, I'll talk to twinther. RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - echo - 2012-03-31 Just discovered this plugin....would be very cool if everything worked as intended. I spent half the night making various videos for intros/outros I don't get any streaming trailers when local video is played beforehand, as noted in a previous post in the thread. Just thought I'd paste my log as well if it will help in resolving the bugs: pastebin log I really hope this plugin gets fixed...it would a fantastic addition to a home theater setup! RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - thec - 2012-03-31 Hi! I have just discovered this plugin, and I must say I am impressed. I have one problem tho. I am not able to to load Trailers from my local folder (downloaded using the HD-Trailers.NET Downloader). The xbmc Debug-log file tells me that it finds the trailers, but it also says "type":"unknown"...Adding trailers: 0 Trailers... I see that others are able to load local Trailers, so I must be doing something wrong... :-( 14:58:57 T:5368 DEBUG: [json_utils.py] - retrieve_json_dict - JSONRPC - {"id":1,"jsonrpc":"2.0","result":{"files":[{"file":"C:\\Users\\thec\\Videos\\Trailere\\ATM (Theatrical Trailer)_720p.mp4","filetype":"file","label":"ATM (Theatrical Trailer)_720p.mp4","type":"unknown"},{"file":"C:\\Users\\thec\\Videos\\Trailere\\Piranha 3DD (Red Band Trailer)_720p.mp4","filetype":"file","label":"Piranha 3DD (Red Band Trailer)_720p.mp4","type":"unknown"},{"file":"C:\\Users\\thec\\Videos\\Trailere\\Prometheus (Theatrical Trailer)_1080p.mov","filetype":"file","label":"Prometheus (Theatrical Trailer)_1080p.mov","type":"unknown"}],"limits":{"end":3,"start":0,"total":3}}} 14:58:57 T:5368 NOTICE: [ script.cinema.experience ] - [ local folder scraper ] - Shuffling Trailers 14:58:57 T:5368 NOTICE: [ script.cinema.experience ] - [ local folder scraper ] - Saving Watched List 14:58:57 T:5368 NOTICE: [] 14:58:57 T:5368 NOTICE: [script.cinema.experience] - Adding Coming Attraction Outro Video: 0 Videos 14:58:57 T:5368 DEBUG: [ script.cinema.experience ] - [ ce_playlist.py ] - _get_special_items() Started 14:58:57 T:5368 DEBUG: [ script.cinema.experience ] - [ ce_playlist.py ] - No Items 14:58:57 T:5368 NOTICE: [script.cinema.experience] - Adding Trailers: 0 Trailers Full log uploaded to xbmc debug log Any help will be highly appreciated Have a nice day! RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - giftie - 2012-03-31 Script is not broken, XBMC is having the problems. (2012-03-31, 14:47)echo Wrote: Just discovered this plugin....would be very cool if everything worked as intended. I spent half the night making various videos for intros/outros RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - echo - 2012-03-31 (2012-03-31, 15:52)giftie Wrote: Script is not broken, XBMC is having the problems.Thanks for the clarification giftie. I hope the XBMC team resolves it then... Since it is an open source project, is there any way that we could submit the necessary changes (if it's nothing major) to the core developers so that they might just include the necessary code quickly? Or perhaps there is a bug report somewhere for this that we could vote for to get some attention for it? RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - giftie - 2012-03-31 The problem is that your files are not named properly. The trailers need to be named with '-trailer' following the file name. See the end of this message -> http://forum.xbmc.org/showthread.php?tid=87563&pid=664143#pid664143 (2012-03-31, 15:26)thec Wrote: Hi! RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - giftie - 2012-03-31 I wish I could figure out what is exactly happening in XBMC and how to fix it.. There is a TRAC Ticket but please only post constructive, helpful to the solving the problem, we wouldn't want it to get ignored. (2012-03-31, 16:05)echo Wrote:(2012-03-31, 15:52)giftie Wrote: Script is not broken, XBMC is having the problems.Thanks for the clarification giftie. I hope the XBMC team resolves it then... RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - thec - 2012-03-31 (2012-03-31, 16:10)giftie Wrote: The problem is that your files are not named properly. The trailers need to be named with '-trailer' following the file name. See the end of this message -> http://forum.xbmc.org/showthread.php?tid=87563&pid=664143#pid664143Thank you very much giftie. I should have read the instructions better. My bad. Keep up the great work! :-) RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - bigdog66 - 2012-03-31 for anyone who uses local trailers like me....I use a program on my windows laptop that downloads new trailers just for CE when setup it can run as often as you want and name them correctly....you can also set a purge date which you want to do because the amount of trailers available at any time can get out of control lol go here http://hdtrailersdler.codeplex.com/ RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - KoSHuR - 2012-04-01 Hi, I am using the aeon MQ 3, i have added the cinema button, i pretty much think i have it working, (the Cinema Experience pack i downloaded , had an error when extracting, missing some content) so when i play it, it runs through the files (trailers, intros ect.), what i have setup , but then returns to movie library and wont play the main movie. any help would be appreciated Thanx RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - giftie - 2012-04-01 Be sure you are using the version from the first page, as this is the only version that is for Eden.(2.0.53) And if that version the one you are using, please post a debug log. RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - KoSHuR - 2012-04-01 i have xbmc 11.0-pre git: 20120307-b59d0da (compiled mar 7 2012) installed, so i used the Dharma Version 1.0.53, here is the debug log http://pastebin.com/embed_js.php?i=Z6tSGgtQ RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - giftie - 2012-04-01 Since you are using an Eden version of XBMC you need to use the Eden version of the script(2.0.53)\ (2012-04-01, 16:21)KoSHuR Wrote: i have xbmc 11.0-pre git: 20120307-b59d0da (compiled mar 7 2012) installed, so i used the Dharma Version 1.0.53, RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - KoSHuR - 2012-04-01 (2012-04-01, 16:30)giftie Wrote: Since you are using an Eden version of XBMC you need to use the Eden version of the script(2.0.53)\ thats odd when i original downloaded it it did say Dharma, i will try out the eden and let you know. thanx |