vspi | raspberry ssh commands

10+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image

About this app

- 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
Updated on
Oct 3, 2025

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
No data shared with third parties
Learn more about how developers declare sharing
No data collected
Learn more about how developers declare collection

What’s new

changed xscreensaver blank code