https://github.com/pjones/vimeta
Frontend for video metadata tagging tools
https://github.com/pjones/vimeta
Last synced: 4 months ago
JSON representation
Frontend for video metadata tagging tools
- Host: GitHub
- URL: https://github.com/pjones/vimeta
- Owner: pjones
- License: bsd-2-clause
- Created: 2013-02-08T21:59:34.000Z (over 12 years ago)
- Default Branch: trunk
- Last Pushed: 2021-06-02T22:29:13.000Z (about 4 years ago)
- Last Synced: 2025-01-31T12:03:02.174Z (4 months ago)
- Language: Haskell
- Homepage:
- Size: 402 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
# Vimeta: frontend for video metadata tagging tools
[](https://github.com/pjones/vimeta/actions)
[](https://github.com/pjones/vimeta/releases)
[](https://hackage.haskell.org/package/vimeta)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](doc/vimeta.1.md).
### 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`][nix]:
1. Install [`nix`][nix]
2. Install vimeta:
$ nix-env -f https://github.com/pjones/vimeta/archive/trunk.tar.gz -i
### Building via `cabal`
$ cabal install vimeta
[nix]: https://nixos.org/