Page 1 of 1

Re: Node Showing Stopped by Actually Started

Posted: 30 Aug 2016, 01:00
by rednoah
"Stopped" just means the node service is not running. FileBot itself is a command-line tool, so it'll always show up as "Started" even though nothing is running in the background.

What Synology shows as Started / Stopped is entirely defined by the return value of this call:
https://github.com/filebot/filebot-node ... status#L15