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


Keywords
library, program, video, Propose Tags , Vimeta.Core, Vimeta.Core.Cache, Vimeta.Core.Config, Vimeta.Core.Download, Vimeta.Core.Format, Vimeta.Core.MappingFile, Vimeta.Core.Process, Vimeta.Core.Tagger, Vimeta.Core.Vimeta, Vimeta.UI.CommandLine, Vimeta.UI.CommandLine.Common, Vimeta.UI.CommandLine.Config, Vimeta.UI.CommandLine.Movie, Vimeta.UI.CommandLine.TV, Vimeta.UI.Common.Movie, Vimeta.UI.Common.TV, Vimeta.UI.Common.Util, Vimeta.UI.Term.Common, Vimeta.UI.Term.Movie, Vimeta.UI.Term.TV, online, nix
License
BSD-2-Clause
Install
cabal install vimeta-0.3.1

Documentation

Vimeta: frontend for video metadata tagging tools

tests 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