Linux ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Discussions (https://forum.kodi.tv/forumdisplay.php?fid=222) +--- Forum: Hardware (https://forum.kodi.tv/forumdisplay.php?fid=112) +--- Thread: Linux ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] (/showthread.php?tid=194362) 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
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
|
RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [v3.6 - 2014/12/28] - Jpopgt - 2014-12-30 (2014-12-29, 23:10)nickr Wrote: Openelec has an rtorrent addon Hi, I looked into that but i want to do away with my acer running windows, i was was just wanting to use this chromebox without my other PC running in the background. I am only looking for a good browsing experience and have the option to watch openelec and download some torrents now and again. Cheers. RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [v3.6 - 2014/12/28] - rmilyard - 2014-12-30 Not sure if anyone can help me on this one. So I updates to Kodi. All was fine with past Gotham. Now when I add my advancedsettinga.xml file I don't see my lib anyone. I can do this on my Windows box without any issues. Code: <advancedsettings> RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [v3.6 - 2014/12/28] - rmilyard - 2014-12-30 (2014-12-30, 01:01)rmilyard Wrote: Not sure if anyone can help me on this one. So I updates to Kodi. All was fine with past Gotham. Now when I add my advancedsettinga.xml file I don't see my lib anyone. I can do this on my Windows box without any issues. So found the issue! It was because booting so fast doesn't connect. Changed setting to delay boot some and works now! RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [v3.6 - 2014/12/28] - Matt Devo - 2014-12-30 (2014-12-30, 01:14)rmilyard Wrote: So found the issue! It was because booting so fast doesn't connect. Changed setting to delay boot some and works now! somebody should put that in the wiki. Oh wait, it's already there! RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [v3.6 - 2014/12/28] - hdmkv - 2014-12-30 I've read and re-read the first post, but not sure how to update coreboot firmware... I've got standalone OE installed. How do I run the code below? From SSH terminal? Any instructions? Thanks. Quote:Updating the coreboot Firmware RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [v3.6 - 2014/12/28] - Matt Devo - 2014-12-30 (2014-12-30, 02:04)hdmkv Wrote: I've read and re-read the first post, but not sure how to update coreboot firmware... I've got standalone OE installed. How do I run the code below? From SSH terminal? Any instructions? Thanks. but if it ain't broke, and there's nothing in the new firmware that specifically fixes an issue you are having (as listed in the changelog), then there's no reason to update. RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [v3.6 - 2014/12/28] - jchoong - 2014-12-30 (2014-12-29, 23:21)MrLondon Wrote: I've upgraded to openelec 5 but all I see is the kodi symbol for a few sec and then again ina loop how can I come out of this loop? I had version 4.2 working before What I did was just copy the TAR file into the upgrade directory (no need to unzip - as per WIKI) and reboot. RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [v3.6 - 2014/12/28] - Matt Devo - 2014-12-30 (2014-12-30, 02:48)jchoong Wrote:(2014-12-29, 23:21)MrLondon Wrote: I've upgraded to openelec 5 but all I see is the kodi symbol for a few sec and then again ina loop how can I come out of this loop? I had version 4.2 working before that's not going to make any difference. He's stuck in a bootloop since some add-on, skin, etc isn't compatible with 5.0 -- which is why there's no automatic upgrade. Either way, this is a general OpenELEC install/upgrade issue, and best addressed somewhere other than this thread (since it's not an issue related to the script or dual booting) RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [v3.6 - 2014/12/28] - Meatwallet - 2014-12-30 I've been having this problem lately and was hoping someone could shed some light on it. I'm having buffering issues when streaming a movie that isn't on my hard drive. After about an hour it will start buffering. I press "O" and the cache(10mb most of the time but did see 20mb once) is down to 0. I increased the cache by following some of vids on Youtube and still no luck. If I start a new movie it will play fine but after about an hour I start having issues again. My internet is 100mbs but the Chromebox sees between 60-80mbs through a powerline converter. I think I have only had the issue at night so maybe it's a server issue? RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [v3.6 - 2014/12/28] - Matt Devo - 2014-12-30 (2014-12-30, 06:42)Meatwallet Wrote: I've been having this problem lately and was hoping someone could shed some light on it. I'm having buffering issues when streaming a movie that isn't on my hard drive. After about an hour it will start buffering. I press "O" and the cache(10mb most of the time but did see 20mb once) is down to 0. I increased the cache by following some of vids on Youtube and still no luck. If I start a new movie it will play fine but after about an hour I start having issues again. My internet is 100mbs but the Chromebox sees between 60-80mbs through a powerline converter. I think I have only had the issue at night so maybe it's a server issue? given that it's a network/add-on issue, you'll likely get better support here: 200735 (thread) RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [v3.6 - 2014/12/28] - mkapadia - 2014-12-30 Great instructions...even a novice like myself can follow them. Much appreciated. Need some assistance / guidance on audio. I just bought an Asus Chromebox, followed the steps outline on the Page 1, created a stand alone OE...and frankly everything works. everything that is but the audio.....its brittle and scarcthy. Just cant seem to figure it out. Any one else have similar issues...if so how did you guys fix it. Thanks RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [v3.6 - 2014/12/28] - Matt Devo - 2014-12-30 (2014-12-30, 10:41)mkapadia Wrote: Great instructions...even a novice like myself can follow them. Much appreciated. First I've heard of that issue on a ChromeBox. HDMI audio? connected to what AVR or TV? playing what format/sample rate audio? In what container? RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [v3.6 - 2014/12/28] - MrLondon - 2014-12-30 Matt, it's strange, I have done a new install with OE 5 using the bootable stick. With the stick done a quick install and all is fine, but as soon as I put in the advancedsettings with mysql details it starts with the endless loop. I have already added the 10sec delay for network but that made no difference. <advancedsettings> <videodatabase> <type>mysql</type> <host>192.168.0.24</host> <port>3306</port> <user>xbmc</user> <pass>xbmc</pass> </videodatabase> <musicdatabase> <type>mysql</type> <host>192.168.0.24</host> <port>3306</port> <user>xbmc</user> <pass>xbmc</pass> </musicdatabase> </advancedsettings> it's getting stranger, if I remove the network cable during this loop the kodi interface loads fine. Once I am connected with putty I can ping mysql host fine PING 192.168.0.24 (192.168.0.24): 56 data bytes 64 bytes from 192.168.0.24: seq=0 ttl=64 time=0.506 ms 64 bytes from 192.168.0.24: seq=1 ttl=64 time=0.274 ms 64 bytes from 192.168.0.24: seq=2 ttl=64 time=0.271 ms 64 bytes from 192.168.0.24: seq=3 ttl=64 time=0.247 ms ^C --- 192.168.0.24 ping statistics --- 4 packets transmitted, 4 packets received, 0% packet loss round-trip min/avg/max = 0.247/0.324/0.506 ms OpenELEC:~ # telnet 192.168.0.24:3306 c 5.5.37-MariaDB-0ubuntu0.14.04.1hâ–’"T`hfJ!â–’?Z(UU,x=c[}%mysql_native_passwordxbmc !#08S01Got packets out of orderConnection closed by foreign host 14:52:06 T:140141925582720 NOTICE: Running database version Addons16 14:52:06 T:140141925582720 NOTICE: Running database version ViewModes6 14:52:06 T:140141925582720 NOTICE: Running database version Textures13 14:52:06 T:140141925582720 ERROR: Unable to open database: MyMusic48 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyMusic47 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyMusic46 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyMusic45 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyMusic44 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyMusic43 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyMusic42 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyMusic41 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyMusic40 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyMusic39 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyMusic38 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyMusic37 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyMusic36 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyMusic35 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyMusic34 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyMusic33 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyMusic32 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyMusic31 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyMusic30 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyMusic29 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyMusic28 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyMusic27 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyMusic26 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyMusic25 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyMusic24 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyMusic23 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyMusic22 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyMusic21 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyMusic20 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyMusic19 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyMusic18 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyMusic48 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to create new database 14:52:06 T:140141925582720 ERROR: Unable to open database: MyVideos90 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyVideos89 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyVideos88 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyVideos87 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyVideos86 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyVideos85 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyVideos84 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyVideos83 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyVideos82 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyVideos81 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyVideos80 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyVideos79 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyVideos78 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyVideos77 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyVideos76 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyVideos75 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyVideos74 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyVideos73 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyVideos72 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyVideos71 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyVideos70 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyVideos69 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyVideos68 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyVideos67 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyVideos66 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyVideos65 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyVideos64 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyVideos63 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyVideos62 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyVideos61 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyVideos60 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to open database: MyVideos90 [2003](Can't connect to MySQL server on '192.168.0.24' (101)) 14:52:06 T:140141925582720 ERROR: Unable to create new database 14:52:06 T:140141925582720 NOTICE: Running database version TV26 14:52:06 T:140141925582720 NOTICE: Running database version Epg8 14:52:06 T:140141925582720 NOTICE: start dvd mediatype detection 14:52:06 T:140141654681344 NOTICE: Thread DetectDVDMedia start, auto delete: false 14:52:06 T:140141925582720 WARNING: JSONRPC: Could not parse type "PVR.Details.Channel" 14:52:06 T:140141925582720 WARNING: JSONRPC: Could not parse type "PVR.Details.ChannelGroup.Extended" 14:52:06 T:140141925582720 WARNING: JSONRPC: Could not parse type "GUI.Property.Value" 14:52:06 T:140141925582720 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList" 14:52:06 T:140141925582720 NOTICE: initialize done 14:52:06 T:140141925582720 NOTICE: Running the application... 14:52:06 T:140141649630976 NOTICE: Thread LanguageInvoker start, auto delete: false 14:52:07 T:140141649630976 NOTICE: -->Python Interpreter Initialized<-- 14:52:07 T:140141641238272 NOTICE: Thread JobWorker start, auto delete: true 14:52:07 T:140141925582720 NOTICE: starting zeroconf publishing 14:52:07 T:140141925582720 NOTICE: Webserver: Starting... 14:52:07 T:140141925582720 NOTICE: WebServer: Started the webserver 14:52:07 T:140141925582720 NOTICE: ES: Starting event server 14:52:07 T:140141385463552 NOTICE: Thread EventServer start, auto delete: false 14:52:07 T:140141385463552 NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777 14:52:07 T:140141385463552 NOTICE: UDP: Listening on port 9777 14:52:07 T:140141377070848 NOTICE: Thread TCPServer start, auto delete: false 14:52:07 T:140141410641664 NOTICE: Thread JobWorker start, auto delete: true 14:52:07 T:140141654681344 NOTICE: Thread RSSReader start, auto delete: false 14:52:07 T:140141150594816 NOTICE: Thread AirPlayServer start, auto delete: false 14:52:07 T:140141649630976 NOTICE: ## OpenELEC Addon ## 0.5.7 14:52:07 T:140141654681344 ERROR: CCurlFile::FillBuffer - Failed: Couldn't resolve host name(6) 14:52:07 T:140141654681344 ERROR: CCurlFile::CReadState::Connect, didn't get any data from stream. 14:52:07 T:140141654681344 ERROR: CCurlFile::FillBuffer - Failed: Couldn't resolve host name(6) 14:52:07 T:140141654681344 ERROR: CCurlFile::CReadState::Connect, didn't get any data from stream. 14:52:07 T:140141654681344 ERROR: CCurlFile::FillBuffer - Failed: Couldn't resolve host name(6) 14:52:07 T:140141654681344 ERROR: CCurlFile::CReadState::Connect, didn't get any data from stream. 14:52:07 T:140141654681344 ERROR: CCurlFile::FillBuffer - Failed: Couldn't resolve host name(6) 14:52:07 T:140141654681344 ERROR: CCurlFile::CReadState::Connect, didn't get any data from stream. 14:52:08 T:140141654681344 ERROR: CCurlFile::FillBuffer - Failed: Couldn't resolve host name(6) 14:52:08 T:140141654681344 ERROR: CCurlFile::CReadState::Connect, didn't get any data from stream. 14:52:08 T:140141654681344 ERROR: CCurlFile::FillBuffer - Failed: Couldn't resolve host name(6) 14:52:08 T:140141654681344 ERROR: CCurlFile::CReadState::Connect, didn't get any data from stream. 14:52:08 T:140141654681344 ERROR: CCurlFile::FillBuffer - Failed: Couldn't resolve host name(6) 14:52:08 T:140141654681344 ERROR: CCurlFile::CReadState::Connect, didn't get any data from stream. 14:52:08 T:140141654681344 ERROR: CCurlFile::FillBuffer - Failed: Couldn't resolve host name(6) 14:52:08 T:140141654681344 ERROR: CCurlFile::CReadState::Connect, didn't get any data from stream. 14:52:08 T:140141654681344 ERROR: CCurlFile::FillBuffer - Failed: Couldn't resolve host name(6) 14:52:08 T:140141654681344 ERROR: CCurlFile::CReadState::Connect, didn't get any data from stream. 14:52:09 T:140141654681344 ERROR: CCurlFile::FillBuffer - Failed: Couldn't resolve host name(6) 14:52:09 T:140141654681344 ERROR: CCurlFile::CReadState::Connect, didn't get any data from stream. 14:52:09 T:140141654681344 ERROR: CCurlFile::FillBuffer - Failed: Couldn't resolve host name(6) 14:52:09 T:140141654681344 ERROR: CCurlFile::CReadState::Connect, didn't get any data from stream. 14:52:09 T:140141654681344 ERROR: CCurlFile::FillBuffer - Failed: Couldn't resolve host name(6) 14:52:09 T:140141654681344 ERROR: CCurlFile::CReadState::Connect, didn't get any data from stream. but in the kodi log I can see the following: RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [v3.6 - 2014/12/28] - jmhenry5150 - 2014-12-30 Hey guys... Ok so I have everything setup through MySQL and I want to update to OE 5.0. First off, when I go look at the releases, I see 2 files (http://openelec.tv/get-openelec): [Stable] OpenELEC 5.0.0 (x86_64) [Stable] OpenELEC 5.0.0 (x86_64) Diskimage Which do I use? And from reading above, I see that we have to drop this into the /storage/.update/ folder and reboot. What exactly is going to happen when I reboot? Will this go out and create a new database and copy all of my content (database entries)? Is this going to wipe away all of my MySQL settings? I know to make a backup but I want to make sure I know what's going on before I do it... I also have 5 rpi's to do but I suppose that's for a different thread Thanks in advance! -Mike RE: Asus/HP/Acer/Dell ChromeBox EZ Setup (OpenELEC/Linux+Kodi) [v3.6 - 2014/12/28] - darebee - 2014-12-30 (2014-12-30, 16:24)jmhenry5150 Wrote: Hey guys... Use the first one, the non-Diskimage version into the /storage/.update/ folder. Once you reboot it will unpack the files and update OE. Your MySQL settings are in advancedsettings.xml. It will connect to that MySQL db and add new databases for movies and music and copy all the current db values into the new tables (nothing will be lost including watched flags) You must already have a wait for network delay added if you are already using MySQL but if you don't see your TV shows or Movies make sure you have that delay in the OE options configured. That's it. Now if you have any other devices still using XBMC it will not keep both of these databases insync so it is best to update all devices to the same version. -Darren |