Archives For November 30, 1999

Kodi 16 Released, How to Install it via PPA

Last updated: February 21, 2016

kodi-icon

Kodi 16.0 (codenamed “Jarvis”), formerly known as XBMC, has been officially released. Official binary packages available for Ubuntu 16.04, Ubuntu 15.10, Ubuntu 14.04, and even Ubuntu 15.04 in PPA.

Kodi 16.0 features event logging, long press button support, 4:3 non-linear stretch support, add-on manager changes, music library improvements, Android surface rendering, and many other important changes. For more details, read the official announcement.

How to Install Kodi 16.0 in Ubuntu:

1. If you don’t have Kodi’s official PPA added in your system, launch terminal from App Launcher or via Ctrl+Alt+T shortcut key and paste below command and hit run:

sudo add-apt-repository ppa:team-xbmc/ppa

Type in password (no visual feedback when typing) when it asks and hit Enter to continue.

2. For those who have a previous release installed, launch Software Updater and you’ll see Kodi 16.0 available in the update lists after checking for updates.

To install it for the first time, just run commands:

sudo apt-get update

sudo apt-get install kodi

Add --install-suggests option if you want to install audio codecs and other addons, so the last command will be:

sudo apt-get install --install-suggests kodi

Finally log out and select log in with Kodi session, or launch Kodi from Unity Dash in normal session.

The latest Kodi Media Center, formerly known as XBMC, now is available for Ubuntu 15.10 users through its official PPA repository.

The current version is Kodi 15.2 ‘Isengard’ which was released in the middle of this month. For those who want to install this release and receive future updates via Software Updater, follow below steps.

1. Add Kodi PPA

Open terminal from the Unity Dash, App Launcher, or via Ctrl+Alt+T shortcut key. When it opens, run below command to add PPA:

sudo add-apt-repository ppa:team-xbmc/ppa

2. If you’ve installed an old release from Software Center. Run Software Updater to upgrade to Kodi 15.2.

Or run below commands one by one in terminal to install or upgrade the software:

sudo apt-get update

sudo apt-get install kodi

Once installed, log with Kodi session at next login or launch it from the Unity Dash at next boot.

3. (Optional) To remove Kodi PPA, go to the Software & Updates -> Other Software tab or run below command in terminal:

sudo add-apt-repository --remove ppa:team-xbmc/ppa

To remove Kodi, do it via Software Center or run command:

sudo apt-get remove kodi && sudo apt-get autoremove

Kodi 15.2, the final maintenance release for Kodi 15 ‘Isengard’, has been announced today. This release brings a lot of bug-fixes on top of the 15.0 and 15.1 release.

Here are the fixes according to the release note.

  • Fix non DVB subtitles
  • Fix incompatible MySQL queries
  • Improvements on PulseAudio for Linux
  • Fix multi images in grouplists/layouts
  • Updated PVR add-ons: Tvheadend HTSP and MythTV
  • Fix refresh-rate switching on Android. This should improve on most devices like Nexus Player and NVIDIA SHIELD TV and others which use the Android API
  • Fix file time used in scanning library which may speed up scanning times on 32bit platforms
  • Fix video rewind on Windows. May still leave artifacts for some seconds.
  • Fix continues check on system partitions on Android
  • Fix MicroDVD subtitles
  • Fix subtitles positioning below video
  • Fix memory leak on opening Bluray menu for stream selection
  • Fix default sorting for songs over UPnP
  • Updated taglib that fixes a crash when playing flac files
  • Fix volume adjustment for XBOX controllers
  • Fixes side flyout appearing when using touch
  • Fixes freeze on win32 on away mode
  • Fix crash on osx 10.7 when trying to resolve hdd names
  • Fix Amlogic zoom problems on Android
  • Set default screen region for dvb subs (wrong placed subtitles)
  • Fix missing lyrics from tag when playing from musicdb url
  • Properly set the time format when setting/changing regions
  • Fix playback problems on AMLogic after ffwd or skip
  • Fix fallback for nb_no language
  • Fix empty LatestAlbum.Artist
  • Fix watched flag in Confluence media info 3 view

