Kodi 15.0

Učlanjen(a)
04.04.2010
Poruka
6.505
Kodi 15.0 Isengard - Beta 2

shield-beta2-build-600x336.png

Here it is, the second beta build for Kodi 15.0; freshly baked and ready to be served! A little later than originally planned though, which we’ll explain later. Although we said that Kodi 15.0 a “clean-up” edition, we still managed to squeeze in a couple of really nice features. In total we had ~180 code change requests which were included since last beta release. All this sums up in a pretty big list of improvements and clean-up. As such we will only highlight some of the bigger changes.

Database clean-up
This was the actual reason for the beta 2 delay. With each Kodi release we do several database changes and as such need to upgrade the structure a bit. During last beta 1 release a problem arose that had been present during the past years but never really showed up as a problem, until now. As you add your media to the Kodi library we gather related information about the movies and shows from several websites like TheMovieDB and TheTVdb. It became clear that this data wasn’t always in the format we expected it to be. Some examples are additional spaces, line ending codes or wrong characters before and after actors, directors and such. The result was that some of these values were added as duplicates into the database as they didn’t have a perfect match each time. With the changes done in the last months this became a bigger problem for each database upgrade we do. This was reason enough to tackle this problem properly and do a clean-up session on current database version and make sure that new data is properly formatted before adding in new added video content. This clean-up session is a one time action for each device or MySQL database for this 15.0 release.

IMPORTANT: Depending on the size of your current library and the devices you are currently using, it may take some time before this process is completed. Especially people using the Raspberry-Pi and/or using MySQL libraries. Please do not turn off the device during initial start after this upgrade and wait till it’s finished. It may take from one second to one or two minutes before the database is migrated. This is a one time migration.

Refresh rate switching and 4K Playback on Android
One of the limitations of the Android platforms always was that it wasn’t capable of switching your screen to the same refresh-rate as the current playing video. This could cause a slight video stutter occasionally as video frames had to be duplicated to keep audio in sync. Since Android 5.0 there’s at least a way to set the preferred refresh-rate of the video output that could solve several of these problems. Do note that this feature is still in early stage and also needs proper firmware implementation of the device manufacturers. This could mean that your device only supports one mode while others support several. So this feature really depends on the combination of the Android devices and the connected display output. Do note that it’s “preferred refresh-rate” and not “force refresh-rate“. This means that we can only indicate what we would like and then it’s up to the device if it actually will do this. To make use of this feature you need to manually enable “Adjust display refresh rate” which can be found in settings -> video -> playback. You may need to to alter the settings level before this becomes visible.



With the rise of all the new 4K content, playback devices and displays, having proper 4K playback on Android is becoming a more and more nice thing to have. Although true 4K implementation for applications like Kodi is only planned in Android M, one of our developer found a way to at least incorporate this for the Android 5.0 platform. With the help of the people from NVIDIA and their newly released SHIELD Android TV we can now say Kodi will do it’s user interface and video playback in full 4k@60Hz should your device support this.


IMPORTANT: The improvements mentioned will require that you at least use Android 5.0 and your devices must have the proper implementation of these features to support it. It could mean that you have to wait for future firmware updates for your device.

Adaptive seeking
The Step Forward, Step Back and Small Step Back actions are now forwarded to a new seeking function that is configurable in the GUI via the Skip steps and Skip delay settings. It allows single skip steps backwards and forwards with the left and right cursor keys as before, however a new feature is that by pressing the left and right keys multiple times you can skip with increasingly larger steps. Another feature of this new seeking function is that music files can also now can make use of skip steps. You can watch this short YouTube video for a quick explanation:

