Release Rapier 11.2.59 for Kodi 18 Leia - 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: Rapier (https://forum.kodi.tv/forumdisplay.php?fid=120) +---- Thread: Release Rapier 11.2.59 for Kodi 18 Leia (/showthread.php?tid=304329) |
RE: Rapier 11.2.1 for Kodi 18 Leia - skybird1980 - 2018-04-05 Are you switch to artwork beef instead of artwork downloader in future builds, gade? :=) RE: Rapier 11.2.1 for Kodi 18 Leia - Gade - 2018-04-05 (2018-04-05, 16:50)skybird1980 Wrote: Are you switch to artwork beef instead of artwork downloader in future builds, gade? :=) Hi skybird. I probably will at some point, bit I'm a bit hesitant when it's not yet an official addon. When I have some spare time, I'll look into it. It's still possible to get artwork downloader working in Kodi 18. RE: Rapier 11.2.1 for Kodi 18 Leia - skybird1980 - 2018-04-05 jup just want to ask. thanks for your fast answer. RE: Rapier 11.2.1 for Kodi 18 Leia - TonyBirt - 2018-04-09 @Gade Hi Gade, many thanks for this great skin. Would it be possible to add an option to sort widget by name? most addons show A-Z correctly but some show in a random order. RE: Rapier 11.2.1 for Kodi 18 Leia - Gade - 2018-04-13 (2018-04-09, 23:28)TonyBirt Wrote: @Gade Hi Gade, many thanks for this great skin. Would it be possible to add an option to sort widget by name? most addons show A-Z correctly but some show in a random order. Hi TonyBirt. Thanks for the kind words and support. Which exact widgets are you referring to? And which addons sort in a random order? RE: Rapier 11.2.1 for Kodi 18 Leia - TonyBirt - 2018-04-15 @Gade Widgets for addons "Unofficial BigBox Kodi Addon" and "Google Music addon" (top charts, new releases) widgets. RE: Rapier 11.2.1 for Kodi 18 Leia - Gade - 2018-06-01 (2018-04-15, 04:57)TonyBirt Wrote: @Gade Widgets for addons "Unofficial BigBox Kodi Addon" and "Google Music addon" (top charts, new releases) widgets. Hi TonyBirt. Sorry about the late answer. Do you add these addons as custom widgets in the skin settings? I'm trying not to pollute the already overwhelming skin settings with too many options. Hardcoding widget content sorting by name will conflict with other addons. RE: Rapier 11.2.1 for Kodi 18 Leia - Angelinas - 2018-06-02 (2018-06-02, 10:19)Gade Wrote: Nothing's wrong with that bool and many skins have been using it for ages.Beter here You use https://github.com/gade01/Rapier/blob/d03c09aa75ea5e95d976d3a8aeaa9076e67e3e89/720p/custom_1113_ViewOptions.xml#L1089 Code: [code]Skin.String( CommonDVDThumbsStyle ,) Code: <setting id="commondvdthumbsstyle" type="string"></setting> If you use onclick your string will be set "1" and all wil working. Solution is to change Code: Skin.String(string1,) Code: String.IsEmpty(Skin.String(string1)) =============================================== this code working in example line Code: Skin.String(CommonDVDThumbsStyle,1) Code: Skin.String(CommonDVDThumbsStyle,) RE: Rapier 11.2.1 for Kodi 18 Leia - Gade - 2018-06-02 @Angelinas Thanks a lot for helping. I just discovered exactly the same and fixed it here: https://github.com/gade01/Rapier/commit/36cb4c2c4a2a0b905c918412635dee0af7c67e5c Those bools were working before PR13754 and were introduced in Rapier long before I took it over. I haven't given it much thought and have just been using them ever since. Off course String.IsEmpty(Skin.String(string)) is much better code practice. RE: Rapier 11.2.1 for Kodi 18 Leia - skybird1980 - 2018-06-02 String String String... sounds like underpants of women (thanks for fixing it) RE: Rapier 11.2.1 for Kodi 18 Leia - Gade - 2018-06-02 RE: Rapier 11.2.1 for Kodi 18 Leia - TonyBirt - 2018-06-12 @Gade I add the "Unofficial BigBox Kodi Addon" as a custom widget, and it organizes the list in a random order. This seems to be an issue with this addon only, it happens in other Kodi 18 skins I have tried as well. RE: Rapier 11.2.1 for Kodi 18 Leia - Gade - 2018-06-12 Hi TonyBirt. Thanks for the info. You're right, if it happens in other skins as well it's an add-on issue, and not a skin issue. RE: Rapier 11.2.1 for Kodi 18 Leia - Gade - 2018-09-22 UPDATE: Rapier 11.2.9 is available through the official Kodi repository! This update is installed automatically. If this is not the case, you can download it here. The highlights are:
FULL CHANGELOG Code: 11.2.9 (18-June-18) Latest game changes Game menu: a Settings button has been added Latest game changes Game Settings dialog Latest game changes New rotation dialog Updated layout of PVR Search, Timers and Timer Rules windows ENJOY! RE: Rapier 11.2.9 for Kodi 18 Leia - skybird1980 - 2018-09-29 Hi Gade all Videos + Live get now the 3D Buttons. Seems not be right (in Live TV we have not enough Space for all Buttons anyway) Edit: Fixed, was a Kodi Bug^^ |