Skip to content

Latest commit

 

History

History
42 lines (22 loc) · 1.11 KB

README.md

File metadata and controls

42 lines (22 loc) · 1.11 KB

Vimeta: frontend for video metadata tagging tools

CI GitHub tag (latest by date) Hackage

Vimeta is a tool to fetch video metadata from the interwebs and update video files using a tagging tool.

screenshot

Documentation

You can read the man page online.

Generating the man Page from Source

$ pandoc -s -t man doc/vimeta.1.md -o doc/vimeta.1

Installing Vimeta

Pre-Built Binaries

Each release includes binaries for Windows, macOS, and Linux.

Building via nixpkgs

The easiest way to build vimeta from source is to use nix:

  1. Install nix

  2. Install vimeta:

    $ nix-env -f https://github.com/pjones/vimeta/archive/trunk.tar.gz -i
    

Building via cabal

    $ cabal install vimeta