video_parser 1.0.2 copy "video_parser: ^1.0.2" to clipboard
video_parser: ^1.0.2 copied to clipboard

CLI app/package to extract metadata from a movie or TV show name

VideoParser #

CLI app/package to extract metadata from a movie or TV show name.

Arguments #

-p, --parse      String with the name of the show/movie
-i, --indent     Pretty print the object with the given numeric indent
-v, --version    Current version

Usage #

video-parser -p "Dawn.Of.The.Planet.of.The.Apes.2014.1080p.WEB-DL.AAC5.1.H264-RARBG" -i 2

Result

{
  "name": "Dawn Of The Planet of The Apes",
  "year": "2014",
  "resolution": "1080p",
  "codec": "h264",
  "source": "web-dl",
  "audio": "AAC5.1",
  "group": "RARBG"
}

Build #

mkdir build
./tool/build.sh
## video-parser should be available in build/

License #

Created from templates made available by Stagehand under a BSD-style license.

4
likes
140
pub points
20%
popularity

Publisher

unverified uploader

CLI app/package to extract metadata from a movie or TV show name

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

args

More

Packages that depend on video_parser