/Tv-Series-Renamer

Tv series Renamer using golang

Primary LanguageGoMIT LicenseMIT

Tv Series Renamer in Golang

build Issues Forks Stars License Go Report Card

About

This is a TV Series Renamer which uses TVDB Api to Rename the episodes according to Aired Name and also Organizes the collection into folders. It is based on go lang and was created in an attempt to learn GO

Obtaining API Credentials

go to https://www.thetvdb.com/ Login and Obtain Username Apikey Userkey

Replace all of them in the in config.go or use ./script.sh $apiKey $username $userkey it will automatically replace the keys with your keys.

How To Run

You can get it easily by using go get pr4k/Tv-Series-Renamer

Or simply Clone / Download the repo and build it using

go build

An Executable file will be created, run that with argument as the path of the folder which contains the Tv- Series Episodes

Eg ./Tv-Series-Renamer -i /media/pr4k/New\ Volume/arrow/check

Done

Sample Run

Before

Before

After

After

After

After

Note

As it is in initial stage be ready to get some bugs here and there.

Wanna Give It a Try

Go to releases and try one for yourself :)

Developer

- Prakhar Kaushik