- Moderator
- #591
It look very better
Thanks! The previous one was from ApolloOne and on my todolist (but forgotten again).It look very better
I start only now. To touch mp2.Thanks! The previous one was from ApolloOne and on my todolist (but forgotten again).
In case there are additional bugs, please let me know, so I can fix those until summer release
Please see my previous post:@morpheus_xx
At next I'll start preparations for the new Currently Playing screens (CP).
Mock-up was here: http://dl.team-mediaportal.com/2015/04/thumb/243508_current_media2.jpg
I can currently only find following 4 screens.
View attachment 165496
Is it possible to extend the screens, so there is one for movies and series? Or shall I start with only one "CurrentlyPlayingVideo" screen?
So the screens are dependend on player, not on video category. If you like to support different styles for movie and series you need to do the same as in mediadetails.inc, where there is a selection of controls depending on contained MediaAspectsI like the idea
Some notes from technical view though:
The screens "fullscreen" (FS) and "currently playing" (CP) are defined by a Player and its so called "UIContributor". The latter is a class which exposes the names of screen for FS and CP. This allows plugins to provide a player, models and screens to provide their features and contents.There is no additional screen "Current media", both screens are merged
This means here that we need to support those screens (which are extensible!) and let it look like they are part of the "home" screen.
Thanks, but one thing I never understood well I think This is also why I asked similar a second time.So the screens are dependend on player, not on video category. If you like to support different styles for movie and series you need to do the same as in mediadetails.inc, where there is a selection of controls depending on contained MediaAspects
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.Thanks, but one thing I never understood well I think This is also why I asked similar a second time.
SimpleShowItems is a "base screen" for showing items. It's included by the actual screens from MediaPlugin:https://github.com/MediaPortal/MediaPortal-2/search?utf8=✓&q=SimpleShowItems. It's purpose is simply to avoid redundant code in all of the including screens.How does MP2 know that it needs to look into SimpleShowItems?
You would need to copy & modify this screen: https://github.com/MediaPortal/Medi...in/default/screens/CurrentlyPlayingVideo.xaml.The question for the CP screens would be, where would I reference to a CP_MultiDetails.inc?
Remember my post some pages before that plugins can provide new players and UIContributors (with CP + Fullscreen screens). Example SlimTV: https://github.com/MediaPortal/Medi.../Skin/default/screens/CurrentlyPlayingTv.xaml. Where the CP information shows the current running propgram.I can currently only find following 4 screens.
This reminds me that I planned to restructure some settings. I.e. the player specific settings are spread to wide/deep into the structure. The good thing is, that this needs to be changed only in the plugin.xml file.
You are right. Perhaps this can be something for later optimisation. As Lehmden adds here some shortcuts to plugins, users might later have an option to define where they would like to have tiles. As I mentioned, an option could be also to have a list of "access points" (E.g. Submenu entries) and users could place tiles for such "access points". Let's leave it open for later. I have many ideas, but you know better which ideas can be implemented with reasonable effortsBut having only a fixed number of tiles will be limiting for other, new plugins. So we would basically need a similar placeholder "others" like we need to have in main group menu. I think it's more complicated then now.