Issue
This article explains how to work with the Offline Media Scanning functionality within Archive Shuttle.
Solution
By default, the command to scan offline media import locations (for new files ready to import) executes every 60 minutes.
The command ID is 2001. The interval can be adjusted by:UPDATE CommandInterval SET Interval = 15 WHERE CommandID = 2001
It is also possible to run the command immediately by:
UPDATE CommandIntervalExecutionStatus SET ExecuteNow = 1 WHERE CommandId = 2001
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center