TVRename 2.0b29 BUG

bing281

25-06-2008 10:10:05

I found a bug with the TVRename 2.0b29 release and it is as follows:

you added the Can rename to the style "01 - Pilot".

and now my show 24 comes up missing because it is named 24 - S01E01 - time to time.avi. The program mistakes the show for being in the above format and then thinks that every episode is episode number 24 for the corresponding season.

Thanks, bing281

bing281

25-06-2008 10:15:04

I think the fix for the problem is as follows in pseudo code

IF <show name> is not a number THEN
run parse for <episode #> - <episode name>
END IF

hope that helps explain the problem.

Thanks, Bing281

sstteevvee

25-06-2008 10:36:25

Shows with numbers in their name are a constant source of problems. I can easily adjust it so that it will only look for that type of naming only if the show's name doesn't start with a number.

bing281

25-06-2008 15:51:10

That would probably be best because then it is a very special case. Thanks

sstteevvee

25-06-2008 22:34:00

Should be fixed in the latest release (b30).. I've added the smarty-pants "remove numbers found in the show name from the filename before looking at the filename" routine to this style of season+episode number determination. I made up a fake 24 folder and it seemed to work ok. Let me know how it goes with yours.

Download here.

bing281

26-06-2008 23:18:53

Worked Great Thanks