movie_rename.pl
Posted: October 18th, 2009, 7:08 pm
Hi all,
I wrote a small perl script (movie_rename.pl) that scans a folder for the nfo and renames the folder according to the imdb title and year. Usage is simple, either pass it a number of folders, or call it with no arguments and it scans all folders in the current one (useful to run on your entire collection).
It can also be used with sabnzbd by using the script "rename.sh" (assuming you put movie_rename.pl in /usr/local/bin/)
It works well for me, only dependency is to have IMDB::Perl.
I wrote a small perl script (movie_rename.pl) that scans a folder for the nfo and renames the folder according to the imdb title and year. Usage is simple, either pass it a number of folders, or call it with no arguments and it scans all folders in the current one (useful to run on your entire collection).
It can also be used with sabnzbd by using the script "rename.sh" (assuming you put movie_rename.pl in /usr/local/bin/)
It works well for me, only dependency is to have IMDB::Perl.