Squeezelite via Termux - CDrummond/lms-material-app GitHub Wiki

Termux is an Android terminal emulator and Linux environment app that works directly with no rooting or setup required. A minimal base system is installed automatically - additional packages are available using the APT package manager.

One such package is Squeezelite, and this can be used as a local LMS player on your Android handset.

Squeezelite installation

  1. Install Termux app - from via F-Droid, as its been reported that starting Squeezelite from this app fails with the Google Play version (see https://forums.slimdevices.com/forum/user-forums/3rd-party-software/106269-announce-material-skin?p=1735603#post1735603)
  2. Within Termux, install Squeezelite:
pkg update
pkg install squeezelite
  1. Within Termux, allow other applications to run commands:
echo "allow-external-apps=true" >> ~/.termux/termux.properties