Install or Upgrade to Kodi 15.2 in Ubuntu:

The new release has been made into Kodi Stable PPA, available for Ubuntu 14.04, Ubuntu 15.04, and derivatives, such as Linux Mint 17.x and Elementary OS Freya.

1. Add Kodi PPA

Open terminal from the Unity Dash, App Launcher, or via Ctrl+Alt+T shortcut key. When it opens, run below command to add PPA:

sudo add-apt-repository ppa:team-xbmc/ppa

2. Refresh system package cache and install the media center.

You can do it either via Synaptic Package Manager, or by running below commands one by one:

sudo apt-get update

sudo apt-get install kodi

Once installed, log out and select log back with Kodi session. Or launch the media center from the Dash (may need restart).

How to Install Kodi 15.1 in Ubuntu 15.04, 14.04

Last updated: August 17, 2015

The first maintenance release of Kodi 15 “Isengard” has been released. Official PPA’s ready for Ubuntu 15.04, Ubuntu 14.04 and derivatives, e.g. Linux Mint 17.x, and Elementary OS Freya.

Following issues has been fixed in Kodi 15.1, remaining issues will be fixed in next point release in the 15.x range.

  • Flush renderbuffers when flushing video player
  • Fix broken network.bandwidth setting
  • Fix stuttering in PVR windows
  • Fix holding lock while querying PVR backend
  • Unsigned apps are not working on jailbroken iOS 5.1 devices
  • Add installed languages to the list of possible stream languages
  • Ensure that file descriptor for logfile is NULL’ed
  • Fixes a crash when trying do delete a file in filemanager
  • Reimplement Cocoa_GetVolumeNameFromMountPoint for OSX
  • Update label color for sliderex controls
  • CProgressJob: fix crash in DoModal
  • Fix missing return in CGUIWindowPVRBase::OnBack
  • FFmpeg: Bump to 2.6.4
  • Handle startup splash as regular window
  • Fix linkage for VTB framework for iOS
  • Fix broken native keyboard on iOS 5.1.1 devices
  • Fix wrong navigation in SmartPlaylistEditor.xml
  • Make some virtual filesystems available when no network is available yet
  • Fix formatting on mysql queries that could cause crash on update
  • Only set mouse wheel control spin and slider controls when they are actually focusses
  • Respect view mode changes of EPG when controlling number of EPG updates
  • Handle startup splash as regular window which prevent problems if PVR or masterlock is used as startup window
  • Fix watched flag not displaying if item is also resume-able
  • Remove some logging on exiting that could crash on exit in some cases
  • Fix overlapping subtitles in some cases

Install / Upgrade Kodi 15.1 in Ubuntu:

1. Add the official PPA.

Open terminal from the Dash, App launcher, or via Ctrl+Alt+T shortcut key. When it opens, run below command in terminal:

sudo add-apt-repository ppa:team-xbmc/ppa

2. Install/Upgrade Kodi

After adding the PPA, you can directly upgrade Kodi by launching Software Updater / Update Manager after checking for updates.

Or you can run below commands one by one in terminal to install it for the first time:

sudo apt-get update

sudo apt-get install kodi

You may also install the encoder and addons via command:

sudo apt-get install kodi-audioencoder-* kodi-pvr-*

Once installed, log out and select log in with Kodi session. Or launch the media center from the Dash (may need restart).

The 15.0 release of Kodi media center, formerly known as XBMC, was released yesterday with quite a lot of new features. Codename is Isengard

According to the official release note, Kodi 15.0 features:

  • A new chapter selector window allows you to visually browse and select chapters from mkvs and other containers that support chapters.
  • Adaptive seeking (aka Skip Steps). The more times you press a button to seek in a period of time, the larger the jump forward or backward will be.
  • Audio and Subtitle Lists. For content that includes multiple audio and subtitle choices, you can select from a full list of choices, rather than manually searching through a spinner.
  • Language Add-ons and Expanded International Preferences. Now language translations get regularly updated to all users as the add-ons themselves update.
  • Improved Add-on Manager to make finding the add-ons you are looking for easier.

