- April 29, 2013
- 21
- 1
- 50
- Home Country
- United States of America
I am running into some series that are being missed because of differences in episode numbering conventions. Here is an example:
American.Pickers.S06E08.720p.HDTV.x264-KILLERS
I need to come up with a string replacement expression that will recognize this as Season 2013 (instead of 6) and Episode 29 (instead of 8). If someone can be so kind as to show me the proper syntax of such an expression, I think I could "reverse engineer" it to solve my other similar problems. i.e. adding a constant to all incoming episode or series numbers of a given show.
I'm running into this problem when the adopted scene season and episode numbering convention doesn't match the one being used by TV.db (as in the above example).
American.Pickers.S06E08.720p.HDTV.x264-KILLERS
I need to come up with a string replacement expression that will recognize this as Season 2013 (instead of 6) and Episode 29 (instead of 8). If someone can be so kind as to show me the proper syntax of such an expression, I think I could "reverse engineer" it to solve my other similar problems. i.e. adding a constant to all incoming episode or series numbers of a given show.
I'm running into this problem when the adopted scene season and episode numbering convention doesn't match the one being used by TV.db (as in the above example).