RealYukiSan / vvibu

My personal collection of tools for watching anime :3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My collection of tools for watching anime :3

Work in Progress

Included tools are:

  • Downloader, e.g download subtitle and video from variant resources
  • Subtitle Manager, e.g delay timestamp, etc...
  • File and Folder Utility, e.g flat extract compressed file, auto-rename batch file (both subtitle and video file)

Usage

First, build the source: npm run build

Manipulate timestamp in subtitle file (srt)

node ./dist/subtitle.js <srt_path_file> <duration> <operation>

Explanation:

  • srt_path_file: Path to srt file
  • duration: duration time in second
  • operation: operation to be performed, subtract | add

Download batch subtitle: <anime title> S<season>E<episode>

e.g Mirai Nikki S01E06

About

My personal collection of tools for watching anime :3

License:GNU General Public License v3.0


Languages

Language:JavaScript 88.0%Language:TypeScript 12.0%