vimeta: Frontend for video metadata tagging tools

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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


[Skip to Readme]

Properties

Versions 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, 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 (>=1.0 && <1.1), 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-2021 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 2021-06-02T22:31:46Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for vimeta-0.3.1

[back to package description]

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