i am trying to get plexamp to run on the picoreplayer
i think lms needs to be installed on box because it shares a dependency
and running:
i install nvm
then plexamp
afterwards i put
in the startup
but after startup the node doesnt run anymore i think i need to add something to the script to load it into ram and save it
can someone tell me what to add to keep the updated nvm and where to add this?
i think anyone can test it with having plexamp just by getting nvm 16.18.1 to run after reboot
i think lms needs to be installed on box because it shares a dependency
and running:
i install nvm
Code:
tce-load -iw curl bash curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash
Code:
nvm install v16.18.1 wget https://plexamp.plex.tv/headless/Plexamp-Linux-headless-v4.5.3.tar.bz2 tar xjf Plexamp-Linux-headless-v4.5.3.tar.bz2 plexamp/ cd plexamp node js/index.js
afterwards i put
Code:
node /home/tc/plexamp/js/index.js
in the startup
but after startup the node doesnt run anymore i think i need to add something to the script to load it into ram and save it
can someone tell me what to add to keep the updated nvm and where to add this?
i think anyone can test it with having plexamp just by getting nvm 16.18.1 to run after reboot
Comment