- Thread starter
- Admin
- #281
If you ask for my experience on these topics: none.@osre
You're a great help I think the main menu is perfect now, means operation feels comfortable and is visually attractive.
Some menu entry shadows in the the DX11 version could be added, but nothing else to do from my point of view.
The next huge construction area would be:
For both I'd need help from a dev, because related to backend code
- homescreen
- Latest media, weather extract, news extract https://forum.team-mediaportal.com/threads/new-skin-bluevision.129477/page-8#post-1125723
- tags for recently added media items. The LatestMedia feature from morpheus takes the last 5 mediaitems according to their importdate from importaspect into account https://forum.team-mediaportal.com/threads/new-skin-bluevision.129477/page-26#post-1130025
The question is, how far you can support for this?
Let's start with "Current weather". It's used inside Titanium and uses the CurrentWeatherModel:
For "Latest Media" I've added a model and a "nested listview" (list of categories, sublist of items):
- https://github.com/MediaPortal/Medi...um/Skin/Titanium/screens/master_bare.xaml#L40
- https://github.com/MediaPortal/Medi...kin/Titanium/screens/master_bare.xaml#L56-L57
- https://github.com/MediaPortal/Medi...kin/Titanium/screens/master_bare.xaml#L68-L70
For accessing a specific media category (like audio), I'd implement a kind of Converter which chooses the right sublist and either returns to full inner list or a specific item by index (I can support both).
Not sure if the existing concept works for the "home" tab. The reason is that in other tabs the WorkflowActions are placed with a given size and position.I already implemented "home" into the main menu and reserved an Guid-ID. Currently it's only an empty screen when selecting "home".