Kodi(以前称为XBMC)是一个着名的开源媒体中心和家庭影院软件,翻译超过30种语言。 此外,其功能可以通过第三方插件和扩展高度扩展,并支持PVR(个人视频录像机)。
推荐:Ubuntu 16.04下安装多媒体中心 Kodi 17.0 并解决中文乱码 链接见 http://www.linuxidc.com/Linux/2017-02/140469.htm
Kodi 17.1 “Krypton” RC 已经发布,新版本功能变化:
- Update Estuary and Estouchy with some bugfixes and improvements
- Fix EDL skipping
- Fix slow song smartplaylist
- Several PVR fixes
- Update Chorus webinterface
- Fix addons not being marked broken when they are updated with broken flag
- Add limiter on random songs which should prevent large memory usage on big libraries
- Improve keyboard mapping during button mapping
- Improve analog stick handling
- Improve plugin performance when building the content list
- Include RTMP inputstream add-on for Windows
用户安装命令:
sudo add-apt-repository ppa:team-xbmc/ppa
sudo apt-get update
sudo apt-get install kodi
或者,使用以下命令安装音频编解码器和其他插件:
sudo apt-get install --install-suggests kodi
卸载命令:
sudo apt-get remove kodi*
安装说明适用于Ubuntu 16.10 Yakkety Yak,Ubuntu 16.04 Xenial Xerus,Ubuntu 14.04 Trusty Tahr,Linux Mint 18.x,Linux Mint 17.x,基本操作系统0.3 Freya和其他Ubuntu衍生系统。
编辑精心推荐:
为 Kodi 自制遥控器 http://www.linuxidc.com/Linux/2015-07/120483.htm
XBMC 移植到 Android 上,发布每日构建版本 http://www.linuxidc.com/Linux/2012-08/68157.htm
XBMC Romote:用 Android 手机控制 XBMC 媒体播放 http://www.linuxidc.com/Linux/2011-07/38166.htm
Ubuntu中安装XBMC 媒体中心11.0 http://www.linuxidc.com/Linux/2012-03/57519.htm
本文永久更新链接地址:http://www.linuxidc.com/Linux/2017-03/141572.htm