Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在.net 中使用 xbmc 插件?我正在考虑那些提供对 GameTrailers 等媒体内容的访问的插件和类似的东西..
我相信插件系统是基于 Python 的。您也许可以使用 IronPython 来运行 XBMC 中的一些插件,尽管它可能不是 100% 兼容的。您还可以获取 Python 代码并创建一个 COM 服务器对象,您可以在其中使用 .NET 互操作与其交互。