(2020-12-26, 20:07)kevn57 Wrote: (2020-12-26, 18:27)bsoriano Wrote: (2020-12-24, 20:50)kevn57 Wrote: I was wondering if there was a way for me to modify the thumb size so more favorites appear on the screen, I can currently view 2 and 1/2 rows, I loved to resize the height to fit a full 3 or four rows per page.
@kevn57 , happy holidays! Currently there is no option to modify the thumb size. To do so, you would have to edit the skin's xmls files. I will add to my to-do the option of showing more rows for favorites.
Regards,
Bart
Thanks Bart and Happy Holidays to you also thanks for maintaining this terrific skin. I did try modifying the DialogFavourites.xml file.
Quote:
<itemlayout height="405" width="310">
<include content="GenericFavouriteIconBig">
<param name="isFocused">false</param>
</include>
</itemlayout>
<focusedlayout height="405" width="310">
I changed height from 405 to 310 on both itemlayout and focusedlayout but when I restarted Kodi it had no effect when I open favorites, thumbs were still the same size.
@
kevn57, yes, to actually change the icon size requires also changing the dimensions of the item in the GenericFavouriteIconBig include, which you will find in Includes Media.xml.
If you do decide to make those changes, you need to experiment with the height and width of the icon, and also the background height of the text box that is displayed below the item, as well as the height and width of that text box. Those are all parameters in the include.
If you give me a few days (I will be away from my development environment until Wednesday) I can make the changes so that 3 rows or 4 rows of icons are properly displayed, as well as adding the skin settings to let you decide if you want smaller icons and 3 rows or 4 rows.
Regards,
Bart
EDIT: @
kevn57 , if you are comfortable updating from GitHub, the changes are already there for Leia. You can download from
https://github.com/bartolomesoriano/skin.../tree/Leia . If not, then please wait until next week, and I will push the changes to the Amber repo.