Skip to content

An Alfred workflow for running MediaInfo

License

Notifications You must be signed in to change notification settings

sniarn/alfred-mediainfo-workflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.