Kodi Community Forum
How to install Rapier on Omega ? - 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: How to install Rapier on Omega ? (/showthread.php?tid=376385)

Pages: 1 2 3


How to install Rapier on Omega ? - Korgoth911 - 2024-02-22

when upgrade on omega beta 3 installer show to Rapier is not compatible with Omega build and install default skin


RE: How to install Rapier on Omega ? - Karellen - 2024-02-22

Try here... https://forum.kodi.tv/showthread.php?tid=375334&pid=3174988#pid3174988

The skinner will need to update the skin, but you can do a quick fix following the post above.


RE: How to install Rapier on Omega ? - Korgoth911 - 2024-02-23

thx! it worksImage


RE: How to install Rapier on Omega ? - phunzoid - 2024-04-07

so i went to C:\Users\xxxx\AppData\Roaming\Kodi\addons\skin.rapier, and made the change to the addon.xml file :   <import addon="xbmc.gui" version="5.17.0"/>

but when i try to Use the skin, Kodi crashes when i click "Yes" to keep the change

what am i doing wrong?

edit:  NEVERMIND, i made the change to the xml, then reinstalled Omega and it's working now


RE: How to install Rapier on Omega ? - phunzoid - 2024-04-07

ok, nevermind...i made the change to the xml then reinstalled Omega and it worked


RE: How to install Rapier on Omega ? - muc360 - 2024-04-07

best skin ever, please update reqularly.


RE: How to install Rapier on Omega ? - mpavlis - 2024-04-09

Hi, using @Karellen's tutorial I got the Rapier skin working on Kodi v21 Omega. But unfortunately I have one more problem, which is the display of Favorites. I am not able to access them in Rapier in any way. Does anyone have any ideas on how to make this work?


RE: How to install Rapier on Omega ? - Korgoth911 - 2024-04-14

work on Pegasus too


RE: How to install Rapier on Omega ? - Hitcher - 2024-04-14

(2024-04-09, 20:48)mpavlis Wrote: Hi, using @Karellen's tutorial I got the Rapier skin working on Kodi v21 Omega. But unfortunately I have one more problem, which is the display of Favorites. I am not able to access them in Rapier in any way. Does anyone have any ideas on how to make this work?
See here: Changes to the skinning engine for Kodi Omega (v21)


RE: How to install Rapier on Omega ? - MidnightWatcher - 2024-04-21

@Gade Is an official Omega update coming for Rapier?


RE: How to install Rapier on Omega ? - cortesffm - 2024-04-26

Yes, please. Update your Skin. Otherwise my AndroidTV looks awfull. Rapier is just the Skin to go


RE: How to install Rapier on Omega ? - finalwish - 2024-05-02

(2024-04-09, 20:48)mpavlis Wrote: Hi, using @Karellen's tutorial I got the Rapier skin working on Kodi v21 Omega. But unfortunately I have one more problem, which is the display of Favorites. I am not able to access them in Rapier in any way. Does anyone have any ideas on how to make this work?

can you provide a link to the tutorial? thanks


RE: How to install Rapier on Omega ? - Karellen - 2024-05-02

(2024-05-02, 01:29)finalwish Wrote: can you provide a link to the tutorial? thanks
https://forum.kodi.tv/showthread.php?tid=375334&pid=3174988#pid3174988


RE: How to install Rapier on Omega ? - mullie68 - 2024-05-12

All, I was able to get a somewhat functional Favourites working on Rapier under Omega.

To do so I renamed the Kodi addons\skin.rapier folder to skin.rapier.old  and created a new skin.rapier folder in the same location. I then downloaded and extracted the current Rapier Master branch from Github (https://github.com/gade01/Rapier/archive/refs/heads/master.zip), copying the contents of the Rapier-master folder from the zip into to the new rapier.skin folder.    (so rapier.skin contains addon.xml, and the 720p, colors... folders)

I then edited the includes_MenuBar.xml file, changing line number 223 from:
                <onclick>ActivateWindow(favourites)</onclick>
to:
                <onclick>ActivateWindow(favouritesbrowser)</onclick>

It's not native Omega but it works - brings up the same Favourites window that you would see from the Main Menu > General > Favourites.

Note that this change didn't work on the latest Kodi repo version of the Rapier skin - I just got a black screen. The Master branch contains some updated files (and at least one of the files required by Omega, MyFavourites.xml) so it looks like work had progressed between the Matrix release and Nexus, but the skin repo wasn't updated.

I'm really hoping for an updated version of Rapier (Please Gade!) as no other skin comes close - but hope this helps some people in the interim. 

Works on Android, Linux (Librelec) and Windows so far.


RE: How to install Rapier on Omega ? - Gade - 2024-05-12

Thanks so much guys for all the support and kind words.
I really appreciate it.

Sorry for not being active for a very long time.
I'm crazy busy at the moment.

I plan to update Rapier with all changes, but have no time for this right now.