home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 2
Skins and Design
BlueVision
Windows 10 Theme for BlueVision skin
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="ge2301" data-source="post: 1155070" data-attributes="member: 145639"><p>I'd like to keep the Coverflow view for "Videos" and "Series" with the same aspect ratio as for "Movies".</p><p>In order to do so with visually nice results I want to overlay the episode screenshot over the series poster. Here a Mock-up, what do you think?</p><p>[ATTACH]170061[/ATTACH]</p><p>To do so I need to get the series poster for an episode. Sounds easier than it is actually.</p><p>[CODE=XML] <Image.Source></p><p> <fanart:FanArtImageSource fanart:FanArtMediaType="Series" fanart:FanArtType="Poster" fanart:FanArtName="{Binding SimpleTitle}"/></p><p> </Image.Source>[/CODE] does not work.</p><p>[CODE=XML] <Grid.Resources></p><p> <fanart:FanArtImageSourceConverter x:Key="FanArtImageSourceConverter"/></p><p> </Grid.Resources></p><p> <Image Grid.Row="0" Grid.Column="0" HorizontalAlignment="Right" VerticalAlignment="Center" Stretch="Uniform" Margin="1" Width="380" Height="555"</p><p> Source="{Binding Source={StaticResource FanArtBackgroundModel}, Path=ImageSource, Converter={StaticResource FanArtImageSourceConverter}, ConverterParameter=Poster;380;555}"></p><p> </Image>[/CODE] does also not work in this case</p><p></p><p>Do we need the MIA rework for that, or is it already possible somehow?</p></blockquote><p></p>
[QUOTE="ge2301, post: 1155070, member: 145639"] I'd like to keep the Coverflow view for "Videos" and "Series" with the same aspect ratio as for "Movies". In order to do so with visually nice results I want to overlay the episode screenshot over the series poster. Here a Mock-up, what do you think? [ATTACH]170061[/ATTACH] To do so I need to get the series poster for an episode. Sounds easier than it is actually. [CODE=XML] <Image.Source> <fanart:FanArtImageSource fanart:FanArtMediaType="Series" fanart:FanArtType="Poster" fanart:FanArtName="{Binding SimpleTitle}"/> </Image.Source>[/CODE] does not work. [CODE=XML] <Grid.Resources> <fanart:FanArtImageSourceConverter x:Key="FanArtImageSourceConverter"/> </Grid.Resources> <Image Grid.Row="0" Grid.Column="0" HorizontalAlignment="Right" VerticalAlignment="Center" Stretch="Uniform" Margin="1" Width="380" Height="555" Source="{Binding Source={StaticResource FanArtBackgroundModel}, Path=ImageSource, Converter={StaticResource FanArtImageSourceConverter}, ConverterParameter=Poster;380;555}"> </Image>[/CODE] does also not work in this case Do we need the MIA rework for that, or is it already possible somehow? [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 2
Skins and Design
BlueVision
Windows 10 Theme for BlueVision skin
Contact us
RSS
Top
Bottom