@hackage vimeta0.3.0.1
Frontend for video metadata tagging tools
Installation
Tested Compilers
Dependencies (20)
- aeson >=0.8 && <1.6
- base >=4.6 && <5.0
- byline >=1.0 && <1.2
- bytestring >=0.10 && <0.12
- directory >=1.2.3 && <1.4
- exceptions ^>=0.10 Show all…
Dependents (0)
Vimeta: frontend for video metadata tagging tools
Vimeta is a tool to fetch video metadata from the interwebs and update video files using a tagging tool.

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:
-
Install
nix -
Install vimeta:
$ nix-env -f https://github.com/pjones/vimeta/archive/trunk.tar.gz -i
Building via cabal
$ cabal install vimeta