- March 24, 2007
- 12,073
- 7,459
- Home Country
- Germany
<AutoLoadFilters>
<Key>VideoPlayer</Key>
<Value>
<Filters>
<Filter Enabled="false" CLSID="xxxx-xxx--" FileName="xy-subfilter.dll" /> <!-- contained as default binary -->
<Filter Enabled="true" CLSID="xxxx-xxx--" FileName="filtername.dll" />
<Filter Enabled="true" CLSID="xxxx-xxx--" /> <!-- like ffdshow post processor -->
</Filters>
</Value>
</AutoLoadFilters>
We should start with local stored subs. We can access the "filesystem" and check for name pattern. How do we tell the xy-vsfilter the external filename to use? I think there must be a configuration interface?One open thing is the problem of loading external subtitle files names like the playing file. Since the only thing the player gets is one MediaItem, I guess we would need a way to find files next to it or import them to start with as subtitle aspect?