Insomnia not in Loonatics repo

Hi, I’m rebuilding my second Kodi machine a went to install Insomnia from the Loonatics repo and its gone. Does anyone have an alternative we can try, please?

1 Like

Use Loonatics Empire instead they were both Venom Forks and outside of color/theme choices are identical. also if you use TMDB-H you can manually edit the Venom.json files found in userdata/addon_data/plugin.video.themoviedb.helper/players so as to have working players through the use of TheMovieDatabase-Helper addon

Simply edit then rename the 4 venom related .json files appropriately

First

open the .json file in Notepad++ or some txt editing prgm and edit the first line to match the name of your plugin as it should appear in kodi including colorized brackets if used.

for example

change
“name” : “[COLOR red]Venom[/COLOR] (Source Select)”,
to
“name” : “[COLORdeepskyblue]Loonatics [COLORblue]Empire[/COLOR] (Source Select)”,

and second

replace all mentions of plugin.video.venom to plugin.video.le for Loonatics Empire

third

save and rename the file to something like
LoonaticsEmpire.select.json

lastly

put the new file into the directory from above and restart/start Kodi

now you will have a working player for that addon.
Simply rinse and repeat for the other 3 venom.json files to get the rest.

The same can be done for other missing addon players such as ThePromise, just use TheOath.json file and edit it accordingly, also asgard, or any other forked kodi addon etc., you just need to figure out what it was forked from and find a similar existing .json player file to edit and add.

a simple tip for figuring out the proper colorization for the first step is to make a favorite of the addon you are making the player for, within Kodi and then navigate to the favorites.xml file and open it in a text editor you’ll find the file in /Android/data/org.xbmc.kodi/files/.kodi/userdata/ if on an android device.
if on a PC look in

Windows

C:\Users\phatb\AppData\Roaming\kodi\userdata\

or

Start – type %APPDATA%\kodi\userdata – press

if

Windows 10 App Store version
Kodi Krypton installed from the Win 10 App Store puts user data in…
[c:]\Users[user]\AppData\Local\Packages\XBMCFoundation.Kodi_4n2hpmxwrvr6p\LocalCache\Roaming\Kodi\userdata\

otherwise

iOS

/private/var/mobile/Library/Preferences/Kodi/userdata/

Linux

~/.kodi/userdata/

Mac

/Users/<your_user_name>/Library/Application Support/Kodi/userdata/

OpenELEC

/storage/.kodi/userdata/

Thank you very much for helping us

1 Like

Glad I was able to assist, “God Bless”!

This topic was automatically closed after 7 days. New replies are no longer allowed.