OSMC - it is the best Media Player that I found for Raspberry Pi.
Install OSMC to the RaspberryPi Link to heading
- The download image file for Raspberry Pi from https://osmc.tv/download/
- Extract image from the archive:
gzip -d OSMC_TGT_rbp1_20191118.img.gz
- Write the image to the microSD card:
- Using GUI software: Etcher
- Using terminal:
dd if=OSMC_TGT_rbp1_20191118.img of=/dev/sdX
- Insert microSD into the RaspberryPi and power on
Setup OSMC system Link to heading
- Install additional packages:
1sudo apt install bsdmainutils
Install Retro Pie Link to heading
TODO