Page 1 of 1

I need help

Posted: 22 Jun 2012, 22:12
by fraserp8
Hey I am having a problem renaming, I managed to find a script that I liked to rename my t.v. shows but when it adds the name of the episodes, for example 'Franklin and Bash S01E01 Pilot' gets changed to 'Franklin.And.Bash.S01E01.Pilot', which is almost perfect except it gets saved as a 'Pilot File'. What's going on there? Here is the code:

Code: Select all

{N.space('.')}.S{(episode.season ? s : 1).pad(2)}E{e.pad(2)}.{T.space('.')}
Thanks for your help in advance.

Re: I need help

Posted: 22 Jun 2012, 23:35
by rednoah
You changed extension mode to "Override" somehow. Right-click Rename button -> Click "Extension: Preserve" to switch back into the normal mode.

Re: I need help

Posted: 24 Jun 2012, 03:55
by fraserp8
Thanks for your help

Re: I need help

Posted: 25 Jun 2012, 00:03
by fraserp8
Is there anyway to reverse the mistake I made? Or do I need to guess which file they were or re download?

Re: I need help

Posted: 25 Jun 2012, 01:42
by rednoah
Sure, click the small notebook icon to get to the rename history and then right-click any entry to "Revert". It's in the video tutorial somewhere.
Image

Re: I need help

Posted: 25 Jun 2012, 02:42
by fraserp8
Oh excellent, thanks once again.