Archive:Kodi v17 (Krypton) FAQ: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
m (Karellen moved page Kodi v17 (Krypton) FAQ to Archive:Kodi v17 (Krypton) FAQ without leaving a redirect)
 
(26 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{notice|Kodi v17 (Krypton) has not even been released yet. This FAQ applies to the current '''[[development builds]]'''.}}
<section begin="intro" />Frequently Asked Questions for upgrading to Kodi v17 (codename Krypton) from a previous version. Includes how to enable some of the new features, where some controls got moved to, etc.<section end="intro" />
{{future|17}}


{{Kodi FAQ}}


<section begin="intro" />Frequently Asked Questions for upgrading to Kodi v17 (codename Krypton) from a previous version. Includes how to enable some of the new features, where some controls got moved to, etc.<section end="intro" />


{{mininav| [[FAQs]] {{l2| [[Releases]] }} }}
{{see also|Kodi v17 (Krypton) changelog|Krypton API changes|Releases}}


__TOC__
__TOC__
{{-}}
{{-}}
== General FAQ ==
:{{big|''See also: '''[[All platforms FAQ]]''' for an FAQ that applies to all versions of Kodi.''}}


=== What is Kodi? What is Krypton? ===
=== What is Kodi? What is Krypton? ===
:{{Main|Kodi name change FAQ|History of Kodi}}
:Kodi is the new name for XBMC media center. "Krypton" something will be the [[Codename_history|codename]] for version 17, just as "Jarvis" was the codename for Kodi v16 and "Isengard was the codename for Kodi v15".  You will often see "v17" and "Krypton" used interchangeably in the community.
:Kodi is the new name for XBMC media center. "Krypton" something will be the [[codename]] for version 17, just as "Jarvis" was the codename for Kodi v16 and "Isengard was the codename for Kodi v15".  You will often see "v15" and "Krypton" used interchangeably in the community.


=== Changelog ===
=== Changelog ===
:{{Main|Kodi v17 (Krypton) changelog}}
:{{Main|Archive:Kodi v17 (Krypton) changelog}}
:See: '''[[Kodi v17 (Krypton) changelog]]'''. Add-on developers should also see '''[[Krypton API changes]]''', and skinners should also read the respective sticky posts in the Skin Development Forum for full changelog on changes to the skinning engine.
:See: '''[[Archive:Kodi v17 (Krypton) changelog]]'''. Skinners should also read the respective sticky posts in the Skin Development Forum for full changelog on changes to the skinning engine.


=== What are some of the noticeable new features? ===
=== What are some of the noticeable new features? ===
:{{Main|New features|Kodi v17 (Krypton) changelog}}
:{{Main|New features|Archive:Kodi v17 (Krypton) changelog}}
:In addition to many "under the hood" improvements, some of the ''visible'' additions to v17 will include:
:In addition to many "under the hood" improvements, some of the ''visible'' additions to v17 will include:


:* ?
:* ?
=== Major addition summary 1 ===
=== Major addition summary 2 ===


== New system requirements ==
== New system requirements ==
Line 37: Line 25:
=== Android 5 ===
=== Android 5 ===
: Kodi v17 now requires that Android devices run Android 5.0 or later.
: Kodi v17 now requires that Android devices run Android 5.0 or later.
: If you autoupdate using Google Play, Google won't update unless Android 5 or higher is installed.


=== Specific system requirement example goes here ===
=== Specific system requirement example goes here ===


== Upgrading ==
== Upgrading ==
{{warning|image_size=30px| If you are upgrading from XBMC v13 to Kodi v17 then please read '''[[Migration from XBMC to Kodi]]''' first.}}
{{warning|image_size=30px| Always '''[[backup]]''' your settings before upgrading, just incase! }}
{{warning|image_size=30px| Always '''[[backup]]''' your settings before upgrading, just incase! }}


Line 61: Line 49:
:As long as your MySQL server is set up to allow XBMC/Kodi to make new databases for the upgrade itself (see '''[[MySQL/Upgrading]]''') then you don't need to do anything for upgrading a MySQL set up for Kodi. Even if you use "XBMC" in your advancedsettings.xml file, you can leave this the same and everything will still work.
:As long as your MySQL server is set up to allow XBMC/Kodi to make new databases for the upgrade itself (see '''[[MySQL/Upgrading]]''') then you don't need to do anything for upgrading a MySQL set up for Kodi. Even if you use "XBMC" in your advancedsettings.xml file, you can leave this the same and everything will still work.