The new release also brings other improvements include: ffmpeg 2.6.3 update, improved Closed Captioning support in Live TV, fixed music video queuing, allow scanning of new sources and marking as watched, and Windows DXVA HEVC hardware decoding support.

Install / Upgrade Kodi 15.0 in Ubuntu:

Ubuntu 12.04 support has been dropped in Kodi PPA. Packages for Ubuntu 15.04, Ubuntu 14.10, Ubuntu 14.04, Linux Mint 17 and Elementary OS Freya will be made into PPA very soon.

1. To add PPA, open terminal from the Dash, Launcher, or by pressing Ctrl+Alt+T on keyboard. When it opens, run command:

sudo add-apt-repository ppa:team-xbmc/ppa

2. After adding PPA, you can install or upgrade Kodi as well as the encoder, addons via commands:

sudo apt-get update

sudo apt-get install kodi kodi-audioencoder-* kodi-pvr-*

Or using Synaptic Package Manager to install/upgrade the software:

XBMC Team finally announced the Kodi 14.1 (formerly known as XBMC), the first small bugfix release in the Kodi 14 Helix range.

For Ubuntu 14.10, Ubuntu 14.04, Ubuntu 12.04, and derivatives users, the new release has been made into its official PPA two days before the announcement.

According to the Kodi 14.1 announcement, this release fixes:

  • incorrect video screensize on Android AML devices
  • potential segfault when silencing audio
  • do not skip streaminfo if format is not know.
  • DXVA flickering on AMD
  • prevent possible over-flow in ALSA
  • possible sorting problems in library
  • possible problem in library navigation
  • don’t scroll text when it’s set to not do it
  • scroll text if it’s too long on spinner controls
  • don’t overlap PVR search labels
  • bug in DLNA client string on iOS
  • updated several PVR add-ons
  • remember played state of video when started from recently added
  • correct vsync on OSX
  • broken keyboard input
  • prevent crash on circular dependencies of add-ons
  • large file support on Android
  • random exiting on Android x86 builds (Nexus Player for example)

How to install/upgrade Kodi 14.1 in Ubuntu:

Open terminal from the Dash or by pressing Ctrl+Alt+T on keyboard. When it opens, run command to add Kodi/XBMC PPA:

sudo add-apt-repository -y ppa:team-xbmc/ppa

After added the PPA, you can upgrade Kodi Media Center via Software Updater, or by running below commands one by one in terminal:

sudo apt-get update

sudo apt-get install kodi kodi-audioencoder-* kodi-pvr-*

Finally, log out and log in back with Kodi session, or start Kodi from the Dash.

The first stable release of Kodi Media Center, formerly known as XBMC, has been released the day before Christmas Eve. The code name of Kodi 14.0 is ‘Helix Unwinds’.

Besides changing names, Kodi 14.0 uses FFmpeg 2.4.4 which means it’s now able to play back h.265 and VP9 video codecs. Also there are improvements on Kodi Library and audio playback, crashes on Linux and audio-related bug-fixes, more user controls.

More details, see the Kodi release page.

Install Kodi 14 via PPA in Ubuntu:

Kodi 14 available in its official PPA for Ubuntu 14.10, Ubuntu 14.04, Ubuntu 12.04 and derivatives.

Open terminal from the Dash or by pressing Ctrl+Alt+T on keyboard. When it opens, run the commands below one by one:

1. First install the required packages to manage repository:

sudo apt-get install python-software-properties pkg-config software-properties-common

2. Then add the Kodi PPA by running:

sudo add-apt-repository ppa:team-xbmc/ppa

3. Reload the system package lists:

sudo apt-get update

4. Finally install Kodi as well as the encode, addon:

sudo apt-get install kodi kodi-audioencoder-* kodi-pvr-*

When done, run kodi in terminal to start the media center. For me, I need a restart to make the Kodi icon available in the Dash.

XBMC 13.1, the first bug-fix release of XBMC 13 Gotham, was finally announced after released two betas and a release candidate.

