Is it possible to have Plexamp play a song/album/playlist from a link (hopefully the “listen.plex.tv” url) on a headless raspberry pi? My goal would be to run a python command (with the url hardcoded) to play a specific album from my library on the headless raspberry pi directly.
For context, I have been looking into making a modern day record player thing, where I would tap a specific NFC chip to my raspberry pi to play an album. I have found guides for a spotify-based version, but I was hoping to use my own Plex music library. I have seen that I can install plexamp on a pi and control it from my phone, but I haven’t seen anything about controlling plexamp with python code.