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 ChromeBox EZ Setup (OpenELEC or Ubuntu+XMBC) [v2.19 - 2014/09/06] - Matt Devo - 2014-09-08 (2014-09-08, 07:37)pettergulbra Wrote:(2014-09-07, 23:11)Matt Devo Wrote: if you're not a linux guy, and don't want to bother to learn (which is fine), then running a full linux distro and having to manually manage updates is probably not for you. OpenELEC, on the other hand, is designed to turn your computer into an XBMC appliance - it's self updating (though betas are manual), and geared towards users who want to run XBMC, not manage a linux install. I'd start with dual-booting Ubuntu using the script then. It will get you set up with an updated kernel and pre-install XBMC, all you will have to do is add Chromium. Alternately, someone did do a write-up on the forums here to set up Arch on the ChromeBox; you can read that and see if you think it's doable. RE: Asus/HP ChromeBox EZ Setup (OpenELEC or Ubuntu+XMBC) [v2.19 - 2014/09/06] - fritsch - 2014-09-08 I don't recommend arch at all. They patch xbmc to their likes and users cannot get correct xbmc support, cause no xbmc dev knows what they currently ship. Furthermore they have a Problem with systemd, xbmc-standalone and audio. If you like selfmade pain then go with arch. Btw. If you need advanced post processing there is currently only one non released driver that can do that. Built in wsnipex vaapi ppa from my github Intel driver ppa branch. RE: Asus/HP ChromeBox EZ Setup (OpenELEC or Ubuntu+XMBC) [v2.19 - 2014/09/06] - nickr - 2014-09-08 I have seen you say that before and I am a bit of a fan of arch so I took a look. This is their build file: https://projects.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/xbmc Frankly there doesn't seem to be a lot of patching going on. However you are far more of an expert than me, so can you tell us what bits concern you? RE: Asus/HP ChromeBox EZ Setup (OpenELEC or Ubuntu+XMBC) [v2.19 - 2014/09/06] - fritsch - 2014-09-08 Nice. They finally learned sth. Check the older official packages. Last time they patched out ffmpeg, patched in libav and sent tons! off users with non working Video to our forums while having a salty comment in the build script on how dump xbmc devs are to have an internal, tested Version. Finally okay. RE: Asus/HP ChromeBox EZ Setup (OpenELEC or Ubuntu+XMBC) [v2.19 - 2014/09/06] - Netix - 2014-09-08 (2014-09-08, 07:37)pettergulbra Wrote: [quote='Matt Devo' pid='1789723' dateline='1410124284'] I use the Chromium addon to watch live streaming sport online and It work perfectly. It doesn't work with netflix but for other streaming need it's perfect RE: Asus/HP ChromeBox EZ Setup (OpenELEC or Ubuntu+XMBC) [v2.19 - 2014/09/06] - Rubicon99 - 2014-09-08 I've been poking around some forums recently looking for something that will run xbmc to replace my wdtv player. I reckon the Chromebox is a great bet, particularly as Matt's script makes it such an easy set up. So I'm ready to take the plunge and buy a Chromebox in the next week or two but I have a couple of questions first. I've never used a linux distro before and I doubt that will be too much of an issue with an OE/xbmc set up but for those times I might need to edit an xbmc user file like keyboard.xml for example, how do I go about it? In a windows environment I just navigate to the user folder. How does this happen in OE where there is no desktop environment or command lines etc? I've order a FLIRC as i reckon it will suit my needs perfectly. How would I set the power button to directly power the Chromebox off? Mapping the 's' key to the power button would bring up the power menu where I could choose sleep, suspend, power off etc but is there way to power off in one step? I've read people have had issues waking up their devices from sleep. Given these boxes will boot in under 10 seconds, what is the advantage of putting the box into sleep? Thanks Dave . RE: Asus/HP ChromeBox EZ Setup (OpenELEC or Ubuntu+XMBC) [v2.19 - 2014/09/06] - Walrus - 2014-09-08 (2014-09-07, 19:50)c0mm0n Wrote: So shutdown is set to "suspend" in XBMC right ? Detail your harmony settings, which devices have you set up ? Yes, it's set to suspend. Harmony device is set as media center extender. The remote settings are fine. I programmed an extra button for powertoggle, so I can press it if it doesn't turn on normally. That button will turn it off, but not on. The receiver flashes dimly showing its receiving the command, but the box doesn't wake. I wonder if its the skin, I immediately changed it to Aeon Nox 5 (Gotham). Although I don't see how the skin would be doing it, unless the settings are different and it's not actually putting it in suspend. RE: Asus/HP ChromeBox EZ Setup (OpenELEC or Ubuntu+XMBC) [v2.19 - 2014/09/06] - c0mm0n - 2014-09-08 I would try these profiles on the harmony. - Microsoft : Windows media center SE - Microsoft : XBMC Re: Asus/HP ChromeBox EZ Setup (OpenELEC or Ubuntu+XMBC) [v2.19 - 2014/09/06] - nickr - 2014-09-08 @rubicon You edit files one of two ways in openelec: 1. Use SSH, which is a remote commandline. Works from all oses. 2. Open the file from the built in file sharing - samba - it is windows compatible so just browse to openelec in windows networking and open the file with some decent editor like notepad++. Not notepad! RE: Asus/HP ChromeBox EZ Setup (OpenELEC or Ubuntu+XMBC) [v2.19 - 2014/09/06] - ant_thomas - 2014-09-08 (2014-09-08, 12:42)Rubicon99 Wrote: I've order a FLIRC as i reckon it will suit my needs perfectly. How would I set the power button to directly power the Chromebox off? Mapping the 's' key to the power button would bring up the power menu where I could choose sleep, suspend, power off etc but is there way to power off in one step? I've read people have had issues waking up their devices from sleep. Given these boxes will boot in under 10 seconds, what is the advantage of putting the box into sleep? Nickr has covered the file editing. If you use an MCE remote then the power button automatically executes whatever power option you have picked in the settings. In my case it puts the Chromebox to sleep/suspend. The reason I use sleep is because I can then wake the Chromebox with the MCE remote, currently not possible if the Chromebox is full shutdown. RE: Asus/HP ChromeBox EZ Setup (OpenELEC or Ubuntu+XMBC) [v2.19 - 2014/09/06] - Walrus - 2014-09-08 (2014-09-08, 12:52)c0mm0n Wrote: I would try these profiles on the harmony. An actual MCE remote I have acts the same way, it will fully control everything once XBMC is running, and will sleep/suspend the chromebox. It won't wake it up. It's not the remote, it's not my harmony settings. Matt even suggests using 'windows media center extender' as the device, not 'Windows media center SE' and 'Windows media center keyboard' like you do for XBMC on windows. RE: Asus/HP ChromeBox EZ Setup (OpenELEC or Ubuntu+XMBC) [v2.19 - 2014/09/06] - c0mm0n - 2014-09-08 So if it's working for me that's the IR receiver ? (have the HP model with ortek IR) RE: Asus/HP ChromeBox EZ Setup (OpenELEC or Ubuntu+XMBC) [v2.19 - 2014/09/06] - Matt Devo - 2014-09-08 wake from suspend is working 100% here as well (just tested on 4.1.6, suspending/resuming about 20 times), using both an HP 5187-4593 receiver as well as a MS 1040 receiver, with either an HP MCE remote or a Harmony One programmed as a MCE. RE: Asus/HP ChromeBox EZ Setup (OpenELEC or Ubuntu+XMBC) [v2.19 - 2014/09/06] - ant_thomas - 2014-09-08 I'll get the proper model number later but I can confirm that wake from suspend also works great with a Sony branded MCE receiver that looks like this: RE: Asus/HP ChromeBox EZ Setup (OpenELEC or Ubuntu+XMBC) [v2.19 - 2014/09/06] - Matt Devo - 2014-09-08 (2014-09-08, 15:59)ant_thomas Wrote: I'll get the proper model number later but I can confirm that wake from suspend also works great with a Sony branded MCE receiver that looks like this: give me the model # and I'll add it to the wiki |