Announcement

Collapse
No announcement yet.

picoreplayer with plexamp

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    picoreplayer with plexamp

    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

    Code:
    tce-load -iw curl bash
    curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash
    then plexamp

    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
    Last edited by latumus; 2023-01-22, 07:45.

    #2
    ok i fixed it from not messing up what i did before after install
    i can now run node /home/tc/plexamp/js/index.js
    after boot manually and it functions

    added the following to /opt/.filetool.lst

    Code:
    home/tc/.nvm
    home/tc/.npm
    home/tc/plexamp
    home/tc/.profile

    im now looking for the cleanest way to start this after boot and after network
    suggestions?
    Last edited by latumus; 2023-01-22, 08:09.

    Comment


      #3
      No need to add those. Everything in home/tc is already included in the backup.

      Try adding command to [Tweaks] > "User commands". It should run late enough in the boot process.

      While adding stuff to home/tc is OK for testing, you should really investigate making it a Tiny Core extension for a permanent solution.

      Comment


        #4
        I think you should forget about piCorePlayer and start with RPiOS.

        As you are probably aware, piCore is not your average Linux distribution.

        Comment


          #5
          but i like the interface i cant install the coreplayer interface on rpios right?

          Comment


            #6
            Originally posted by latumus View Post
            but i like the interface i cant install the coreplayer interface on rpios right?
            No, but you can install LMS and squeezelite which is more or less what piCorePlayer is. The LMS interface is just the same.
            Server - LMS 8.4.0 RPi4B 4GB/NanoSound ONE case/pCP 8.1.0 - 75K library, playlists & LMS cache on Sata SSD (ntfs)

            Lounge - DAC32 - AudioEngine B2
            Office - RPi 3B+/HiFiBerry DAC HAT/RPi screen - Edifier D12
            Bedroom - Echo Show 8

            Spares - 1xSB Touch, 1xSB3, 4xRPi, AVI DM5 speakers

            Comment

            Working...
            X