OSMC - it is the best Media Player that I found for Raspberry Pi.

Install OSMC to the RaspberryPi Link to heading

  1. The download image file for Raspberry Pi from https://osmc.tv/download/
  2. Extract image from the archive: gzip -d OSMC_TGT_rbp1_20191118.img.gz
  3. Write the image to the microSD card:
    1. Using GUI software: Etcher
    2. Using terminal: dd if=OSMC_TGT_rbp1_20191118.img of=/dev/sdX
  4. Insert microSD into the RaspberryPi and power on

Setup OSMC system Link to heading

  1. Install additional packages:
1sudo apt install bsdmainutils

Install Retro Pie Link to heading

TODO