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: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - Matt Devo - 2017-03-01 (2017-03-01, 02:42)kidmoe Wrote: Hi everyone...my first post....First of all, big thanks to Matt for creating this script and giving us great operating system flexibility for our boxes/books. I don't think that LE is designed/setup up for multi-monitors that aren't mirrored / aren't the same resolution, so provided the built-in display is completely shot, I would recommend simply taking off the bottom cover and disconnecting the cable for the built-in display. The system should power-on/boot just fine provided the HDMI is plugged in, and LE should init the TV at 1080p that way. RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - dukem - 2017-03-01 Hi All. This may not be the right place to post but I wanted to rule out this being a problem with LibreElec 8 on my chromebox. In the previous version of Kodi (jarvis) after a suspend, the library would get updated. This allowed me to leave the box in standby mode instead of shutting it down. All this so I didn't have to get up from the couch to press the 'on' button and could do it via my harmony remote. However after the krypton update, it seems that the 'update library on startup' doesn't seem to work after a 'resume'. Does anyone know if this is because of the way libreelec/chromebox is handling the resume vs startup or is this a Kodi problem? The other kodi install I have is a windows box but it always gets shutdown and not suspended so i can't test it. Thanks! RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - Matt Devo - 2017-03-01 (2017-03-01, 06:31)dukem Wrote: Hi All. This may not be the right place to post but I wanted to rule out this being a problem with LibreElec 8 on my chromebox. In the previous version of Kodi (jarvis) after a suspend, the library would get updated. This allowed me to leave the box in standby mode instead of shutting it down. All this so I didn't have to get up from the couch to press the 'on' button and could do it via my harmony remote. sounds like a change to LE's resume behavior, since Kodi isn't aware of it to my knowledge. The easy fix is probably just to add a command to a suspend/resume script to call the library update on resume, but I'm not sure how to do that offhand. I'd make on a post on the LE forums and I can press the issue in the team slack channel if you don't get a quick reply RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - wwessel - 2017-03-01 (2017-03-01, 06:31)dukem Wrote: Hi All. This may not be the right place to post but I wanted to rule out this being a problem with LibreElec 8 on my chromebox. In the previous version of Kodi (jarvis) after a suspend, the library would get updated. This allowed me to leave the box in standby mode instead of shutting it down. All this so I didn't have to get up from the couch to press the 'on' button and could do it via my harmony remote. The easiest way is to stop kodi before suspend and start it after resume. I'm happy with this configuration for several months Just put the following into /storage/.config/sleep.d/01-cbox.power (01-cbox is just a name you can change, but leave the number at the beginning and the extension "power"): Code: #!/bin/sh RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - kidmoe - 2017-03-02 (2017-03-01, 05:25)Matt Devo Wrote:(2017-03-01, 02:42)kidmoe Wrote: Hi everyone...my first post....First of all, big thanks to Matt for creating this script and giving us great operating system flexibility for our boxes/books. Can't believe I didn't think of that. Did as you suggested and now everything is working perfectly with a LibreElec dual boot to the internal hard drive. Thanks.. RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - havila - 2017-03-02 Hi All. My first post here so big thanks to Matt for creating and maintaining the script. I have been following this thread quite log time as you will see it from my question Is there any info somewhere how to update asus chromebox openelec 4.2 build to newest LE? Do I also need to update bios? Thanks! RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - Matt Devo - 2017-03-02 (2017-03-02, 21:08)havila Wrote: Hi All. My first post here so big thanks to Matt for creating and maintaining the script. I have been following this thread quite log time as you will see it from my question honestly, with a setup that old, a clean install (via USB) of LibreELEC 8.0 would be best. You don't need to update the firmware if everything is working fine, but it's not a bad time to do so, since updating to the latest UEFI firmware would require an OS reinstall. You can do that by booting a Linux ISO from USB and running the EZ Setup script from there (use that to create the install media too if you want) RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - havila - 2017-03-02 (2017-03-02, 21:20)Matt Devo Wrote:(2017-03-02, 21:08)havila Wrote: Hi All. My first post here so big thanks to Matt for creating and maintaining the script. I have been following this thread quite log time as you will see it from my question ok, I will do the clean install and update firmware also. Can I backup the info of my watched tv shows and movies somehow? I already made a backup using the openelec tool but does it work with LE? RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - Matt Devo - 2017-03-02 (2017-03-02, 21:52)havila Wrote: ok, I will do the clean install and update firmware also. Can I backup the info of my watched tv shows and movies somehow? I already made a backup using the openelec tool but does it work with LE? a backup made using the built-in OE function is unlikely to work properly when moving so many versions ahead. I'd recommend using the built-in option to export the video library (and copy to USB), then re-import after doing a clean install RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - GSA1 - 2017-03-04 Hi Looks like I need to do some catch-up for my (2) Asus N60 (M004U) Haswell Chromeboxes. In early 2015, I used Matt's scripts to go standalone using legacy Seabios, EZ SCRIPT, and Ubuntu (which shows up as "LuBuntu 14.04 on my shutdown screens). I noticed Matts version History basically eliminates Ubuntu, and he made upgrades to the Firmware too (UEFI Full Rom, etc.). So, looking for upgrade path suggestions. Willing to do what it takes to get there. Have a windows 10 NUC too that I network with the others. It's running Kodi 17 and other 2 are not. Guess I'll try to pull scripts to USB on the WIN10 with RUFUS and plug them to the Chromeboxes. Can someone point me to the correct combo and sequence of installs to do this? Spent time on Matt's site, but I am kinda lost.Thanks! RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - Matt Devo - 2017-03-04 (2017-03-04, 01:22)GSA1 Wrote: Hi whether or not you need to do anything at all really depends on if your current setup is effectively meeting your needs. If so, then just update Kodi and leave everything else alone. If not, then let's talk about what you want and why your current setup isn't optimal, and we can figure out the best path forward. The UEFI firmware is definitely the best option for new setups, but no need to unnecessarily blow up an existing install just to "upgrade." RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - GSA1 - 2017-03-04 Matt, thanks for the quick response. This started with not being able to "git" PPA for Kodi 17 successfully. Started looking around and found Ubuntu was no longer supported and LibreElec was being updated regularly. Then I see the Full ROM option now as well. I know my CPU idle isn't as low as I have read others have. Started feeling my system was gonna die on the vine, so to speak. Don't know what I would need the upgrade for since I have no idea what else I could possibly do with these bare bones systems. If you think I should just deal with it, can you recommend where to "git" a Kodi Distro thanks would actually not hobble me? RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - nickr - 2017-03-04 LibreELEC, unless you need stuff it doesn't provide. RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - Matt Devo - 2017-03-05 (2017-03-04, 03:36)GSA1 Wrote: This started with not being able to "git" PPA for Kodi 17 successfully. you don't "git" a ppa. git is a version control system (mainly used for source code); ppa stands for Pre-Packaged Archive, and is a way of defining repositories (which can be binary or source). 'sudo apt-get update kodi' should have been all you needed to do RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - GSA1 - 2017-03-05 Yes, thanks, Matt. I was using quotes around "git" to imply a (sic). Bad joke... I wasn't able to get Kodi through that command. But, instead, I figured out the process for updating your Full Rom script and installing Libre Elec. All is well. Assuming you are pushing the UEFI automatically with the update, I should be done. Now working on adding Chromium, Emby, and some addons I always had. Then I will repeat for the other box. THANKS SOOOO MUCH FOR ALL YOUR HELP THOUGH THE YEARS!!! |