== Where did it this or that go? ==
== Where did this or that go? ==


=== advancedsettings.xml changes ===
=== advancedsettings.xml changes ===
:{{main|advancedsettings.xml}}
:{{main|advancedsettings.xml}}
:* '''<useddsfanart>''' - removed in v17 Krypton.
:* '''<cachemembuffersize>''' and '''<readbufferfactor>''' - In v17 <code><cachemembuffersize></code> is renamed to <code><memorysize></code> and <code><readbufferfactor></code> is renamed to <code><readfactor></code>. In addition, all three buffer related settings in <network> are moved out of <network> and into a new <cache> parent tag.
:* '''<minvideocachelevel>''', '''<minaudiocachelevel>''', and '''<cacheindvdplayer>''' have been removed in v17.
:* '''<useffmpegvda>''' - Tag was only used for development testing. Removed in v17.


:*
=== Settings ===
:*
:{{main|Settings}}
:Kodi's settings have gone under a major revamp. The location of new settings will be detailed on the '''[[Settings]]''' page in the near future.


=== CodecInfo playback information ===
=== CodecInfo playback information ===
: The '''[[codecinfo]]''' window/overlay normally contains information about the currently playing media, such as video and audio codecs, frame skips, decoding method, etc. Starting in Kodi v17 most of this information has been moved to a new window. This feature is still being developed, but will be included the final v17 build. If all goes well, it should be available starting with Kodi v17 Alpha 3. At that time, please refer back to this FAQ for information on how to activate the new video playback/codec info window.
: <section begin="codecinfo" />The '''codecinfo''' window/overlay normally contains information about the currently playing media, such as video and audio codecs, frame skips, decoding method, etc. Starting in Kodi v17 most of this information has been moved to a new window called '''<code>PlayerProcessInfo</code>'''. <br /><br />Default keymaps will be adjusted to use this new window (i.e., the "o" key will automatically use the new window). Custom keymaps should change '''<code>CodecInfo</code>''' to '''<code>PlayerProcessInfo</code>'''<section end="codecinfo" />
 
=== Add-on manager ===
:{{main|Add-on manager}}
 
This might change in the final Kodi v17 release
 
:On the default skin, the add-on manager used to be located in the main [[settings]] window. Now only settings related to add-ons are shown there, under {{highlight|bordered=yes|Settings -> System -> Add-ons }}.
 
:The add-on manager itself is now located under {{highlight|bordered=yes|Home -> Add-ons -> Icon of an arrow pointing to a box. }}
 
=== Disable joystick input ===
: The setting to disable joystick/gamepad input has been removed. To disable joystick input you only need to disable the new joystick add-on in {{highlight|bordered=yes|[[Add-on manager]] -> My add-ons -> Peripheral libraries -> Joystick support -> '''Disable'''}}
 
=== Enable live TV ===
: The live TV features of Kodi no longer require a specific setting to be enabled or disabled. Instead, this is now triggered based on whether or not there is at least one PVR add-on that has been enabled and correctly configured.


=== Setting that moved ===
=== Setting that moved ===


=== Feature that moved ===
=== Feature that moved ===
== Troubleshooting ==
{{main|Troubleshooting}}
=== What are some of the known issues in v17? ===
{{see also|Common issues}}


=== Where can I get more help? ===
=== Where can I get more help? ===
:The '''[[FAQ|general and platform specific FAQs]]''', the Kodi support forums: '''http://forum.kodi.tv''',  and/or the '''[irc://irc.freenode.org/kodi #kodi]''' [[w:IRC|IRC]] chat channel on irc.freenode.org.
:The Kodi support forums: '''http://forum.kodi.tv''',  and/or the '''[irc://irc.freenode.org/kodi #kodi]''' [[w:IRC|IRC]] chat channel on irc.freenode.org.


=== EXAMPLE PLATFORM: Example issue 1 ===
=== EXAMPLE PLATFORM: Example issue 1 ===
Line 90: Line 92:
<references />
<references />


== See also ==
{{Upgrade FAQs}}


[[Category:FAQ]]
[[Category:Releases|Krypton]]
[[Category:Manual]]
[[Category:Krypton|*]]
[[Category:Upgrade FAQ|17]]

