Quantcast
Channel: LinuxG.net
Viewing all articles
Browse latest Browse all 2249

How To Install Kodi 16.1 “Jarvis” On Ubuntu

$
0
0

As you may know, Kodi (previously named XBMC) is a famous open source media hub and home theater PC, being translated in more than 30 languages. Also, its features can be highly extended via third party plugins and extensions and has support for PVR (personal video recorder).

The final version of Kodi 16.1 “Jarvis” has been released, coming with a list of changes:

  • Never cache addons directories
  • Fix typo when calculating forced ratio size
  • AndroidStorageProvider: Ignore /mnt/runtime and don’t call Exists all the way every some 500 ms as this will affect performance
  • Set of fixes for DirectX rendering
  • 20% performance gain on opening EPG guide window
  • Add missing libgif.so to the Android package
  • Fix Kodi freezing if no ADSP add-on is present
  • EventServer security fix by only allowing localhost
  • Fix possible lockup when entering EPG grid
  • Fix possible problems with rendering on Windows
  • Fix possible non working key presses after a key long press
  • Don’t do a video chapter skip if there’s only one chapter
  • Fix possible lock up by increasing timeout to let screensavers properly exit
  • Fix render capture (bookmark images) on certain hardware with DXVA
  • Fix problem in ZeroConfBrowser that could cause problems on exit
  • Fix possible crashes when using VAAPI and DXVA video rendering
  • Fix song reported on playback of songs from cuesheet

For more information, study the release announcement for yourself.

Installation instructions:

The latest versions of Kodi available are available via PPA, so installing it on Ubuntu systems is a piece of cake. Just add the PPA to your system, update the local repository index and install the kodi package:

$ sudo add-apt-repository ppa:team-xbmc/ppa
$ sudo apt-get update
$ sudo apt-get install kodi

Or, use the below command to install audio codecs and other addons as well:

$ sudo apt-get install --install-suggests kodi

Optional, to remove kodi, do:

$ sudo apt-get remove kodi*

The installation instructions should work on Ubuntu 16.04 Xenial Xerus, Ubuntu 15.10 Wily Werewolf, Ubuntu 14.04 Trusty Tahr, Linux Mint 17.x, Elementary OS 0.3 Freya and other Ubuntu derivative systems.

Share and Enjoy

TwitterFacebookGoogle PlusEmailRSS

Viewing all articles
Browse latest Browse all 2249

Trending Articles