Skip to content

Hacky-The-Sheep/gonamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoNamer
A Media Renaming Tool

What is it?

I wanted to practice writing Go, and used to use Mnamer for renaming all of my media.

This project is based on that. There are still some things that need to be done such as:

  • Integrating with theTVDB for episodes
  • Adding Charm options for selection
  • Reduce boilerplate by having it rename once even if more than one file
  • Throw an exception if the regex for movies is not found (no year)
  • Parse TV shows based on season and episode
  • Pull TV episode names

So far it works well on movies

How to use it

So far, it only pulls accurately for movie files. To run, simply use the mv flag as such:

For a single movie

gonamer mv title.of.movie.2024.mkv

For multiple

gonamer mv *.ext // Put the extension type here