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: 1139333" data-attributes="member: 48495"><p>Don't worry, I know it's not easy to follow all paths in skin screens and includes. I also need to search the correct way myself often.</p><p></p><p></p><p>SimpleShowItems is a "base screen" for showing items. It's included by the actual screens from MediaPlugin:<a href="https://github.com/MediaPortal/MediaPortal-2/search?utf8=%E2%9C%93&q=SimpleShowItems" target="_blank">https://github.com/MediaPortal/MediaPortal-2/search?utf8=✓&q=SimpleShowItems</a>. It's purpose is simply to avoid redundant code in all of the including screens.</p><p></p><p></p><p>You would need to copy & modify this screen: <a href="https://github.com/MediaPortal/MediaPortal-2/blob/FEAT_BlueVision_v5/MediaPortal/Source/UI/UiComponents/Media/Skin/default/screens/CurrentlyPlayingVideo.xaml" target="_blank">https://github.com/MediaPortal/MediaPortal-2/blob/FEAT_BlueVision_v5/MediaPortal/Source/UI/UiComponents/Media/Skin/default/screens/CurrentlyPlayingVideo.xaml</a>.</p><p></p><p>The PlayerContext has a property "CurrentMediaItem" which you would need to bind to (instead of the FanartModel from here: <a href="https://github.com/MediaPortal/MediaPortal-2/blob/FEAT_BlueVision_v5/MediaPortal/Incubator/BlueVision/Skin/BlueVision/screens/MultiDetails.inc#L47" target="_blank">https://github.com/MediaPortal/MediaPortal-2/blob/FEAT_BlueVision_v5/MediaPortal/Incubator/BlueVision/Skin/BlueVision/screens/MultiDetails.inc#L47</a>)</p><p></p><p></p><p>Remember my post some pages before that plugins can provide new players and UIContributors (with CP + Fullscreen screens). Example SlimTV: <a href="https://github.com/MediaPortal/MediaPortal-2/blob/FEAT_BlueVision_v5/MediaPortal/Incubator/SlimTvClient/Skin/default/screens/CurrentlyPlayingTv.xaml" target="_blank">https://github.com/MediaPortal/MediaPortal-2/blob/FEAT_BlueVision_v5/MediaPortal/Incubator/SlimTvClient/Skin/default/screens/CurrentlyPlayingTv.xaml</a>. Where the CP information shows the current running propgram.</p><p></p><p>IIRC the WebRadio might also have an own screen (or it reuses the one from AudioPlayer, not sure).</p></blockquote><p></p>
[QUOTE="morpheus_xx, post: 1139333, member: 48495"] Don't worry, I know it's not easy to follow all paths in skin screens and includes. I also need to search the correct way myself often. SimpleShowItems is a "base screen" for showing items. It's included by the actual screens from MediaPlugin:[URL='https://github.com/MediaPortal/MediaPortal-2/search?utf8=%E2%9C%93&q=SimpleShowItems']https://github.com/MediaPortal/MediaPortal-2/search?utf8=✓&q=SimpleShowItems[/URL]. It's purpose is simply to avoid redundant code in all of the including screens. You would need to copy & modify this screen: [URL]https://github.com/MediaPortal/MediaPortal-2/blob/FEAT_BlueVision_v5/MediaPortal/Source/UI/UiComponents/Media/Skin/default/screens/CurrentlyPlayingVideo.xaml[/URL]. The PlayerContext has a property "CurrentMediaItem" which you would need to bind to (instead of the FanartModel from here: [URL]https://github.com/MediaPortal/MediaPortal-2/blob/FEAT_BlueVision_v5/MediaPortal/Incubator/BlueVision/Skin/BlueVision/screens/MultiDetails.inc#L47[/URL]) Remember my post some pages before that plugins can provide new players and UIContributors (with CP + Fullscreen screens). Example SlimTV: [URL]https://github.com/MediaPortal/MediaPortal-2/blob/FEAT_BlueVision_v5/MediaPortal/Incubator/SlimTvClient/Skin/default/screens/CurrentlyPlayingTv.xaml[/URL]. Where the CP information shows the current running propgram. IIRC the WebRadio might also have an own screen (or it reuses the one from AudioPlayer, not sure). [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 2
Skins and Design
BlueVision
Blue Vision
Contact us
RSS
Top
Bottom