update readme
This commit is contained in:
parent
cb045a2290
commit
44eae33974
@ -256,14 +256,14 @@ adb install-multiple base.apk split_config.*.apk
|
|||||||
mkdir plexamp_headless && cd plexamp_headless
|
mkdir plexamp_headless && cd plexamp_headless
|
||||||
|
|
||||||
# Download and extract 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
|
tar -xvf plexamp-headless.tar.bz2 && rm plexamp-headless.tar.bz2
|
||||||
mv plexamp/* ./ && rmdir plexamp
|
mv plexamp/* ./ && rmdir plexamp
|
||||||
|
|
||||||
# Add the custom CA cert to the cacert.pem file
|
# Add the custom CA cert to the cacert.pem file
|
||||||
echo -e "\nPlexHack" >> cacert.pem
|
echo -e "\nPlexHack" >> cacert.pem
|
||||||
echo -e "==================================" >> 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
|
# Now you can run Plexamp Headless with the custom CA cert
|
||||||
node js/index.js
|
node js/index.js
|
||||||
@ -276,7 +276,7 @@ systemctl enable --now plexamp # to start at boot and start now
|
|||||||
|
|
||||||
### Configure Plexamp Headless
|
### Configure Plexamp Headless
|
||||||
|
|
||||||
Once started I recommend settings these settings for optimal experience:
|
Once started I recommend using these settings for optimal experience:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Do not mixdown to stereo (val: true/false)
|
# Do not mixdown to stereo (val: true/false)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user