I need help

Any questions? Need some help?
Post Reply
fraserp8
Posts: 4
Joined: 13 Jun 2012, 10:40

I need help

Post 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.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: I need help

Post by rednoah »

You changed extension mode to "Override" somehow. Right-click Rename button -> Click "Extension: Preserve" to switch back into the normal mode.
:idea: Please read the FAQ and How to Request Help.
fraserp8
Posts: 4
Joined: 13 Jun 2012, 10:40

Re: I need help

Post by fraserp8 »

Thanks for your help
fraserp8
Posts: 4
Joined: 13 Jun 2012, 10:40

Re: I need help

Post by fraserp8 »

Is there anyway to reverse the mistake I made? Or do I need to guess which file they were or re download?
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: I need help

Post 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
:idea: Please read the FAQ and How to Request Help.
fraserp8
Posts: 4
Joined: 13 Jun 2012, 10:40

Re: I need help

Post by fraserp8 »

Oh excellent, thanks once again.
Post Reply