vimeta: Frontend for video metadata tagging tools

[ bsd2, library, program, video ] [ Propose Tags ]
Versions [RSS] 0.2.0.0, 0.2.1.0, 0.2.2.0, 0.2.3.0, 0.2.4.0, 0.2.5.0, 0.2.5.1, 0.3.0.0, 0.3.0.1, 0.3.1
Change log CHANGES.md
Dependencies 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 && <0.11), filepath (>=1.3 && <1.5), http-client (>=0.4.30 && <0.8), http-client-tls (>=0.2.2 && <0.4), http-types (>=0.8 && <0.13), mtl (>=2.1 && <2.3), optparse-applicative (>=0.11 && <0.17), parsec (>=3.1 && <3.2), process (>=1.1 && <1.7), relude (>=0.6 && <0.8), temporary (>=1.1 && <1.4), text (>=0.11 && <1.3), themoviedb (>=1.2 && <1.3), time (>=1.2 && <1.12), vimeta, yaml (>=0.8 && <0.12) [details]
License BSD-2-Clause
Copyright Copyright (c) 2013-2020 Peter Jones
Author Peter Jones <pjones@devalot.com>
Maintainer Peter Jones <pjones@devalot.com>
Category Video
Home page https://github.com/pjones/vimeta
Bug tracker https://github.com/pjones/vimeta/issues
Source repo head: git clone https://github.com/pjones/vimeta.git
Uploaded by PeterJones at 2020-10-28T18:59:09Z
Distributions
Executables vimeta
Downloads 4616 total (28 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-10-28 [all 1 reports]

Readme for vimeta-0.3.0.1

[back to package description]

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