I'm trying to rename a whole bunch of folders, into something more "readable".
So, without explaining too much, the directory where all the folders reside, is like this:
Code: Select all
/home/user/Movies/This.Is.A.Movie.1999.BluRay.x264-GROUP
/home/user/Movies/This.Is.Also.A.Movie.2001-BluRay.x264-GROUPP
I would like to rename the folders, so that it'll be like:
Code: Select all
/home/user/Movies/This Is A Movie (1999)/This.Is.A.Movie.1999.BluRay.x264-GROUP
/home/user/Movies/This Is Also A Movie (2001)/This.Is.Also.A.Movie.2001-BluRay.x264-GROUPP
Code: Select all
III, II, IV, The, Of, And, At, Vs, A, An, But, Nor, For, On, So, Yet

Thanks.
EDIT:
Another "important" thing - I would like only for the folders to be renamed, not the files inside them
