I just want to rename the folder and file of a movie!!!

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
Marcus2323
Posts: 1
Joined: 26 Jun 2018, 03:43

I just want to rename the folder and file of a movie!!!

Post by Marcus2323 »

Hi FileBot friends,

I recently crashed my HD thanks to the latest Windows 10 update and lost the script that I used to use.

I simply want to drag a movie folder with a movie in it and have the folder and movie take on the format of "Name of Movie (2018)" It should stay in the same directory that the folder with movie are in...in other words...don't move them, just rename them.

So from this: "47.Ronin.2013" to "47 Ronin (2013)"......obviously without the quotes and both folder and movie named the same.

Any help would be greatly appreciated... :D
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: I just want to rename the folder and file of a movie!!!

Post by rednoah »

You'll probably just want to use the Plex format:
viewtopic.php?f=5&t=4116


e.g. let FileBot figure out relative to what folder:

Code: Select all

{plex}

e.g. tell FileBot the exact destination path:

Code: Select all

X:/Media/{plex}
:idea: Please read the FAQ and How to Request Help.
Post Reply