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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    1
  • 0.0.1
    0

Package Sidebar

Install

npm i subrenamer

Weekly Downloads

1

Version

0.0.2

License

Apache-2.0

Last publish

Collaborators

  • alberto-bottarini