Archive:Kodi v14 (Helix) FAQ

From Official Kodi Wiki
Jump to navigation Jump to search
Home icon grey.png   ▶ FAQs
▶ Devices
▶ Kodi v14 (Helix) FAQ

Template:XBMC FAQ

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


General FAQ

See also: All platforms FAQ for an FAQ that applies to all versions of Kodi.

What is Kodi? What is Helix?

Kodi is the new name for XBMC media center. "Helix" is the codename for version 14, just as "Gotham" was the codename for XBMC v13. You will often see "v14" and "Helix" used interchangeably in the community. It might be a little confusing with so many new names being used, but this is simply the new version of XBMC. As long as you call it version 14/v14/Helix, then everyone will know what you are talking about.

  • Kodi v14.0 "Helix" was released on December 23rd, 2014.

You can download Kodi v14 "Helix" by going to http://kodi.tv/download/

Changelog

See: Kodi v14 (Helix) changelog (and add-on developers should also see Helix API changes)

What are some of the major new features?

See Kodi v14 (Helix) changelog for a condensed list of large and important changes
Examples include:
  • Different selectable keyboard layouts for the on screen keyboard.
  • faster library scraping
  • updated ffmpeg including things like h.265 support
  • software decoding defaults to multithread decoding
  • more control over add-ons and their updates in the add-on manager
  • "big font" size in Confluence
  • Freescale i.MX6 support
  • ATSC sub channels for PVR in the US
  • PVR window changes for easier navigation and new EPG views (now/next/channel)
  • Archives (zip, bin, etc) files can be directly browsed

Upgrading

How do I upgrade to v14?

Note: Always backup your settings before upgrading, just incase!

  • In most cases you can just install Kodi v14 over XBMC v13. All your settings and library are saved and will continue to work in the new version.
  • WARNING: Android users: Do not uninstall XBMC v13 before installing Kodi v14. Doing so will erase your settings before the upgrade takes place.
  • After you install Kodi v14, you can then uninstall your old XBMC v13 install. XBMC v13 must be manually uninstalled in most cases since the upgrade has a new application name, depending on your OS.

See Migration from XBMC to Kodi for full details.

PVR add-ons for Ubuntu

  • PVR add-ons for Ubuntu need to be reinstalled as they will have new Kodi- names.

MySQL

Template: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 it this or that go?

Play button on remote no longer pauses

  • Custom keymaps might need to be adjusted to use the action ID playpause instead of play. "Play" alone has new behavior to only play and not pause. This can be done with a basic text editor and going into your userdata folder and into the keymaps folder.

Live TV

  • The Live TV home menu option has been renamed to just TV.
  • Some Keymap window IDs for PVR have changed and will need to be adjusted accordingly.

Audio encoder options

For Ubuntu users (and possibly other linux-based OSes), audio encoders are now binary add-ons and must be installed through apt-get. See Ripping CDs#Adding audio encoders for Ubuntu for details.

Userdata folder

  • The userdata folder's parent settings folder has been renamed from "xbmc" to "kodi" (or .kodi for some OSes).
  • If you are upgrading from an older XBMC install, then Kodi will move/rename your "xbmc" folder to "kodi".

Troubleshooting

What are some of the known issues in Helix?

See: Common issues

What might break when upgrading to v14? (add-ons, skins, remotes, etc)

Most things from v13 will work in v14. However:
  • Some add-ons may not work, prompting Kodi to ask you to disable them. You can keep using them if you wish (by choosing not to disable them), but doing so is unsupported.
  • Some skins might not be updated for v14 Helix when you update. Be sure to check the relevant section of http://forum.kodi.tv for your skin to see if an update is planned.
    • Skins that have not been updated might not show the on screen keyboard.
  • Should your repo appear empty, or you are missing the new subtitles services, you may need to trigger a Force refresh on the Kodi add-on repository.
  • The default username for remote smartphone apps is now kodi and might need to be changed in the settings of those remote apps. You can also change the username back to "xbmc" or use a custom username (and optionally, a password) in Service settings.

No menus on screen when starting up

  • When using the default skin, Confluence, if you only see the blue bubble background and no menus or buttons, this might be due to the start up window option. If the start up window option was set to open up PVR/Live TV in v13, then Kodi gets "confused" in v14 and doesn't show anything. To fix this, press escape until you see the home screen and then go into Settings → Appearance → Skin → Startup window and re-set this to either "home screen" or "TV" if you want to keep starting up on Live TV.

Add-ons don't show Kodi updates

  • Sometimes add-ons and/or add-on updates might not work until you do a force refresh on the add-on repositories.

No letters on the on-screen-keyboard

  • If you cannot see any letters on the on-screen-keyboard then you need to switch to a v14-compatible skin or wait for an update for your existing skin.

No Live TV button on home screen

  • If you use IPTV Simple and your "Live TV" option disappeared, this is not because of the v14 upgrade. The Live TV option for IPTV Simple will disappear if it cannot access the playlist for the channels, such as a URL change or a server issue, or if someone has deleted the playlist.
  • Make sure you are using the included version of IPTV Simple and not an installed version (except for Ubuntu). If you've installed IPTV Simple from another add-on repo or zip file, uninstall that using the add-on manager and then enable the built-in version by going to System → Add-ons → Disabled add-ons → PVR.

Playing a video from home screen or smartphone remote doesn't save watched/resume status

ANDROID: No video or zoomed in video

  • Some Amlogic-based Android devices are having issues playing back video, either too zoomed in or only showing a black screen. This will be fixed in the upcoming v14.1 bugfix release, which can be tests here: http://forum.kodi.tv/showthread.php?tid=213108

ANDROID: the x86 (Intel) version of Kodi doesn't work/keeps crashing

APPLE TV 2: Autobooting into XBMC/Kodi causes black screen

  • ATV2 users who previously auto-booted into XBMC might have issues upgrading to v14. This can be fixed by SSH'ing into the ATV2 (username:root , password:alpine) and running the command
    apt-get remove org.tomcool.xbmc-booter
    and then rebooting the ATV2.

APPLE TV 2: Two icons for XBMC and Kodi (may cause crashing)

  • ATV2 users need to manually uninstall the old XBMC icon in order for things to run smoothly. See Migration.

LINUX: Media keys don't work (play, fast forward, volume)

  • In some Linux distributions (Ubuntu, Linux Mint), the OS might be "stealing" media keys (play, fast forward, volume, etc). A temp workaround is to "un-map" the media keys in the OS's keyboard/shortcut settings.

RASPBERRY PI: Can't playback RAR files

Where can I get more help?

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

See also

Template:Upgrade FAQs