Anyone know of any good programs for renaming TV Shows and TV Show Episodes?
#31
Personally, I hand-renamed those Modern Marvels episodes all by hand. I had it even worse, too: the titles were things like "MM ED4.avi", so I had to watch each one for the episode title spoken by the announcer just before the title sequence. It was a pain! LOL!

Anyhow, having personally renamed literally tens of thousands of movies and TV shows over the years, I want to stress everywhere I can that:

PEOPLE WHO ENCODE TV SHOWS AND MOVIES NEED TO GIVE THEM GOOD FILENAMES. (And thanks for doing the encoding!)

Movies need to include the year in parens for XBMC to have no problems finding them, such as "Batman (1989).mkv".

FWIW, I use a home-spun VBS to automatically strip group-tags, convert periods to spaces, format the year if it's there, etc. I'm proud of how well-organized my collection is, but it was time-consuming.

Also, thanks for the "SmartRename" suggestion! So far it's better than the "TV Show Renamer" I used to use, primarily because it can move files into proper folders! (Something that takes this user ~15 minutes each day to do.)
Reply
#32
cold_realms Wrote:To rename them from where the existing file ONLY has the episode name to one that adds the proper Season and episode numbers?

IE. I have Modern Marvels @ ~250 episodes. the file names are just "episode name".avi and i would like some way to automatically have them renamed to include the proper Season and Episode number.

All I can find are ones that parse out the E and S codes then match them to some database to add the episode name. I need the reverse of that.

[EDIT: oops, you can ignore this, I didn't read far enough ahead, and so never saw that someone already suggested using Excel - sorry]

It's fairly trivial to create a batch file to do what you want with MS Excel. Took me <10 mins. Process is as follows:

1) Go to http://www.egpuides.com/modernmarvels
2) Copy the entire episode list for all 14 seasons
3) Paste that into Excel
4) Parse the data using SPACE DELIMITED breaks so that all of the relevant info is in its own columns
5) Add the DOS command text you need and move/copy the columns around as necessary
6) copy all that to a text editor and replace the TAB characters that Excel adds with nothing
7) save as rename.bat or similar with your files
8) run the batch file

Here's what the raw line from Epguides.com looks like:

Original
Episode # Prod # Air Date Titles
_____ ______ ___________ ___________ ___________________________________________

Season 1

1. 1- 1 1 Jan 95 The Transcontinental Railroad
2. 1- 2 A5 21 May 95 Golden Gate Bridge
3. 1- 3 A17 1 Oct 95 Silver Mines
4. 1- 4 A20 1 Oct 95 Brooklyn Bridge


... on and on for 14 seasons, 546 episodes

Here's what I created in Excel:


rename "The Transcontinental Railroad.avi" "1x01 - The Transcontinental Railroad.avi"
rename "Golden Gate Bridge.avi" "1x02 - Golden Gate Bridge.avi"
rename "Silver Mines.avi" "1x03 - Silver Mines.avi"
rename "Brooklyn Bridge.avi" "1x04 - Brooklyn Bridge.avi"


The entire batch file is at the URL below, along with the excel sheet as a guide. You can edit as necessary or use as is. A word of caution - some of the episodes have ":" in the titles in the episode list, which obviously won't work at filename - you should search and replace the : in the batch file or excel sheet for whatever you replaced it with in your own naming scheme.

I tested it on a half dozen dummy files as samples, it works perfectly.

rename.rar

Note also, this batch file tries to rename all 546 episodes, which really isn't a problem, if they don't exist, it just ignores them.

Final warning - THERE IS NO UNDO!

Cheers
The REAL Joe
Reply
#33
Write one using python.
Reply
#34
Media Renamer....It is the best

Here is the link
Reply
#35
I did a fairly decent how to on this over here on my blog

http://tech-n-life.com/index.php/2009/10...companion/

hope its of use
Reply
#36
Works quite well and allows customization using alias strings.
here's a link,
http://themetabrowser.com/

link for latest release doesn't seem to work... but previous release is working fine for me..
Nerd
Reply
#37
That one also works really well for all kinds of messed up file names and is super-customizeable:

http://filebot.sourceforge.net

Works on Windows, Linux and Mac.
Reply
#38
by miles the best ever is http://www.therenamer.com/
Reply
#39
http://code.google.com/p/tvsorter/
Reply

Logout Mark Read Team Forum Stats Members Help
Anyone know of any good programs for renaming TV Shows and TV Show Episodes?0