Latest revision as of 00:22, 5 August 2021

Frequently Asked Questions for upgrading to Kodi v17 (codename Krypton) from a previous version. Includes how to enable some of the new features, where some controls got moved to, etc.




What is Kodi? What is Krypton?

Kodi is the new name for XBMC media center. "Krypton" something will be the codename for version 17, just as "Jarvis" was the codename for Kodi v16 and "Isengard was the codename for Kodi v15". You will often see "v17" and "Krypton" used interchangeably in the community.

Changelog

See: Archive:Kodi v17 (Krypton) changelog. Skinners should also read the respective sticky posts in the Skin Development Forum for full changelog on changes to the skinning engine.

What are some of the noticeable new features?

In addition to many "under the hood" improvements, some of the visible additions to v17 will include:
  • ?

New system requirements

Android 5

Kodi v17 now requires that Android devices run Android 5.0 or later.
If you autoupdate using Google Play, Google won't update unless Android 5 or higher is installed.

Specific system requirement example goes here

Upgrading

Stop hand.png Always backup your settings before upgrading, just incase!


How do I upgrade from v16 to v17?

  • ANDROID USERS: Don't uninstall an earlier version of Kodi/XBMC before installing the new version. Uninstalling first would remove all of your settings. Just install the new version and it will replace the older version and retain your settings.
  • In most cases you can just install Kodi v17 over Kodi v16. All your settings and library are saved and will continue to work in the new version. See Installing for specific install instructions.
  • Most basic (video, audio, etc) add-ons that worked in Kodi v16 should still work in v17.
  • If you have any issues (settings not being copied over, blank screens, etc) when updating from versions older than v14: remove the new version, install the older version of Kodi/XBMC from http://mirrors.kodi.tv/releases/ , and then upgrade to the next version. In other words, if you have v14, first install v15 and run Kodi, Quit Kodi and then install v16 and run Kodi. Quit Kodi again and install v17, then run Kodi.


MySQL

As long as your MySQL server is set up to allow XBMC/Kodi to make new databases for the upgrade itself (see MySQL/Upgrading) then you don't need to do anything for upgrading a MySQL set up for Kodi. Even if you use "XBMC" in your advancedsettings.xml file, you can leave this the same and everything will still work.

Where did this or that go?

advancedsettings.xml changes

  • <useddsfanart> - removed in v17 Krypton.
  • <cachemembuffersize> and <readbufferfactor> - In v17 <cachemembuffersize> is renamed to <memorysize> and <readbufferfactor> is renamed to <readfactor>. In addition, all three buffer related settings in <network> are moved out of <network> and into a new <cache> parent tag.
  • <minvideocachelevel>, <minaudiocachelevel>, and <cacheindvdplayer> have been removed in v17.
  • <useffmpegvda> - Tag was only used for development testing. Removed in v17.

Settings

Kodi's settings have gone under a major revamp. The location of new settings will be detailed on the Settings page in the near future.

CodecInfo playback information

The codecinfo window/overlay normally contains information about the currently playing media, such as video and audio codecs, frame skips, decoding method, etc. Starting in Kodi v17 most of this information has been moved to a new window called PlayerProcessInfo.

Default keymaps will be adjusted to use this new window (i.e., the "o" key will automatically use the new window). Custom keymaps should change CodecInfo to PlayerProcessInfo

Add-on manager

This might change in the final Kodi v17 release

On the default skin, the add-on manager used to be located in the main settings window. Now only settings related to add-ons are shown there, under Settings -> System -> Add-ons .
The add-on manager itself is now located under Home -> Add-ons -> Icon of an arrow pointing to a box.

Disable joystick input

The setting to disable joystick/gamepad input has been removed. To disable joystick input you only need to disable the new joystick add-on in Add-on manager -> My add-ons -> Peripheral libraries -> Joystick support -> Disable

Enable live TV

The live TV features of Kodi no longer require a specific setting to be enabled or disabled. Instead, this is now triggered based on whether or not there is at least one PVR add-on that has been enabled and correctly configured.

Setting that moved

Feature that moved

Where can I get more help?

The Kodi support forums: http://forum.kodi.tv, and/or the #kodi IRC chat channel on irc.freenode.org.

EXAMPLE PLATFORM: Example issue 1

Notes