Import repo
#1
To import other plugins when installing a new add-on, in addon.xml we use

Code:
<import addon="plugin.video.xxxxxx " version="x.x.x"/>

Can we import other repositories using this same technique, and what are the exact words to use?

Thanks.
Reply
#2
No, not that I ever come across, but you can add a repo to a addon.

See https://github.com/slash2009/XWMM/blob/master/addon.xml
Reply
#3
(2014-12-14, 09:51)uNiversal Wrote: No, not that I ever come across, but you can add a repo to a addon.

See https://github.com/slash2009/XWMM/blob/master/addon.xml
This is not a supported feature. At your own risk.

Neither is 'importing' a repo. There is no reason an add-on should depend on a repository.
Reply
#4
Yes, not supported or recommended, I imagine it was done this way in (WIMM) because its simpler for development/developers to provide automatic self updates to addon while its not ready for main repo.
Reply
#5
Thank you.
Reply

Logout Mark Read Team Forum Stats Members Help
Import repo0