Rename script needed

Discuss and share scripts and script files...
Twisten
Posts: 204
Joined: 27 Apr 2008 10:30

Post by Twisten »

well, lets see, it is kinda early here

first thing i do -

Code: Select all

 rename sr , ABCDEFGHIJKLMNOPQRSTUVWXYZ_>>abcdefghijklmnopqrstuvwxyz. ;
than probably sort out the numbering with -

Code: Select all

  rename re , \.(\d\d)(?:x?)(\d\d)\. > .s$1e$2. ;
  rename re , \.(\d)(?:x?)(\d\d)\. > .s0$1e$2. ;
if you use public torrents to get some episodes you might want -

Code: Select all

  rename sr , .[vtv]/ ;
  rename sr , .[eztv]/ ;
for the most common tags

after that, i'm working on a sorting script that'll put them in the right place
also run a file hasher to generate a checksum file

Post Reply