迁移到kodi 19 (使用)的一些讨论 #19
ArchieMeng
started this conversation in
主意
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
我现在做了bilibili对kodi 19的适配。大多数内容都很简单。比如:
迁移中比较棘手的是,依赖项xbmcswift2将来会停止支持。参考这个issue链接里的讨论。最好还是找一个替代的UI和Routing Plugin库。我目前看到两个:
替换xbmcswift2中遇到的一个问题是,addon用到了xbmcswift2中的Plugin().get_storage()方法获取缓存。以后要么用别的缓存实现,要么需要替代的依赖项也要提供这个方法。
所以关于迁移工作我暂时就想到这么多。欢迎参与讨论吧。
Beta Was this translation helpful? Give feedback.
All reactions