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="morpheus_xx" data-source="post: 1128837" data-attributes="member: 48495"><p>This way it won't work (or at least it's not intended this way). </p><p></p><p>Maybe start from another point of view:</p><p>The screens that are showing MediaItems are coming originally from the MediaPlugin: <a href="https://github.com/MediaPortal/MediaPortal-2/tree/dev/MediaPortal/Source/UI/UiComponents/Media/Skin/default/screens" target="_blank">https://github.com/MediaPortal/MediaPortal-2/tree/dev/MediaPortal/Source/UI/UiComponents/Media/Skin/default/screens</a>.</p><p></p><p>You see 5 AudioFilterBy... xaml screens and one <a href="https://github.com/MediaPortal/MediaPortal-2/blob/dev/MediaPortal/Source/UI/UiComponents/Media/Skin/default/screens/AudioShowItems.xaml" target="_blank">https://github.com/MediaPortal/MediaPortal-2/blob/dev/MediaPortal/Source/UI/UiComponents/Media/Skin/default/screens/AudioShowItems.xaml</a>.</p><p></p><p>This screen includes the known "SimpleShowItems.xaml".</p><p></p><p>So if you like to adjust only Audio item's screen a valid approach would be to copy this screen into your skin and modify it your way. </p><p>You could consider to change the SimpleShowItems.xaml as well, i.e. adding "parameters" for right side client area size. This could be done by:</p><p>1) Defining a resource inside AudioShowItems (<ResourceWrapper x:Key="Cover_Width" Resource="500"/>)</p><p>2) Using a {DynamicResource Cover_Width} markup for the right side Width property</p><p></p><p>This way you can have a generic master page for all items (SimpleShowItems), where the "parent" screens can define different resources (widths), i.e. Audio 500, Movie 400.</p><p></p><p>Does this help?</p></blockquote><p></p>
[QUOTE="morpheus_xx, post: 1128837, member: 48495"] This way it won't work (or at least it's not intended this way). Maybe start from another point of view: The screens that are showing MediaItems are coming originally from the MediaPlugin: [url]https://github.com/MediaPortal/MediaPortal-2/tree/dev/MediaPortal/Source/UI/UiComponents/Media/Skin/default/screens[/url]. You see 5 AudioFilterBy... xaml screens and one [url]https://github.com/MediaPortal/MediaPortal-2/blob/dev/MediaPortal/Source/UI/UiComponents/Media/Skin/default/screens/AudioShowItems.xaml[/url]. This screen includes the known "SimpleShowItems.xaml". So if you like to adjust only Audio item's screen a valid approach would be to copy this screen into your skin and modify it your way. You could consider to change the SimpleShowItems.xaml as well, i.e. adding "parameters" for right side client area size. This could be done by: 1) Defining a resource inside AudioShowItems (<ResourceWrapper x:Key="Cover_Width" Resource="500"/>) 2) Using a {DynamicResource Cover_Width} markup for the right side Width property This way you can have a generic master page for all items (SimpleShowItems), where the "parent" screens can define different resources (widths), i.e. Audio 500, Movie 400. Does this help? [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 2
Skins and Design
BlueVision
Blue Vision
Contact us
RSS
Top
Bottom