• 1
  • 5
  • 6
  • 7(current)
  • 8
  • 9
  • 17
Release Rapier 11.2.59 for Kodi 18 Leia
#91
Are you switch to artwork beef instead of artwork downloader in future builds, gade? :=)
Reply
#92
(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.
Reply
#93
jup Smile just want to ask. thanks for your fast answer.
Reply
#94
@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.
Reply
#95
(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?
Reply
#96
@Gade Widgets for addons "Unofficial BigBox Kodi Addon" and "Google Music addon" (top charts, new releases) widgets.
Reply
#97
(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.
Reply
#98
(2018-06-02, 10:19)Gade Wrote: Nothing's wrong with that bool and many skins have been using it for ages.

Look in the wiki in the above link where it's described.

It's exactly that bool that's creating the issues. Many views and conditions throughout the skin rely on it.
When I change the bools to String.IsEqual(Skin.String(string1),string2) everything is working again.

Can you tell me what's buggy, which is NOT related to that bool?
Beter here Smile

You use
https://github.com/gade01/Rapier/blob/d0....xml#L1089
Code:
[code]Skin.String( CommonDVDThumbsStyle ,)
In skinsetting.xml you have empty string (I use first time skin)
Code:
    <setting id="commondvdthumbsstyle" type="string"></setting>
In code if is empty  that line will be selected, but condition isnt working.
If you use onclick your string will be set "1" and all wil working.

Solution is to change
Code:
Skin.String(string1,)
in to
Code:
String.IsEmpty(Skin.String(string1))
only for that code...
===============================================
this code working in example line
Code:
Skin.String(CommonDVDThumbsStyle,1)
this code Notworking in example line (if is string empty)
Code:
Skin.String(CommonDVDThumbsStyle,)
XBoxMediaCenter (Kodi Matrix ) 19.3 , AndroidBox -Matrix Skin AeonMQ6
Reply
#99
@Angelinas

Thanks a lot for helping.

I just discovered exactly the same and fixed it here: https://github.com/gade01/Rapier/commit/...0af7c67e5c

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. Smile

Off course String.IsEmpty(Skin.String(string)) is much better code practice.
Reply
String String String... sounds like underpants of women Big Grin (thanks  for fixing it)
Reply
Rofl Laugh
Reply
@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.
Reply
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.
Reply
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:
  • Latest game changes. Screenshots below.
    A Settings button has been added to the Game OSD.
    Clicking the Settings button opens up a new Game Settings dialog.
    Rotation settings dialog has been added. Screenshot below
  • 4K watched and unwatched library overlays has been added.
  • Support for the add-on Special Features (plugin.video.specialfeatures) has been added.
  • The layout of the windows PVR Search, Timers and Timer Rules windows has been updated.
  • More OSD buttons are now available for PVR recordings and other content.


FULL CHANGELOG
Code:
11.2.9 (18-June-18)
- Hide bookmarks button for fullscreen live tv.
- Latest game changes.
- Fixes for fullscreen video OSD.
- Issues fixed related to skin strings.
- More OSD buttons are now available for PVR recordings and other content.
- Updated layout of PVR Search, Timers and Timer Rules windows.
- Added support for the Special Features add-on (plugin.video.specialfeatures).
- Cleanup using new time formats.
- Use new PVR time labels.
- Added 4K watched and unwatched library overlays.


Latest game changes
Game menu: a Settings button has been added
Image

Latest game changes
Game Settings dialog
Image

Latest game changes
New rotation dialog
Image

Updated layout of PVR Search, Timers and Timer Rules windows
Image


ENJOY!
Reply
Hi Gade Smile
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^^
Reply
  • 1
  • 5
  • 6
  • 7(current)
  • 8
  • 9
  • 17

Logout Mark Read Team Forum Stats Members Help
Rapier 11.2.59 for Kodi 18 Leia1