Archive:XBMC v13 (Gotham) FAQ: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
Line 107: Line 107:
sudo apt-get install xbmc xbmc-bin
sudo apt-get install xbmc xbmc-bin
</source>
</source>
}}
|}
== Android ==
{| width="100%"
{{FAQ|1=Android
| BGcolor= WhiteSmoke
| Question= XBMC for Android
| Answer=
{{See also|Android FAQ|HOW-TO:Install XBMC for Android}}
* While there is a v13 XBMC for Android release, not all features work on all Android devices yet. This was expected, but a release is still made for those who wish to try it out. Several features, such as hardware video decoding, better touch support, and more, are still under development. Check out '''[[Android FAQ]]''' for details on continuing developments and new test builds posted regularly.
* If you've bought a device that was advertised to run XBMC, such as the Pivos XIOS, G-box, MiniX Neo, etc, then you should check with their respective websites for a final v13 Gotham build. Many of these devices need specific builds for hardware decoding and won't work correctly with the generic build released on xbmc.org.
* XBMC for Android won't be on the Google Play store just yet. It will be made available once there is better support for more Android devices.
}}
}}
|}
|}

Revision as of 20:50, 26 July 2013

Home icon grey.png   ▶ General topics ▶ FAQs ▶ XBMC v13 (Gotham) FAQ

Frequently Asked Questions upgrading to XBMC v13 (Gotham), including how to enable some of the new features, where some controls got moved to, etc. Template:XBMC FAQ


General FAQ

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

What is "Gotham"?

Link

Gotham is the codename for XBMC Media Center version 13. Current release date is unknown and will be communicated through official channels when decided. You will often see "v13" and "Gotham" used interchangeably in the XBMC community.

Where can I see a full changelog?

Link

See: XBMC v13 (Gotham) changelog

How do I upgrade to v13?

Link

Just install/copy the new version of XBMC over the old one.

What are some of the major new features?

Link
See XBMC v13 (Gotham) changelog for a full list of changes

Will I lose my settings/library in the upgrade?

Link

For most users, no. All settings and your library will be preserved in an upgrade. Settings that aren't preserved are those that have been reorganised, renamed, set to a new default - usually it's only a handful, and only things that don't really matter. However, it never hurts to do a backup of your userdata folder (where all the settings/library DB files are stored).

If you are using MySQL then see #MySQL

Do I need to do anything for MySQL library syncing?

Link

Yes, See: HOW-TO:Sync multiple libraries/Upgrading XBMC to v13

Where did it this or that go?

Where did most of the settings go?

Link

Gotham now has multiple user levels of settings. Hiding some more advanced settings by default. To change this setting level Settings -> Appearance -> Press left -> Change setting level.

Linux

Why is Gotham not in the default Debian/Ubuntu repositories?

Link

HOW-TO:Install XBMC for Linux

Until that is resolved Ubuntu users can still get XBMC from our official PPAs by adding the Team XBMC repository: https://launchpad.net/~team-xbmc/+archive/ppa , which has the additional advantage of working LibRAR support.

Where can I get Gotham builds for older Ubuntu installations?

Link

How to switch from XBMC unstable PPA (used in XBMCbuntu Beta/RC releases) to final PPA

Link
sudo add-apt-repository -r ppa:team-xbmc/unstable
sudo add-apt-repository ppa:team-xbmc/ppa
sudo apt-get remove xbmc xbmc-bin
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install xbmc xbmc-bin

Troubleshooting

What are some of the known issues in Gotham?

Link

See: Known Gotham issues

Audio issues and/or slow video playback

Link

See: #Audio above.

Can't use more than one movie set

Link

v13 only supports one movie set for movies at a time. The ability to use more than one set in previous versions was actually an oversight, as sets are only meant to be used for directly related sequels and movie series, and the feature doesn't work correctly for more than one. For those who need a way to group movies in various ways, XBMC v13 Gotham now has video library tags, which can be used as many times as a user wants, and for whatever reason they want.

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

Link

Most things from v12 will work in v13. However:

  • Add-ons may not work, prompting XBMC 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. See Category:All add-ons for a list (check the drop-down menus). Where there is a noticeable slowdown in XBMC addons are likely cause, backup your userdata and as a last resort delete the userdata Addons folder and the Addons15.db in the userdata Database folder.
  • Skins need to be updated for Gotham - check your skin has been upgraded ready for Gotham: Category:Skins (check the drop-down menus). If you have problems starting up XBMC after updating, you might need to move/delete your guisettings.xml file (see userdata for location) to reset your skin.
  • If videos are playing back slowly or you have having sound related issues, see: #Audio.

Recently added videos seem out of order

Link

Since Frodo it now uses file dates for "Recently added" videos instead of the date when a video was scanned into XBMC. This can be changed back to XBMC v11 (Eden) behavior by creating a text file called advancedsettings.xml and placing it in the userdata folder with the following content:

  <advancedsettings>
       <videolibrary>
         <dateadded>0</dateadded>
       </videolibrary>
  </advancedsettings>

What happens if I don't like XBMC v13, can I just install XBMC v11 again?

Link

Whilst Gotham does "upgrade" the library, it stores a Eden compatible copy. Just replace the Gotham application with Eden. It is still recommended to always make a backup of your userdata folder before updating, just in case. Add-ons will likely need to be reset (uninstall and then reinstall) if you go from Gotham to Eden.

What should I do when Addon repositories dont list any contents?

Link

See Empty repositories listing

Where can I get more help?

Link

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

See also