This 13.1 release contains only fixes compared to previous 13.0, and no new features. It can be safely installed on top of any previous XBMC releases.

  • Fix resume point of certain PVR items begin stale on playback.
  • Fix weirdness when certain TVs query XBMC’s UPnP server and it starts running a bunch of add-ons which cause popups on the XBMC machine.
  • Fix crash at exit while airplay is playing
  • Better recovery of VDPAU on errors.
  • Fixes for cropping of interlaced content using VDPAU.
  • Fix for FLAC tracks with large embedded images not playing.
  • Fix for crash if librtmp wasn’t available.
  • Fix for ffmpeg building on linux using later versions of librtmp.
  • Fix for broken m4a, mp4 playback with paplayer.
  • Fix for the hint text not being shown in editcontrols once unfocused.
  • Fix minor memory leak in PlayMedia builtin function.
  • Fix albumartist use in song smartplaylists.
  • Use unique client broadcast UID in the PVR api.

Install XBMC 13.1 in Ubuntu 14.04 / 13.10 / 12.04:

Important notice: 1. It’s always recommended to backup your current userdata before upgrading. 2. Due to changes related to the add-on system and skin improvement, certain plugins, scripts and skins may become incompatible when upgrading from XBMC 12.x.

To install or upgrade, press Ctrl+Alt+T on keyboard to open the terminal. When it opens, run the commands below one by one:

sudo add-apt-repository ppa:team-xbmc/ppa

sudo apt-get update

sudo apt-get install xbmc

XBMC 13.0 Gotham edition was finally released a few hours ago. This tutorial will show you how to upgrade or install this free and open-source media center in Ubuntu 14.04, Ubuntu 13.10, Ubuntu 12.10 and Ubuntu 12.04.

According to the announcements, XBMC 13 brings:

  • Android hardware decoding
  • Raspberry Pi and Android speed improvements
  • Stereoscopic 3D rendering
  • Improved UPnP capabilities
  • Dramatic audio engine improvements
  • making subtitle search better
  • An extended Python and JSON-RPC API for developers
  • Update to FFMPEG v1.2 used for audio/video playback
  • Stereo audio can now be up-mixed to 5.1 and sent through optical/SPDIF devices
  • Various visual changes throughout the skin which should improve usability and logic.
  • Improve the handling of subtitle downloading and selection
  • Extend and improve the User-interface Engine which developers use to create a variety of skins to be used.
  • Drop of support for Windows XP.
  • When initiating a library cleaning, XBMC will send a wake-on-lan request to any sleeping servers first, before cleaning the library, to ensure that content isn’t unnecessarily cleaned
  • Numerous PVR fixes and updates with additional new features updated on a per-platform basis.
  • Copy/paste support on Windows, OSX, and iOS to match copy/paste support elsewhere
  • Movie sets are now user editable
  • Episodic bookmarks
  • More details, go to official release page
  •  
    Install / Upgrade to XBMC 13 in Ubuntu:

    IMPORTANT NOTICE: 1. Backup your your current userdata folder before upgrading; 2. Due to changes related to the add-on system and skin improvement, certain plugins, scripts and skins may become incompatible when upgrading from Frodo to Gotham.

    Press Ctrl+Alt+T on keyboard to open terminal and run the commands below one by one will added XBMC PPA and install/upgrade to XBMC 13.0:

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

    XBMC 12.3, the last of the “Frodo” line has been released a few hours ago with various bug fixes. This tutorial shows you how to install or upgrade it in Ubuntu 13.10, Ubuntu 13.04, Ubuntu 12.04, Ubuntu 12.10, Linux Mint and their derivatives.

    List of fixes in this release:

    • OSX 10.9 Maverick fixes that appeared when it was release
    • update PVR addons
    • several PVR related bugs
    • memory leaks
    • audio channel mapping
    • possible crash on progress dialog
    • and more

    See the official announcement for more information.

    Install XBMC in Ubuntu:

    This release has been built into PPA for Ubuntu and Linux Mint users. To install it, press Ctrl+Alt+T on keyboard to open terminal. When it opens, run commands below one by one:

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

    Once installed, open XBMC from Unity Dash or Menu and enjoy!