Archives For November 30, 1999

Want to install Kodi home theater software v21.2 “Omega” via native .deb package? Here’s a PPA for Ubuntu 24.04 LTS, though unofficial.

Kodi has an official Ubuntu PPA, which has not been updated for long time. The official package for Linux now is Flatpak that runs in sandbox environment.

For those who don’t like Flatpak or have issue running the software in sandbox, here’s an unofficial PPA available for Ubuntu 24.04 and Linux Mint 22 users.


Continue Reading…

Kodi, the popular free open-source home theater software, released new 21.2 version today with many improvements and tons of bug-fixes.

First, the new Kodi 21.2 features significant speed increase of library scans (back to v20 level) as well as faster artwork caching.

Continue Reading…

After more than a year of development, Kodi media player 21, code-name “Omega”, is finally released!

Kodi 21 is a new major release. It’s now based on FFmpeg 6.0, that features Radiance HDR image support, VAAPI decoding and QSV decoding for 10/12bit 422, 10/12bit 444 HEVC and VP9, MediaCodec decoder, and various other exciting new features, see ffmpeg.org for details.

For macOS, the release supports HiDPI (retina) displays using its native implementations for window displays. And, it fixed crash on speech recognition activation, improved window resizing when moving (or fallback when display disconnected) from one display to another, and implemented Hotkeycontroller for media keys.
Continue Reading…

The popular Kodi media player (formerly XBMC) finally discontinued its official PPA for Ubuntu users.

Meaning that there’s no official Kodi .deb package any more. Users are recommended to use Flatpak package instead!

Ubuntu PPA is a popular way to host up-to-date versions of software packages in .deb package format. And, Wolfgang Schupp has been maintaining the Kodi Team PPA for many years for Ubuntu users. The last version stuck at Kodi 20.2, though there are still add-on updates now and then.

Now, the developer team officially announced the discontinuation of the PPA:
Continue Reading…

After 3 alpha and 3 beta releases, Kodi media center 21, finally announced its first RC release this Thursday.

Kodi 21 is the next major release that’s still in development. The release features upstream FFmpeg 6.0, adds support for NFSv4, support M3U8 playlist files, AVIF images, HDR10 for Android.

The developer team asks users to try out the new development release and report issues to help to make it better. And, in the current RC1 release, changes include:

  • Allow users to set a subtitle save path
  • Fix that audiobooks showing their last chapter with no duration.
  • For Linux, allow Pipewire to properly identify HDMI for passthrough usage.
  • Implement Hotkeycontroller for media keys on macOS
  • Some color accuracy changes for 10bit SDR/HDR color mapping on Windows.
  • Allows subtitles to be tonemapped to avoid extreme brightness for HDR playback on Android.
  • Fix for icons not being correctly refreshed
  • See github releases page for more.

Continue Reading…

Kodi, formerly XBMC media center, released version 20.3 this Wednesday!

According to the announcements, this is the last release of the 20.x “Nexus” series. While Kodi 21 “Omega” now is in Beta 2 stage.

The release mainly includes bug-fixes and some backports. They include an assortment of fixes for Estuary, including home categories’ focus position, alignment of counter labels and Shift view for collections.

For gaming, the release fixed controllers not assigned to game ports correctly on Android, blue/pink washed out colours on Windows with 10-bit displays, and possible crash in Port dialogue box.

For Linux, it includes fixes for VP9 Profile 2 playback failure, and a leak of EGLFences in the DRM Prime renderer.
Continue Reading…

The Kodi media center 19.0 now is available to install via its official Ubuntu PPA.

Kodi 19.0 “Matrix” is a new major release for the open-source home theater software. Though it’s not officially announced at the moment of writing, the PPA packages has been updated, available for Ubuntu 18.04, Ubuntu 20.04, Ubuntu 20.10, Linux Mint 20.x and derivatives.

What’s New in Kodi 19.0:

There are many new features in the release. And here are some big changes:

  • AV1 Codec support.
  • New color for subtitles and ability to change opacity.
  • static HDR10 and dynamic Dolby Vision HDR support.
  • Move to Python 3 for addons.
  • New functions in the PVR.

How to Install Kodi 19.0 via PPA:

Open terminal either from system app launcher or by pressing Ctrl+Alt+T on keyboard. When it opens, run following commands one by one to get the new release packages.

1. Add Kodi PPA.

To add the official Kodi PPA, run command in terminal:

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

Type user password when it asks, with no asterisk feedback, and hit Enter to continue.

2. Install / Update Kodi.

The Software Updater utility will prompt you to run a “partial upgrade” since the dependency packages switched from Python 2 to Python 3. So it’s recommended to install or upgrade Kodi by running terminal commands.

Firstly refresh system package cache, if you’re on Ubuntu 18.04, via command:

sudo apt update

Then install Kodi via command:

sudo apt install kodi

If you’re going to upgrade Kodi, the previous command may not update the add-ons, so I recommend to run apt upgrade instead:

