[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 - jitterjames - 2013-01-25 self.broadcastUDP("eventname&&extrainfo") def broadcastUDP(self,data): IPADDR = '255.255.255.255' PORTNUM = 33000 s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM, 0) s.connect((IPADDR, PORTNUM)) s.send(data) s.close() RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - vogelap - 2013-01-25 Yes! Looking forward to CE for Frodo very much! Thanks for your work on this project. RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - DigitalAnvil - 2013-01-25 I keep all my media on my NAS and naturally want to keep my CE stuff on there as well. When setting it up, I was unable to point to the new share I have created specifically for this script. The script will show me all of the current folders/paths that I currently use with my media and local drives on the pc that I'm currently on. (The only make do solution that I'm using currently is that I have created a mapped drive to the main CE content directory to make it work). I also tried adding the folder that is on my NAS in mediasource.xml (under files section) but even that did not resolve the issue. Does everyone just keep everything locally on their machine and/or create a mapped drive? Or did I completely miss a step to set it up correctly (I'd rather not create mapped drives if I can avoid them)? RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - deletedpenguin - 2013-01-25 giftie, thanks heaps for working on this. It's really quite impressive. As a side note, is it possible to set "Cinema" as the default play functionality for movies? I'd love for this to become the standard way we play movies, rather than having to go into the info screen and scrolling to Cinema. RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - giftie - 2013-01-25 (2013-01-25, 21:03)DigitalAnvil Wrote: I keep all my media on my NAS and naturally want to keep my CE stuff on there as well. When setting it up, I was unable to point to the new share I have created specifically for this script. For the script's settings to see the shared files/folders you need to add the source in the Filemanger in XBMC. I personally keep my Cinema Experience files on a local drive to prevent any buffering(though fast networks shouldn't have too much buffering) (2013-01-25, 23:43)deletedpenguin Wrote: giftie, thanks heaps for working on this. It's really quite impressive. You can modify the key map file for XBMC. Though this creates a problem as it will try to run Cinema Experience in any of the Video section, not just the Movie Library. RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - deletedpenguin - 2013-01-25 (2013-01-25, 23:44)giftie Wrote: You can modify the key map file for XBMC. Though this creates a problem as it will try to run Cinema Experience in any of the Video section, not just the Movie Library. Hmm, good point. I don't think I'd want to do that. I'll keep it as is. Thanks for the quick response! RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - armymanbrad - 2013-01-26 hey guys asked this before but ill try again. I was wondering if when cinema exp is working properly does it transition from the trailer to the movie or is it suposed to take me back to the poster screen again? Brad RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - wints - 2013-01-26 Hi giftie, just had chance to try this but everytime i launch it just hangs XBMC? using hybrid skin but also tried others with same results log below cheers pastebin log RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - JoaoGuilherme - 2013-01-26 Thank you very much. Installed in Frodo and it's working fine. Re: RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - giftie - 2013-01-27 (2013-01-26, 16:49)wints Wrote: Hi giftie, just had chance to try this but everytime i launch it just hangs XBMC? using hybrid skin but also tried others with same results log below cheers That log does not show any signs of the script being started. How are you trying to start the script? RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - wints - 2013-01-27 Hi giftie i'm trying to launch it via This option in hybrid skin RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - armymanbrad - 2013-01-27 trying to launch CI in new frodo test and am getting a python script error. I would definetly be appreciative if you could help troubleshoot the issue. I have enclosed the debug log for your convienance. http://xbmclogs.com/show.php?id=30654 Re: RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - giftie - 2013-01-27 (2013-01-27, 18:07)armymanbrad Wrote: trying to launch CI in new frodo test and am getting a python script error. I would definetly be appreciative if you could help troubleshoot the issue. I have enclosed the debug log for your convienance. Make sure you install the Frodo version from the first page RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - Mudislander - 2013-01-27 (2013-01-27, 12:53)wints Wrote: Hi giftie i'm trying to launch it via This option in hybrid skin Sets Item <onclick> to Code: RunScript(script.cinema.experience,movietitles) RE: [RELEASE] Cinema Experience - the new Home Theater Experience Script - storstenson - 2013-01-28 Hi I'm trying to use the new broadcast code posted for broadcasting events to eventghost; self.broadcastUDP("eventname&&extrainfo") def broadcastUDP(self,data): IPADDR = '255.255.255.255' PORTNUM = 33000 s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM, 0) s.connect((IPADDR, PORTNUM)) s.send(data) s.close() But I cant make it work. Can someone perhaps make a home_automation.py with the code implanted? It would have been great help! |