Linux ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21]
(2017-08-06, 17:40)FreeMan xbmc Wrote: Thanks for the feedback!

No, I haven't browsed the SMB shares from outside the Kodi interface. I SSH'd into the box and when I go to ~/Movies (for example), the directory is empty because everything is stored remotely. I don't know enough about SAMBA to understand how Kodi is gaining access to the server, so I don't know where to go to see the network. Given some directions, I'll happily follow them! Wink
open up your file manager in Ubuntu and go to: smb://<NAS IP address>

Quote:A couple of questions about your response:
1) What's the difference between Open & Libre ELEC? I recall OpenELEC from a number of years back, but don't know anything about the LibreELEC version.
the founder of OpenELEC wanted to maintain absolute control over the project, but had a habit of disappearing for periods of time leaving the developers in a bind. So they forked the project, formed LibreELEC, and that's where all the development happens now. OpenELEC is essentially dead.

Quote:2) If I recall, OpenELEC wouldn't support a number of (possibly any) different skins. I've become a big fan of the various Aeon skins and would prefer to continue to use it if possible, but if leaving it behind is going to be the best/only recommended solution for going forward, I guess I'll live.
I don't recall this ever being the case; there are no limitations on what skin can be used as that's a Kodi function, not an OS one.

Quote:3) If I go this route, what are the steps to update the BIOS? When I originally ran your script, I selected option 3 to install XBMC/KODI on the internal drive, so I don't believe I even have the ChromeOS option at boot anymore. This is my "TV appliance" so I definitely don't need anything remotely like a full Linux install.
from Ubuntu, open a terminal and run the EZ Setup Script again. Update the firmware, power down, boot up the LibreELEC install media, and off you go. Obviously you'll want to back up your Kodi userdata and create the LE install media before flashing the firmware.

Quote:4) If I go this route, will the 16GB drive not fill rapidly again with thumbnails, potentially causing the slow browsing issues or at least disk full issues if/when I attempt to update?
potentially, but you can always have Kodi store the thumbnails on the NAS - that's what I do. Just add the following to advancedsettings.xml in your userdata folder:
Code:
<pathsubstitution>
     <substitute>
          <from>special://masterprofile/Thumbnails/</from>
          <to>smb://<IP of your NAS>/<path>/Thumbnails/</to>
     </substitute>
</pathsubstitution>

(2017-08-06, 17:58)FreeMan xbmc Wrote: Doing some actual reading here: http://kodi.wiki/view/Chromebox#OS_and_K...stallation it looks like the GalliumOS+Kodi option may be my better bet for what I want. I'll wait for input, though.
I really think LibreELEC is the best option from what you've told me so far.
Reply


Messages In This Thread
Chromebox and Qwerty Air Mouse - by rahjer - 2014-08-13, 04:51
Wake from suspend K400 - by dontknowhow - 2014-08-20, 16:05
DisplayPort - by Charles R - 2014-08-29, 21:33
HP Chromebox 4Gb - by P3ws - 2014-09-20, 08:51
BIOS update fails - by gkingsmill - 2014-10-17, 12:05
Great Expierience - by pmpartners - 2014-12-06, 16:00
3D support (auto swtich) - by zaldwaik - 2014-12-23, 07:27
High Idle CPU - by ToBeFrank - 2015-02-28, 03:29
HELP!!! - by code_19 - 2015-03-22, 04:49
R3.15 - 2015/03/19] - by nickr - 2015-03-25, 20:55
Skipping Frames - by busta.rhymes - 2015-07-29, 15:40
External disks not sleeping... - by sixburgh - 2015-10-14, 22:02
ChromeBOX2 success in dualboot - by fishypops - 2015-11-08, 19:05
Confirm Bricked Chromebox - by Bogustime - 2016-03-20, 19:24
(LibreELEC Bluetooth not working - by jerndl - 2017-01-06, 18:20
RE: ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21] - by Matt Devo - 2017-08-06, 21:52
New Audio Problem - by Pajoe - 2019-01-19, 01:20
RE: New Audio Problem - by Matt Devo - 2019-01-19, 11:13
Powering on with TV turned off - by robca - 2021-07-18, 21:20
RE: Powering on with TV turned off - by robca - 2021-07-21, 19:10
Logout Mark Read Team Forum Stats Members Help
ChromeBox Kodi E-Z Setup Script (LibreELEC/Linux+Kodi) [2017/02/21]37