Changing TV Show titles?

Javascript renaming examples. Javascript renaming is supported in version 3 or newer.

Changing TV Show titles?

Postby sry9681 » Thu Apr 07, 2016 2:05 am

Hi, I am really new to the program and am still learning Javascript but was wondering how I would be able to perform a certain rename action.
The naming layout of a bunch of TV shows all in one folder is like.....

Code: Select all
[Show Title] (year).S02EXX.[Episode Name].[other crap].mp4


Where 'XX' is the sequential episode number (01, 02, 03, etc.). And I was wanting to change it to...

Code: Select all
[Show Title] - s02eXX - [Episode Name].mp4


I know how to get all the way up until the episode number without using javascript and then I'm lost. I feel like there might be a way without javascript but am uncertain and read through the entire manual to know the features.
sry9681
 
Posts: 1
Joined: Thu Apr 07, 2016 1:54 am

Re: Changing TV Show titles?

Postby Admin » Mon Apr 11, 2016 1:10 am

Hi, can you post a few names examples (from / to) ? thanks
Admin
Site Admin
 
Posts: 2343
Joined: Tue Mar 08, 2005 8:39 pm

Re: Changing TV Show titles?

Postby Hyper » Tue Jun 07, 2016 11:11 am

Hi,

I am also searching for a possibility to do this.
My aim is to name all TV Shows to SxxExx. (S=Season, x=number, E=Episode, y=number) and to remove everything else.
Typical namings are:
crap*SxEy*crap
crap*SxxEyy*crap
crap*xyy*crap
crap*xyy*crap
crap*1x22*crap (x= seperator here for Season and Episode)

Does anybody have a convenient script to do this? :)

Thanks.
Hyper
Hyper
 
Posts: 3
Joined: Tue Jun 07, 2016 9:44 am

Re: Changing TV Show titles?

Postby Hyper » Fri Jun 10, 2016 7:21 pm

Nobody here who can help with that? :cry:
Hyper
 
Posts: 3
Joined: Tue Jun 07, 2016 9:44 am

Re: Changing TV Show titles?

Postby therube » Sun Jun 12, 2016 11:15 am

Could you give more specific examples of what you have & what you're looking to get to?

Code: Select all
crap*SxEy*crap
crap*SxxEyy*crap
crap*xyy*crap
crap*xyy*crap
crap*1x22*crap (x= seperator here for Season and Episode)
therube
 
Posts: 1314
Joined: Mon Jan 18, 2016 6:23 pm


Return to Javascript Renaming