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
Blue Vision
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: 1140035" data-attributes="member: 145639"><p>Looks like this currently:</p><p>[ATTACH]165783[/ATTACH] </p><p></p><p>Only problem is, that the Rating is not part of <a href="https://github.com/MediaPortal/MediaPortal-2/blob/master/MediaPortal/Source/UI/SkinEngine/SpecialElements/Controls/PlayerControl.cs" target="_blank">https://github.com/MediaPortal/MediaPortal-2/blob/master/MediaPortal/Source/UI/SkinEngine/SpecialElements/Controls/PlayerControl.cs</a></p><p></p><p>I used the MediaAspectWrapper, but the rating remains empty, as you see in the screenshot:</p><p>[html] <media:MediaAspectWrapper MediaItem="{Binding Source={StaticResource FanArtBackgroundModel},Path=MediaItem}" Grid.Column="0" Grid.Row="2" Margin="20,5,20,5" ></p><p> <media:MediaAspectWrapper.Template></p><p> <ControlTemplate></p><p> <StackPanel Orientation="Horizontal" HorizontalAlignment="Left" Margin="0,6,0,5"></p><p> <StarRatingPanel x:Name="RatingReadOnly" IsReadOnly="True" StarReadOnlyTemplate="{StaticResource StarReadOnlyTemplate}"</p><p> Maximum="10"</p><p> Value="{Binding TotalRating}"></p><p> <StarRatingPanel.LayoutTransform></p><p> <TransformGroup></p><p> <ScaleTransform ScaleX="1.7" ScaleY="1.5"/></p><p> </TransformGroup></p><p> </StarRatingPanel.LayoutTransform></p><p> </StarRatingPanel></p><p> </StackPanel></p><p> </ControlTemplate></p><p> </media:MediaAspectWrapper.Template></p><p> </media:MediaAspectWrapper>[/html]</p><p></p><p>Is there a plan to fill the PlayerControl with more data after MIA rework? Or is it possible referring to AspectWrappers and I just did a mistake? <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite11" alt=":rolleyes:" title="Roll Eyes :rolleyes:" loading="lazy" data-shortname=":rolleyes:" /></p><p>I'm missing several information:</p><ul> <li data-xf-list-type="ul">Subtitle tracks and languages</li> <li data-xf-list-type="ul">Audio tracks and languages</li> <li data-xf-list-type="ul">Most other details, that are existing in AspectWrappers</li> </ul></blockquote><p></p>
[QUOTE="ge2301, post: 1140035, member: 145639"] Looks like this currently: [ATTACH]165783[/ATTACH] Only problem is, that the Rating is not part of [URL]https://github.com/MediaPortal/MediaPortal-2/blob/master/MediaPortal/Source/UI/SkinEngine/SpecialElements/Controls/PlayerControl.cs[/URL] I used the MediaAspectWrapper, but the rating remains empty, as you see in the screenshot: [html] <media:MediaAspectWrapper MediaItem="{Binding Source={StaticResource FanArtBackgroundModel},Path=MediaItem}" Grid.Column="0" Grid.Row="2" Margin="20,5,20,5" > <media:MediaAspectWrapper.Template> <ControlTemplate> <StackPanel Orientation="Horizontal" HorizontalAlignment="Left" Margin="0,6,0,5"> <StarRatingPanel x:Name="RatingReadOnly" IsReadOnly="True" StarReadOnlyTemplate="{StaticResource StarReadOnlyTemplate}" Maximum="10" Value="{Binding TotalRating}"> <StarRatingPanel.LayoutTransform> <TransformGroup> <ScaleTransform ScaleX="1.7" ScaleY="1.5"/> </TransformGroup> </StarRatingPanel.LayoutTransform> </StarRatingPanel> </StackPanel> </ControlTemplate> </media:MediaAspectWrapper.Template> </media:MediaAspectWrapper>[/html] Is there a plan to fill the PlayerControl with more data after MIA rework? Or is it possible referring to AspectWrappers and I just did a mistake? :rolleyes: I'm missing several information: [LIST] [*]Subtitle tracks and languages [*]Audio tracks and languages [*]Most other details, that are existing in AspectWrappers [/LIST] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 2
Skins and Design
BlueVision
Blue Vision
Contact us
RSS
Top
Bottom