- March 24, 2007
- 12,073
- 7,459
- Home Country
- Germany
- Moderator
- #611
File can be renamed, they are decoded properly even if there is a png named as .jpg.
I really like them, so I would like to have them included. Other images still could be provided by a theme.
Once you have a good version, could you provide some screenshots in English, I'd like to include them in release notes as eye catcher
Hi, how can I switch the date and time settings to english?Once you have a good version, could you provide some screenshots in English
thanks, doing this 3 times gave a positive result in the end.Regional settings should be applied properly after MP2-Client restart.
[...]
xmlns="www.team-mediaportal.com/2008/mpf/directx"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:fanart="clr-namespace:MediaPortal.Extensions.UserServices.FanArtService.Client;assembly=FanArtService.Client"
xmlns:media="clr-namespace:MediaPortal.UiComponents.Media.Models.AspectWrappers;assembly=Media"
<Control x:Name="CP_MovieGeneral">
<Control.IsVisible>
<MultiBinding Converter="{StaticResource MediaItemAspectToBoolConverter}">
<Binding Source="Binding CurrentMediaItem" />
<Binding Source="{x:Static aspect:MovieAspect.ASPECT_ID}" />
</MultiBinding>
</Control.IsVisible>
<Control.TemplateControl>
<Include Source="screens\CP_MovieGeneral.inc"/>
</Control.TemplateControl>
</Control>
[...]