- Thread starter
- Moderator
- #261
It would nice to have the smart image stuff working for the non-primary images.
Allow user to click a query facade item to jump to that media.
coming next update.
Allow user to flag love/hate/favorites etc.
this will be available later.
A method for the skinner to force a particular facade view for default and queries. i.e. I want a root menu to always be a list.
...
More facades so that I can have a layout for movies and another for tv shows
.
There already is something like " typed facade" for browing in the plugin where you can have multiple facades for every type
Name your fallback facade: MediaBrowser.Facade.Default
Name your other facades MediaBrowser.Facade.<Dto Type>
for instance if you want to show another facade when viewing a Season you would create a facade called: MediaBrowser.Facade.Season
You can omit the logic to hide/show the other facades this is handled by the plugin.
There will be only one facade per screen but it can be a different one for each dto type.
Type in this context is more like the parent type of the list not the type of the content in the list.
If you have the property logging enabled the type is shown at #MediaBrowser.Current.Type
You can look at the logic for this starting at: https://github.com/apondman/MediaBr....MediaPortal.MediaBrowser/GUI/GUIMain.cs#L299
i'm also adding stuff to read out image dimensions from facade tags so that every detail can be dictated by the skinner.
Last edited: