- use the settings button to set IP, user and pass
- raspi-config changed from wayland to x11 to use xscreensaver
sudo raspi-config
x11
sudo apt install at xscreensaver numlockx playerctl mpv socat
-----------
basic things like numlock on
sudo nano /etc/xdg/lxsession/LXDE-pi/autostart
@lxpanel --profile LXDE-pi
@pcmanfm --desktop --profile LXDE-pi
@xscreensaver -no-splash
@numlockx on
------------
mpv is default media player and brave browser is used on pi
sudo apt install apt-transport-https curl -y
sudo curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg
echo deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg arch=arm64] https://brave-browser-apt-release.s3.brave.com/ stable main|sudo tee /etc/apt/sources.list.d/brave-browser-release.list
sudo apt update
sudo apt install brave-browser -y
~/Music/playlist.m3u > playlist, played in loop and shuffle
~/Videos/xin > folder with mp4, played in loop and shuffle (--no-video)
~/Music/chinesetraditional > folder with mp3, played in loop and shuffle
~/Music/remix > folder with mp3, played in loop and shuffle
you can run the app also direct on your pi. clone repo in visual studio
https://github.com/kh-city/vspi.git
repo contains also a windows version