Hedge
  • Welcome 👋
  • Arctic
    • Requirements
    • Upgrades
    • Releases
    • Questions
    • Need help?
  • Canister
    • Installation
      • macOS
      • Windows
    • Tape Media
    • Features
      • Formatting
      • Archiving
      • Spanning
      • Retrieving
      • Queuing
      • Catalogs
      • Tape Library Manager
      • Connect
      • Logs & Manifests
    • Licensing
    • Firmware
    • Releases
    • Requirements
    • Troubleshooting
    • Questions
    • Beta Track
    • Need help?
  • Connect
  • EditReady
    • Installing
    • Supported Formats
    • Getting Started
    • Previewing Files
    • Metadata
    • Converting Media
      • Additional Features
      • Custom Presets
      • Trimming Clips
      • Joining Files
      • Naming Your Files
      • Rewrapping
    • Connect
    • Settings
      • General
      • Advanced
    • Automation
    • Upgrades
    • Requirements
    • Releases
    • Questions
      • How can EditReady prep my source media for immediate use in Media Composer?
    • Need help?
  • EditReady Server
    • Releases
  • FoolCat
    • Overview
    • Color Conversion
    • Supported Formats
    • Automation
    • Offload Report Creator
    • Questions
    • Requirements
    • Releases
  • Hedge
    • Releases
    • Moving From Hedge to OffShoot
  • Mimiq
    • Getting Started
    • Bin Locking
    • Workspaces
      • Installing macFUSE
    • Deployment Options
    • Media Composer & Mojave
    • Requirements
      • Avid's Requirements
    • Releases
    • Troubleshooting
    • Questions
    • Beta Track
    • Need help?
  • OffShoot
    • Overview
    • Features
      • Verification
      • Ingest Browser
      • Labels
      • Elements
      • Organization
      • Duplicate Detection
      • Queuing
      • Stop & Resume
      • Cascading Copies
      • S3 Transfers
        • Configuring Connections
      • Logging
      • Connect
      • Date & Time
      • Floating Licenses
      • Automation
        • Scripting
          • Event Log
          • Events
            • OffShoot Started
            • Disk Added
            • Disk Removed
            • Disk Busy
            • Disk Idle
            • Disks Idle
            • Transfers Added
            • File Copy Completed
            • Verification Issue
        • API
        • OffShoot Helper
          • Set Window Layout
        • Example Scripts
          • Transfer Reports
          • Move Transfer Logs
          • Move Foolcat PFD reports
          • Auto-set Destinations
          • Auto-set Preferences
          • Automated Transfers
          • Delete MHL files
          • Slack Notifications
          • Send Email Notifications
          • ZCAM video stitcher
          • Cascading copy
          • Watch Folder
          • Set Finder Tags
    • Integrations
      • Codex
      • EditReady
      • Finder & Explorer
      • FoolCat
      • Frame.io
      • iconik
      • ParaShoot
      • ProGrade
      • Scratch
    • Requirements
    • Releases
    • Questions
    • Need help?
    • Beta Track
    • Solo
  • PostLab
    • Getting Started
    • Supported Apps
    • Supported Storage
    • Features
      • Team Bundles
      • Collections
      • Versioning
    • Requirements
    • Releases
    • Troubleshooting
    • Questions
    • Need help?
    • Beta Track
  • ScopeBox
    • Installing
    • Application Overview
    • Sources
    • ScopeLink
      • Installation and Configuration
      • Troubleshooting
    • Palette Overview
    • Palette Types
      • Audio Meters
      • Channel Plot
      • CIE Plot
      • HML Balance
      • Luma and RGB TimeTrace
      • Luma Histogram
      • Preview
      • RGB Histogram
      • RGB Parade
      • Surround Meters
      • Timecode
      • Vectorscope
      • Waveform
      • YCbCr Parade
    • Stills and Targets
    • Layouts
    • Licensing
    • Upgrades
    • Releases
    • Questions
  • General
    • Downloads
    • Trials
    • Demo Mode
    • Purchasing
      • Students and Non Profits
      • Quotes, POs, and Invoices
      • Refunds
      • Professional Services
    • Licenses
      • The License Manager
      • License Types
      • Local License Server
      • Activating
      • Deactivating
      • Extending
      • Merging
      • OS Updates
      • Licensee Changes
      • VMs & Hypervisors
      • Root Certificates
      • Network Adapters
      • Network Requirements
      • Questions
    • Hedge Funds
    • Certifications
    • Policies
      • Sharing Files
    • Company Details
      • Terms & Conditions
      • Privacy Policy
      • EULA
    • Press
  • Need help?
Powered by GitBook
On this page
  • Requirements
  • Known limitations
  • How to use
Export as PDF
  1. OffShoot
  2. Features
  3. Automation
  4. Example Scripts

Watch Folder

Last updated 7 months ago

This script enables you to monitor a folder for new files/folders to transfer with OffShoot or transcode with EditReady.

Requirements

  • OffShoot 23.2 Pro or newer

  • EditReady 23.1 or newer

Known limitations

  • This script ignores existing subfolders.

  • EditReady needs to be open for the Watch Folder script to work.

  • macOS: no support for filenames containing \ or %.

  • macOS: when multiple files are added (nearly) simultaneously, one or more might not be transcoded.

  • Windows: no support for filenames containing any of these characters: +[]{}`'.

How to use

  1. the Watch Folder setup script.

  2. Double-click the script to open it in Script Editor.

  3. Configure the settings in the script and save it.

  4. To run the script, go to Script > Run or press Command-R. New files that appear in the source folder will transfer to the destination folder using OffShoot.

To stop watching the folder, rerun the Watch Folder script.

The script sets up a macOS Folder Action, which triggers the script whenever a file appears in the watch folder. The script then calls OffShoot to transfer those files to the configured destination.

macOS Folder Actions can also be managed through the Folder Actions Setup app.

You can watch multiple folders by making copies of the script with different configurations and running them one by one. To stop each watch folder, you can rerun each script or manually remove them from the Folder Actions Setup app.

  1. Start a PowerShell session as an Administrator:

    1. Click Start.

    2. Type PowerShell ISE, then click Run as administrator on the right.

  1. In PowerShell ISE, open the script using File > Open...

  2. Configure the settings in the script and save it.

  3. To run the script, go to Debug > Run or press F5. The script will start OffShoot transfers for new files in the configured source folder.

  4. Keep PowerShell ISE open for as long as you want the folder to be watched. New files that appear in the source folder will transfer to the destination folder using OffShoot.

To stop watching the folder, close PowerShell ISE.

You can watch multiple folders by making copies of the script with different configurations and running them in a New PowerShell Tab.

the script.

Download
Download
The Folder Actions Setup app
How to run PowerShell ISE as administrator