subrenamer

0.0.2 • Public • Published

SubRenamer

A node small app to rename subtitles according to movie filenames

Usage

subrenamer [folderName] [--movie movieExt] [--sub subExt]

Installation

npm install -g subrenamer (as root user)

Options

  • --movie → movieExtension (default mp4)
  • --sub → subExtension (default srt)

Some examples

  • subrenamer → Rename srt files in current folder according to mp4 filenames
  • subrenamer /my/private/folder → Rename srt files in /my/private/folder according to mp4 filenames
  • subrenamer --movie mkv → Rename srt files in current folder according to mkv filenames
  • subrenamer --movie mkv --sub sub → Rename sub files in current folder according to mkv filenames

Package Sidebar

Install

npm i subrenamer

Weekly Downloads

0

Version

0.0.2

License

Apache-2.0

Last publish

Collaborators

  • alberto-bottarini