Another problem I have is that since adding dvr-ms which I found out I needed to change the [avi|mpg] etc to \.avi\.dvr-ms etc and it seemed to work is that now none of the episodic descitptions work. Instead I just get the series description for every episode.
I have verified that if I replace this
<add key="ArchivedTVExpression" value="(?:\w*)\\(?<seriesname>.+?)\s-\s(?<seasonnumber>[ 0-9][0-9])x(?<episodenumber>\d{1,3})\s-\s(?<episodename>.+?)\.(?<extension>[avi|mpg|rmvb])" />
with this
<add key="ArchivedTVExpression" value="(?:\w*)\\(?<seriesname>.+?)\s-\s(?<seasonnumber>[ 0-9][0-9])x(?<episodenumber>\d{1,3})\s-\s(?<episodename>.+?)\.(?<extension>\.avi\.mpg\.dvr-ms\.wmv])" />
Then all the sub descriptions stop working and you just get the series desc. If you add dvr-ms inside || then it crashes.
Is this a bug somewhere. Cos the were working earlier. Andrew