From 44eae33974b17ba160cc725aab290dfcfd998596 Mon Sep 17 00:00:00 2001 From: Mathieu Broillet Date: Mon, 25 Aug 2025 20:40:57 +0200 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0054e22..2fb2fda 100644 --- a/README.md +++ b/README.md @@ -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)