My videos are all .mp4. Unfortunately nothing is added to the log file as a result of this crash.
Just now, I tried to reproduce the crash by deleting the
metadata/thumbnail for one episode of a series, and it re-created the
metadata and thumbnail for that one video again no problem... So I
removed the files for three episodes, and this is what I got...
"Media Center Extensibility Host has stopped working"
Description:
Stopped working
Problem signature:
Problem Event Name: APPCRASH
Application Name: ehExtHost.exe
Application Version: 6.1.1000.18273
Application Timestamp: 486c7cc0
Fault Module Name: unknown
Fault Module Version:
0.0.0.0
Fault Module Timestamp: 00000000
Exception Code: c0000005
Exception Offset: 0000000002937220
OS Version: 6.0.6001.2.1.0.768.3
Locale ID: 1033
Just for kicks, I clicked "Debug the program", which gave me the following information....
Problem signature:
Problem Event Name: BEX64
Application Name: ehExtHost.exe
Application Version: 6.1.1000.18273
Application Timestamp: 486c7cc0
Fault Module Name: mscorwks.dll
Fault Module Version: 2.0.50727.3053
Fault Module Timestamp: 4889e870
Exception Offset: 000000000052b729
Exception Code: c0000409
Exception Data: 0000000000000000
OS Version: 6.0.6001.2.1.0.768.3
Locale ID: 1033
Additional Information 1: a6ce
Additional Information 2: d30d6f0e573eac908a4ffe507d39e845
Additional Information 3: 6475
Additional Information 4: 28d871c8fef0c167ae7614e7818e39ed
And in media center, I get the following message:
"Program Not Responding"
The video library program has stopped responding and you will be returned to Windows Media Center.
Anyways... It downloaded the metadata again for all three files, but
only two of the thumbnails were created before the crash occurred.
I've been looking for a pattern of some sort as far as which videos it
downloads the thumbnail for, but it seems completely random. If I add
five files to a series, it will download thumbnails for anywhere
between 1 and 4 of them, in no particular order. (It might get the 1st,
3rd and 4th episode, for example).
Here's a copy of my .config file...
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="ArchivedTVExpression"
value="(?:\w*)\\(?<seriesname>.+?)\s-\s(?<seasonnumber>\d{1,1})(?<episodenumber>\d{1,2})\s-\s(?<episodename>.+?)\.(?<extension>[mp4|avi|mpg])"
/>
<add key="CombineDuplicateFolders" value="true" />
<add key="WatchedFolders" value="D:\video" />
</appSettings>
</configuration>
All of my videos are located in D:\Video, with a folder/file structure that looks like this...
D:\Video\The Simpsons\Season 2\The Simpsons - 203 - Treehouse of Horror.mp4
Let me know if there's anymore info that would be helpful...