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.
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
- Download the latest release and import it into Alfred.
- 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 yourmediainfo
binary is installed.
- If you're using Homebrew,