Kodi Community Forum
v18 Installing add-ons manually? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: v18 Installing add-ons manually? (/showthread.php?tid=353566)



Installing add-ons manually? - pjcpjc - 2020-04-16

Apologies for the cross-post, but I think this initial obstacle might be platform-neutral rather than specific to Mac OS (whose forum seems uninhabited):

I'm attempting to install libbluray and point Kodi to my installed JRE, but I think I'm running into a preliminary roadblock:

Quote:INFO: ADDON: cpluff: 'Could not read plug-in directory /Users/username/Library/Application Support/Kodi/addons: No such file or directory

But I do have such a directory, which Kodi itself created, and its permissions are 755.

Is this a spurious error message? Or there a permissions issue? Or does this message mean something else entirely?

I'm running Kodi 18.6. If I can ignore the above, then I'll have some questions about how to set up a java add-on that points to my JRE.


RE: Installing add-ons manually? - Klojum - 2020-04-16

(2020-04-16, 15:15)pjcpjc Wrote: Apologies for the cross-post, but I think this initial obstacle might be platform-neutral rather than specific to Mac OS

Next time simply ask your thread/post to be moved. It'll give less confusion and clutter.


RE: Installing add-ons manually? - pjcpjc - 2020-04-16

Thank you for cleaning up the other duplicate thread. For future reference, how do I ask for the thread to be moved?


RE: Installing add-ons manually? - User 272336 - 2020-04-16

(2020-04-16, 17:11)pjcpjc Wrote: Thank you for cleaning up the other duplicate thread. For future reference, how do I ask for the thread to be moved?

The same way you just asked your question.


RE: Installing add-ons manually? - pjcpjc - 2020-04-16

OK, I didn't realize the moderators were so vigilantly scouring the forums since I'm new here and the original location had no activity for 36 hours.


RE: Installing add-ons manually? - User 272336 - 2020-04-16

Sorry that you had to wait 36 hours for your post to be 'acknowledged'.
Be aware that Kodi relies only on volunteers, there are no predetermined shifts.
Being a moderator does not necessarily mean having a valid answer to all questions.


RE: Installing add-ons manually? - FXB78 - 2020-04-16

(2020-04-16, 17:19)pjcpjc Wrote: OK, I didn't realize the moderators were so vigilantly scouring the forums since I'm new here and the original location had no activity for 36 hours.
Most probably use the View New Posts option at the bottom of the forum.


RE: Installing add-ons manually? - pjcpjc - 2020-04-16

Dragging this thread back to its original question, and having looked at the source code, it seems that this error appears when there are no add-ons yet installed (more specifically, that no plugin directory has an addon.xml). The error message disappeared once I let Kodi download and install its default set of add-ons.

...and now I need to spend more time working my add-on.