Kodi v17 “Krypton” Beta 5 is released, Available For Ubuntu and Linux Mint


Kodi (formerly XBMC Media Center) is an open source and very powerful project that provides all the necessary tools for transforming your regular PC into a bona fide HTPC, which if used in conjunction a big screen TV and a Hi-Fi audio system, will transform your living room into a veritable home theater.

Features at a glance
Key features include powerful media management capabilities, a fluid Interface, plug-ins that allow for great extensibility, cinematic effects and visualizations, built-in multimedia codecs, themes, and much more. The application can play your entire collection of music files, supporting all the popular formats like MP3, FLAC, WAV, WMA or OGG. It also provides support for cue sheets, audio tagging and smart playlists.

Your entire video collection can also be played by Kodi, supporting all the major video formats like AVI, MP4, DivX, XviD, DVD Video, MKV, and many more. In addition, it includes support for Internet streams. The program provides support for organizing and viewing your favorite TV shows, which will be sorted by episodes and seasons. Moreover, Kodi can be used to display an entire collection of digital photos.

Fixes done in Beta 4:
• Fix certain types of 16bit encoded passthrough streams on OSX
• Fix activate/deactivate on read only timers
• Fix reading interlaced modes from defaultsettings when set to none
• Fix compilation albums, last played rules and fix missing sort order rules in smartplaylists
• Fix relative seeks on video playback
• Fix info dialog for recordings on home screen
• Don’t load inputstreams on startup if they are disabled
• Fix subsequent seeks with video playback
• Explicitly check for DTS capability for making settings visible
• Add ARMv8A 64bit builds for Android
• Add GetLastModifiedDate to the webserver
• Fix playback of DVD ISO files
• Fix focus of list items in media windows (like plugins)
• Change spinners options in smartplaylist editors to a select menu
• Add workaround for AMD/ATI cards regarding interlaced content
• Fix gapless playback for music
• Fix controller on NVIDIA Shield TV not working after it when to sleep
• Fix video playback when skipping beyond end of file on mp4 videos
• Improve crashlog reporting for UWP app in Windows Store
• Export max ratings to NFO files by default
• Fix hardware decoding on some mpeg2 files and DVDs for AMD/ATI cards as their drivers aren’t that good
• Fix aspect ratio calculation for 3D modes
• Fix video playback in image slideshows
• Fix channel group change in PVR
• Fix several memory leaks

See What News


Install Kodi v17 “Krypton” Beta 5 on Ubuntu and Linux Mint Derivative System

Because it is available via PPA, installing Kodi v17 “Krypton” Beta 5 on Ubuntu 16.10 yakkety Yak, Ubuntu 16.04 Xenial Xerus, Ubuntu 15.10 Wily Werewolf, Ubuntu 15.04, Ubuntu 14.10, Linux Mint 18 maya and derivative systems is easy. All you have to do is add the ppa to your system, update the local repository index and install the darktable package. Like this:

Use the command line terminal and enter the following commands. Follow the prompts as you would any other software installation.
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:team-xbmc/unstable
sudo apt-get update
sudo apt-get install kodi


Upgrading

To update Kodi when a new version is released, just do a general system/package or use the following commands in the terminal (or via SSH):
sudo apt-get update
sudo apt-get upgrade

Note: In some cases where additional packages are required, Kodi will fail to upgrade when using the upgrade commands as above. To install additional packages use the command below:
sudo apt-get dist-upgrade