Normal
not going to work unless you add Frasier to the beginning of all of your files... or add C:\Users\Media PC\Videos as the root drive that will then see the Frasier directory and be able to use a regexp to get it from that.if you do above, the following will work:[code]^(?<series>.*[^\\])\\[Ss](?<season>\d{2})[Ee](?<episode>\d{2})\s\-\s(?<title>.*)\.(?<ext>\w{2,4})$[/code]
not going to work unless you add Frasier to the beginning of all of your files... or add C:\Users\Media PC\Videos as the root drive that will then see the Frasier directory and be able to use a regexp to get it from that.
if you do above, the following will work:
[code]^(?<series>.*[^\\])\\[Ss](?<season>\d{2})[Ee](?<episode>\d{2})\s\-\s(?<title>.*)\.(?<ext>\w{2,4})$[/code]