Search found 2 matches

by dgege
October 29th, 2009, 4:14 pm
Forum: Post-Processing Scripts
Topic: movie_rename.pl
Replies: 2
Views: 4562

Re: movie_rename.pl

DarkPhalanx wrote: How do i execute this script?
It's a Perl script, so you need Perl. On linux, just rename movie_rename.pl.txt to movie_rename.pl, and execute with:
perl -w ./movie_rename.pl

On Windows, you'll need something like active perl.
by dgege
October 18th, 2009, 7:08 pm
Forum: Post-Processing Scripts
Topic: movie_rename.pl
Replies: 2
Views: 4562

movie_rename.pl

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 enti...