- March 24, 2007
- 12,073
- 7,459
- Home Country
- Germany
- Thread starter
- Moderator
- #201
@Lehmden, sorry my fault: I "optimized" a few references too much
For a quick fix, please add this
to C:\Program Files (x86)\Team MediaPortal\MP2-Client\Plugins\SkinBase\plugin.xml file (where the other OptionalMIATypes are already registered).
I will fix it in next build!
For a quick fix, please add this
XML:
<Register Location="/Media/SkinSettings/default/default/Series/OptionalMIATypes">
<MIATypeRegistration Id="ThumbnailSmallAspect" MediaItemAspectTypeId="A61846E9-0910-499D-9868-A1FABCE7CCFD"/>
<MIATypeRegistration Id="ThumbnailLargeAspect" MediaItemAspectTypeId="1FDA5774-9AC5-4873-926C-E84E3C36A966"/>
</Register>
<Register Location="/Media/SkinSettings/default/default/Movies/OptionalMIATypes">
<MIATypeRegistration Id="ThumbnailSmallAspect" MediaItemAspectTypeId="A61846E9-0910-499D-9868-A1FABCE7CCFD"/>
<MIATypeRegistration Id="ThumbnailLargeAspect" MediaItemAspectTypeId="1FDA5774-9AC5-4873-926C-E84E3C36A966"/>
</Register>
to C:\Program Files (x86)\Team MediaPortal\MP2-Client\Plugins\SkinBase\plugin.xml file (where the other OptionalMIATypes are already registered).
I will fix it in next build!