Improvements in 15.0 beta 2 since the release of beta 1
  • • Bump libCEC to 3.3.0 which fixes a variety of problems
  • • Reworked the storage provider on Android. This fixes several problems with mounting points for storage.
  • • Fix the queuing of music videos
  • • Improvement to FF/RW of videos
  • • Improvement to picons in livetv
  • • Prevention of clipping of rotated text, which happened in certain skins
  • • Improved logic to make PVR, audio encoders and audio decoders optional.
  • • Audio decoder and PVR add-ons are now disabled by default. When you want to use these you need to enable them manually.
  • • Fix launching of add-ons from the add-on information dialog
  • • Show progress for add-on repository update
  • • Properly fall back to the new language files location
  • • Fix of grouping movie sets when navigating in smartplaylists
  • • Fix wrong icon showing in popup dialogs
  • • Restore volume after pass-through on Android
  • • Combine previously split GUI text into a single string. This improves ability to properly translate them.
  • • Included newer version of several PVR add-ons
  • • Fix incorrect fall-back language after we made them into add-ons
  • • Fix 8channel audio conversion on Windows
  • • Try to detect supported sample rates on Android
  • • Do a complete video database clean-up session to remove leading/trailing spaces and invalid characters
  • • Prevent inserting leading/trailing spaces and invalid characters on new video scans
  • • Add season and episode labels to PVR section
  • • Fix possible font corruption
  • • Remove default 250ms audio delay on Android for AMLogic chipsets
  • • Fix subtitles showing on top of each other in certain cases

DirectX 11 upgrade (not included in 15.0)
DX11.png
Although this release post is all about the upcoming 15.0 version, mentioning the DX11 upgrade for next version is very important. Since day and age Kodi (and XBMC in the past) has used the DirectX 9 implementation for various task of rendering the user interface and media playback. This almost dated back to the XBOX days. With the hardware industry moving and focussing more on the newer DX11 with their drivers, more people have problems with running our outdated DX 9 version. This could range from simply not starting, crashing just after loading, playing videos or having problems with hardware acceleration. One of our developers afedchin took on this task and completely revised our DirectX 9 implementation and upgraded it to the more current standard of DirectX 11. Don’t worry if you still have an older card, we only use low level features so you don’t need to run to the shop for new gear. If you are having problems on Windows you can head to our forum where you can find the most recent build available which is currently based on our 15.0 release. We appreciate all the feedback we can get.Again this will not be part of our final 15.0 release, it will be in 16.0

download:
Kod:
http://kodi.tv/download/#alphabuilds
 
Poslednja izmena:
Učlanjen(a)
04.04.2010
Poruka
6.505
Kodi 15.0 Isengard – RC 1
kodi-system-15-600x336.jpg

Here it is, the first Release Candidate (RC) built for Kodi 15.0; freshly baked and ready to be served! Although we said that Kodi 15.0 is a “clean-up” edition, we still managed to squeeze in a couple of really nice features. So far we had around 1050 code change requests which were included since Kodi 14.2. This vast amount sums up in a pretty big list of improvements and clean-up being done by various developers for which we should show our everlasting gratitude. As such we will only highlight some of the bigger changes further on. Download link is also provided at the bottom.


Google Play

Without a doubt the biggest news this year has been that Kodi is now
available in Google Play. You can download it at the previous link or using the following QR code.


en_generic_rgb_wo_45.png



chart



The version currently available on Google Play is Isengard 15.0 RC 1 (could take some time before it’s available as servers update). We’ve decided to go with Isengard instead of Kodi 14.2 as the first release for Google Play, because it is dramatically more prepared for the feature set that modern Android devices like the Nexus Player and the
NVIDIA Shield Android TV bring to the table, including support for 4K and HEVC, among other things.


The benefits of installing the Google Play version of Kodi are fairly simple. You always get the most recent stable release without needing to mess with finding, downloading, and sideloading apks. With that said, we will continue to publish apks on our site, so if you’d rather sideload, or if your Android device doesn’t have Google Play, we’ve still got you covered. You should be able to install the Play Store version on top of your current Kodi install without any problems.



Biggest changes in 15.0 so far

