2021-05-12 14:32:11
Ubuntu 上如何安裝 Kodi 17.1 「Krypton」 RC
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
相關文章