Well, as this was initially split from another thread to discuss TheaterView, here's some other thoughts/questions:
- why not make TheaterView skins standalone, without shared dependencies?
- as it stands one can't really make a skin because it depends on two (!) shared 'base' files that gets overwritten with every new install. While base 2.xml settings can be moved into main.xml, any attempts I made to move below code from base.xml failed.
<ROLLER>
<Data InternalMargins="11,11,11,11" />
<Item Bitmap="" />
<Selection Bitmap="Roller\Selection.png" Columns="11,?-Flex,11" Rows="11,?-Flex,11" />
</ROLLER>
<ROLLER Class="Root">
<Data InternalMargins="11,11,11,11" />
<Item Bitmap="" />
<Selection Bitmap="Roller\Selection.png" Columns="11,?-Flex,11" Rows="11,?-Flex,11" />
</ROLLER>
In other words one can change the highlight for items inside any category but not the highlight for the main menu and rollers, because they are locked and getting overwritten with every update. When I say highlight I mean this
@Rick (and others)
Have you ever had a case when using expressions to define displaying fields (simple stuff, so seasons read as 'Season 1' not '1', episodes look [Season]x[Episode] - [Name] instead of the default and so on) to cause navigation problems
when going back?
Case in hand:
Videos - TV Series - pick a series - pick a season - pick an ep. - Enter/watch. Using backspace to go all the way back to the main menu, everything is fine.
Videos - TV Series - pick a series - pick a season - pick an ep. - Enter/watch - Play - Esc (pause; where is my stop function btw?) -> the interface exists to the item being played (paused screen on the right) but any attempt to go back from there displays nothing (as in nothing under rollers), no episodes, no seasons until I get back to series. Then the series gets listed. So wherever I put an expression instead of the stock item nothing gets listed, when navigating back. Thoughts? Did I miss something?