i96751414 / plugin.video.torrest

Torrest plugin for Kodi
MIT License
27 stars 6 forks source link

Any way to 'bundle' this with an addon's repository? #29

Closed pikdum closed 1 year ago

pikdum commented 1 year ago

Hello,

Is there a recommended way that I should include plugin.video.torrest in my repository?

Looking to add torrest support to my addon: https://github.com/pikdum/plugin.video.haru

For example, ResolveURL recommends doing this:

<dir>
    <info compressed="false">https://raw.githubusercontent.com/Gujal00/smrzips/master/addons.xml</info>
    <checksum>https://raw.githubusercontent.com/Gujal00/smrzips/master/addons.xml.md5</checksum>
    <datadir zip="true">https://raw.githubusercontent.com/Gujal00/smrzips/master/zips/</datadir>
</dir>

Would be neat if I could get things working without users needing to install it separately.

Thanks!

i96751414 commented 1 year ago

Unfortunately torrest repository is more complex - it is not a static file.

I believe users will have to install my repository to have torrest support.