Post Reply 
Auto Rescan? Is it a possibility?
26-07-2014, 13:17
Post: #6
RE: Auto Rescan? Is it a possibility?
(26-07-2014 12:45)rhoering Wrote:  Is the routine behind the 'rescan' buttons and popup menu is available via command line we may be able to trigger it via a cron/scheduler task.

You can do this by running MinimWatch with scripted input commands. If you are running MinimWatch on Linux, do the following:

1) Create a script file containing the following lines:

sleep 5
select {displayname}
rescan
sleep 3
exit

where {displayname} is the display name of the MinimServer instance that you want to control.

2) Run the command:

minimwatch/bin/startc < {scriptfile}

where {scriptfile} is the name of the script file that you created in the previous step.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Auto Rescan? Is it a possibility? - simoncn - 26-07-2014 13:17

Forum Jump:


User(s) browsing this thread: 1 Guest(s)