javit
v1.1.0
Published
Matches JAV videos and normalizes metadata.
Downloads
8
Readme
javit
Matches JAV videos and normalizes metadata. Extracts JAV-identifiers from file names, looks up associated metadata on a popular JAV-metadata website, then renames your file(s) and downloads a poster and fanart preview image. Compatible with Plex Media Server.
Prerequisites
- NodeJS >= 18 (http://nodejs.org/)
- NPM >= 8 (https://www.npmjs.org/)
Install
- Install nodejs following the instructions at http://nodejs.org/
- Run in Terminal:
npm install -g javit
Usage
Usage: javit [options] [command]
Matches JAV videos and normalizes metadata.
Options:
-V, --version output the version number
-h, --help display help for command
Commands:
parse [options] <path...> Parse metadata
search <name> Search metadata
help [command] display help for command
Search
Searches metadata and outputs metadata in JSON
format.
Examples
A) Search for MIRD-163
:
javit search MIRD-163
B) Search for SW-600
:
javit search SW-600
Parse
Parse renames your file(s) and downloads preview images.
Examples
A) Rename a mkv
video and download metadata:
javit parse /path/to/your/SW-600.HD.mkv
B) Recursively scans for video files, then renames and downloads metadata:
javit parse /path/to/your/library/directory
Contributions
While software contributions are welcome, you can also help with:
- Documentation
- Helping other people
- Feature requests
- Bug reports
Questions?
Please make an issue if you have questions, wish to request a feature, etc.