/alfred-mediainfo-workflow

An Alfred workflow for running MediaInfo

Primary LanguageMakefileMIT LicenseMIT

MediaInfo Workflow for Alfred

This is an Alfred workflow for running the CLI version of MediaInfo. Please note that you need to purchase the Alfred Powerpack to use this workflow.

Screen shot

Features

This workflow contains a File Action that processes video/movie files using mediainfo. The output is written to a txt file in /tmp, which is then opened in your default editor.

Installation

  1. Download the latest release and import it into Alfred.
  2. Install mediainfo in /usr/bin/local/.
    • If you're using Homebrew, brew install mediainfo.
    • If you have MediaInfo installed elsewhere on your system, you need to alter the MEDIAINFO_BIN workflow environment variable to contain the path to wherever your mediainfo binary is installed.