Is there a command that I can enter into terminal when I have connected to my NAS via ssh to run Media Center when it's not running? Currently when MC is not running, I open up an iOS app to run the command to connect via ssh, then start the VNC server, and then switch over to another app, VNC Viewer, to open up HD Station and then drag the cursor to open up MC and then switch over to the terminal app to close the VNC server and then close the connection. Then I'll be able to switch over to JRemote to connect.
I'm wondering if I can just have the middle step removed, where I have open up VNC viewer and then start the MC app? I tried running the following commands but I got the error that the command is not found.
[/share/CACHEDEV1_DATA/.qpkg/MediaCenter22] # MediaCenter22.sh start
-sh: MediaCenter22.sh: command not found
I saw the pinned thread but I couldn't find any commands that would apply for the QNAP version.
Thanks for the consideration!
Edit:
I found the command to stop Media Center, but couldn't use it to start it back up:
This works:
/etc/init.d/MediaCenter22.sh stop
This doesn't work:
/etc/init.d/MediaCenter22.sh start