0.0.2 • Published 9 years ago

subrenamer v0.0.2

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
9 years ago

SubRenamer

A node small app to rename subtitles according to movie filenames

npm.io npm.io

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