![]() |
increasing the amount of time before the information pops up? - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67) +---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179) +----- Forum: Back Row (https://forum.kodi.tv/forumdisplay.php?fid=127) +----- Thread: increasing the amount of time before the information pops up? (/showthread.php?tid=75856) |
increasing the amount of time before the information pops up? - dan991199 - 2010-06-18 as the title states is there a way to increase the amount of time before the information window pops up displaying the synopsis? thanks. - Sharpe - 2010-06-18 Hi Dan - sure have you any view in particular in mind? - dan991199 - 2010-06-18 Sharpe Wrote:Hi Dan - sure have you any view in particular in mind? using small wall icons using an older version of the skin aswell (probably form a month or 2 ago) - Sharpe - 2010-06-19 Oh right the skin's changed a bit since then but try editing CommonViewTypes.xml in the PAL16x9 folder. Look for the view smallicons. If memory serves right you want to edit lines 1826 & 1827 Code: <animation effect="fade" start="0" end="100" time="800" delay="2500">WindowOpen</animation> Change the delay from 2500 to something higher If you use the latest version of the skin it's lines 2989 & 2990 in Common Video Library Views.xml - I've re-added the small wall icons view by the way. - dan991199 - 2010-06-19 i downloaded the new version applied the change and it works great thanks sharpe. something i noticed about the new version of this skin though, after stopping a movie once it returns to the list its at the beginning rather than on the one you just watched. is this intentional? and is there a way to have it on the video you just played? Thanks. - Sharpe - 2010-06-19 Oh no it's not intentional - it's a thing that seems to happen when you have two or more views sharing the same ID number - the 2nd in order view is the one that "remembers" the last list position. In this case you could edit the MyVideoNav.xml and remove the List5 include - that way it won't have to share IDs and will remember it's position. The long term ideal fix for this would involve a big rework of all the views - complete PITA to do. Probably not something I'll do until I get round to moving the skin over to 720p. |