Ferkner / mediarenamer

Automatically exported from code.google.com/p/mediarenamer
0 stars 0 forks source link

What Will Parse, What Will Not Parse -- Guidelines #19

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
These are some notes on what mediarenamer will parse correctly and what it 
will not. I put these together while going through my collection.

I would put these in the Wiki but it doesn't seem like it's open to 
editing.

There are probably some implied variants that I'm not listing. The 
program's pretty robust.

If the author wants to add this to the wiki, or delete it outright feel 
free. 

X = variable for episode number.
Y = variable for season number.
No other variables unless stated.

1. Naming Special Series
 A. 00xXX - Works best.
 B. S.XX
 C. 00xXX-XX+1

2. Series Naming
 A. YYxXX or YxX or YYxXX or ...
 B. YXX (sometimes)
 C. SXXEXX
 D. YYxXX-XX+1

3. Series Naming That Doesn't Work
 A. YYXX
 B. X
 C. XX
 D. EpXX
 E. YYxXX-XX+1-XX+2...
 F. YYxXX-XX+<1
 G. Series Y Episode X
 H. Underscores that are connected to the season and episode numbers by 
anything other than a space are bad in general. Unless of course you want 
to add notes to a specific title, in which case underscores seem to be the 
way to do it.

Original issue reported on code.google.com by adae...@gmail.com on 19 Jul 2009 at 8:00