(2017-01-12, 02:36)ronie Wrote: (2017-01-12, 02:13)ilovethakush Wrote: Any word on when or if ever info dialog for seasons will be available? Why can't it be done?
i'm sure it can be done... we just haven't found anyone who's interested enough to write the needed code.
are you volunteering?
That's exactly why I'm asking why can't it be done? Or more specifically now, why hasn't it be done?
I haven't looked at the source code but it seems all too simple to me unless I'm just missing something.
If the code is written to pull the season poster and display it on screen when hovering over a season, then I feel like it can easily pull the season poster and the season info when looking at the info dialogs. As of right now, when skinning, and you tell it to pull the poster, it displays the tv show poster and not the season poster for info dialogs. But when displaying the poster on the screen, it pulls the correct one.
Actually interestingly enough. ListItem.Property(TotalEpisodes) is the only one that works for seasons, it pulls the number of episodes per season for season info dialogs, and number of episodes in total for tv show info dialogs. Literally everything else corresponds to the tv show value regardless if it's season info or not.
Which is exactly what phil65 said.
(2016-12-07, 02:05)phil65 Wrote: the thing is: there is no infodialog for seasons.
At the moment core just makes it open the infodialog of the corresponding tvshow, so listitem.dbtype probably returns "tvshow", and that´s why it doesnt work. I can understand why skinners want to make the infodialog for seasons look different, but atm core just doesnt allow that in a sane way, so if you want to workaround these core limitations you have to use hacks.
But he also mentions that core doesn't allow it in a sane way and that you have to use hacks. Hinting that my "all too easy" fix wouldn't work.
So I asked why.