zhengfan2014 / xbmc-kodi-private-china-addons

个人开发的xbmc/kodi 插件 欢迎各位大神提意见。
MIT License
482 stars 71 forks source link

does the plugin supports kodi 14.2? #1

Closed holywen closed 3 years ago

holywen commented 4 years ago

Thanks for your efforts to create those great plugins! And How to install the needed addons like: xbmcswift2

holywen commented 4 years ago

For bilibili plugin, the dependencies are:

 <import addon="script.module.xbmcswift2" version="2.4.0"/>
  <import addon="script.module.beautifulsoup4" version="4.5.3"/>
  <import addon="script.module.requests" version="2.19.1"/>
  <import addon="script.module.html5lib" version="0.999.0"/>

and what I found is script.module.request does not satisfied, helix provided 2.15.1 (https://mirrors.kodi.tv/addons/helix/script.module.requests/) and here we need 2.19.1, and for beautifulsoup4 , helix provided 4.3.2 and we need 4.5.3 for the other modules it seems OK.

zhengfan2014 commented 4 years ago

我没有kodi14.2的开发环境,目前暂时没有办法尝试支持kodi14.2。不过你可以尝试修改插件依赖所需要的版本号为你的kodi所支持的版本号,也许可以正常运行,祝好运

I didn't kodi14.2 Currently, there is no way to try to support kodi14.2 。 However, you can try to change the version number required by the plug-in dependency to the version number supported by your Kodi. It may work normally. Good luck

holywen commented 4 years ago

Thanks, I tried but it doesn't work.