update readme

This commit is contained in:
Mathieu Broillet 2025-08-25 20:40:57 +02:00
parent cb045a2290
commit 44eae33974
Signed by: mathieub
GPG Key ID: 4428608CDA3A98D3

View File

@ -256,14 +256,14 @@ adb install-multiple base.apk split_config.*.apk
mkdir plexamp_headless && cd plexamp_headless
# Download and extract Plexamp Headless
wget https://plexamp.plex.tv/headless/Plexamp-Linux-headless-v4.12.4.tar.bz2 -O plexamp-headless.tar.bz2 -k
wget --no-check-certificate https://plexamp.plex.tv/headless/Plexamp-Linux-headless-v4.12.4.tar.bz2 -O plexamp-headless.tar.bz2
tar -xvf plexamp-headless.tar.bz2 && rm plexamp-headless.tar.bz2
mv plexamp/* ./ && rmdir plexamp
# Add the custom CA cert to the cacert.pem file
echo -e "\nPlexHack" >> cacert.pem
echo -e "==================================" >> cacert.pem
cat ../certs/plexhackCA.pem >> cacert.pem
cat ../certs/plexhackCA.pem >> cacert.pem # you might have to adjust the path here if on a different machine
# Now you can run Plexamp Headless with the custom CA cert
node js/index.js
@ -276,7 +276,7 @@ systemctl enable --now plexamp # to start at boot and start now
### Configure Plexamp Headless
Once started I recommend settings these settings for optimal experience:
Once started I recommend using these settings for optimal experience:
```bash
# Do not mixdown to stereo (val: true/false)