[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 - litfoo - 2014-01-26 thanks for the speedy response giftie here is the log - hope you can point me to where I may be going wrong. as far as i am aware, i had the settings set cheers litfoo Re: RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - giftie - 2014-01-26 (2014-01-26, 00:01)litfoo Wrote: thanks for the speedy response giftie I require a full debug log posted(see my signature). Something is causing the script to fail, the debug log will show the whereabouts of the problem. RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - litfoo - 2014-01-26 (2014-01-26, 07:59)giftie Wrote: I require a full debug log posted(see my signature). Something is causing the script to fail, the debug log will show the whereabouts of the problem. Thanks giftie here is the debug log RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - SirMarco - 2014-01-26 Hello! This is my first project and need some help.The following hardware I'm using : RaspberryPI with FHEM house control ( 433 mhz simple sockets It works great!) XBMC player on Intel NUC with OpenELEC The sockets control works great with an HTTP Link : http://192.168.2.13:8083/fhem?cmd.Wohnzimmer_Leselampe=set Wohnzimmer_Leselampe on & room = Living How can I add this link in the home_automation.py ? I tried the following : Code: # Script Start This code is in the wiki: Code: # Script Start I still do not understand where the CE_Automate is, or what it does RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - giftie - 2014-01-28 (2014-01-26, 13:24)SirMarco Wrote: Hello! The example in the wiki is for communicating with EventGhost via UDP Communication Broadcast and is for Dharma/Eden. For your situation is to find a way to communicate on the network using Python. Urllib, requests modules are quite useful. (2014-01-26, 10:19)litfoo Wrote:(2014-01-26, 07:59)giftie Wrote: I require a full debug log posted(see my signature). Something is causing the script to fail, the debug log will show the whereabouts of the problem. Your debug log shows a lot of settings enabled without folder/file paths set. RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - litfoo - 2014-01-28 (2014-01-28, 03:45)giftie Wrote:(2014-01-26, 10:19)litfoo Wrote:(2014-01-26, 07:59)giftie Wrote: I require a full debug log posted(see my signature). Something is causing the script to fail, the debug log will show the whereabouts of the problem. whoops - my error - i guess you are referring to lines 1125-1220 in my debug log. I was under the impression I could just install the add-on and it would work immediately Is there a guide/wiki to explain how and what folders/file paths should be set? In the Directory tree Overviews section of the wiki , do I have manually create all these directories and if so, where is the best location to do so? Do they have to be in a specific location or not important where they are created (i.e. All I need to do is point to the folders/files correctly in Cinema experience settings) apologies for all the newbie questions and thanks for your help again. RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - ijourneaux - 2014-01-28 The folder configuration is described in post #4 on the first page of this thread. They have to be created and populated by the user. RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - JCole - 2014-01-28 So I just installed the Jan. 27th nightly of XBMC Gotham, and the latest test version of CE as listed in the first post of this thread (4.0.7) When I go to run the script via Movie info, then "cinema" button, I get the movie menu where it jumps to the next item in the library. Nothing plays, I have included a pastebin here: http://pastebin.com/pwVwxp0j Ive had this issue before when I first started using CE, but that was a couple years ago, and it's been rock solid since then so I forget how I fixed it. RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - giftie - 2014-01-28 (2014-01-28, 23:16)JCole Wrote: So I just installed the Jan. 27th nightly of XBMC Gotham, and the latest test version of CE as listed in the first post of this thread (4.0.7) One of your slide folders/files has a non-ascii character. try this version. https://www.dropbox.com/s/gpxg1uqz1v5zvw4/script.cinema.experience-4.0.8.zip RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - litfoo - 2014-01-29 (2014-01-28, 21:30)ijourneaux Wrote: The folder configuration is described in post #4 on the first page of this thread. They have to be created and populated by the user. Thanks for this. I can create these folders anywhere I choose? As long as I point to the correct path within CE settings? RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - giftie - 2014-01-29 (2014-01-29, 00:33)litfoo Wrote:(2014-01-28, 21:30)ijourneaux Wrote: The folder configuration is described in post #4 on the first page of this thread. They have to be created and populated by the user. As long as it is a path that XBMC can access(ie permissions) Also, you will have to add the paths as a source using the File Manager in XBMC(can shorten finding the folders) RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - litfoo - 2014-01-29 Do I have to add the paths as a source or are you saying it may be easier to add as a source (for ease of access finding them) RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - giftie - 2014-01-29 (2014-01-29, 01:32)litfoo Wrote: Do I have to add the paths as a source or are you saying it may be easier to add as a source (for ease of access finding them) On some systems it is needed for these folders to be added through the File Manager just so Add-on Settings can access them. A lot of us use the folder layout as how everything should go, but the only thing that needs to follow that layout is the Audio format files. This is the case because the script will search based on the Audio format name. RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - litfoo - 2014-01-29 (2014-01-29, 02:29)giftie Wrote:(2014-01-29, 01:32)litfoo Wrote: Do I have to add the paths as a source or are you saying it may be easier to add as a source (for ease of access finding them) Thanks giftie, quick question - on the wiki it states folder 'Movie Theater Intro and Movie Theater Outro - shoud this be spelt Theater or Theatre as per the CE Video Structure image on post 4 of this tread or does it not matter? Re: RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - giftie - 2014-01-29 (2014-01-29, 16:40)litfoo Wrote:(2014-01-29, 02:29)giftie Wrote:(2014-01-29, 01:32)litfoo Wrote: Do I have to add the paths as a source or are you saying it may be easier to add as a source (for ease of access finding them) Depends where in the world you live. . No, it doesn't matter, you will still have to look up the folder when adjusting the settings. |