Normal
T1 T2 T3 etcSeason = Temporada in spanishAll my episodes are in this path:<Serie name>/T<season number>/<Serie name> <season number>x<episode number> anything.<ext>The second <serie name> is optative:Heroes/T1/Heroes 1x01.aviHouse/T2/2x10.aviPerdidos/T3/3x9 -dual-.aviI hope there is a expression that can work with everyone.[CODE]^(?<series>[\w .,'!&$]*)\\T(?<season>\d\d?)\\(?<season>\d\d?)x(?<episode>\d\d?).*\.$[/CODE]still is not workingIt recognize:Perdidos 2x10 -dual-.avibut not:Perdidos 2x9 -dual-.aviBut in the parsing test is not red.File is in a DVD, and the unit is set as "removable"
T1 T2 T3 etc
Season = Temporada in spanish
All my episodes are in this path:
<Serie name>/T<season number>/<Serie name> <season number>x<episode number> anything.<ext>
The second <serie name> is optative:
Heroes/T1/Heroes 1x01.avi
House/T2/2x10.avi
Perdidos/T3/3x9 -dual-.avi
I hope there is a expression that can work with everyone.
[CODE]^(?<series>[\w .,'!&$]*)\\T(?<season>\d\d?)\\(?<season>\d\d?)x(?<episode>\d\d?).*\.$[/CODE]
still is not working
It recognize:
Perdidos 2x10 -dual-.avi
but not:
Perdidos 2x9 -dual-.avi
But in the parsing test is not red.
File is in a DVD, and the unit is set as "removable"