sudo apt upgrade

How to Downgrade:

You can purge the Ubuntu PPA as well as downgrade Kodi to the stock version available in Ubuntu main repositories. To do so, run command:

sudo apt install ppa-purge && sudo ppa-purge ppa:team-xbmc/ppa

Kodi media center released one more update for the 18.x “Leia” a day ago, with a quick workaround to the third-party HTTP2 and SSL changes that impacted internet access from Kodi by scrapers, streaming addons, etc.

Okay, one more roll of the “Leia” die, although this one is really driven by circumstances beyond our control. Technical changes by Cloudflare caused significant issues with HTTP access to any site using them – metadata sources, for example – and we need to put in a quick workaround before everyone gets too upset; while 19.x “Matrix” is close, it’s not close enough to leave these issues unaddressed. So, as we’re building that new code, we thought that we might as well fix a couple of other regressions while we’re here.

Changes in Kodi 18.9 also include:

  • Fix memory leaks in TexturePacker
  • Fix event server unable to send raw key strikes
  • Fix issues around directory navigation and incorrectly-set start directories
  • Fix MediaCodec OES/EGL rendering

How to Install Kodi 18.9 in Ubuntu:

Kodi Team PPA has made the new release packages for all current Ubuntu releases and derivatives.

1. Open terminal either from application menu or by pressing Ctrl+Alt+T on keyboard. When it opens, run command to add the PPA:

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

Type user password (no asterisk feedback) when it prompts and hit Enter to continue.

2. Then either upgrading Kodi from an existing version via Software Updater:

or refresh system package cache and install Kodi 18.9 via commands:

sudo apt update

sudo apt install kodi

Uninstall:

To remove the Kodi PPA repository, simply open Software & Updates -> Other Software.

To remove Kodi, run command:

sudo apt remove --autoremove kodi kodi-data kodi-bin

Kodi Media Center 18.8 Released [Ubuntu PPA]

Last updated: July 29, 2020

Kodi Media Center 18.8 was released today with various fixes. Here’s how to install it in Ubuntu 16.04, Ubuntu 18.04, and Ubuntu 20.04.

Kodi 18.8 is likely to be the final release in the 18.x “Leia” series. Release highlights include:

  • Fixes a severe security issue in gnutls (Linux)
  • Other significant library/compatibility updates
  • Gets client/server on MariaDB 10.5.4 working for Android
  • Fixes video database access for Ubuntu 20.4 (search and other filtering failed)
  • Fixes subtitle handling from archives
  • Fixes CDDB access
  • Makes minor improvements to logging and memory reporting/display
  • Fixes EDLs where skip points are at the very start of a file
  • Contains code improvements to fix specific events, e.g. race conditions in the EPG or “pause” on end of streams on Android
  • Enables alpha blending for the video player (Windows)
  • Better handles specific exceptions (Android, mostly)

How to Install Kodi 18.8 in Ubuntu:

Kodi Team PPA has made the new release packages for all current Ubuntu releases and derivatives.

1. Open terminal either from application menu or by pressing Ctrl+Alt+T on keyboard. When it opens, run command to add the PPA:

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

Type user password (no asterisk feedback) when it prompts and hit Enter to continue.

2. Then either upgrading Kodi from an existing version via Software Updater:

or refresh system package cache and install Kodi 18.8 via commands:

sudo apt update

sudo apt install kodi

Uninstall:

To remove the Kodi PPA repository, simply open Software & Updates -> Other Software.

To remove Kodi, run command:

sudo apt remove --autoremove kodi kodi-data kodi-bin

Kodi media center 18.7 was released today. Now it’s available to install via PPA in Ubuntu 16.04, Ubuntu 18.04, Ubuntu 19.10, and Ubuntu 20.04.

Kodi 18.7 is a bug-fix release that contains following changes:

  • Add more PVR context menu support.
  • Add scroll to plot on PVR Channel Guide Dialog
  • Add an icon for Blu-rays
  • PVR addon API documentation updates and fixes.
  • improve bluray menu detection.
  • allows encrypted dvd playback on ios
  • Add “Get all” button to Controller dialog.
  • Fix playing games with VideoPlayer when emulators are disabled
  • And much more other changes.

How to Install Kodi 18.7 in Ubuntu:

Though it’s not been officially announced in Kodi website, Kodi Team PPA has made the packages for all current Ubuntu releases and derivatives.

1. Open terminal either from application menu or by pressing Ctrl+Alt+T on keyboard. When it opens, run command to add the PPA:

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

Type user password (no asterisk feedback) when it prompts and hit Enter to continue.

2. Then either upgrading Kodi from an existing version via Software Updater:

or refresh system package cache and install Kodi 18.7 via commands:

sudo apt update

sudo apt install kodi

Uninstall:

To remove the Kodi PPA repository, simply open Software & Updates -> Other Software.

To remove Kodi, run command:

sudo apt remove --autoremove kodi kodi-data kodi-bin