Let’s continue with some of the changes that have been done since last stable release. As already mentioned, this is only a very tiny part of the list.



  • • Minimal 10.7 Lion 64-bit required on Mac OSX
  • • Minimal iOS 5.1 required and no more ATV2
  • • Minimum Android 4.2 Jelly Bean MR1 required on Android
  • • Various improvements in PVR section. This includes skin support and new PVR add-ons
  • • Complete video database clean-up session on stored data (no data will be lost). This may take some time on first run
  • • ffmpeg 2.6.2 update which bring better codec compatibility and playback
  • • Improved CC (Closed Captions) support for Live TV
  • • Fix the queuing of music videos
  • • Improvement of FF/RW (fast-forward / rewinding) of videos
  • • Improved logic to make PVR, audio encoders and audio decoders optional
  • • Fix of grouping movie sets when navigating in smartplaylists
  • • External subtitles over UPnP can be enabled through the settings section
  • • Allow scanning of new sources and marking as watched during other library operations such as “update library”
  • • Allow different sort orders for different sort methods
  • • Skip steps (step forward & backwards) improvements for videos and music
  • • Add jump to first unwatched in TV section
  • • Fix subtitles showing on top of each other in certain cases
  • • Reworked add-on manager that should give a better overview
  • • Chapter selection window that shows thumbs on where to skip to in the video
  • • Easier to navigate audio and subtitle selection list
  • • Show progress for add-on repository update
  • • Addition of language add-ons which allow us to update the User-Interface text outside of regular Kodi releases
  • • Immediately fetch updates from repository after Kodi version upgrade to prevent delay in getting better compatible add-ons or skins
  • • Expansion of international options like time and date format, temperature and speed units.
  • • Improvement of installing new skins selection
  • • Upgrade included webserver which should fix issues with iOS or Android remotes loosing connections
  • • Fix season art scraping on newly added seasons
  • • On Android the system now handles the volume instead of Kodi
  • • Android HEVC H.265 support for some chipsets
  • • Refreshrate switching on Android 5.0 opr higher (your device must have the proper implementation of these features to support it)
  • • 4K@60Hz playback on the NVIDIA SHIELD Android TV
  • • Reworked the storage provider on Android. This fixes several problems with mounting points for storage.
  • • Remove default 250ms audio delay on Android for AMLogic chipsets. You may need to adjust the delay again
  • • Remove certain codecs from our core code and made add-ons out of them. So called Audio encoders/decoders
  • • Removed the need for root/SU on Android. Some hardware/firmware might not like that. Please contact your hardware supplier
  • • Removal of Tuxbox support. Users of Enigma2 boxes can use the VUPlus PVR add-on
  • • Removal of AFP filesystem support
  • • Remove legacy code pre-Frodo 11.0
  • • Vast amount of possible memory leaks, segfaults, crashes and minor issues have been fixed
  • • General improvements regarding code stability and performance in all areas
  • • General code clean-up in all areas to simplify adding future features

Kod:
http://kodi.tv/download/#alphabuilds
 
Učlanjen(a)
04.04.2010
Poruka
6.505
Kodi 15.0 Isengard – RC 2
kodi-system-15-600x336.jpg


Here it is, the second Release Candidate (RC) built for Kodi 15.0; freshly baked and ready to be served! Although we said that Kodi 15.0 is a “clean-up” edition, we still managed to squeeze in a couple of really nice features. So far we had around 1080 code change requests which were included since Kodi 14.2. This vast amount sums up in a pretty big list of improvements and clean-up being done by various developers for which we should show our everlasting gratitude. As such we will only highlight some of the bigger changes further on. Download link is also provided at the bottom.

en_generic_rgb_wo_45.png


Fixes done since RC 1 version
  • • Fix endless loop in PVR section which causes high CPU load
  • • Fix crash on opening conext menu item
  • • Fix sorting by episodes
  • • Don’t try to use hardware decoding for h264/10bit video files (don’t confuse with h265/10bit)
  • • Fix playback of certain HEVC files
  • • Avoid freezing/deadlock in peripheralmanager
  • • Fix genres in smartplaylists
  • • Fix grouping by artists in smartplaylists
  • • Fix video calibration for Android
  • • Make sure to download the OBB file when Play Store doesn’t
  • • Some other technical changes….

