disable autoscroll on list view when unfocussed item - 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: AppTV (https://forum.kodi.tv/forumdisplay.php?fid=76) +---- Thread: disable autoscroll on list view when unfocussed item (/showthread.php?tid=375412) |
disable autoscroll on list view when unfocussed item - joselbcn36 - 2023-12-16 Hello there.... After a couple of years I came back to use this simple and fantastic skin. Its just for my mother mediacenter....and due it is simple and the fonts are quite big enought ( although I have incressed them through the xml file), I have choose it again. But there is something that I would like to modify.....autoscroll option.....In confluence skin the autoscroll only works when you arrive to the focused movie . Can you point me how to do that in list view? I tried to modify 50listview.xml file adding autoscroll option to false but it does not work. Thanks in advance for your support RE: disable autoscroll on list view when unfocussed item - wyrm - 2023-12-17 (2023-12-16, 17:58)joselbcn36 Wrote: Hello there....@joselbn36, personally I hate scrolling text with a passion, thus why I have this as an option in the skin’s general settings page. Make sure you have this turned off in the settings and then modify the above file as the following. At about line 111 in the file remove the following line Quote:<include condition="Skin.HasSetting(text-autoscroll)">scrolltext</include> Hopefully that should give you what you are looking for (only the focused item has scrolling text). Report back here with how you get on. Wyrm |