- Thread starter
- Moderator
- #101
Currently only List is possible in Episode view, so its not a bug.
Since you mentioned it, are you planning to add this so we can have a thumbnail view in episodes view as well?
Yeah I was experimenting a couple months back, thinking that the best way to handle this would be to allow the skinner to define the layouts that they want in TVSeries.SkinSettings.xml. Then for each layout that is defined you can override the existing facade properties. This also seems the simplest solution as the existing facade logic can stay, just need to manipulate its properties from the skinsetting overrides.
There is just too many possibilities with the TVSeries facade, there are 4 views (Group, Series, Season, Episode) and most views have multiple image types (SeriesPoster, SeriesBanner, SeriesThumb, SeasonBanner, SeasonPoster, EpisodeThumb, GroupThumb). So to be able to handle this using multiple facades, you would need at least 7 Facade controls. I think this may be a big job given the existing way the facade is handled in TVseries.
Australia