A Raspberry Pi is ideal to build a home media center, for instance, coupled with a NAS.
In the sources menu, when a keyboard is connected, pressing 'C' will bring up contextual menu for a selected item. This is useful to edit or remove sources.
NFS sources have to be properly configured on the server side (e.g. on the NAS if using one) and shared folders have to have permissions set up properly on remote hosts.
Sources management works best when using static IPs on the internal network and configuring the sources with direct IP addresses and proper protocols. For example :
nfs://192.168.1.64/volume/video/ smb://192.168.1.84/folder/
IR remotes generally emit in a wavelength around 940nm, so we need a IR sensor. It's invisible to the eye but cameras (such as smartphones) can see a dim purple light.
Log into a shell : EXIT » Esc. key (default user/pass : osmc/osmc)
Stop lircd service
sudo systemctl stop lircd_helper@lirc0
Launch irrecord specifying correct device (here /dev/lirc0)
irrecord -d /dev/lirc0 /home/osmc/lircd.conf
Reboot lircd service
sudo systemctl start lircd_helper@lirc0
Script will ask to press certain buttons. Full list can be found here (2017)
To wake up the RPi after halt, short pin #05 and GND.