movie-rename
It turns Apur Sansar.mkv
into Apur Sansar (1959) - Satyajit Ray.mkv
using metadata pulled from TMDb.
This is made mostly due to mnamer not having support for director's name, and also because I wanted to try writing something useful in Rust.
Install from AUR, my personal lure-repo or download the binary from the releases. You can also get it from crates.io.
The syntax is:
movie-rename <filename(s)> [-n|--dry-run] [-d|--directory] [-h|--help] [-v|--version]
config
in the $XDG_CONFIG_HOME/movie-rename/
directory.title
, year
and director
.{title} ({year}) - {director}
. Extension is always kept.--directory
or -d
assumes that the arguments are directory names, which contain exactly one movie and optionally subtitles.--dry-run
or -n
does a dry tun and only prints out the new names, without actually doing anything.-nd
or -dn
does a dry run in directory mode.--help
or -h
shows help and exits.--version
or -v
shows version and exits.