show-renamer

command module
v0.0.0-...-290480c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 10, 2020 License: GPL-3.0 Imports: 10 Imported by: 0

README

Renamer

This CLI application renames your show with the episode title.

Rename your show with format "Show Name - SxxExx - Episode Name"

Usage

renamer [-h|--help] -p|--path "<value>" [-a|--auto] [-t|--test] [-r|--regexp "<value>"]

Arguments:

-h  --help    Print help information
-p  --path    Path to folder to scan.
-a  --auto    Automatically rename your show if set.
-t  --test    Do a test run without renaming anything.
-r  --regexp  /!\ EXPERIMENTAL /!\ Replace the current regexp, it ABSOLUTELY
              needs the following capture groups : name, season and episode.

Build

Linux

You can just use make with Linux but it will change your GOPATH for the current terminal session or you can run/build it manually :

go get -d
go run models.go main.go | go build -o renamer models.go main.go
Windows

You have to manually get the dependencies and run build

go get -d
go run models.go main.go | go build -o renamer.exe models.go main.go

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL