Kodi on Pi 3B+ running Bullseye 32 bit Pi-OS lite
#1
PI OS will prompt for keyboard/user and password

set keyboard location/type
set user and password

sudo raspi-config

ref#
1  System options
S1 wireless LAN (if needed)
S5 Boot login Auto login Options
B2 Auto login

3  Interface options
I2 SSH

4  Performance Options
P2 GPU Memory to 256mb

5  Location Options
L1 Locale
L2 Timezone
L3 Keyboard
l4 WLAN Country

6  Advanced Options
A1 Expand SD card

choose reboot as you save and exit


sudo apt update && sudo apt upgrade -y && sudo reboot

sudo apt-get install firmware-linux-nonfree libgl1-mesa-dri xserver-xorg-video-ati

sudo apt install python3-pip

sudo pip install -U setuptools

sudo pip install pycryptodomex

sudo apt-get install kodi

sudo reboot

sudo nano /lib/systemd/system/kodi.service

copy and paste the following into created file

--------------------

[Unit]
Description = Kodi Media Center
After = remote-fs.target network-online.target
Wants = network-online.target

[Service]
User = pi
Group = pi
Type = simple
ExecStart = /usr/bin/kodi-standalone
Restart = on-abort
RestartSec = 5

[Install]
WantedBy = multi-user.target

---------------------
Save the file using...
ctrl x
y
----------------------
sudo systemctl enable kodi

sudo reboot

Kodi Matrix will auto start...

Optional....

sudo apt-get install kodi kodi-bin kodi-inputstream-adaptive

wget https://github.com/castagnait/repository...-2.0.1.zip

(Netflix repo zip file will sit in the Home folder)


Brettly
Reply

Logout Mark Read Team Forum Stats Members Help
Kodi on Pi 3B+ running Bullseye 32 bit Pi-OS lite0