Kod:
http://kodi.tv/download/
 
Učlanjen(a)
08.07.2010
Poruka
2.685
Latest Releases
Latest Stable: Kodi 15.0 "Isengard"
Release Date: 21 July 2015
Announcements: 15.0
Kodi 15.0 – Isengard – One Release to Rule Them All


Kodi-Isengard-2C2-1080p-Original-Size-600x336.jpg

We are proud to announce the release of Kodi 15.0. No new name this time around, but many new features that cover requests both more than 5 years old and less than 5 months old. Let’s take a quick look at a few.

Kodi for Android
Perhaps the biggest news for Kodi 15 isn’t a feature at all, but rather the official release of Kodi for Android in the Google Play store. As of the time of this writing, there are just over 400,000 active installs from Google Play after having been released a mere 36 days ago. You can install Kodi for Android from the download link below.







You are also welcome to continue sideloading it from the Kodi downloads page.

In terms of Kodi for Android specific features, 4K, refreshrate switching, and HEVC playback are now available on devices with hardware that support those features including a number of Amlogic based devices and the NVIDIA Shield Android TV, though it should be noted that Android 5.0 and above is required to take advantage of these features.

Kodi 15.0 Features
Across platforms, Kodi itself has gained quite a lot of features. Some notable examples include:

• 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 aren’t dependent upon release, but get regularly updated to all users as the add-ons themselves update. Additionally, you now have total control over date, time, temperature and more displayed formats.



Improved Add-on Manager – The add-on manager has now been reworked to help make finding the add-ons you are looking for easier.



Additional Improvements and Changes
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 during other library operations such as “update library”
  • • Windows DXVA HEVC hardware decoding support if driver and hardware support exist
  • And more. See release notes for RC2, RC1, Beta2 and Beta1 for a full list.
Changes from 14.2 to 15.0 include:

  • • Minimal 10.7 Lion 64-bit required on Mac OSX
  • • Minimal iOS 5.1 required and ATV2 support discontinued
  • • Minimum Android 4.2 Jelly Bean MR1 required on Android
  • • Ubuntu 12.04 support dropped in PPA
  • • On Android the system now handles the volume instead of Kodi
  • • Removed the need for root/SU on Android. Some hardware/firmware might not like that. Please contact your hardware supplier
  • • Removal of Tuxbox support. Users of Enigma2 boxes can use the VUPlus PVR add-on
  • • Removal of AFP filesystem support
  • • Remove legacy code pre-Frodo 11.0
  • • Vast amount of possible memory leaks, segfaults, crashes and minor issues have been fixed
  • • General improvements regarding code stability and performance in all areas
  • • General code clean-up in all areas to simplify adding future features
  • And more. See release notes for RC2, RC1, Beta2 and Beta1 for a full list.
Kod:
http://kodi.tv/download/
 
Učlanjen(a)
08.07.2010
Poruka
2.685
Kodi 15.1 Isengard – Maintenance release
Once a ‘final’ version is released some new bugs and/or problems usually appear out of nowhere, and last release was no exception. Even though tens of thousands of users were already testing the 15.0 version before release, as soon as million started using it, some problems we either did not think of or which we did not notice popped up. To counter some of these new issues, we’re bringing you this maintenance release called 15.1 which has some additional fixes on top of the 15.0 release. To be safe just backup your userdata (online manual) first.
It should be ok to just install this on top of your current Kodi 15.0 version. For the MySQL users out there; we never bump the database versions in our bugfix or maintenance releases – you can safely keep using it within your network. For additional information about version 15 or upgrading you can visit our Frequently Asked Questions page.

We will continue to solve some remaining issues and release it as a next point release in the 15.x range.

Fixes done in this 15.1 version
  • • 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 < 6 – fixes VTB on 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
Kod:
http://kodi.tv/download/
 
Natrag
Top