06-03-2024, 12:35 PM
(This post was last modified: 06-03-2024, 02:15 PM by Tim Curtis.
Edit Reason: eta
)
Here's a mockup of Renderer Config with Plexamp settings
Assume nodejs is installed, the systemd service file is there and code to change the default user id in the file to the actual userid happens during moode startup. With these in place only steps 2, 3, and 5 are needed in the Guide.
@vinnn, Some questions about Plexamp and nodejs run state
1. What method can be used to determine whether Plexamp is running or not?
For example pgrep <executable_name>
2. How to start/stop nodejs itself?
We don't want this running by default unless its actually going to be used.
ETA: 3. How to determine the version of Plexamp?
Assume nodejs is installed, the systemd service file is there and code to change the default user id in the file to the actual userid happens during moode startup. With these in place only steps 2, 3, and 5 are needed in the Guide.
@vinnn, Some questions about Plexamp and nodejs run state
1. What method can be used to determine whether Plexamp is running or not?
For example pgrep <executable_name>
2. How to start/stop nodejs itself?
We don't want this running by default unless its actually going to be used.
ETA: 3. How to determine the version of Plexamp?