/SubtitleRenamer

Rename a subtitle to match a video file.

Primary LanguageGoGNU General Public License v3.0GPL-3.0

SubtitleRenamer

Copy & rename a subtitle to match a video file

##Build :

  1. Rename config.yml.dist to config.yml and edit it if you want to specify a default video folder.
  2. go generate
  3. go build

Run

The executable takes a subtitle file path as argument.

##Disclaimer

First Go program and more of a PoC than anything.