<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://kodi.wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Popcornmix</id>
	<title>Official Kodi Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://kodi.wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Popcornmix"/>
	<link rel="alternate" type="text/html" href="https://kodi.wiki/view/Special:Contributions/Popcornmix"/>
	<updated>2026-06-17T18:29:34Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://kodi.wiki/index.php?title=HOW-TO:Modify_the_video_cache&amp;diff=122832</id>
		<title>HOW-TO:Modify the video cache</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=HOW-TO:Modify_the_video_cache&amp;diff=122832"/>
		<updated>2016-05-13T13:13:09Z</updated>

		<summary type="html">&lt;p&gt;Popcornmix: /* Kodi v17 changes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{mininav| [[advancedsettings.xml]] {{l2| [[Video library]] }} }}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;intro&amp;quot; /&amp;gt;This page describes &#039;&#039;&#039;three [[advancedsettings.xml]] settings&#039;&#039;&#039; that can be used to maximize the video playback cache. You can use all or just a couple of these settings to see significant improvements in cache performance, should you require it &#039;&#039;(most users will not require these modifications)&#039;&#039;. This can help with intermittent network issues, buffering, reduce how long the network is tied up, and sometimes improve battery life.&amp;lt;section end=&amp;quot;intro&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{note|Even if you change the cache settings in Kodi, that won&#039;t change how fast the video file data comes in over the network. For example, it won&#039;t make a slow server load the video any faster.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{note|&#039;&#039;&#039;[[PVR]]&#039;&#039;&#039; users will need to use different settings detailed on &#039;&#039;&#039;[[advancedsettings.xml#pvr]]&#039;&#039;&#039;.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Steps ==&lt;br /&gt;
If you don&#039;t already have an [[advancedsettings.xml]] file, it&#039;s very simple to make. Kodi uses this file for advanced settings and features that normal users shouldn&#039;t modify without first knowing what they do, as well as for experimental features, etc.&lt;br /&gt;
&lt;br /&gt;
{{how-to&lt;br /&gt;
| Step1 = Since you can use all or just some of the following settings, let&#039;s start out with the basic file. Create a &#039;&#039;&#039;plain text file&#039;&#039;&#039; (no rich text formatting, don&#039;t use .doc, etc) and save it as &#039;&#039;&#039;advancedsettings.xml&#039;&#039;&#039;. Make sure that the file extension is &amp;quot;.xml&amp;quot; and {{color|red|&#039;&#039;&#039;not&#039;&#039;&#039;}} &amp;quot;.txt&amp;quot; or &amp;quot;.xml.txt&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
| Step2 = Cut and paste this into your new plain text file:&lt;br /&gt;
:&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;advancedsettings&amp;gt;&lt;br /&gt;
  &amp;lt;network&amp;gt;&lt;br /&gt;
    &amp;lt;!--- The three settings will go in this space, between the two network tags. ---&amp;gt;&lt;br /&gt;
  &amp;lt;/network&amp;gt;&lt;br /&gt;
&amp;lt;/advancedsettings&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| Step3 = Add some or all of the settings tags from the &#039;&#039;&#039;[[#Cache settings|next section]]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
| Step4 = Save this file in your [[userdata folder]]:&lt;br /&gt;
{{note|If you have an existing file, make sure the &amp;lt;network&amp;gt;&amp;lt;/network&amp;gt; tags, and settings we&#039;ll add between them, are between the main &amp;lt;advancedsettings&amp;gt;&amp;lt;/advancedsettings&amp;gt; tags.}}&lt;br /&gt;
::{{#lst:userdata|location all}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Cache settings==&lt;br /&gt;
{| class=&amp;quot;prettytable&amp;quot;&lt;br /&gt;
! advancedsettings.xml tag !! what it does&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;buffermode&amp;gt;&#039;&#039;&#039;1&#039;&#039;&#039;&amp;lt;/buffermode&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| {{big|&#039;&#039;&#039;Choose what to buffer&#039;&#039;&#039;}}&lt;br /&gt;
&lt;br /&gt;
This setting will force Kodi to use a cache for all video files, including local network, internet, and even the local hard drive. Default value is 0 and will only cache videos that use internet file paths/sources.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;datatable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 0 || Buffer all internet filesystems (like &amp;quot;2&amp;quot; but additionally also ftp, webdav, etc.) (default)&lt;br /&gt;
|-&lt;br /&gt;
| 1 || Buffer all filesystems, both internet and local&lt;br /&gt;
|-&lt;br /&gt;
| 2 || Only buffer true internet filesystems (streams) (http, etc.)&lt;br /&gt;
|-&lt;br /&gt;
| 3 || No buffer&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;cachemembuffersize&amp;gt;&#039;&#039;&#039;20971520&#039;&#039;&#039;&amp;lt;/cachemembuffersize&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| {{big|&#039;&#039;&#039;Increasing the cache&#039;&#039;&#039;}}&lt;br /&gt;
&lt;br /&gt;
Here we can do two things:&lt;br /&gt;
* {{Big|&#039;&#039;&#039;Value: 20971520&#039;&#039;&#039; &#039;&#039;(or any value, in bytes)&#039;&#039;}} &#039;&#039;&#039;-&#039;&#039;&#039; keep the cache in RAM, but increase how much RAM is used. The number is the buffer size in bytes &#039;&#039;(20971520 is the default, which is 20MB, which requires 60MB of free RAM)&#039;&#039;. Kodi will not buffer ahead more than this. {{Note|For the memory size set here, Kodi will require 3x the amount of RAM to be free. Setting this too high might cause Kodi to crash if it can&#039;t get enough RAM.}}&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;or&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;{{Big|Value: 0}} -&#039;&#039;&#039; we can use the local disk memory (typically your hard drive), which will not put any limit on the size (outside of the size of your drive).  This also allows devices with low RAM, such as the [[Raspberry Pi]], to cache more than they normally would due to the small amount of RAM they have. The cache is deleted from the local disk whenever playback is stopped. {{note|This will likely cause increased wear-and-tear on your drive.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:{{note|Do not use the 0 (zero) setting if you have a device with a low amount of local storage, such as 8GB on a Fire TV. As a general rule of thumb, only use this setting if you have at least 16 GB of local drive space that is currently free on the device. Otherwise, Kodi will stall and stop playing the video, or might even crash.}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;readbufferfactor&amp;gt;&#039;&#039;&#039;10&#039;&#039;&#039;&amp;lt;/readbufferfactor&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| {{big|&#039;&#039;&#039;Increase the fill-rate of the cache&#039;&#039;&#039;}}&lt;br /&gt;
&lt;br /&gt;
By default &#039;&#039;&#039;(value: 1)&#039;&#039;&#039;, Kodi will only fill the cache a little above what is needed to play it back. It does this as to not max out your network and possibly max out some hardware. For most users and hardware, this setting shouldn&#039;t cause any issues, but be aware of it if you have unusual CPU spikes in your HTPC. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The value of this setting is a multiplier of the default limit. If Kodi is loading a typical bluray raw file at 36 Mbit/s, then a value of &#039;&#039;&#039;2&#039;&#039;&#039; will need at least 72 Mbit/s of network bandwidth. However, unlike with the RAM setting, you can safely increase this value however high you want, and Kodi won&#039;t crash. Just know that it might cause Kodi to attempt to use all available bandwidth on your HTPC during playback.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Kodi v17 changes ==&lt;br /&gt;
{{Future box|17|2=In the upcoming Kodi v17, the following tags are removed from &amp;lt;code&amp;gt;&amp;lt;network&amp;gt;&amp;lt;/code&amp;gt; and placed under a new &amp;lt;code&amp;gt;&amp;lt;cache&amp;gt;&amp;lt;/code&amp;gt; tag. Also, &amp;lt;code&amp;gt;&amp;lt;cachemembuffersize&amp;gt;&amp;lt;/code&amp;gt; is renamed to &amp;lt;code&amp;gt;&amp;lt;memorysize&amp;gt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;lt;readbufferfactor&amp;gt;&amp;lt;/code&amp;gt; is renamed to &amp;lt;code&amp;gt;&amp;lt;readfactor&amp;gt;&amp;lt;/code&amp;gt;. &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;cache&amp;gt;&lt;br /&gt;
  &amp;lt;memorysize&amp;gt;0&amp;lt;/memorysize&amp;gt;  &amp;lt;!-- number of bytes used for buffering streams in memory &lt;br /&gt;
    When set to 0 the cache will be written to disk instead of RAM --&amp;gt;&lt;br /&gt;
  &amp;lt;buffermode&amp;gt;0&amp;lt;/buffermode&amp;gt;  &amp;lt;!-- Choose what to buffer:&lt;br /&gt;
     0) Buffer all internet filesystems (like &amp;quot;2&amp;quot; but additionally also ftp, webdav, etc.) (default)&lt;br /&gt;
     1) Buffer all filesystems (including local)&lt;br /&gt;
     2) Only buffer true internet filesystems (streams) (http, etc.)&lt;br /&gt;
     3) No buffer --&amp;gt;&lt;br /&gt;
  &amp;lt;readfactor&amp;gt;4.0&amp;lt;/readfactor&amp;gt; &amp;lt;!-- this factor determines the max readrate in terms of readbufferfactor * avg bitrate of a video file. &lt;br /&gt;
This can help on bad connections to keep the cache filled. It will also greatly speed up buffering. Default value 4.0. --&amp;gt;&lt;br /&gt;
&amp;lt;/cache&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
===Example 1===&lt;br /&gt;
All three options enabled, using local hard drive for cache.&lt;br /&gt;
&lt;br /&gt;
;advancedsettings.xml&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;advancedsettings&amp;gt;&lt;br /&gt;
  &amp;lt;network&amp;gt;&lt;br /&gt;
    &amp;lt;buffermode&amp;gt;1&amp;lt;/buffermode&amp;gt;&lt;br /&gt;
    &amp;lt;cachemembuffersize&amp;gt;0&amp;lt;/cachemembuffersize&amp;gt;&lt;br /&gt;
    &amp;lt;readbufferfactor&amp;gt;30&amp;lt;/readbufferfactor&amp;gt;&lt;br /&gt;
  &amp;lt;/network&amp;gt;&lt;br /&gt;
&amp;lt;/advancedsettings&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Example 2===&lt;br /&gt;
Only cache size changed, using 100MB of RAM for cache (which requires 300MB of free RAM).&lt;br /&gt;
&lt;br /&gt;
;advancedsettings.xml&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;advancedsettings&amp;gt;&lt;br /&gt;
  &amp;lt;network&amp;gt;&lt;br /&gt;
    &amp;lt;cachemembuffersize&amp;gt;104857600&amp;lt;/cachemembuffersize&amp;gt;&lt;br /&gt;
  &amp;lt;/network&amp;gt;&lt;br /&gt;
&amp;lt;/advancedsettings&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Example 3===&lt;br /&gt;
Two options enabled, using 50MB of RAM for cache (which requires 150MB of free RAM), and cache both internet, LAN, and local content.&lt;br /&gt;
&lt;br /&gt;
;advancedsettings.xml&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;advancedsettings&amp;gt;&lt;br /&gt;
  &amp;lt;network&amp;gt;&lt;br /&gt;
    &amp;lt;buffermode&amp;gt;1&amp;lt;/buffermode&amp;gt;&lt;br /&gt;
    &amp;lt;cachemembuffersize&amp;gt;52428800&amp;lt;/cachemembuffersize&amp;gt;&lt;br /&gt;
  &amp;lt;/network&amp;gt;&lt;br /&gt;
&amp;lt;/advancedsettings&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Example 4 ===&lt;br /&gt;
A safe setting for most devices with 1GB of RAM that should help most users &amp;quot;on the edge&amp;quot;. All protocols get cached, cache rate fills up pretty much as fast as possible, and cache size is 150MB, using 450MB of ram total.&lt;br /&gt;
&lt;br /&gt;
;advancedsettings.xml&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;advancedsettings&amp;gt;&lt;br /&gt;
  &amp;lt;network&amp;gt;&lt;br /&gt;
    &amp;lt;buffermode&amp;gt;1&amp;lt;/buffermode&amp;gt;&lt;br /&gt;
    &amp;lt;cachemembuffersize&amp;gt;157286400&amp;lt;/cachemembuffersize&amp;gt;&lt;br /&gt;
    &amp;lt;readbufferfactor&amp;gt;20&amp;lt;/readbufferfactor&amp;gt;&lt;br /&gt;
  &amp;lt;/network&amp;gt;&lt;br /&gt;
&amp;lt;/advancedsettings&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Caches explained]]&lt;br /&gt;
* [[Advancedsettings.xml#pvr]] - For PVR cache settings&lt;br /&gt;
&lt;br /&gt;
{{Updated|16}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Advanced topics]]&lt;br /&gt;
[[Category:How-to]]&lt;br /&gt;
[[Category:Video library]]&lt;/div&gt;</summary>
		<author><name>Popcornmix</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Archive:Raspberry_Pi_FAQ&amp;diff=87614</id>
		<title>Archive:Raspberry Pi FAQ</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Archive:Raspberry_Pi_FAQ&amp;diff=87614"/>
		<updated>2015-03-06T14:12:45Z</updated>

		<summary type="html">&lt;p&gt;Popcornmix: /* Troubleshooting */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{XBMC FAQ}}&lt;br /&gt;
{{mininav|[[Raspberry Pi]] }}&lt;br /&gt;
&#039;&#039;&#039;F&#039;&#039;&#039;requently &#039;&#039;&#039;A&#039;&#039;&#039;sked &#039;&#039;&#039;Q&#039;&#039;&#039;uestions Kodi running on the &#039;&#039;&#039;[[Raspberry Pi]]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
== General FAQ ==&lt;br /&gt;
:&amp;lt;big&amp;gt;&#039;&#039;See also: &#039;&#039;&#039;[[XBMC all platforms FAQ]]&#039;&#039;&#039; for FAQs that apply to all versions of Kodi.&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
&amp;lt;!--{{FAQ|1=doesitblend&lt;br /&gt;
| BGcolor=&lt;br /&gt;
| Question= How well does it work?&lt;br /&gt;
| Answer=&lt;br /&gt;
* {{editor note|short write up on general feel/limitations? Maybe also link to more &amp;quot;in-depth&amp;quot;/longer write-ups/reviews?}}&lt;br /&gt;
}}--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Install&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Installing Kodi on the Raspberry Pi&lt;br /&gt;
| Answer=&lt;br /&gt;
{{#lst:Raspberry Pi|install}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Version&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Is Kodi for Raspberry Pi different from normal Kodi?&lt;br /&gt;
| Answer=&lt;br /&gt;
* The current stable version of Kodi for Raspberry Pi is {{current version}}. This is the same code that all of the other platforms (Linux, iOS, Mac OS X, Windows, etc) are using.&lt;br /&gt;
* There are two acceleration options on the Pi. &amp;quot;omxplayer&amp;quot; runs much of the player logic on the gpu which is highest performance option and can handle raw Blu-Ray quality videos. It does not support DVD menus or ALSA audio.&lt;br /&gt;
* &amp;quot;MMAL&amp;quot; acceleration uses dvdplayer with hardware acceleration of the video codec. Performance is a little lower than omxplayer, but should still handle most 1080p content.&lt;br /&gt;
* By default both are enabled, and omxplayer acceleration will be disabled when not appropriate (i.e. DVDs with menus or when ALSA audio is enabled).&lt;br /&gt;
* If you don&#039;t play raw Blu-Ray quality videos then disabling omxplayer acceleration is an option which some users may prefer. &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Current_build&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= How do I find out what version of Kodi am I running?&lt;br /&gt;
| Answer=&lt;br /&gt;
* Kodi main menu &amp;gt; System &amp;gt; Lower submenu &amp;gt; System info. &#039;&#039;&#039;Note the build date.&#039;&#039;&#039;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Formats&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Video and audio formats the Raspberry Pi can playback&lt;br /&gt;
| Answer=&lt;br /&gt;
* H.264 (up to High Profile) encoded videos are supported up to 1080P using hardware video decoding. &#039;&#039;Note: [[Hi10P]] will not work.&#039;&#039;&lt;br /&gt;
* MPEG-4 encoded videos are supported up to 1080P using hardware video decoding. This includes XviD and recent versions on DivX (but not the older 3.xx DivX).&lt;br /&gt;
* The Raspberry Pi Foundation offers additional video codec licenses for a few dollars. At the moment you can purchase MPEG-2 and VC1, both with support up to 1080P. Read [[#Enabling_additional_video_codecs|below]] on how to enable these.&lt;br /&gt;
* MJPEG, VP6, VP8 and OGG Theora are supported as GPU accelerated software decoders. These are limited to DVD resolutions.&lt;br /&gt;
* Codecs without gpu support like DivX 3, msmpeg and sorenson spark will be decoded by dvdplayer on the ARM. Should work for SD resolutions.&lt;br /&gt;
* DVD ISOs with menus should work fine (using dvdplayer).&lt;br /&gt;
* Software DTS audio decode works well in recent builds. TrueHD audio is CPU intensive and may require overclocking.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Output&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Video and audio output on the Raspberry Pi&lt;br /&gt;
| Answer=&lt;br /&gt;
* Video output via HDMI up to 1080P. The GUI is 1080p by default, but can be reduced in video settings without affecting video resolution.&lt;br /&gt;
* Video output via the analog component video (RCA) jack will be in SD.&lt;br /&gt;
* Analog audio output via the mini phone jack is supported.&lt;br /&gt;
* I2S and USB ALSA audio cards are supported with {{current version}} builds. omxplayer acceleration is not available (it will be disabled automatically). &lt;br /&gt;
* DTS and AC3 audio passthrough audio is supported (and recommended, as it will reduce CPU load on the R-Pi)&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Multichannel_Audio&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= How about multichannel audio support?&lt;br /&gt;
| Answer=&lt;br /&gt;
* By default audio is downmixed to stereo.&lt;br /&gt;
* If your receiver/TV supports DTS or AC3 passthrough then enable these in audio settings and you will get 6 channel audio.&lt;br /&gt;
* Multichannel PCM audio is supported over HDMI. Note: not all receivers support this and toslink/optical will not.&lt;br /&gt;
* Enable by setting the speaker configuration to suitable value (e.g. 5.1 or 7.1).&lt;br /&gt;
* If your recevier does not support multichannel PCM, then leave this at 2.0. You can still get multichannel audio through passthrough.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Extra_codecs&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Enabling additional video codecs&lt;br /&gt;
| Answer=&lt;br /&gt;
You can buy additional video codecs (VC-1 - used in some bluray discs, and MPEG-2) from the [http://www.raspberrypi.com/license-keys/ Raspberry Pi Foundation online shop]. After purchase the keys are emailed to you, looking like this (invalid keys used for example):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;decode_MPG2=0x1cc591c7&lt;br /&gt;
decode_WVC1=0x8aa09876&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In order to enable additional video codecs you should modify &#039;&#039;/boot/config.txt&#039;&#039; and add these lines literally. The method may vary per distribution:&lt;br /&gt;
&lt;br /&gt;
* Manual: Open &#039;&#039;/boot/config.txt&#039;&#039; with a text editor like nano or vi, and add the keys.&lt;br /&gt;
* [[XBian]]: You can add/remote your keys using [http://xbian.org/getting-started/configuring-xbian/ XBian-config]. After reboot your keys will be entered and ready to use.&lt;br /&gt;
* [[Raspbmc]]: Navigate to {{highlight|Programs -&amp;gt; Raspbmc Settings -&amp;gt; System Configuration -&amp;gt; MPEG2 codec license/VC1 codec key}}.  Enter your keys with the onscreen keyboard then Kodi will prompt you to reboot.  After reboot your keys will be entered and ready to use.&lt;br /&gt;
* [[OpenELEC]]: Type &amp;lt;code&amp;gt;mount /flash -o remount,rw&amp;lt;/code&amp;gt; to remount the boot partition in read/write mode. The file to edit is located in &#039;&#039;/flash/config.txt&#039;&#039;, and contains stubs for the license keys. Add the keys using nano or vi. There is also an unofficial [http://openelec.tv/forum/124-raspberry-pi/68533 add-on] which can be used to enter the codec information.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Media&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Accessing media&lt;br /&gt;
| Answer=&lt;br /&gt;
{{See also|Adding videos to the library|File sharing}}&lt;br /&gt;
* You can connect to media that&#039;s being shared from a computer, HTPC, or NAS device on your local network.&lt;br /&gt;
* You can access media on the main SD card or from the USB ports (hard drives, USB stick drives, hubs, all supported).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Add-ons|2=Skins&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Add-ons and skins&lt;br /&gt;
| Answer=&lt;br /&gt;
* Kodi for Raspberry Pi is a full version of Kodi and will be able to use all non-platform specific [[add-ons]] and [[skins]]. More feature rich (CPU demanding) skins might not run smoothly, so keep to &amp;quot;lighter&amp;quot; skins.&lt;br /&gt;
* Recommended lite skins include: Confluence (default skin), Amber, Metropolis, Quartz, Quartz Reloaded, Slik, xTV-SAF. Aeon Nox 5 is quite usable.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Shutdown&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= How to properly shutdown/disconnect&lt;br /&gt;
| Answer=&lt;br /&gt;
* It is not possible to use traditional &amp;quot;shutdown&amp;quot; on the Raspberry Pi. The only way to power it off is to disconnect the power. &lt;br /&gt;
* ALWAYS select the shutdown command in Kodi before powering off the Raspberry Pi. Failure to do so can corrupt the Kodi library databases, other databases, or even other OS files.&lt;br /&gt;
* Most users leave the Raspberry Pi on all the time, as it uses very little power (the cost of electricity for a year is about the price of a hamburger).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Remotes&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Remotes for Raspberry Pi&lt;br /&gt;
| Answer=&lt;br /&gt;
{{see|Raspberry Pi#Remote controls}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=MySQL&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= MySQL library sharing&lt;br /&gt;
| Answer=&lt;br /&gt;
* If you are using [[MySQL]] library sharing features, please note that your library will only sync with the Raspberry Pi if all your other Kodi instances are running the same version ([[#Current_build|how to check your version]]).&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
{{see also|Troubleshooting}}&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Forum|2=IRC&lt;br /&gt;
| BGcolor=&lt;br /&gt;
| Question= Getting more help with Kodi for Raspberry Pi&lt;br /&gt;
| Answer=&lt;br /&gt;
* &#039;&#039;&#039;[http://forum.kodi.tv/forumdisplay.php?fid=166 Kodi for Raspberry Pi specific help forum]&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;[irc://irc.freenode.org/xbmc-rpi #xbmc-rpi]&#039;&#039;&#039; [[w:IRC|IRC]] chat channel on irc.freenode.org.&lt;br /&gt;
* &#039;&#039;&#039;[http://webchat.freenode.net/?channels=xbmc-rpi #xbmc-rpi]&#039;&#039;&#039; [[w:IRC|IRC]] channel on Freenode (Webchat)&lt;br /&gt;
* &#039;&#039;&#039;[http://webchat.freenode.net/?channels=openelec #openelec]&#039;&#039;&#039; OpenELEC [[w:IRC|IRC]] support on Freenode (Webchat)&lt;br /&gt;
* &#039;&#039;&#039;[http://webchat.freenode.net/?channels=xbian #xbian]&#039;&#039;&#039; XBian [[w:IRC|IRC]] support on Freenode (Webchat)&lt;br /&gt;
* &#039;&#039;&#039;[http://webchat.freenode.net/?channels=raspbmc #raspbmc]&#039;&#039;&#039; Raspbmc [[w:IRC|IRC]] support on Freenode (Webchat)&lt;br /&gt;
* Also see the individual Kodi/OS distribution documentation and support forums noted &#039;&#039;&#039;[[Raspberry Pi/FAQ#Install|above]]&#039;&#039;&#039;.&lt;br /&gt;
* For general Raspberry Pi info and help be sure to see http://raspberrypi.org and the very excellent &#039;&#039;&#039;[http://elinux.org/R-Pi_Hub Raspberry Pi Wiki]&#039;&#039;&#039;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Logs|2=Userdata|3=logs&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Userdata folder and logs&lt;br /&gt;
| Answer=&lt;br /&gt;
:&#039;&#039;See &#039;&#039;&#039;[[How-to:Submit a proper bug report]]&#039;&#039;&#039; for bug reporting details and  &#039;&#039;&#039;[[Debug log]]&#039;&#039;&#039; for how to post the debug log.&#039;&#039;&lt;br /&gt;
* [[Userdata folder]]:&lt;br /&gt;
** OpenELEC: {{highlight|/storage/.kodi/userdata/}}&lt;br /&gt;
** Raspbmc: {{highlight|/home/pi/.kodi/userdata/}}&lt;br /&gt;
** XBian: {{highlight|/home/xbian/.kodi/userdata/}}&lt;br /&gt;
* [[Debug log]]: &lt;br /&gt;
** OpenELEC: {{highlight|/storage/.kodi/temp/kodi.log}}&lt;br /&gt;
** Raspbmc: {{highlight|/home/pi/.kodi/temp/kodi.log}}&lt;br /&gt;
** XBian: {{highlight|/home/xbian/.kodi/temp/kodi.log}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Language&lt;br /&gt;
| BGcolor=&lt;br /&gt;
| Question= Wrong language displayed in Kodi&lt;br /&gt;
| Answer=&lt;br /&gt;
* If you&#039;re getting a different language displayed in Kodi than the one you&#039;ve set in {{highlight|bordered=yes|[[Settings/Appearance#International|Settings -&amp;gt; Appearance -&amp;gt; International]]}}, it could be caused by your TV&#039;s language settings over [[CEC]]. &lt;br /&gt;
* Go into {{highlight|bordered=yes|[[Settings/System#Input devices|Settings -&amp;gt; System -&amp;gt; Input devices -&amp;gt; Peripherals -&amp;gt; RasPi CEC module -&amp;gt; Use TV&#039;s language]]}} and set to off.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Issues&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Raspberry Pi known issues&lt;br /&gt;
| Answer=&lt;br /&gt;
{{#lst:Frodo issues|Raspberry Pi}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Buffering|2=Performance&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Performance: video buffering, stuttering, choppiness &lt;br /&gt;
| Answer=&lt;br /&gt;
{{main|Raspberry Pi#Maximizing performance}}&lt;br /&gt;
{{#lst:Raspberry Pi|performance}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Memory Usage&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Memory usage (especially with 256M Pi)&lt;br /&gt;
| Answer=&lt;br /&gt;
* gpu_mem should be set to 128M. On a 256M Pi it is recommended to set it to 112M. On a 512M Pi it may be worth increasing this if you are running heavy skins or if you want to increase the default fanart resolution or colour depth. 256M should be more than enough.&lt;br /&gt;
* A 256M Pi is quite short on memory. Be careful with running other apps in the background (e.g. torrents) or installing add-ons that consume memory.&lt;br /&gt;
* The default cachemembuffersize will be 2M for a 256M Pi, and 20M for a 512M Pi. You can use 0 to cache to sdcard.&lt;br /&gt;
* Reducing the &amp;quot;GUI resolution limit&amp;quot; (e.g. to 720p) in settings/system/video will save memory. This is a default on a 256M Pi. Video will still play at full resolution (e.g. 1080p).&lt;br /&gt;
* Enabling &amp;quot;higher colour depth artwork&amp;quot; will use more memory. It should be disabled on 256M Pi.&lt;br /&gt;
* Reducing imageres/fanartres will reduce memory usage.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=TV is not detected unless powered on first&lt;br /&gt;
| BGcolor=&lt;br /&gt;
| Question=TV is not detected unless powered on first&lt;br /&gt;
| Answer=&lt;br /&gt;
* Some TVs/receivers only report their capabilities (EDID) through HDMI when powered on before the Pi.&lt;br /&gt;
* If TV doesn&#039;t get the right resolution or CEC doesn&#039;t work when Pi is powered before the TV/receiver then you can:&lt;br /&gt;
* Run: &amp;lt;code&amp;gt;sudo tvservice -d edid.dat&amp;lt;/code&amp;gt; (after booting with TV/receiver powered on first)&lt;br /&gt;
* copy the edid.dat to the FAT partition (/boot on raspbmc and /flash on openelec)&lt;br /&gt;
* and add to config.txt: &amp;lt;code&amp;gt;hdmi_edid_file=1&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;hdmi_force_hotplug=1&amp;lt;/code&amp;gt;&lt;br /&gt;
* Note: if you change TV/receiver or use a different HDMI input you should capture a new edid.dat file&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Videos don&#039;t play from archives&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question=Videos don&#039;t play from archives&lt;br /&gt;
| Answer=&lt;br /&gt;
* When browsing, any archives need to be extracted to identify the content. This can be very slow and even cause out-of-memory crashes with large archive files.&lt;br /&gt;
* On the Pi this is now optional (enabled by default), enable or disable with: {{highlight|bordered=yes|[[Settings/Appearance#File lists|Settings -&amp;gt; Appearance -&amp;gt; File lists -&amp;gt; Support browsing into archives]]}}&lt;br /&gt;
* If your library does contain rar files, beware of disabling - you may need to rescan library after enabling again. Also note that subitles in rar won&#039;t work when disabled. &lt;br /&gt;
* Note: using rar files doesn&#039;t save any space as video files are already highly compressed, so just extracting them would be the preferred solution.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Coloured square appears on screen&lt;br /&gt;
| BGcolor=&lt;br /&gt;
| Question=Coloured square appears on screen&lt;br /&gt;
| Answer=&lt;br /&gt;
* A coloured square may appear in the top right corner of screen to warn you of problems that should be remedied.* More info [http://www.raspberrypi.org/forums/viewtopic.php?f=29&amp;amp;t=82373 here].&lt;br /&gt;
* A multicoloured square means the voltage is too low. You should try a better power supply or cable between power supply and Pi (Note: under-voltage detection is only supported on B+ and Pi 2) &lt;br /&gt;
* A red square means temperature is high (85&#039;C) and overclock has been disabled. This is pretty rare, but can occur in a hot environment, with a case with no ventilation and with the Pi on hot equipment.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Audio or video dropouts on HDMI&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question=Audio or video dropouts on HDMI&lt;br /&gt;
| Answer=&lt;br /&gt;
* If the dropouts only occur when playing video with &amp;quot;adjust display refresh rate to match video&amp;quot; enabled, then try adding hdmi_clock_change_limit=20 to config.txt&lt;br /&gt;
* If the dropouts occur when cpu is busy (e.g. scrolling through library) then an insufficient power supply is most likely. &lt;br /&gt;
* If the dropouts occur randomly, or you have interference visible, then try config_hdmi_boost from [http://elinux.org/R-Pi_Troubleshooting#Troubleshooting_power_problems here]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Helix updated}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Manual]]&lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
[[Category:Troubleshooting]]&lt;/div&gt;</summary>
		<author><name>Popcornmix</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Raspberry_Pi&amp;diff=82726</id>
		<title>Raspberry Pi</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Raspberry_Pi&amp;diff=82726"/>
		<updated>2014-12-28T18:44:34Z</updated>

		<summary type="html">&lt;p&gt;Popcornmix: /* Installing XBMC */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Single-board computer Raspberry Pi.jpg|320px|right]]&lt;br /&gt;
{{mininav|[[Devices]]}}&lt;br /&gt;
{{forum link2|1=For more info and help, check out the [http://forum.xbmc.org/forumdisplay.php?fid=166 XBMC Raspberry Pi support forum]}}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;intro&amp;quot; /&amp;gt;The &#039;&#039;&#039;Raspberry Pi&#039;&#039;&#039; is an ARM powered, credit card sized computer developed in the UK by the Raspberry Pi Foundation for educational and hobbyist purposes. The low power computer is mass produced at very low prices and the high number of units sold gives it massive community support. As an XBMC HTPC, the Pi supports full 1080P video playback, supports most major codecs, most if not all XBMC add-ons, and a reasonably responsive GUI.&amp;lt;section end=&amp;quot;intro&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installing Kodi ==&lt;br /&gt;
{{Main|HOW-TO:Install Kodi on Raspberry Pi}}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;install&amp;quot;/&amp;gt;The easiest way to install Kodi on an R-Pi is to use one of these pre-made OS/Kodi packages:&lt;br /&gt;
&amp;lt;div class=&amp;quot;plainlinks&amp;quot;&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;[[OpenELEC]] -&#039;&#039;&#039; [http://wiki.openelec.tv/index.php?title=Installing_OpenELEC_on_Raspberry_Pi Installing] • [http://wiki.openelec.tv/index.php?title=Raspberry_Pi_FAQ FAQ] • [http://openelec.tv/forum/124-raspberry-pi Help forum] • [[HOW-TO:Install XBMC on Raspberry Pi with USB drive|USB drive install]]&lt;br /&gt;
* &#039;&#039;&#039;[[Raspbmc]] -&#039;&#039;&#039; Installing: [http://www.raspbmc.com/wiki/user/windows-installation/ Windows], [http://www.raspbmc.com/wiki/user/os-x-linux-installation/ Mac OS X, Linux] • [http://www.raspbmc.com/wiki/user/frequently-asked-questions/ FAQ] • [http://www.raspbmc.com/wiki/user/ User guide] - [http://forum.stmlabs.com/forumdisplay.php?fid=7 Help forum]&lt;br /&gt;
* &#039;&#039;&#039;[[XBian]] -&#039;&#039;&#039; [http://xbian.org/download/ Installing] • [http://xbian.org/faqs/ FAQ] • [http://xbian.org/getting-started/ Starters guide] • [http://forum.xbian.org/ Forum] &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;section end=&amp;quot;install&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Frequently Asked Questions ==&lt;br /&gt;
{{see|Raspberry Pi FAQ}}&lt;br /&gt;
&lt;br /&gt;
== Maximizing performance ==&lt;br /&gt;
&amp;lt;section begin=&amp;quot;performance&amp;quot; /&amp;gt;&lt;br /&gt;
* Use a lightweight skin such as the default Confluence, Amber, Quartz, Bellow, or xTV-SAF.&lt;br /&gt;
&lt;br /&gt;
* Turn off RSS feeds and any scrolling text options for your skin.&lt;br /&gt;
&lt;br /&gt;
* Use an SD card with good rewrite speeds. The class of the SD card doesn&#039;t always mean it will be faster, as that speed listing is for sustained reading and writing. For {{kodi}} random read/write speeds are more important. &#039;&#039;&#039;&#039;&#039;[http://swag.raspberrypi.org/products/noobs-8gb-sd-card The class 4/6 Samsung SD cards sold on the Raspberry Pi Store] (the ones with NOOBS on them) typically have much better performance than most class 10 cards.&#039;&#039;&#039;&#039;&#039; For more information about SD card speeds, check out this excellent thread on the R-Pi forum: &#039;&#039;&#039; http://www.raspberrypi.org/forums/viewtopic.php?p=53159 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* You can also try to use a combination of SD and fast USB drive for your {{kodi}} install, but recent improvements to the software make it so that even just using a good SD card is about as fast as using a fast USB drive.&lt;br /&gt;
&lt;br /&gt;
* Avoid using wifi. If you do use wifi, use a wifi adapter that contains two antenna (either internally or externally). Otherwise, stick to wired ethernet, local USB drives, or ethernet-over-power devices (like Homeplug, etc).&lt;br /&gt;
&lt;br /&gt;
* If you are using wifi and it seems just on the edge of being fast enough, check out &#039;&#039;&#039;[[HOW-TO:Modify the video cache]]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* Try using &#039;&#039;&#039;[[NFS]]&#039;&#039;&#039; file shares instead of SMB file shares.&lt;br /&gt;
&lt;br /&gt;
* Try mounting network shares through OS rather than Kodi. This allows more tweaking of filesystem options, like chosing UDP and larger block sizes. See [http://forum.osmc.tv/showthread.php?tid=6825 This raspbmc thread for details]&lt;br /&gt;
&lt;br /&gt;
* Overclock. Most Pi&#039;s can handle a significant overclock, as long as they have a good power supply. There is no universal setting that will work for everyone (except for the default speed that you get without overclocking). Try various overclocking settings and run {{kodi}} for a while and see if it&#039;s stable. If one group of overclocking settings causes crashes, try a group of settings that are lower than that. For more information about this check out this forum thread: &#039;&#039;&#039; http://forum.xbmc.org/showthread.php?tid=199272 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;Extract thumbnail and video information&amp;quot; from &#039;&#039;&#039;[[Settings/Video#File lists|file lists settings]]&#039;&#039;&#039; is disabled by default on the Pi as it improves browsing performance.&lt;br /&gt;
&lt;br /&gt;
* For smoother video playback enable &amp;quot;Adjust display refresh rate to match video&amp;quot; from &#039;&#039;&#039;[[Settings/Video#Playback|playback settings]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* When using dvdplayer &amp;quot;Sync playback to display&amp;quot; and &amp;quot;adjust PLL&amp;quot; for sync method are recommended. See &#039;&#039;&#039;[[Settings/Video#Playback|playback settings]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Make sure the video is using H.264 (up to High Profile. Hi10P will not work) or MPEG-4, or, if a codec was purchased and enabled, MPEG-2 or VC-1.&lt;br /&gt;
&lt;br /&gt;
* Passthrough is recommended as it lowers CPU usage for DTS and AC3. Use &#039;&#039;&#039;[[Settings/System#Audio output|audio passthrough]]&#039;&#039;&#039; if your TV/receiver supports it.&lt;br /&gt;
&lt;br /&gt;
* To determine which audio passthrough formats your HDMI-connected TV supports, you can log in to your chosen distribution, via SSH, and run this command: &amp;lt;code&amp;gt;/opt/vc/bin/tvservice a&amp;lt;/code&amp;gt; (on OpenELEC: &amp;lt;code&amp;gt;tvservice -a&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
* Feeling adventurous? Check out the latest OpenELEC test builds, which often have even more speed improvements. Just remember that these builds can often be unstable: &#039;&#039;&#039; http://forum.xbmc.org/showthread.php?tid=192380 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Some additional advanced tips for speeding up boot times. {{editor note|Some of this can likely be broken up into individual bullet points for this list, but I haven&#039;t examined any of this in detail yet. I&#039;m not sure which ones only improve boot time and which ones improve actual performance once already booted. If anyone wants to take a whack at this, please do.}} http://forum.xbmc.org/showthread.php?tid=201354&lt;br /&gt;
&lt;br /&gt;
* For locally connected drives containing videos and music, the format of the drive can have an impact on read and write speeds. For example, NTFS tends to be much slower on any Linux-based system than the more native EXOFS formats (ext2, ext3, etc).&lt;br /&gt;
&lt;br /&gt;
* If you use [[MySQL]] then you will want to make sure your images are pre-cached using the &#039;&#039;&#039;[[Texture Cache Maintenance utility]] tool&#039;&#039;&#039;. Local libraries typically don&#039;t need this as their images are cached when videos are scanned in. Using MySQL can improve performance as the database queries are handled by another machine.&lt;br /&gt;
&lt;br /&gt;
* Organizing your movies in single folders for each movie, rather than all movies in one folder, is recommended. The individual folders reduce the time it takes for {{kodi}} to look for supporting media like external subtitles, making browsing, scanning and starting playback a little faster. You might also want to consider pre-scraping the meta data using a &#039;&#039;&#039;[[Library manager]]&#039;&#039;&#039; to reduce the time it takes to scan in both movies and TV shows.&lt;br /&gt;
&amp;lt;section end=&amp;quot;performance&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Remote controls ==&lt;br /&gt;
[[File:gpioir.png|right|250px|thumb|Wiring instructions for a TSOP4838 GPIO IR sensor.]]&lt;br /&gt;
;GPIO IR receiver&lt;br /&gt;
:Don&#039;t have a CEC TV or a smartphone remote? For less than a dollar/euro, you can add an IR receiver to your Raspberry Pi that works with most MCE and Apple remotes (and a few others). Most {{kodi}} install options for the Pi should work with the GPIO IR out of the box, or by enabling a setting from within {{kodi}}. Go to a local electronics store or search on ebay for &amp;quot;&amp;lt;code&amp;gt;TSOP4838&amp;lt;/code&amp;gt;&amp;quot; and use some simple jumper wires (or solder the pins directly, if you wish). {{smaller|&#039;&#039;(We need a link to a good, up to date GPIO IR guide. Most of the links I found are outdated and contain instructions for additional configurations that are no longer required. If you find a good link/guide, please add it to the wiki.)&#039;&#039;}}&lt;br /&gt;
&lt;br /&gt;
;[[CEC]]&lt;br /&gt;
:If your TV supports &#039;&#039;&#039;[[CEC]]&#039;&#039;&#039; then you should be able to use the remote control that came with your TV to control {{kodi}}. The remote control signals are sent over the HDMI cable and most often don&#039;t require any further settings or configuration.&lt;br /&gt;
&lt;br /&gt;
;[[MCE remotes]]&lt;br /&gt;
:Various &#039;&#039;&#039;MCE&#039;&#039;&#039; USB receivers and remotes will work on the Pi.&lt;br /&gt;
&lt;br /&gt;
;[[Keyboards]] and mice&lt;br /&gt;
:Any &#039;&#039;&#039;[[Keyboard]]&#039;&#039;&#039; such as wired, wireless, bluetooth. This includes remotes that are seen as keyboards, such as Rii remotes, the Mele F10-Pro remote, or the (very awesome) &#039;&#039;&#039;[[Flirc]]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
;[[Smartphone/tablet remotes]]&lt;br /&gt;
:Use your smartphone or tablet as a remote control.&lt;br /&gt;
&lt;br /&gt;
;[[Web interface]]s&lt;br /&gt;
:Control {{kodi}} from anything that has a web browser.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
== How good is it, really? ==&lt;br /&gt;
See for yourself: https://www.youtube.com/watch?v=ErWF2sYgJec&amp;lt;br /&amp;gt;&lt;br /&gt;
{{youtube|ErWF2sYgJec}}&lt;br /&gt;
&lt;br /&gt;
== Further reading ==&lt;br /&gt;
* [http://raspberrypi.org RaspberryPi.org]&lt;br /&gt;
* [http://elinux.org/RaspberryPiBoard Raspberry Pi Hub Wiki]&lt;br /&gt;
* [http://lea-linux.org/documentations/Raspberry_Pi Raspberry Pi French Wiki]&lt;br /&gt;
* [[Wikipedia:Raspberry Pi]]&lt;br /&gt;
&lt;br /&gt;
==Random notes==&lt;br /&gt;
{{large|&#039;&#039;Feel free to place various notes, tips, and links here. As this section of the wiki gets more organized, those notes will be properly sorted. Consider this like a dumping ground for when you&#039;re not sure where to put something.&#039;&#039;}}&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Gotham updated}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Linux]]&lt;br /&gt;
[[Category:HTPC]]&lt;br /&gt;
[[Category:Raspberry Pi]]&lt;br /&gt;
[[Category:Broadcom]]&lt;br /&gt;
[[Category:ARM]]&lt;/div&gt;</summary>
		<author><name>Popcornmix</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Archive:Raspberry_Pi_FAQ&amp;diff=82725</id>
		<title>Archive:Raspberry Pi FAQ</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Archive:Raspberry_Pi_FAQ&amp;diff=82725"/>
		<updated>2014-12-28T18:42:56Z</updated>

		<summary type="html">&lt;p&gt;Popcornmix: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{XBMC FAQ}}&lt;br /&gt;
{{mininav|[[Raspberry Pi]] }}&lt;br /&gt;
&#039;&#039;&#039;F&#039;&#039;&#039;requently &#039;&#039;&#039;A&#039;&#039;&#039;sked &#039;&#039;&#039;Q&#039;&#039;&#039;uestions Kodi running on the &#039;&#039;&#039;[[Raspberry Pi]]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
== General FAQ ==&lt;br /&gt;
:&amp;lt;big&amp;gt;&#039;&#039;See also: &#039;&#039;&#039;[[XBMC all platforms FAQ]]&#039;&#039;&#039; for FAQs that apply to all versions of Kodi.&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
&amp;lt;!--{{FAQ|1=doesitblend&lt;br /&gt;
| BGcolor=&lt;br /&gt;
| Question= How well does it work?&lt;br /&gt;
| Answer=&lt;br /&gt;
* {{editor note|short write up on general feel/limitations? Maybe also link to more &amp;quot;in-depth&amp;quot;/longer write-ups/reviews?}}&lt;br /&gt;
}}--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Install&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Installing Kodi on the Raspberry Pi&lt;br /&gt;
| Answer=&lt;br /&gt;
{{#lst:Raspberry Pi|install}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Version&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Is Kodi for Raspberry Pi different from normal Kodi?&lt;br /&gt;
| Answer=&lt;br /&gt;
* The current stable version of Kodi for Raspberry Pi is {{current version}}. This is the same code that all of the other platforms (Linux, iOS, Mac OS X, Windows, etc) are using.&lt;br /&gt;
* There are two acceleration options on the Pi. &amp;quot;omxplayer&amp;quot; runs much of the player logic on the gpu which is highest performance option and can handle raw Blu-Ray quality videos. It does not support DVD menus or ALSA audio.&lt;br /&gt;
* &amp;quot;MMAL&amp;quot; acceleration uses dvdplayer with hardware acceleration of the video codec. Performance is a little lower than omxplayer, but should still handle most 1080p content.&lt;br /&gt;
* By default both are enabled, and omxplayer acceleration will be disabled when not appropriate (i.e. DVDs with menus or when ALSA audio is enabled).&lt;br /&gt;
* If you don&#039;t play raw Blu-Ray quality videos then disabling omxplayer acceleration is an option which some users may prefer. &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Current_build&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= How do I find out what version of Kodi am I running?&lt;br /&gt;
| Answer=&lt;br /&gt;
* Kodi main menu &amp;gt; System &amp;gt; Lower submenu &amp;gt; System info. &#039;&#039;&#039;Note the build date.&#039;&#039;&#039;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Formats&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Video and audio formats the Raspberry Pi can playback&lt;br /&gt;
| Answer=&lt;br /&gt;
* H.264 (up to High Profile) encoded videos are supported up to 1080P using hardware video decoding. &#039;&#039;Note: [[Hi10P]] will not work.&#039;&#039;&lt;br /&gt;
* MPEG-4 encoded videos are supported up to 1080P using hardware video decoding. This includes XviD and recent versions on DivX (but not the older 3.xx DivX).&lt;br /&gt;
* The Raspberry Pi Foundation offers additional video codec licenses for a few dollars. At the moment you can purchase MPEG-2 and VC1, both with support up to 1080P. Read [[#Enabling_additional_video_codecs|below]] on how to enable these.&lt;br /&gt;
* MJPEG, VP6, VP8 and OGG Theora are supported as GPU accelerated software decoders. These are limited to DVD resolutions.&lt;br /&gt;
* Codecs without gpu support like DivX 3, msmpeg and sorenson spark will be decoded by dvdplayer on the ARM. Should work for SD resolutions.&lt;br /&gt;
* DVD ISOs with menus should work fine (using dvdplayer).&lt;br /&gt;
* Software DTS audio decode works well in recent builds. TrueHD audio is CPU intensive and may require overclocking.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Output&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Video and audio output on the Raspberry Pi&lt;br /&gt;
| Answer=&lt;br /&gt;
* Video output via HDMI up to 1080P. The GUI is 1080p by default, but can be reduced in video settings without affecting video resolution.&lt;br /&gt;
* Video output via the analog component video (RCA) jack will be in SD.&lt;br /&gt;
* Analog audio output via the mini phone jack is supported.&lt;br /&gt;
* I2S and USB ALSA audio cards are supported with {{current version}} builds. omxplayer acceleration is not available (it will be disabled automatically). &lt;br /&gt;
* DTS and AC3 audio passthrough audio is supported (and recommended, as it will reduce CPU load on the R-Pi)&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Multichannel_Audio&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= How about multichannel audio support?&lt;br /&gt;
| Answer=&lt;br /&gt;
* By default audio is downmixed to stereo.&lt;br /&gt;
* If your receiver/TV supports DTS or AC3 passthrough then enable these in audio settings and you will get 6 channel audio.&lt;br /&gt;
* Multichannel PCM audio is supported over HDMI. Note: not all receivers support this and toslink/optical will not.&lt;br /&gt;
* Enable by setting the speaker configuration to suitable value (e.g. 5.1 or 7.1).&lt;br /&gt;
* If your recevier does not support multichannel PCM, then leave this at 2.0. You can still get multichannel audio through passthrough.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Extra_codecs&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Enabling additional video codecs&lt;br /&gt;
| Answer=&lt;br /&gt;
You can buy additional video codecs (VC-1 - used in some bluray discs, and MPEG-2) from the [http://www.raspberrypi.com/license-keys/ Raspberry Pi Foundation online shop]. After purchase the keys are emailed to you, looking like this (invalid keys used for example):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;decode_MPG2=0x1cc591c7&lt;br /&gt;
decode_WVC1=0x8aa09876&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In order to enable additional video codecs you should modify &#039;&#039;/boot/config.txt&#039;&#039; and add these lines literally. The method may vary per distribution:&lt;br /&gt;
&lt;br /&gt;
* Manual: Open &#039;&#039;/boot/config.txt&#039;&#039; with a text editor like nano or vi, and add the keys.&lt;br /&gt;
* [[XBian]]: You can add/remote your keys using [http://xbian.org/getting-started/configuring-xbian/ XBian-config]. After reboot your keys will be entered and ready to use.&lt;br /&gt;
* [[Raspbmc]]: Navigate to {{highlight|Programs -&amp;gt; Raspbmc Settings -&amp;gt; System Configuration -&amp;gt; MPEG2 codec license/VC1 codec key}}.  Enter your keys with the onscreen keyboard then Kodi will prompt you to reboot.  After reboot your keys will be entered and ready to use.&lt;br /&gt;
* [[OpenELEC]]: Type &amp;lt;code&amp;gt;mount /flash -o remount,rw&amp;lt;/code&amp;gt; to remount the boot partition in read/write mode. The file to edit is located in &#039;&#039;/flash/config.txt&#039;&#039;, and contains stubs for the license keys. Add the keys using nano or vi. There is also an unofficial [http://openelec.tv/forum/124-raspberry-pi/68533 add-on] which can be used to enter the codec information.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Media&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Accessing media&lt;br /&gt;
| Answer=&lt;br /&gt;
{{See also|Adding videos to the library|File sharing}}&lt;br /&gt;
* You can connect to media that&#039;s being shared from a computer, HTPC, or NAS device on your local network.&lt;br /&gt;
* You can access media on the main SD card or from the USB ports (hard drives, USB stick drives, hubs, all supported).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Add-ons|2=Skins&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Add-ons and skins&lt;br /&gt;
| Answer=&lt;br /&gt;
* Kodi for Raspberry Pi is a full version of Kodi and will be able to use all non-platform specific [[add-ons]] and [[skins]]. More feature rich (CPU demanding) skins might not run smoothly, so keep to &amp;quot;lighter&amp;quot; skins.&lt;br /&gt;
* Recommended lite skins include: Confluence (default skin), Amber, Metropolis, Quartz, Quartz Reloaded, Slik, xTV-SAF. Aeon Nox 5 is quite usable.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Shutdown&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= How to properly shutdown/disconnect&lt;br /&gt;
| Answer=&lt;br /&gt;
* It is not possible to use traditional &amp;quot;shutdown&amp;quot; on the Raspberry Pi. The only way to power it off is to disconnect the power. &lt;br /&gt;
* ALWAYS select the shutdown command in Kodi before powering off the Raspberry Pi. Failure to do so can corrupt the Kodi library databases, other databases, or even other OS files.&lt;br /&gt;
* Most users leave the Raspberry Pi on all the time, as it uses very little power (the cost of electricity for a year is about the price of a hamburger).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Remotes&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Remotes for Raspberry Pi&lt;br /&gt;
| Answer=&lt;br /&gt;
{{see|Raspberry Pi#Remote controls}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=MySQL&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= MySQL library sharing&lt;br /&gt;
| Answer=&lt;br /&gt;
* If you are using [[MySQL]] library sharing features, please note that your library will only sync with the Raspberry Pi if all your other Kodi instances are running the same version ([[#Current_build|how to check your version]]).&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
{{see also|Troubleshooting}}&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Forum|2=IRC&lt;br /&gt;
| BGcolor=&lt;br /&gt;
| Question= Getting more help with Kodi for Raspberry Pi&lt;br /&gt;
| Answer=&lt;br /&gt;
* &#039;&#039;&#039;[http://forum.kodi.tv/forumdisplay.php?fid=166 Kodi for Raspberry Pi specific help forum]&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;[irc://irc.freenode.org/xbmc-rpi #xbmc-rpi]&#039;&#039;&#039; [[w:IRC|IRC]] chat channel on irc.freenode.org.&lt;br /&gt;
* &#039;&#039;&#039;[http://webchat.freenode.net/?channels=xbmc-rpi #xbmc-rpi]&#039;&#039;&#039; [[w:IRC|IRC]] channel on Freenode (Webchat)&lt;br /&gt;
* &#039;&#039;&#039;[http://webchat.freenode.net/?channels=openelec #openelec]&#039;&#039;&#039; OpenELEC [[w:IRC|IRC]] support on Freenode (Webchat)&lt;br /&gt;
* &#039;&#039;&#039;[http://webchat.freenode.net/?channels=xbian #xbian]&#039;&#039;&#039; XBian [[w:IRC|IRC]] support on Freenode (Webchat)&lt;br /&gt;
* &#039;&#039;&#039;[http://webchat.freenode.net/?channels=raspbmc #raspbmc]&#039;&#039;&#039; Raspbmc [[w:IRC|IRC]] support on Freenode (Webchat)&lt;br /&gt;
* Also see the individual Kodi/OS distribution documentation and support forums noted &#039;&#039;&#039;[[Raspberry Pi/FAQ#Install|above]]&#039;&#039;&#039;.&lt;br /&gt;
* For general Raspberry Pi info and help be sure to see http://raspberrypi.org and the very excellent &#039;&#039;&#039;[http://elinux.org/R-Pi_Hub Raspberry Pi Wiki]&#039;&#039;&#039;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Logs|2=Userdata|3=logs&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Userdata folder and logs&lt;br /&gt;
| Answer=&lt;br /&gt;
:&#039;&#039;See &#039;&#039;&#039;[[How-to:Submit a proper bug report]]&#039;&#039;&#039; for bug reporting details and  &#039;&#039;&#039;[[Debug log]]&#039;&#039;&#039; for how to post the debug log.&#039;&#039;&lt;br /&gt;
* [[Userdata folder]]:&lt;br /&gt;
** OpenELEC: {{highlight|/storage/.kodi/userdata/}}&lt;br /&gt;
** Raspbmc: {{highlight|/home/pi/.kodi/userdata/}}&lt;br /&gt;
** XBian: {{highlight|/home/xbian/.kodi/userdata/}}&lt;br /&gt;
* [[Debug log]]: &lt;br /&gt;
** OpenELEC: {{highlight|/storage/.kodi/temp/kodi.log}}&lt;br /&gt;
** Raspbmc: {{highlight|/home/pi/.kodi/temp/kodi.log}}&lt;br /&gt;
** XBian: {{highlight|/home/xbian/.kodi/temp/kodi.log}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Language&lt;br /&gt;
| BGcolor=&lt;br /&gt;
| Question= Wrong language displayed in Kodi&lt;br /&gt;
| Answer=&lt;br /&gt;
* If you&#039;re getting a different language displayed in Kodi than the one you&#039;ve set in {{highlight|bordered=yes|[[Settings/Appearance#International|Settings -&amp;gt; Appearance -&amp;gt; International]]}}, it could be caused by your TV&#039;s language settings over [[CEC]]. &lt;br /&gt;
* Go into {{highlight|bordered=yes|[[Settings/System#Input devices|Settings -&amp;gt; System -&amp;gt; Input devices -&amp;gt; Peripherals -&amp;gt; RasPi CEC module -&amp;gt; Use TV&#039;s language]]}} and set to off.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Issues&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Raspberry Pi known issues&lt;br /&gt;
| Answer=&lt;br /&gt;
{{#lst:Frodo issues|Raspberry Pi}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Buffering|2=Performance&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Performance: video buffering, stuttering, choppiness &lt;br /&gt;
| Answer=&lt;br /&gt;
{{main|Raspberry Pi#Maximizing performance}}&lt;br /&gt;
{{#lst:Raspberry Pi|performance}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Memory Usage&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Memory usage (especially with 256M Pi)&lt;br /&gt;
| Answer=&lt;br /&gt;
* gpu_mem should be set to 128M. On a 256M Pi it is recommended to set it to 112M. On a 512M Pi it may be worth increasing this if you are running heavy skins or if you want to increase the default fanart resolution or colour depth. 256M should be more than enough.&lt;br /&gt;
* A 256M Pi is quite short on memory. Be careful with running other apps in the background (e.g. torrents) or installing add-ons that consume memory.&lt;br /&gt;
* The default cachemembuffersize will be 2M for a 256M Pi, and 20M for a 512M Pi. You can use 0 to cache to sdcard.&lt;br /&gt;
* Reducing the &amp;quot;GUI resolution limit&amp;quot; (e.g. to 720p) in settings/system/video will save memory. This is a default on a 256M Pi. Video will still play at full resolution (e.g. 1080p).&lt;br /&gt;
* Enabling &amp;quot;higher colour depth artwork&amp;quot; will use more memory. It should be disabled on 256M Pi.&lt;br /&gt;
* Reducing imageres/fanartres will reduce memory usage.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=TV is not detected unless powered on first&lt;br /&gt;
| BGcolor=&lt;br /&gt;
| Question=TV is not detected unless powered on first&lt;br /&gt;
| Answer=&lt;br /&gt;
* Some TVs/receivers only report their capabilities (EDID) through HDMI when powered on before the Pi.&lt;br /&gt;
* If TV doesn&#039;t get the right resolution or CEC doesn&#039;t work when Pi is powered before the TV/receiver then you can:&lt;br /&gt;
* Run: &amp;lt;code&amp;gt;sudo tvservice -d edid.dat&amp;lt;/code&amp;gt; (after booting with TV/receiver powered on first)&lt;br /&gt;
* copy the edid.dat to the FAT partition (/boot on raspbmc and /flash on openelec)&lt;br /&gt;
* and add to config.txt: &amp;lt;code&amp;gt;hdmi_edid_file=1&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;hdmi_force_hotplug=1&amp;lt;/code&amp;gt;&lt;br /&gt;
* Note: if you change TV/receiver or use a different HDMI input you should capture a new edid.dat file&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Videos don&#039;t play from archives&lt;br /&gt;
| BGcolor=&lt;br /&gt;
| Question=Videos don&#039;t play from archives&lt;br /&gt;
| Answer=&lt;br /&gt;
* When browsing, any archives need to be extracted to identify the content. This can be very slow and even cause out-of-memory crashes with large archive files.&lt;br /&gt;
* So, on the Pi this is now optional and disabled by default. Enable with: {{highlight|bordered=yes|[[Settings/Appearance#File lists|Settings -&amp;gt; Appearance -&amp;gt; File lists -&amp;gt; Support browsing into archives]]}}&lt;br /&gt;
* Note: using rar files doesn&#039;t save any space as video files are already highly compressed, so just extracting them would be the preferred solution.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{gotham updated}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Manual]]&lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
[[Category:Troubleshooting]]&lt;/div&gt;</summary>
		<author><name>Popcornmix</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Raspberry_Pi&amp;diff=82724</id>
		<title>Raspberry Pi</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Raspberry_Pi&amp;diff=82724"/>
		<updated>2014-12-28T18:40:58Z</updated>

		<summary type="html">&lt;p&gt;Popcornmix: /* Maximizing performance */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Single-board computer Raspberry Pi.jpg|320px|right]]&lt;br /&gt;
{{mininav|[[Devices]]}}&lt;br /&gt;
{{forum link2|1=For more info and help, check out the [http://forum.xbmc.org/forumdisplay.php?fid=166 XBMC Raspberry Pi support forum]}}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;intro&amp;quot; /&amp;gt;The &#039;&#039;&#039;Raspberry Pi&#039;&#039;&#039; is an ARM powered, credit card sized computer developed in the UK by the Raspberry Pi Foundation for educational and hobbyist purposes. The low power computer is mass produced at very low prices and the high number of units sold gives it massive community support. As an XBMC HTPC, the Pi supports full 1080P video playback, supports most major codecs, most if not all XBMC add-ons, and a reasonably responsive GUI.&amp;lt;section end=&amp;quot;intro&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installing XBMC ==&lt;br /&gt;
{{Main|HOW-TO:Install XBMC on Raspberry Pi}}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;install&amp;quot;/&amp;gt;The easiest way to install XBMC on an R-Pi is to use one of these pre-made OS/XBMC packages:&lt;br /&gt;
&amp;lt;div class=&amp;quot;plainlinks&amp;quot;&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;[[OpenELEC]] -&#039;&#039;&#039; [http://wiki.openelec.tv/index.php?title=Installing_OpenELEC_on_Raspberry_Pi Installing] • [http://wiki.openelec.tv/index.php?title=Raspberry_Pi_FAQ FAQ] • [http://openelec.tv/forum/124-raspberry-pi Help forum] • [[HOW-TO:Install XBMC on Raspberry Pi with USB drive|USB drive install]]&lt;br /&gt;
* &#039;&#039;&#039;[[Raspbmc]] -&#039;&#039;&#039; Installing: [http://www.raspbmc.com/wiki/user/windows-installation/ Windows], [http://www.raspbmc.com/wiki/user/os-x-linux-installation/ Mac OS X, Linux] • [http://www.raspbmc.com/wiki/user/frequently-asked-questions/ FAQ] • [http://www.raspbmc.com/wiki/user/ User guide] - [http://forum.stmlabs.com/forumdisplay.php?fid=7 Help forum]&lt;br /&gt;
* &#039;&#039;&#039;[[XBian]] -&#039;&#039;&#039; [http://xbian.org/download/ Installing] • [http://xbian.org/faqs/ FAQ] • [http://xbian.org/getting-started/ Starters guide] • [http://forum.xbian.org/ Forum] &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;section end=&amp;quot;install&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Frequently Asked Questions ==&lt;br /&gt;
{{see|Raspberry Pi FAQ}}&lt;br /&gt;
&lt;br /&gt;
== Maximizing performance ==&lt;br /&gt;
&amp;lt;section begin=&amp;quot;performance&amp;quot; /&amp;gt;&lt;br /&gt;
* Use a lightweight skin such as the default Confluence, Amber, Quartz, Bellow, or xTV-SAF.&lt;br /&gt;
&lt;br /&gt;
* Turn off RSS feeds and any scrolling text options for your skin.&lt;br /&gt;
&lt;br /&gt;
* Use an SD card with good rewrite speeds. The class of the SD card doesn&#039;t always mean it will be faster, as that speed listing is for sustained reading and writing. For {{kodi}} random read/write speeds are more important. &#039;&#039;&#039;&#039;&#039;[http://swag.raspberrypi.org/products/noobs-8gb-sd-card The class 4/6 Samsung SD cards sold on the Raspberry Pi Store] (the ones with NOOBS on them) typically have much better performance than most class 10 cards.&#039;&#039;&#039;&#039;&#039; For more information about SD card speeds, check out this excellent thread on the R-Pi forum: &#039;&#039;&#039; http://www.raspberrypi.org/forums/viewtopic.php?p=53159 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* You can also try to use a combination of SD and fast USB drive for your {{kodi}} install, but recent improvements to the software make it so that even just using a good SD card is about as fast as using a fast USB drive.&lt;br /&gt;
&lt;br /&gt;
* Avoid using wifi. If you do use wifi, use a wifi adapter that contains two antenna (either internally or externally). Otherwise, stick to wired ethernet, local USB drives, or ethernet-over-power devices (like Homeplug, etc).&lt;br /&gt;
&lt;br /&gt;
* If you are using wifi and it seems just on the edge of being fast enough, check out &#039;&#039;&#039;[[HOW-TO:Modify the video cache]]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* Try using &#039;&#039;&#039;[[NFS]]&#039;&#039;&#039; file shares instead of SMB file shares.&lt;br /&gt;
&lt;br /&gt;
* Try mounting network shares through OS rather than Kodi. This allows more tweaking of filesystem options, like chosing UDP and larger block sizes. See [http://forum.osmc.tv/showthread.php?tid=6825 This raspbmc thread for details]&lt;br /&gt;
&lt;br /&gt;
* Overclock. Most Pi&#039;s can handle a significant overclock, as long as they have a good power supply. There is no universal setting that will work for everyone (except for the default speed that you get without overclocking). Try various overclocking settings and run {{kodi}} for a while and see if it&#039;s stable. If one group of overclocking settings causes crashes, try a group of settings that are lower than that. For more information about this check out this forum thread: &#039;&#039;&#039; http://forum.xbmc.org/showthread.php?tid=199272 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;Extract thumbnail and video information&amp;quot; from &#039;&#039;&#039;[[Settings/Video#File lists|file lists settings]]&#039;&#039;&#039; is disabled by default on the Pi as it improves browsing performance.&lt;br /&gt;
&lt;br /&gt;
* For smoother video playback enable &amp;quot;Adjust display refresh rate to match video&amp;quot; from &#039;&#039;&#039;[[Settings/Video#Playback|playback settings]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* When using dvdplayer &amp;quot;Sync playback to display&amp;quot; and &amp;quot;adjust PLL&amp;quot; for sync method are recommended. See &#039;&#039;&#039;[[Settings/Video#Playback|playback settings]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Make sure the video is using H.264 (up to High Profile. Hi10P will not work) or MPEG-4, or, if a codec was purchased and enabled, MPEG-2 or VC-1.&lt;br /&gt;
&lt;br /&gt;
* Passthrough is recommended as it lowers CPU usage for DTS and AC3. Use &#039;&#039;&#039;[[Settings/System#Audio output|audio passthrough]]&#039;&#039;&#039; if your TV/receiver supports it.&lt;br /&gt;
&lt;br /&gt;
* To determine which audio passthrough formats your HDMI-connected TV supports, you can log in to your chosen distribution, via SSH, and run this command: &amp;lt;code&amp;gt;/opt/vc/bin/tvservice a&amp;lt;/code&amp;gt; (on OpenELEC: &amp;lt;code&amp;gt;tvservice -a&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
* Feeling adventurous? Check out the latest OpenELEC test builds, which often have even more speed improvements. Just remember that these builds can often be unstable: &#039;&#039;&#039; http://forum.xbmc.org/showthread.php?tid=192380 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Some additional advanced tips for speeding up boot times. {{editor note|Some of this can likely be broken up into individual bullet points for this list, but I haven&#039;t examined any of this in detail yet. I&#039;m not sure which ones only improve boot time and which ones improve actual performance once already booted. If anyone wants to take a whack at this, please do.}} http://forum.xbmc.org/showthread.php?tid=201354&lt;br /&gt;
&lt;br /&gt;
* For locally connected drives containing videos and music, the format of the drive can have an impact on read and write speeds. For example, NTFS tends to be much slower on any Linux-based system than the more native EXOFS formats (ext2, ext3, etc).&lt;br /&gt;
&lt;br /&gt;
* If you use [[MySQL]] then you will want to make sure your images are pre-cached using the &#039;&#039;&#039;[[Texture Cache Maintenance utility]] tool&#039;&#039;&#039;. Local libraries typically don&#039;t need this as their images are cached when videos are scanned in. Using MySQL can improve performance as the database queries are handled by another machine.&lt;br /&gt;
&lt;br /&gt;
* Organizing your movies in single folders for each movie, rather than all movies in one folder, is recommended. The individual folders reduce the time it takes for {{kodi}} to look for supporting media like external subtitles, making browsing, scanning and starting playback a little faster. You might also want to consider pre-scraping the meta data using a &#039;&#039;&#039;[[Library manager]]&#039;&#039;&#039; to reduce the time it takes to scan in both movies and TV shows.&lt;br /&gt;
&amp;lt;section end=&amp;quot;performance&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Remote controls ==&lt;br /&gt;
[[File:gpioir.png|right|250px|thumb|Wiring instructions for a TSOP4838 GPIO IR sensor.]]&lt;br /&gt;
;GPIO IR receiver&lt;br /&gt;
:Don&#039;t have a CEC TV or a smartphone remote? For less than a dollar/euro, you can add an IR receiver to your Raspberry Pi that works with most MCE and Apple remotes (and a few others). Most {{kodi}} install options for the Pi should work with the GPIO IR out of the box, or by enabling a setting from within {{kodi}}. Go to a local electronics store or search on ebay for &amp;quot;&amp;lt;code&amp;gt;TSOP4838&amp;lt;/code&amp;gt;&amp;quot; and use some simple jumper wires (or solder the pins directly, if you wish). {{smaller|&#039;&#039;(We need a link to a good, up to date GPIO IR guide. Most of the links I found are outdated and contain instructions for additional configurations that are no longer required. If you find a good link/guide, please add it to the wiki.)&#039;&#039;}}&lt;br /&gt;
&lt;br /&gt;
;[[CEC]]&lt;br /&gt;
:If your TV supports &#039;&#039;&#039;[[CEC]]&#039;&#039;&#039; then you should be able to use the remote control that came with your TV to control {{kodi}}. The remote control signals are sent over the HDMI cable and most often don&#039;t require any further settings or configuration.&lt;br /&gt;
&lt;br /&gt;
;[[MCE remotes]]&lt;br /&gt;
:Various &#039;&#039;&#039;MCE&#039;&#039;&#039; USB receivers and remotes will work on the Pi.&lt;br /&gt;
&lt;br /&gt;
;[[Keyboards]] and mice&lt;br /&gt;
:Any &#039;&#039;&#039;[[Keyboard]]&#039;&#039;&#039; such as wired, wireless, bluetooth. This includes remotes that are seen as keyboards, such as Rii remotes, the Mele F10-Pro remote, or the (very awesome) &#039;&#039;&#039;[[Flirc]]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
;[[Smartphone/tablet remotes]]&lt;br /&gt;
:Use your smartphone or tablet as a remote control.&lt;br /&gt;
&lt;br /&gt;
;[[Web interface]]s&lt;br /&gt;
:Control {{kodi}} from anything that has a web browser.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
== How good is it, really? ==&lt;br /&gt;
See for yourself: https://www.youtube.com/watch?v=ErWF2sYgJec&amp;lt;br /&amp;gt;&lt;br /&gt;
{{youtube|ErWF2sYgJec}}&lt;br /&gt;
&lt;br /&gt;
== Further reading ==&lt;br /&gt;
* [http://raspberrypi.org RaspberryPi.org]&lt;br /&gt;
* [http://elinux.org/RaspberryPiBoard Raspberry Pi Hub Wiki]&lt;br /&gt;
* [http://lea-linux.org/documentations/Raspberry_Pi Raspberry Pi French Wiki]&lt;br /&gt;
* [[Wikipedia:Raspberry Pi]]&lt;br /&gt;
&lt;br /&gt;
==Random notes==&lt;br /&gt;
{{large|&#039;&#039;Feel free to place various notes, tips, and links here. As this section of the wiki gets more organized, those notes will be properly sorted. Consider this like a dumping ground for when you&#039;re not sure where to put something.&#039;&#039;}}&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Gotham updated}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Linux]]&lt;br /&gt;
[[Category:HTPC]]&lt;br /&gt;
[[Category:Raspberry Pi]]&lt;br /&gt;
[[Category:Broadcom]]&lt;br /&gt;
[[Category:ARM]]&lt;/div&gt;</summary>
		<author><name>Popcornmix</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Archive:Common_issues&amp;diff=82723</id>
		<title>Archive:Common issues</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Archive:Common_issues&amp;diff=82723"/>
		<updated>2014-12-28T18:26:36Z</updated>

		<summary type="html">&lt;p&gt;Popcornmix: /* Raspberry Pi */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{mininav| [[Troubleshooting]] {{l2| [[FAQs]] }} }}&lt;br /&gt;
XBMC releases are brought to a stable point where most users should not have issues. However, due to XBMC&#039;s large, complex, and multi-platform nature, it is nearly impossible to release a totally bug-free version. As such, these are some of the more common issues that are known about in XBMC.&lt;br /&gt;
&lt;br /&gt;
{{note|This is not an exhaustive list of bugs/issues, but a simple summary of the more common issues that users might be facing. The purpose of this page is to let users know that Team XBMC is aware of these issues and (in most cases) is working on fixing them.}}&lt;br /&gt;
&lt;br /&gt;
For a more complete list of possible bugs/issues see the &#039;&#039;&#039;[[bug tracker|XBMC Trac bug tracker]]&#039;&#039;&#039;. For reporting bugs see &#039;&#039;&#039;[[HOW-TO:Submit a bug report]]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== General ==&lt;br /&gt;
* When using UPnP library sharing between XBMC instances:&lt;br /&gt;
** The watched/resume status for TV shows/episodes doesn&#039;t always update right away on the &amp;quot;client&amp;quot; XBMC instance.&lt;br /&gt;
** If you have a TV show that has watched episodes and unwatched episodes, the entire TV show will be hidden if &amp;quot;hide watched&amp;quot; is turned on.&lt;br /&gt;
* Chapter markers for MP4 files are broken in v13.&lt;br /&gt;
* FLAC and ALAC music files have issues in v13. This is fixed in the future v13.1 bugfix release.&lt;br /&gt;
* Mplayer style [[EDL]]s (.edl) don&#039;t work well when stepping back or forward in v13. [http://trac.xbmc.org/ticket/15207]&lt;br /&gt;
* Using variable rewind (x2, x4, x8, etc) will actually go faster than it is supposed to. A fix has been done but won&#039;t be ready for v13: [https://github.com/FernetMenta/xbmc/commit/eff8b534ac676fe549b054c1531d2f32b4249a93] {{small|&#039;&#039;(however, it is fixed in [[OpenELEC]])&#039;&#039;}}&lt;br /&gt;
* The current [[AFP]] client in XBMC is still the not-so-stable one from Eden. &lt;br /&gt;
* If you scan using the &amp;quot;NFO only/local info only&amp;quot; scraper, all sub-folders will be forcefully set with &amp;quot;NFO only&amp;quot; as well.&lt;br /&gt;
* A minor cosmetic flaw, when a single TV show is created from more than one source path (like some seasons on hard drive A, other seasons on hard drive B) certain counts in the GUI (i.e., number of episodes) can be off. [http://trac.xbmc.org/ticket/13513]&lt;br /&gt;
* Videos encoded with VC-1 and that are interlaced will not currently playback correctly in XBMC when software decoding is used.&lt;br /&gt;
* Video played in the pictures slide show won&#039;t work [https://github.com/xbmc/xbmc/pull/2164]&lt;br /&gt;
* Default touch screen skins (iOS and Android) do not have Live TV/PVR support yet.&lt;br /&gt;
* &#039;&#039;&#039;FIXED in v13&#039;&#039;&#039; {{s|Sometimes you have to [[Add-on manager#Empty repository list|force update add-on repositories]] to see a listing of [[add-ons]].}}&lt;br /&gt;
* &#039;&#039;&#039;FIXED in v13&#039;&#039;&#039; {{s|1=Dolby Digital Plus support seems to have issues. Dolby Digital and Dolby True HD are unaffected. [http://forum.xbmc.org/showthread.php?tid=139840]}}&lt;br /&gt;
* &#039;&#039;&#039;FIXED in v13&#039;&#039;&#039; {{s|1=FilterSMS [[keymap]]pings are not working in views that use the [[advanced library filter]]. The next version of XBMC, v13 &amp;quot;Gotham&amp;quot;, will allow skin authors to choose between old style filtering or advanced library filtering. [https://github.com/xbmc/xbmc/pull/2503]}}&lt;br /&gt;
* &#039;&#039;&#039;FIXED in v13&#039;&#039;&#039; {{s|1=While TV shows and music videos have [[video library tags]] just like movies, [[smart playlists]] will not use tags as a rule. Movie smart playlists are unaffected by this. [https://github.com/xbmc/xbmc/pull/2185]}}&lt;br /&gt;
&lt;br /&gt;
;Non-XBMC issues&lt;br /&gt;
* AirPlay Mirroring is not supported&lt;br /&gt;
&lt;br /&gt;
== Android ==&lt;br /&gt;
* The CTRL modifier for [[keymaps]] currently doesn&#039;t work. Other modifier keys do still work,&lt;br /&gt;
* Initial Android support is targeted at inexpensive Android powered set-top boxes. As such, support for mobile devices is still being developed, but will improve with time.&lt;br /&gt;
* &#039;&#039;&#039;FIXED in v13&#039;&#039;&#039; {{s|1=No hardware video decoding for most devices, which means no HD playback support unless there is a fast CPU. This is something that is under active development and will eventually be improved for a number of devices. See [[Android FAQ]] for more info.}}&lt;br /&gt;
* &#039;&#039;&#039;FIXED in v13&#039;&#039;&#039; {{s|1=Volume needs to be set high on the Android device before entering XBMC, as XBMC will not exceed this set volume level.}}&lt;br /&gt;
&lt;br /&gt;
== Linux general ==&lt;br /&gt;
* Some Linux distros have issues with keyboards/input devices not working in XBMC after waking from suspend/sleep.&lt;br /&gt;
&lt;br /&gt;
;Non-XBMC issues&lt;br /&gt;
* &#039;&#039;&#039;FIXED in v13 and via AMD OSS video drivers &#039;&#039;&#039; {{s|1=AMD GPUs do not support HD-audio passthrough under Linux}}&lt;br /&gt;
&lt;br /&gt;
=== XBMCbuntu specific ===&lt;br /&gt;
* All AMD/ATI users with a GPU up to ATI HD5xxx will have a failed install because 12.10 does not carry compatible fglrx [http://forum.xbmc.org/showthread.php?tid=154418&amp;amp;pid=1321833#pid1321833 a workaround is on this thread].&lt;br /&gt;
&lt;br /&gt;
== Mac OS X/iOS ==&lt;br /&gt;
&amp;lt;section begin=&amp;quot;Mac audio&amp;quot; /&amp;gt;* Gapless playback for music isn&#039;t working.&lt;br /&gt;
* &#039;&#039;&#039;FIXED in v13&#039;&#039;&#039; {{s|AAC to AC3 transcoding is broken for the time being, which means no multichannel support for AAC.}}&lt;br /&gt;
* &#039;&#039;&#039;FIXED in v13&#039;&#039;&#039; {{s|Music output lacks &amp;quot;audiophile&amp;quot; support (output is resampled to the setting from audio midi setup for all tracks)}}&lt;br /&gt;
* &#039;&#039;&#039;FIXED in v13&#039;&#039;&#039; {{s|All sorts of hickups during music track transitions (gets worse with activated crossfade).}}&amp;lt;section end=&amp;quot;Mac audio&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Non-XBMC issues&lt;br /&gt;
* Apple does not provide support for HD-audio passthrough in their audio API, CoreAudio.&lt;br /&gt;
=== Mac specific ===&lt;br /&gt;
* PCM audio can sometimes be mapped to the wrong channels. Temp work around would be to use passthrough when available.&lt;br /&gt;
* XBMC v13.0 for Mac OS X, &#039;&#039;&#039;62-bit version only&#039;&#039;&#039;, [[AFP]] does not work at all.&lt;br /&gt;
* XBMC v13.0 for Mac OS X, &#039;&#039;&#039;32-bit version only&#039;&#039;&#039;, is missing a library to playback OGG Vorbis audio. Most users can simply use the 64-bit version as a fix. This should be fixed in the future v13.1 bugfix release.&lt;br /&gt;
* Mac OS X 10.9 &amp;quot;Mavericks&amp;quot; has introduced a buffering/stuttering issue that seem to only effect certain Macs. Possibly related to the OSX AppNap feature.&lt;br /&gt;
* No retina support yet.&lt;br /&gt;
* Some tools/applications which adjust screen brightness may lead to low framerates (5fps framerate limiting) in XBMC. The most common ones should be exempt from this and not cause any issue, but there may be others. Please report any tools/applications that still have this issue to the XBMC support forums so that we can add them to the exempt list. (basically all tools which use a transparent fullscreen overlay)&lt;br /&gt;
* Certain Macs using Intel GPUs seem to show a green line when using hardware decoding (VDA). A fix was found, but that fix caused some other issues, so the lesser evil was chosen (green line). Developers are still working on this issue. In most cases the Mac in question can run just fine without the hardware (VDA) decoder, as they have more than enough CPU power. It won&#039;t hurt anything. At most it might just kick up your CPU fans more, depending on how demanding the video is. You can turn off hardware video decoding by going into {{highlight|[[Settings/Videos#Playback|Settings -&amp;gt; Videos -&amp;gt; Playback]]}} and deselecting the VDA option.&lt;br /&gt;
&lt;br /&gt;
=== iOS specific ===&lt;br /&gt;
* Retina support for iPad is currently GUI only. Video resolution currently maxes out at 1024 x 768. Retina is fully supported for iPhones and iPod touches.&lt;br /&gt;
* Uppercased special characters with accents are shown as lowercase (when uppercase tag is used in the skin) (See [[Talk:Known Frodo issues#Uppercase font roboto bold caps|here]] for a possible temp workaround).&lt;br /&gt;
* iDevices that use an A7 chip (64-bit) won&#039;t use hardware video decoding. Software video decoding should be enough to play back most videos, but will drain the battery faster.&lt;br /&gt;
* &#039;&#039;&#039;FIXED in v13&#039;&#039;&#039; {{s|iDevices with iOS 7 won&#039;t correctly work with video out cables or using AirPlay mirroring to ATV2/3.}}&lt;br /&gt;
* &#039;&#039;&#039;FIXED in v13&#039;&#039;&#039; {{s|iDevices with iOS 7 crash when using DVD menus.}}&lt;br /&gt;
* &#039;&#039;&#039;FIXED in v13&#039;&#039;&#039; {{s|Retina GUI is not enabled for v12 builds for iPad Air (5th gen) or iPad Mini (2nd gen).}}&lt;br /&gt;
* &#039;&#039;&#039;FIXED in v13&#039;&#039;&#039; {{s|12.1 only - There seems to be a memory leak with some add-ons in the 12.1 release that will cause out-of-memory crashes on some iOS devices such as the ATV2. If you are having these issues, you may wish to downgrade to 12.0.}}&lt;br /&gt;
&lt;br /&gt;
;Non-XBMC issues&lt;br /&gt;
* Apple TV 2 will crash on startup when older versions of Plex are also installed. Either uninstall Plex or update it.&lt;br /&gt;
* iDevices will crash on startup if Display Out is installed.&lt;br /&gt;
&lt;br /&gt;
== Raspberry Pi ==&lt;br /&gt;
&amp;lt;section begin=&amp;quot;Raspberry Pi&amp;quot; /&amp;gt;&lt;br /&gt;
* None currently with {{current version}}&amp;lt;section end=&amp;quot;Raspberry Pi&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
* XBMC v13.0 has issues playing .m4a audio files. This will be fixed in the upcoming v13.1 bugfix release.&lt;br /&gt;
* Vista has a very strange bug that sometimes causes [[add-ons]] to give a &amp;quot;script failed&amp;quot; error. If you have this issue please report it on http://forum.xbmc.org&lt;br /&gt;
* AirPlay videos recorded with iPhones/iPads might not rotate correctly when using hardware video decoding [http://forum.xbmc.org/showthread.php?tid=149006]&lt;br /&gt;
* Windows screensaver and power saving mode kicks in when XBMC is not focused (independent of whether XBMC is playing a video or not)&lt;br /&gt;
* &#039;&#039;&#039;FIXED in v13&#039;&#039;&#039; {{s|1=The ability to select &amp;quot;OS default&amp;quot; for sound output in XBMC is missing.}}&lt;br /&gt;
* &#039;&#039;&#039;FIXED in v13&#039;&#039;&#039; {{s|1=Touch screen support for Windows 7/8 mostly doesn&#039;t work for Frodo.}}&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Gotham updated}}&lt;/div&gt;</summary>
		<author><name>Popcornmix</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Archive:Common_issues&amp;diff=82722</id>
		<title>Archive:Common issues</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Archive:Common_issues&amp;diff=82722"/>
		<updated>2014-12-28T18:25:58Z</updated>

		<summary type="html">&lt;p&gt;Popcornmix: /* Raspberry Pi */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{mininav| [[Troubleshooting]] {{l2| [[FAQs]] }} }}&lt;br /&gt;
XBMC releases are brought to a stable point where most users should not have issues. However, due to XBMC&#039;s large, complex, and multi-platform nature, it is nearly impossible to release a totally bug-free version. As such, these are some of the more common issues that are known about in XBMC.&lt;br /&gt;
&lt;br /&gt;
{{note|This is not an exhaustive list of bugs/issues, but a simple summary of the more common issues that users might be facing. The purpose of this page is to let users know that Team XBMC is aware of these issues and (in most cases) is working on fixing them.}}&lt;br /&gt;
&lt;br /&gt;
For a more complete list of possible bugs/issues see the &#039;&#039;&#039;[[bug tracker|XBMC Trac bug tracker]]&#039;&#039;&#039;. For reporting bugs see &#039;&#039;&#039;[[HOW-TO:Submit a bug report]]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== General ==&lt;br /&gt;
* When using UPnP library sharing between XBMC instances:&lt;br /&gt;
** The watched/resume status for TV shows/episodes doesn&#039;t always update right away on the &amp;quot;client&amp;quot; XBMC instance.&lt;br /&gt;
** If you have a TV show that has watched episodes and unwatched episodes, the entire TV show will be hidden if &amp;quot;hide watched&amp;quot; is turned on.&lt;br /&gt;
* Chapter markers for MP4 files are broken in v13.&lt;br /&gt;
* FLAC and ALAC music files have issues in v13. This is fixed in the future v13.1 bugfix release.&lt;br /&gt;
* Mplayer style [[EDL]]s (.edl) don&#039;t work well when stepping back or forward in v13. [http://trac.xbmc.org/ticket/15207]&lt;br /&gt;
* Using variable rewind (x2, x4, x8, etc) will actually go faster than it is supposed to. A fix has been done but won&#039;t be ready for v13: [https://github.com/FernetMenta/xbmc/commit/eff8b534ac676fe549b054c1531d2f32b4249a93] {{small|&#039;&#039;(however, it is fixed in [[OpenELEC]])&#039;&#039;}}&lt;br /&gt;
* The current [[AFP]] client in XBMC is still the not-so-stable one from Eden. &lt;br /&gt;
* If you scan using the &amp;quot;NFO only/local info only&amp;quot; scraper, all sub-folders will be forcefully set with &amp;quot;NFO only&amp;quot; as well.&lt;br /&gt;
* A minor cosmetic flaw, when a single TV show is created from more than one source path (like some seasons on hard drive A, other seasons on hard drive B) certain counts in the GUI (i.e., number of episodes) can be off. [http://trac.xbmc.org/ticket/13513]&lt;br /&gt;
* Videos encoded with VC-1 and that are interlaced will not currently playback correctly in XBMC when software decoding is used.&lt;br /&gt;
* Video played in the pictures slide show won&#039;t work [https://github.com/xbmc/xbmc/pull/2164]&lt;br /&gt;
* Default touch screen skins (iOS and Android) do not have Live TV/PVR support yet.&lt;br /&gt;
* &#039;&#039;&#039;FIXED in v13&#039;&#039;&#039; {{s|Sometimes you have to [[Add-on manager#Empty repository list|force update add-on repositories]] to see a listing of [[add-ons]].}}&lt;br /&gt;
* &#039;&#039;&#039;FIXED in v13&#039;&#039;&#039; {{s|1=Dolby Digital Plus support seems to have issues. Dolby Digital and Dolby True HD are unaffected. [http://forum.xbmc.org/showthread.php?tid=139840]}}&lt;br /&gt;
* &#039;&#039;&#039;FIXED in v13&#039;&#039;&#039; {{s|1=FilterSMS [[keymap]]pings are not working in views that use the [[advanced library filter]]. The next version of XBMC, v13 &amp;quot;Gotham&amp;quot;, will allow skin authors to choose between old style filtering or advanced library filtering. [https://github.com/xbmc/xbmc/pull/2503]}}&lt;br /&gt;
* &#039;&#039;&#039;FIXED in v13&#039;&#039;&#039; {{s|1=While TV shows and music videos have [[video library tags]] just like movies, [[smart playlists]] will not use tags as a rule. Movie smart playlists are unaffected by this. [https://github.com/xbmc/xbmc/pull/2185]}}&lt;br /&gt;
&lt;br /&gt;
;Non-XBMC issues&lt;br /&gt;
* AirPlay Mirroring is not supported&lt;br /&gt;
&lt;br /&gt;
== Android ==&lt;br /&gt;
* The CTRL modifier for [[keymaps]] currently doesn&#039;t work. Other modifier keys do still work,&lt;br /&gt;
* Initial Android support is targeted at inexpensive Android powered set-top boxes. As such, support for mobile devices is still being developed, but will improve with time.&lt;br /&gt;
* &#039;&#039;&#039;FIXED in v13&#039;&#039;&#039; {{s|1=No hardware video decoding for most devices, which means no HD playback support unless there is a fast CPU. This is something that is under active development and will eventually be improved for a number of devices. See [[Android FAQ]] for more info.}}&lt;br /&gt;
* &#039;&#039;&#039;FIXED in v13&#039;&#039;&#039; {{s|1=Volume needs to be set high on the Android device before entering XBMC, as XBMC will not exceed this set volume level.}}&lt;br /&gt;
&lt;br /&gt;
== Linux general ==&lt;br /&gt;
* Some Linux distros have issues with keyboards/input devices not working in XBMC after waking from suspend/sleep.&lt;br /&gt;
&lt;br /&gt;
;Non-XBMC issues&lt;br /&gt;
* &#039;&#039;&#039;FIXED in v13 and via AMD OSS video drivers &#039;&#039;&#039; {{s|1=AMD GPUs do not support HD-audio passthrough under Linux}}&lt;br /&gt;
&lt;br /&gt;
=== XBMCbuntu specific ===&lt;br /&gt;
* All AMD/ATI users with a GPU up to ATI HD5xxx will have a failed install because 12.10 does not carry compatible fglrx [http://forum.xbmc.org/showthread.php?tid=154418&amp;amp;pid=1321833#pid1321833 a workaround is on this thread].&lt;br /&gt;
&lt;br /&gt;
== Mac OS X/iOS ==&lt;br /&gt;
&amp;lt;section begin=&amp;quot;Mac audio&amp;quot; /&amp;gt;* Gapless playback for music isn&#039;t working.&lt;br /&gt;
* &#039;&#039;&#039;FIXED in v13&#039;&#039;&#039; {{s|AAC to AC3 transcoding is broken for the time being, which means no multichannel support for AAC.}}&lt;br /&gt;
* &#039;&#039;&#039;FIXED in v13&#039;&#039;&#039; {{s|Music output lacks &amp;quot;audiophile&amp;quot; support (output is resampled to the setting from audio midi setup for all tracks)}}&lt;br /&gt;
* &#039;&#039;&#039;FIXED in v13&#039;&#039;&#039; {{s|All sorts of hickups during music track transitions (gets worse with activated crossfade).}}&amp;lt;section end=&amp;quot;Mac audio&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Non-XBMC issues&lt;br /&gt;
* Apple does not provide support for HD-audio passthrough in their audio API, CoreAudio.&lt;br /&gt;
=== Mac specific ===&lt;br /&gt;
* PCM audio can sometimes be mapped to the wrong channels. Temp work around would be to use passthrough when available.&lt;br /&gt;
* XBMC v13.0 for Mac OS X, &#039;&#039;&#039;62-bit version only&#039;&#039;&#039;, [[AFP]] does not work at all.&lt;br /&gt;
* XBMC v13.0 for Mac OS X, &#039;&#039;&#039;32-bit version only&#039;&#039;&#039;, is missing a library to playback OGG Vorbis audio. Most users can simply use the 64-bit version as a fix. This should be fixed in the future v13.1 bugfix release.&lt;br /&gt;
* Mac OS X 10.9 &amp;quot;Mavericks&amp;quot; has introduced a buffering/stuttering issue that seem to only effect certain Macs. Possibly related to the OSX AppNap feature.&lt;br /&gt;
* No retina support yet.&lt;br /&gt;
* Some tools/applications which adjust screen brightness may lead to low framerates (5fps framerate limiting) in XBMC. The most common ones should be exempt from this and not cause any issue, but there may be others. Please report any tools/applications that still have this issue to the XBMC support forums so that we can add them to the exempt list. (basically all tools which use a transparent fullscreen overlay)&lt;br /&gt;
* Certain Macs using Intel GPUs seem to show a green line when using hardware decoding (VDA). A fix was found, but that fix caused some other issues, so the lesser evil was chosen (green line). Developers are still working on this issue. In most cases the Mac in question can run just fine without the hardware (VDA) decoder, as they have more than enough CPU power. It won&#039;t hurt anything. At most it might just kick up your CPU fans more, depending on how demanding the video is. You can turn off hardware video decoding by going into {{highlight|[[Settings/Videos#Playback|Settings -&amp;gt; Videos -&amp;gt; Playback]]}} and deselecting the VDA option.&lt;br /&gt;
&lt;br /&gt;
=== iOS specific ===&lt;br /&gt;
* Retina support for iPad is currently GUI only. Video resolution currently maxes out at 1024 x 768. Retina is fully supported for iPhones and iPod touches.&lt;br /&gt;
* Uppercased special characters with accents are shown as lowercase (when uppercase tag is used in the skin) (See [[Talk:Known Frodo issues#Uppercase font roboto bold caps|here]] for a possible temp workaround).&lt;br /&gt;
* iDevices that use an A7 chip (64-bit) won&#039;t use hardware video decoding. Software video decoding should be enough to play back most videos, but will drain the battery faster.&lt;br /&gt;
* &#039;&#039;&#039;FIXED in v13&#039;&#039;&#039; {{s|iDevices with iOS 7 won&#039;t correctly work with video out cables or using AirPlay mirroring to ATV2/3.}}&lt;br /&gt;
* &#039;&#039;&#039;FIXED in v13&#039;&#039;&#039; {{s|iDevices with iOS 7 crash when using DVD menus.}}&lt;br /&gt;
* &#039;&#039;&#039;FIXED in v13&#039;&#039;&#039; {{s|Retina GUI is not enabled for v12 builds for iPad Air (5th gen) or iPad Mini (2nd gen).}}&lt;br /&gt;
* &#039;&#039;&#039;FIXED in v13&#039;&#039;&#039; {{s|12.1 only - There seems to be a memory leak with some add-ons in the 12.1 release that will cause out-of-memory crashes on some iOS devices such as the ATV2. If you are having these issues, you may wish to downgrade to 12.0.}}&lt;br /&gt;
&lt;br /&gt;
;Non-XBMC issues&lt;br /&gt;
* Apple TV 2 will crash on startup when older versions of Plex are also installed. Either uninstall Plex or update it.&lt;br /&gt;
* iDevices will crash on startup if Display Out is installed.&lt;br /&gt;
&lt;br /&gt;
== Raspberry Pi ==&lt;br /&gt;
&amp;lt;section begin=&amp;quot;Raspberry Pi&amp;quot; /&amp;gt;&lt;br /&gt;
* None currently with {{current version}}&lt;br /&gt;
&amp;lt;section end=&amp;quot;Raspberry Pi&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
* XBMC v13.0 has issues playing .m4a audio files. This will be fixed in the upcoming v13.1 bugfix release.&lt;br /&gt;
* Vista has a very strange bug that sometimes causes [[add-ons]] to give a &amp;quot;script failed&amp;quot; error. If you have this issue please report it on http://forum.xbmc.org&lt;br /&gt;
* AirPlay videos recorded with iPhones/iPads might not rotate correctly when using hardware video decoding [http://forum.xbmc.org/showthread.php?tid=149006]&lt;br /&gt;
* Windows screensaver and power saving mode kicks in when XBMC is not focused (independent of whether XBMC is playing a video or not)&lt;br /&gt;
* &#039;&#039;&#039;FIXED in v13&#039;&#039;&#039; {{s|1=The ability to select &amp;quot;OS default&amp;quot; for sound output in XBMC is missing.}}&lt;br /&gt;
* &#039;&#039;&#039;FIXED in v13&#039;&#039;&#039; {{s|1=Touch screen support for Windows 7/8 mostly doesn&#039;t work for Frodo.}}&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Gotham updated}}&lt;/div&gt;</summary>
		<author><name>Popcornmix</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Archive:Raspberry_Pi_FAQ&amp;diff=82721</id>
		<title>Archive:Raspberry Pi FAQ</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Archive:Raspberry_Pi_FAQ&amp;diff=82721"/>
		<updated>2014-12-28T18:20:32Z</updated>

		<summary type="html">&lt;p&gt;Popcornmix: /* Troubleshooting */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{XBMC FAQ}}&lt;br /&gt;
{{mininav|[[Raspberry Pi]] }}&lt;br /&gt;
&#039;&#039;&#039;F&#039;&#039;&#039;requently &#039;&#039;&#039;A&#039;&#039;&#039;sked &#039;&#039;&#039;Q&#039;&#039;&#039;uestions XBMC running on the &#039;&#039;&#039;[[Raspberry Pi]]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
== General FAQ ==&lt;br /&gt;
:&amp;lt;big&amp;gt;&#039;&#039;See also: &#039;&#039;&#039;[[XBMC all platforms FAQ]]&#039;&#039;&#039; for FAQs that apply to all versions of Kodi.&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
&amp;lt;!--{{FAQ|1=doesitblend&lt;br /&gt;
| BGcolor=&lt;br /&gt;
| Question= How well does it work?&lt;br /&gt;
| Answer=&lt;br /&gt;
* {{editor note|short write up on general feel/limitations? Maybe also link to more &amp;quot;in-depth&amp;quot;/longer write-ups/reviews?}}&lt;br /&gt;
}}--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Install&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Installing Kodi on the Raspberry Pi&lt;br /&gt;
| Answer=&lt;br /&gt;
{{#lst:Raspberry Pi|install}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Version&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Is Kodi for Raspberry Pi different from normal Kodi?&lt;br /&gt;
| Answer=&lt;br /&gt;
* The current stable version of Kodi for Raspberry Pi is {{current version}}. This is the same code that all of the other platforms (Linux, iOS, Mac OS X, Windows, etc) are using.&lt;br /&gt;
* There are two acceleration options on the Pi. &amp;quot;omxplayer&amp;quot; runs much of the player logic on the gpu which is highest performance option and can handle raw Blu-Ray quality videos. It does not support DVD menus or ALSA audio.&lt;br /&gt;
* &amp;quot;MMAL&amp;quot; acceleration uses dvdplayer with hardware acceleration of the video codec. Performance is a little lower than omxplayer, but should still handle most 1080p content.&lt;br /&gt;
* By default both are enabled, and omxplayer acceleration will be disabled when not appropriate (i.e. DVDs with menus or when ALSA audio is enabled).&lt;br /&gt;
* If you don&#039;t play raw Blu-Ray quality videos then disabling omxplayer acceleration is an option which some users may prefer. &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Current_build&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= How do I find out what version of Kodi am I running?&lt;br /&gt;
| Answer=&lt;br /&gt;
* Kodi main menu &amp;gt; System &amp;gt; Lower submenu &amp;gt; System info. &#039;&#039;&#039;Note the build date.&#039;&#039;&#039;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Formats&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Video and audio formats the Raspberry Pi can playback&lt;br /&gt;
| Answer=&lt;br /&gt;
* H.264 (up to High Profile) encoded videos are supported up to 1080P using hardware video decoding. &#039;&#039;Note: [[Hi10P]] will not work.&#039;&#039;&lt;br /&gt;
* MPEG-4 encoded videos are supported up to 1080P using hardware video decoding. This includes XviD and recent versions on DivX (but not the older 3.xx DivX).&lt;br /&gt;
* The Raspberry Pi Foundation offers additional video codec licenses for a few dollars. At the moment you can purchase MPEG-2 and VC1, both with support up to 1080P. Read [[#Enabling_additional_video_codecs|below]] on how to enable these.&lt;br /&gt;
* MJPEG, VP6, VP8 and OGG Theora are supported as GPU accelerated software decoders. These are limited to DVD resolutions.&lt;br /&gt;
* Codecs without gpu support like DivX 3, msmpeg and sorenson spark will be decoded by dvdplayer on the ARM. Should work for SD resolutions.&lt;br /&gt;
* DVD ISOs with menus should work fine (using dvdplayer).&lt;br /&gt;
* Software DTS audio decode works well in recent builds. TrueHD audio is CPU intensive and may require overclocking.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Output&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Video and audio output on the Raspberry Pi&lt;br /&gt;
| Answer=&lt;br /&gt;
* Video output via HDMI up to 1080P. The GUI is 1080p by default, but can be reduced in video settings without affecting video resolution.&lt;br /&gt;
* Video output via the analog component video (RCA) jack will be in SD.&lt;br /&gt;
* Analog audio output via the mini phone jack is supported.&lt;br /&gt;
* I2S and USB ALSA audio cards are supported with {{current version}} builds. omxplayer acceleration is not available (it will be disabled automatically). &lt;br /&gt;
* DTS and AC3 audio passthrough audio is supported (and recommended, as it will reduce CPU load on the R-Pi)&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Multichannel_Audio&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= How about multichannel audio support?&lt;br /&gt;
| Answer=&lt;br /&gt;
* By default audio is downmixed to stereo.&lt;br /&gt;
* If your receiver/TV supports DTS or AC3 passthrough then enable these in audio settings and you will get 6 channel audio.&lt;br /&gt;
* Multichannel PCM audio is supported over HDMI. Note: not all receivers support this and toslink/optical will not.&lt;br /&gt;
* Enable by setting the speaker configuration to suitable value (e.g. 5.1 or 7.1).&lt;br /&gt;
* If your recevier does not support multichannel PCM, then leave this at 2.0. You can still get multichannel audio through passthrough.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Extra_codecs&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Enabling additional video codecs&lt;br /&gt;
| Answer=&lt;br /&gt;
You can buy additional video codecs (VC-1 - used in some bluray discs, and MPEG-2) from the [http://www.raspberrypi.com/license-keys/ Raspberry Pi Foundation online shop]. After purchase the keys are emailed to you, looking like this (invalid keys used for example):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;decode_MPG2=0x1cc591c7&lt;br /&gt;
decode_WVC1=0x8aa09876&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In order to enable additional video codecs you should modify &#039;&#039;/boot/config.txt&#039;&#039; and add these lines literally. The method may vary per distribution:&lt;br /&gt;
&lt;br /&gt;
* Manual: Open &#039;&#039;/boot/config.txt&#039;&#039; with a text editor like nano or vi, and add the keys.&lt;br /&gt;
* [[XBian]]: You can add/remote your keys using [http://xbian.org/getting-started/configuring-xbian/ XBian-config]. After reboot your keys will be entered and ready to use.&lt;br /&gt;
* [[Raspbmc]]: Navigate to {{highlight|Programs -&amp;gt; Raspbmc Settings -&amp;gt; System Configuration -&amp;gt; MPEG2 codec license/VC1 codec key}}.  Enter your keys with the onscreen keyboard then Kodi will prompt you to reboot.  After reboot your keys will be entered and ready to use.&lt;br /&gt;
* [[OpenELEC]]: Type &amp;lt;code&amp;gt;mount /flash -o remount,rw&amp;lt;/code&amp;gt; to remount the boot partition in read/write mode. The file to edit is located in &#039;&#039;/flash/config.txt&#039;&#039;, and contains stubs for the license keys. Add the keys using nano or vi. There is also an unofficial [http://openelec.tv/forum/124-raspberry-pi/68533 add-on] which can be used to enter the codec information.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Media&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Accessing media&lt;br /&gt;
| Answer=&lt;br /&gt;
{{See also|Adding videos to the library|File sharing}}&lt;br /&gt;
* You can connect to media that&#039;s being shared from a computer, HTPC, or NAS device on your local network.&lt;br /&gt;
* You can access media on the main SD card or from the USB ports (hard drives, USB stick drives, hubs, all supported).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Add-ons|2=Skins&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Add-ons and skins&lt;br /&gt;
| Answer=&lt;br /&gt;
* Kodi for Raspberry Pi is a full version of Kodi and will be able to use all non-platform specific [[add-ons]] and [[skins]]. More feature rich (CPU demanding) skins might not run smoothly, so keep to &amp;quot;lighter&amp;quot; skins.&lt;br /&gt;
* Recommended lite skins include: Confluence (default skin), Amber, Metropolis, Quartz, Quartz Reloaded, Slik, xTV-SAF. Aeon Nox 5 is quite usable.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Shutdown&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= How to properly shutdown/disconnect&lt;br /&gt;
| Answer=&lt;br /&gt;
* It is not possible to use traditional &amp;quot;shutdown&amp;quot; on the Raspberry Pi. The only way to power it off is to disconnect the power. &lt;br /&gt;
* ALWAYS select the shutdown command in Kodi before powering off the Raspberry Pi. Failure to do so can corrupt the Kodi library databases, other databases, or even other OS files.&lt;br /&gt;
* Most users leave the Raspberry Pi on all the time, as it uses very little power (the cost of electricity for a year is about the price of a hamburger).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Remotes&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Remotes for Raspberry Pi&lt;br /&gt;
| Answer=&lt;br /&gt;
{{see|Raspberry Pi#Remote controls}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=MySQL&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= MySQL library sharing&lt;br /&gt;
| Answer=&lt;br /&gt;
* If you are using [[MySQL]] library sharing features, please note that your library will only sync with the Raspberry Pi if all your other Kodi instances are running the same version ([[#Current_build|how to check your version]]).&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
{{see also|Troubleshooting}}&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Forum|2=IRC&lt;br /&gt;
| BGcolor=&lt;br /&gt;
| Question= Getting more help with Kodi for Raspberry Pi&lt;br /&gt;
| Answer=&lt;br /&gt;
* &#039;&#039;&#039;[http://forum.kodi.tv/forumdisplay.php?fid=166 Kodi for Raspberry Pi specific help forum]&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;[irc://irc.freenode.org/xbmc-rpi #xbmc-rpi]&#039;&#039;&#039; [[w:IRC|IRC]] chat channel on irc.freenode.org.&lt;br /&gt;
* &#039;&#039;&#039;[http://webchat.freenode.net/?channels=xbmc-rpi #xbmc-rpi]&#039;&#039;&#039; [[w:IRC|IRC]] channel on Freenode (Webchat)&lt;br /&gt;
* &#039;&#039;&#039;[http://webchat.freenode.net/?channels=openelec #openelec]&#039;&#039;&#039; OpenELEC [[w:IRC|IRC]] support on Freenode (Webchat)&lt;br /&gt;
* &#039;&#039;&#039;[http://webchat.freenode.net/?channels=xbian #xbian]&#039;&#039;&#039; XBian [[w:IRC|IRC]] support on Freenode (Webchat)&lt;br /&gt;
* &#039;&#039;&#039;[http://webchat.freenode.net/?channels=raspbmc #raspbmc]&#039;&#039;&#039; Raspbmc [[w:IRC|IRC]] support on Freenode (Webchat)&lt;br /&gt;
* Also see the individual Kodi/OS distribution documentation and support forums noted &#039;&#039;&#039;[[Raspberry Pi/FAQ#Install|above]]&#039;&#039;&#039;.&lt;br /&gt;
* For general Raspberry Pi info and help be sure to see http://raspberrypi.org and the very excellent &#039;&#039;&#039;[http://elinux.org/R-Pi_Hub Raspberry Pi Wiki]&#039;&#039;&#039;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Logs|2=Userdata|3=logs&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Userdata folder and logs&lt;br /&gt;
| Answer=&lt;br /&gt;
:&#039;&#039;See &#039;&#039;&#039;[[How-to:Submit a proper bug report]]&#039;&#039;&#039; for bug reporting details and  &#039;&#039;&#039;[[Debug log]]&#039;&#039;&#039; for how to post the debug log.&#039;&#039;&lt;br /&gt;
* [[Userdata folder]]:&lt;br /&gt;
** OpenELEC: {{highlight|/storage/.kodi/userdata/}}&lt;br /&gt;
** Raspbmc: {{highlight|/home/pi/.kodi/userdata/}}&lt;br /&gt;
** XBian: {{highlight|/home/xbian/.kodi/userdata/}}&lt;br /&gt;
* [[Debug log]]: &lt;br /&gt;
** OpenELEC: {{highlight|/storage/.kodi/temp/kodi.log}}&lt;br /&gt;
** Raspbmc: {{highlight|/home/pi/.kodi/temp/kodi.log}}&lt;br /&gt;
** XBian: {{highlight|/home/xbian/.kodi/temp/kodi.log}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Language&lt;br /&gt;
| BGcolor=&lt;br /&gt;
| Question= Wrong language displayed in Kodi&lt;br /&gt;
| Answer=&lt;br /&gt;
* If you&#039;re getting a different language displayed in Kodi than the one you&#039;ve set in {{highlight|bordered=yes|[[Settings/Appearance#International|Settings -&amp;gt; Appearance -&amp;gt; International]]}}, it could be caused by your TV&#039;s language settings over [[CEC]]. &lt;br /&gt;
* Go into {{highlight|bordered=yes|[[Settings/System#Input devices|Settings -&amp;gt; System -&amp;gt; Input devices -&amp;gt; Peripherals -&amp;gt; RasPi CEC module -&amp;gt; Use TV&#039;s language]]}} and set to off.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Issues&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Raspberry Pi known issues&lt;br /&gt;
| Answer=&lt;br /&gt;
{{#lst:Frodo issues|Raspberry Pi}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Buffering|2=Performance&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Performance: video buffering, stuttering, choppiness &lt;br /&gt;
| Answer=&lt;br /&gt;
{{main|Raspberry Pi#Maximizing performance}}&lt;br /&gt;
{{#lst:Raspberry Pi|performance}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Memory Usage&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Memory usage (especially with 256M Pi)&lt;br /&gt;
| Answer=&lt;br /&gt;
* gpu_mem should be set to 128M. On a 256M Pi it is recommended to set it to 112M. On a 512M Pi it may be worth increasing this if you are running heavy skins or if you want to increase the default fanart resolution or colour depth. 256M should be more than enough.&lt;br /&gt;
* A 256M Pi is quite short on memory. Be careful with running other apps in the background (e.g. torrents) or installing add-ons that consume memory.&lt;br /&gt;
* The default cachemembuffersize will be 2M for a 256M Pi, and 20M for a 512M Pi. You can use 0 to cache to sdcard.&lt;br /&gt;
* Reducing the &amp;quot;GUI resolution limit&amp;quot; (e.g. to 720p) in settings/system/video will save memory. This is a default on a 256M Pi. Video will still play at full resolution (e.g. 1080p).&lt;br /&gt;
* Enabling &amp;quot;higher colour depth artwork&amp;quot; will use more memory. It should be disabled on 256M Pi.&lt;br /&gt;
* Reducing imageres/fanartres will reduce memory usage.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=TV is not detected unless powered on first&lt;br /&gt;
| BGcolor=&lt;br /&gt;
| Question=TV is not detected unless powered on first&lt;br /&gt;
| Answer=&lt;br /&gt;
* Some TVs/receivers only report their capabilities (EDID) through HDMI when powered on before the Pi.&lt;br /&gt;
* If TV doesn&#039;t get the right resolution or CEC doesn&#039;t work when Pi is powered before the TV/receiver then you can:&lt;br /&gt;
* Run: &amp;lt;code&amp;gt;sudo tvservice -d edid.dat&amp;lt;/code&amp;gt; (after booting with TV/receiver powered on first)&lt;br /&gt;
* copy the edid.dat to the FAT partition (/boot on raspbmc and /flash on openelec)&lt;br /&gt;
* and add to config.txt: &amp;lt;code&amp;gt;hdmi_edid_file=1&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;hdmi_force_hotplug=1&amp;lt;/code&amp;gt;&lt;br /&gt;
* Note: if you change TV/receiver or use a different HDMI input you should capture a new edid.dat file&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Videos don&#039;t play from archives&lt;br /&gt;
| BGcolor=&lt;br /&gt;
| Question=Videos don&#039;t play from archives&lt;br /&gt;
| Answer=&lt;br /&gt;
* When browsing, any archives need to be extracted to identify the content. This can be very slow and even cause out-of-memory crashes with large archive files.&lt;br /&gt;
* So, on the Pi this is now optional and disabled by default. Enable with: {{highlight|bordered=yes|[[Settings/Appearance#File lists|Settings -&amp;gt; Appearance -&amp;gt; File lists -&amp;gt; Support browsing into archives]]}}&lt;br /&gt;
* Note: using rar files doesn&#039;t save any space as video files are already highly compressed, so just extracting them would be the preferred solution.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{gotham updated}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Manual]]&lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
[[Category:Troubleshooting]]&lt;/div&gt;</summary>
		<author><name>Popcornmix</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Archive:Raspberry_Pi_FAQ&amp;diff=82719</id>
		<title>Archive:Raspberry Pi FAQ</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Archive:Raspberry_Pi_FAQ&amp;diff=82719"/>
		<updated>2014-12-28T18:08:02Z</updated>

		<summary type="html">&lt;p&gt;Popcornmix: /* General FAQ */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{XBMC FAQ}}&lt;br /&gt;
{{mininav|[[Raspberry Pi]] }}&lt;br /&gt;
&#039;&#039;&#039;F&#039;&#039;&#039;requently &#039;&#039;&#039;A&#039;&#039;&#039;sked &#039;&#039;&#039;Q&#039;&#039;&#039;uestions XBMC running on the &#039;&#039;&#039;[[Raspberry Pi]]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
== General FAQ ==&lt;br /&gt;
:&amp;lt;big&amp;gt;&#039;&#039;See also: &#039;&#039;&#039;[[XBMC all platforms FAQ]]&#039;&#039;&#039; for FAQs that apply to all versions of Kodi.&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
&amp;lt;!--{{FAQ|1=doesitblend&lt;br /&gt;
| BGcolor=&lt;br /&gt;
| Question= How well does it work?&lt;br /&gt;
| Answer=&lt;br /&gt;
* {{editor note|short write up on general feel/limitations? Maybe also link to more &amp;quot;in-depth&amp;quot;/longer write-ups/reviews?}}&lt;br /&gt;
}}--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Install&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Installing Kodi on the Raspberry Pi&lt;br /&gt;
| Answer=&lt;br /&gt;
{{#lst:Raspberry Pi|install}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Version&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Is Kodi for Raspberry Pi different from normal Kodi?&lt;br /&gt;
| Answer=&lt;br /&gt;
* The current stable version of Kodi for Raspberry Pi is {{current version}}. This is the same code that all of the other platforms (Linux, iOS, Mac OS X, Windows, etc) are using.&lt;br /&gt;
* There are two acceleration options on the Pi. &amp;quot;omxplayer&amp;quot; runs much of the player logic on the gpu which is highest performance option and can handle raw Blu-Ray quality videos. It does not support DVD menus or ALSA audio.&lt;br /&gt;
* &amp;quot;MMAL&amp;quot; acceleration uses dvdplayer with hardware acceleration of the video codec. Performance is a little lower than omxplayer, but should still handle most 1080p content.&lt;br /&gt;
* By default both are enabled, and omxplayer acceleration will be disabled when not appropriate (i.e. DVDs with menus or when ALSA audio is enabled).&lt;br /&gt;
* If you don&#039;t play raw Blu-Ray quality videos then disabling omxplayer acceleration is an option which some users may prefer. &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Current_build&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= How do I find out what version of Kodi am I running?&lt;br /&gt;
| Answer=&lt;br /&gt;
* Kodi main menu &amp;gt; System &amp;gt; Lower submenu &amp;gt; System info. &#039;&#039;&#039;Note the build date.&#039;&#039;&#039;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Formats&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Video and audio formats the Raspberry Pi can playback&lt;br /&gt;
| Answer=&lt;br /&gt;
* H.264 (up to High Profile) encoded videos are supported up to 1080P using hardware video decoding. &#039;&#039;Note: [[Hi10P]] will not work.&#039;&#039;&lt;br /&gt;
* MPEG-4 encoded videos are supported up to 1080P using hardware video decoding. This includes XviD and recent versions on DivX (but not the older 3.xx DivX).&lt;br /&gt;
* The Raspberry Pi Foundation offers additional video codec licenses for a few dollars. At the moment you can purchase MPEG-2 and VC1, both with support up to 1080P. Read [[#Enabling_additional_video_codecs|below]] on how to enable these.&lt;br /&gt;
* MJPEG, VP6, VP8 and OGG Theora are supported as GPU accelerated software decoders. These are limited to DVD resolutions.&lt;br /&gt;
* Codecs without gpu support like DivX 3, msmpeg and sorenson spark will be decoded by dvdplayer on the ARM. Should work for SD resolutions.&lt;br /&gt;
* DVD ISOs with menus should work fine (using dvdplayer).&lt;br /&gt;
* Software DTS audio decode works well in recent builds. TrueHD audio is CPU intensive and may require overclocking.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Output&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Video and audio output on the Raspberry Pi&lt;br /&gt;
| Answer=&lt;br /&gt;
* Video output via HDMI up to 1080P. The GUI is 1080p by default, but can be reduced in video settings without affecting video resolution.&lt;br /&gt;
* Video output via the analog component video (RCA) jack will be in SD.&lt;br /&gt;
* Analog audio output via the mini phone jack is supported.&lt;br /&gt;
* I2S and USB ALSA audio cards are supported with {{current version}} builds. omxplayer acceleration is not available (it will be disabled automatically). &lt;br /&gt;
* DTS and AC3 audio passthrough audio is supported (and recommended, as it will reduce CPU load on the R-Pi)&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Multichannel_Audio&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= How about multichannel audio support?&lt;br /&gt;
| Answer=&lt;br /&gt;
* By default audio is downmixed to stereo.&lt;br /&gt;
* If your receiver/TV supports DTS or AC3 passthrough then enable these in audio settings and you will get 6 channel audio.&lt;br /&gt;
* Multichannel PCM audio is supported over HDMI. Note: not all receivers support this and toslink/optical will not.&lt;br /&gt;
* Enable by setting the speaker configuration to suitable value (e.g. 5.1 or 7.1).&lt;br /&gt;
* If your recevier does not support multichannel PCM, then leave this at 2.0. You can still get multichannel audio through passthrough.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Extra_codecs&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Enabling additional video codecs&lt;br /&gt;
| Answer=&lt;br /&gt;
You can buy additional video codecs (VC-1 - used in some bluray discs, and MPEG-2) from the [http://www.raspberrypi.com/license-keys/ Raspberry Pi Foundation online shop]. After purchase the keys are emailed to you, looking like this (invalid keys used for example):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;decode_MPG2=0x1cc591c7&lt;br /&gt;
decode_WVC1=0x8aa09876&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In order to enable additional video codecs you should modify &#039;&#039;/boot/config.txt&#039;&#039; and add these lines literally. The method may vary per distribution:&lt;br /&gt;
&lt;br /&gt;
* Manual: Open &#039;&#039;/boot/config.txt&#039;&#039; with a text editor like nano or vi, and add the keys.&lt;br /&gt;
* [[XBian]]: You can add/remote your keys using [http://xbian.org/getting-started/configuring-xbian/ XBian-config]. After reboot your keys will be entered and ready to use.&lt;br /&gt;
* [[Raspbmc]]: Navigate to {{highlight|Programs -&amp;gt; Raspbmc Settings -&amp;gt; System Configuration -&amp;gt; MPEG2 codec license/VC1 codec key}}.  Enter your keys with the onscreen keyboard then Kodi will prompt you to reboot.  After reboot your keys will be entered and ready to use.&lt;br /&gt;
* [[OpenELEC]]: Type &amp;lt;code&amp;gt;mount /flash -o remount,rw&amp;lt;/code&amp;gt; to remount the boot partition in read/write mode. The file to edit is located in &#039;&#039;/flash/config.txt&#039;&#039;, and contains stubs for the license keys. Add the keys using nano or vi. There is also an unofficial [http://openelec.tv/forum/124-raspberry-pi/68533 add-on] which can be used to enter the codec information.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Media&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Accessing media&lt;br /&gt;
| Answer=&lt;br /&gt;
{{See also|Adding videos to the library|File sharing}}&lt;br /&gt;
* You can connect to media that&#039;s being shared from a computer, HTPC, or NAS device on your local network.&lt;br /&gt;
* You can access media on the main SD card or from the USB ports (hard drives, USB stick drives, hubs, all supported).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Add-ons|2=Skins&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Add-ons and skins&lt;br /&gt;
| Answer=&lt;br /&gt;
* Kodi for Raspberry Pi is a full version of Kodi and will be able to use all non-platform specific [[add-ons]] and [[skins]]. More feature rich (CPU demanding) skins might not run smoothly, so keep to &amp;quot;lighter&amp;quot; skins.&lt;br /&gt;
* Recommended lite skins include: Confluence (default skin), Amber, Metropolis, Quartz, Quartz Reloaded, Slik, xTV-SAF. Aeon Nox 5 is quite usable.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Shutdown&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= How to properly shutdown/disconnect&lt;br /&gt;
| Answer=&lt;br /&gt;
* It is not possible to use traditional &amp;quot;shutdown&amp;quot; on the Raspberry Pi. The only way to power it off is to disconnect the power. &lt;br /&gt;
* ALWAYS select the shutdown command in Kodi before powering off the Raspberry Pi. Failure to do so can corrupt the Kodi library databases, other databases, or even other OS files.&lt;br /&gt;
* Most users leave the Raspberry Pi on all the time, as it uses very little power (the cost of electricity for a year is about the price of a hamburger).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Remotes&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Remotes for Raspberry Pi&lt;br /&gt;
| Answer=&lt;br /&gt;
{{see|Raspberry Pi#Remote controls}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=MySQL&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= MySQL library sharing&lt;br /&gt;
| Answer=&lt;br /&gt;
* If you are using [[MySQL]] library sharing features, please note that your library will only sync with the Raspberry Pi if all your other Kodi instances are running the same version ([[#Current_build|how to check your version]]).&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
{{see also|Troubleshooting}}&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Forum|2=IRC&lt;br /&gt;
| BGcolor=&lt;br /&gt;
| Question= Getting more help with XBMC for Raspberry Pi&lt;br /&gt;
| Answer=&lt;br /&gt;
* &#039;&#039;&#039;[http://forum.xbmc.org/forumdisplay.php?fid=166 XBMC for Raspberry Pi specific help forum]&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;[irc://irc.freenode.org/xbmc-rpi #xbmc-rpi]&#039;&#039;&#039; [[w:IRC|IRC]] chat channel on irc.freenode.org.&lt;br /&gt;
* &#039;&#039;&#039;[http://webchat.freenode.net/?channels=xbmc-rpi #xbmc-rpi]&#039;&#039;&#039; [[w:IRC|IRC]] channel on Freenode (Webchat)&lt;br /&gt;
* &#039;&#039;&#039;[http://webchat.freenode.net/?channels=openelec #openelec]&#039;&#039;&#039; OpenELEC [[w:IRC|IRC]] support on Freenode (Webchat)&lt;br /&gt;
* &#039;&#039;&#039;[http://webchat.freenode.net/?channels=xbian #xbian]&#039;&#039;&#039; XBian [[w:IRC|IRC]] support on Freenode (Webchat)&lt;br /&gt;
* &#039;&#039;&#039;[http://webchat.freenode.net/?channels=raspbmc #raspbmc]&#039;&#039;&#039; Raspbmc [[w:IRC|IRC]] support on Freenode (Webchat)&lt;br /&gt;
* Also see the individual XBMC/OS distribution documentation and support forums noted &#039;&#039;&#039;[[Raspberry Pi/FAQ#Install|above]]&#039;&#039;&#039;.&lt;br /&gt;
* For general Raspberry Pi info and help be sure to see http://raspberrypi.org and the very excellent &#039;&#039;&#039;[http://elinux.org/R-Pi_Hub Raspberry Pi Wiki]&#039;&#039;&#039;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Logs|2=Userdata|3=logs&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Userdata folder and logs&lt;br /&gt;
| Answer=&lt;br /&gt;
:&#039;&#039;See &#039;&#039;&#039;[[How-to:Submit a proper bug report]]&#039;&#039;&#039; for bug reporting details and  &#039;&#039;&#039;[[Debug log]]&#039;&#039;&#039; for how to post the debug log.&#039;&#039;&lt;br /&gt;
* [[Userdata folder]]:&lt;br /&gt;
** OpenELEC: {{highlight|/storage/.xbmc/userdata/}}&lt;br /&gt;
** Raspbmc: {{highlight|/home/pi/.xbmc/userdata/}}&lt;br /&gt;
** XBian: {{highlight|/home/xbian/.xbmc/userdata/}}&lt;br /&gt;
* [[Debug log]]: &lt;br /&gt;
** OpenELEC: {{highlight|/storage/.xbmc/temp/xbmc.log}}&lt;br /&gt;
** Raspbmc: {{highlight|/home/pi/.xbmc/temp/xbmc.log}}&lt;br /&gt;
** XBian: {{highlight|/home/xbian/.xbmc/temp/xbmc.log}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Language&lt;br /&gt;
| BGcolor=&lt;br /&gt;
| Question= Wrong language displayed in XBMC&lt;br /&gt;
| Answer=&lt;br /&gt;
* If you&#039;re getting a different language displayed in XBMC than the one you&#039;ve set in {{highlight|bordered=yes|[[Settings/Appearance#International|Settings -&amp;gt; Appearance -&amp;gt; International]]}}, it could be caused by your TV&#039;s language settings over [[CEC]]. &lt;br /&gt;
* Go into {{highlight|bordered=yes|[[Settings/System#Input devices|Settings -&amp;gt; System -&amp;gt; Input devices -&amp;gt; Peripherals -&amp;gt; RasPi CEC module -&amp;gt; Use TV&#039;s language]]}} and set to off.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Issues&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Raspberry Pi known issues&lt;br /&gt;
| Answer=&lt;br /&gt;
{{#lst:Frodo issues|Raspberry Pi}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Buffering|2=Performance&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Performance: video buffering, stuttering, choppiness &lt;br /&gt;
| Answer=&lt;br /&gt;
{{main|Raspberry Pi#Maximizing performance}}&lt;br /&gt;
{{#lst:Raspberry Pi|performance}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Memory Usage&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Memory usage (especially with 256M Pi)&lt;br /&gt;
| Answer=&lt;br /&gt;
* gpu_mem should be set to 128M minimum on Gotham. On a 512M Pi it may be worth increasing this if you are running heavy skins, using dvdplayer for HD videos or if you want to increase the default fanart resolution or colour depth. 256M should be more than enough.&lt;br /&gt;
* A 256M Pi is quite short on memory. Be careful with running other apps in the background (e.g. torrents) or installing add-ons that consume memory.&lt;br /&gt;
* The default cachemembuffersize is too high for a 256M Pi. Reduce it in advancedsettings to 2097152 (or use 0 to cache to sdcard).&lt;br /&gt;
* Reducing the &amp;quot;GUI resolution limit&amp;quot; (e.g. to 720p) in settings/system/video will save memory. Video will still play at full resolution (e.g. 1080p).&lt;br /&gt;
* Enabling &amp;quot;higher colour depth artwork&amp;quot; will use more memory. It should be disabled on 256M Pi.&lt;br /&gt;
* Reducing imageres/fanartres will reduce memory usage.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=TV is not detected unless powered on first&lt;br /&gt;
| BGcolor=&lt;br /&gt;
| Question=TV is not detected unless powered on first&lt;br /&gt;
| Answer=&lt;br /&gt;
* Some TVs/receivers only report their capabilities (EDID) through HDMI when powered on before the Pi.&lt;br /&gt;
* If TV doesn&#039;t get the right resolution or CEC doesn&#039;t work when Pi is powered before the TV/receiver then you can:&lt;br /&gt;
* Run: &amp;lt;code&amp;gt;sudo tvservice -d edid.dat&amp;lt;/code&amp;gt; (after booting with TV/receiver powered on first)&lt;br /&gt;
* copy the edid.dat to the FAT partition (/boot on raspbmc and /flash on openelec)&lt;br /&gt;
* and add to config.txt: &amp;lt;code&amp;gt;hdmi_edid_file=1&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;hdmi_force_hotplug=1&amp;lt;/code&amp;gt;&lt;br /&gt;
* Note: if you change TV/receiver or use a different HDMI input you should capture a new edid.dat file&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{gotham updated}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Manual]]&lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
[[Category:Troubleshooting]]&lt;/div&gt;</summary>
		<author><name>Popcornmix</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Archive:Raspberry_Pi_FAQ&amp;diff=76149</id>
		<title>Archive:Raspberry Pi FAQ</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Archive:Raspberry_Pi_FAQ&amp;diff=76149"/>
		<updated>2014-06-05T15:00:38Z</updated>

		<summary type="html">&lt;p&gt;Popcornmix: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{XBMC FAQ}}&lt;br /&gt;
{{mininav|[[Raspberry Pi]] }}&lt;br /&gt;
&#039;&#039;&#039;F&#039;&#039;&#039;requently &#039;&#039;&#039;A&#039;&#039;&#039;sked &#039;&#039;&#039;Q&#039;&#039;&#039;uestions {{name}} running on the &#039;&#039;&#039;[[Raspberry Pi]]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
== General FAQ ==&lt;br /&gt;
:&amp;lt;big&amp;gt;&#039;&#039;See also: &#039;&#039;&#039;[[XBMC all platforms FAQ]]&#039;&#039;&#039; for FAQs that apply to all versions of XBMC.&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
&amp;lt;!--{{FAQ|1=doesitblend&lt;br /&gt;
| BGcolor=&lt;br /&gt;
| Question= How well does it work?&lt;br /&gt;
| Answer=&lt;br /&gt;
* {{editor note|short write up on general feel/limitations? Maybe also link to more &amp;quot;in-depth&amp;quot;/longer write-ups/reviews?}}&lt;br /&gt;
}}--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Install&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Installing {{name}} on the Raspberry Pi&lt;br /&gt;
| Answer=&lt;br /&gt;
{{#lst:Raspberry Pi|install}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Version&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Is {{name}} for Raspberry Pi different from normal XBMC?&lt;br /&gt;
| Answer=&lt;br /&gt;
* The current stable version of {{name}} for Raspberry Pi is {{current version}}. This is the same code that all of the other platforms (Linux, iOS, Mac OS X, Windows, etc) are using.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Current_build&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= How do I find out what version of {{name}} am I running?&lt;br /&gt;
| Answer=&lt;br /&gt;
* {{name}} main menu &amp;gt; System &amp;gt; Lower submenu &amp;gt; System info. &#039;&#039;&#039;Note the alpha version and/or build date.&#039;&#039;&#039;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Formats&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Video and audio formats the Raspberry Pi can playback&lt;br /&gt;
| Answer=&lt;br /&gt;
* H.264 (up to High Profile) encoded videos are supported up to 1080P using hardware video decoding. &#039;&#039;Note: [[Hi10P]] will not work.&#039;&#039;&lt;br /&gt;
* MPEG-4 encoded videos are supported up to 1080P using hardware video decoding. This includes XviD and recent versions on DivX (but not the older 3.xx DivX).&lt;br /&gt;
* The Raspberry Pi Foundation offers additional video codec licenses for a few dollars. At the moment you can purchase MPEG-2 and VC1, both with support up to 1080P. Read [[#Enabling_additional_video_codecs|below]] on how to enable these.&lt;br /&gt;
* MJPEG, VP6, VP8 and OGG Theora are supported as GPU accelerated software decoders. These are limited to SD resolutions.&lt;br /&gt;
* omxplayer does not support software decode of video.&lt;br /&gt;
* dvdplayer can support software decode of SD resolutions of unsupported codecs like DivX 3, msmpeg and sorenson spark. Use context-menu and &amp;quot;play using dvdplayer&amp;quot;&lt;br /&gt;
* DVD ISOs now default to using dvdplayer and menus should work fine&lt;br /&gt;
* Software DTS audio decode was initially problematic, but works quite well in recent builds. TrueHD audio is CPU intensive and may require overclocking.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Output&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Video and audio output on the Raspberry Pi&lt;br /&gt;
| Answer=&lt;br /&gt;
* Video output via HDMI up to 1080P. The GUI is 1080p by default, but can be reduced in video settings without affecting video resolution.&lt;br /&gt;
* Video output via the analog component video (RCA) jack will be in SD.&lt;br /&gt;
* Analog audio output via the mini phone jack is supported.&lt;br /&gt;
* Experimental I2S and USB audio is supported withusing paplayer (music) and dvdplayer (video). omxplayer only supports the on-board HDMI and analogue connections.&lt;br /&gt;
* DTS and AC3 audio passthrough audio is supported (and recommended, as it will reduce CPU load on the R-Pi)&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Multichannel_Audio&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= How about multichannel audio support?&lt;br /&gt;
| Answer=&lt;br /&gt;
* By default audio is downmixed to stereo.&lt;br /&gt;
* If your receiver/TV supports DTS or AC3 passthrough then enable these in audio settings and you will get 6 channel audio.&lt;br /&gt;
* Multichannel PCM audio is supported over HDMI. Note: not all receivers support this and toslink/optical will not.&lt;br /&gt;
* Enable by setting the speaker configuration to suitable value (e.g. 5.1 or 7.1).&lt;br /&gt;
* If your recevier does not support multichannel PCM, then leave this at 2.0. You will still get multichannel audio through passthrough.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Extra_codecs&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Enabling additional video codecs&lt;br /&gt;
| Answer=&lt;br /&gt;
You can buy additional video codecs (VC-1 - used in some bluray discs, and MPEG-2) from the [http://www.raspberrypi.com/license-keys/ Raspberry Pi Foundation online shop]. After purchase the keys are emailed to you, looking like this (invalid keys used for example):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;decode_MPG2=0x1cc591c7&lt;br /&gt;
decode_WVC1=0x8aa09876&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In order to enable additional video codecs you should modify &#039;&#039;/boot/config.txt&#039;&#039; and add these lines literally. The method may vary per distribution:&lt;br /&gt;
&lt;br /&gt;
* Manual: Open &#039;&#039;/boot/config.txt&#039;&#039; with a text editor like nano or vi, and add the keys.&lt;br /&gt;
* [[XBian]]: You can add/remote your keys using [http://xbian.org/getting-started/configuring-xbian/ XBian-config]. After reboot your keys will be entered and ready to use.&lt;br /&gt;
* [[Raspbmc]]: Navigate to {{highlight|Programs -&amp;gt; Raspbmc Settings -&amp;gt; System Configuration -&amp;gt; MPEG2 codec license/VC1 codec key}}.  Enter your keys with the onscreen keyboard then {{name}} will prompt you to reboot.  After reboot your keys will be entered and ready to use.&lt;br /&gt;
* [[OpenELEC]]: Type &amp;lt;code&amp;gt;mount /flash -o remount,rw&amp;lt;/code&amp;gt; to remount the boot partition in read/write mode. The file to edit is located in &#039;&#039;/flash/config.txt&#039;&#039;, and contains stubs for the license keys. Add the keys using nano or vi. There is also an unofficial [http://openelec.tv/forum/124-raspberry-pi/68533 add-on] which can be used to enter the codec information.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Media&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Accessing media&lt;br /&gt;
| Answer=&lt;br /&gt;
{{See also|Adding videos to the library|File sharing}}&lt;br /&gt;
* You can connect to media that&#039;s being shared from a computer, HTPC, or NAS device on your local network.&lt;br /&gt;
* You can access media on the main SD card or from the USB ports (hard drives, USB stick drives, hubs, all supported).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Add-ons|2=Skins&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Add-ons and skins&lt;br /&gt;
| Answer=&lt;br /&gt;
* {{name}} for Raspberry Pi is a full version of {{name}} and will be able to use all non-platform specific [[add-ons]] and [[skins]]. More feature rich (CPU demanding) skins might not run smoothly, so keep to &amp;quot;lighter&amp;quot; skins.&lt;br /&gt;
* Recommended lite skins include: Confluence (default skin), Amber, Metropolis, Quartz, Quartz Reloaded, Slik, xTV-SAF. Aeon Nox 5 is usable on Gotham builds.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Shutdown&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= How to properly shutdown/disconnect&lt;br /&gt;
| Answer=&lt;br /&gt;
* It is not possible to use traditional &amp;quot;shutdown&amp;quot; on the Raspberry Pi. The only way to power it off is to disconnect the power. &lt;br /&gt;
* ALWAYS select the shutdown command in {{name}} before powering off the Raspberry Pi. Failure to do so can corrupt the {{name}} library databases, other databases, or even other OS files.&lt;br /&gt;
* Most users leave the Raspberry Pi on all the time, as it uses very little power (the cost of electricity for a year is about the price of a hamburger).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Remotes&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Remotes for Raspberry Pi&lt;br /&gt;
| Answer=&lt;br /&gt;
* Any &#039;&#039;&#039;[[Keyboard]]&#039;&#039;&#039; such as wired, wireless, bluetooth. This includes &amp;quot;keymotes&amp;quot; such as a Rii or [[Boxee remote]].&lt;br /&gt;
* &#039;&#039;&#039;[[Web interface]]s&#039;&#039;&#039;, including add-on interfaces.&lt;br /&gt;
* {{name}} &#039;&#039;&#039;[[:Category:Smartphone and tablet remotes|smartphone and tablet remote apps]]&#039;&#039;&#039;.&lt;br /&gt;
* Other IR remotes can be used with USB IR receivers such as the &#039;&#039;&#039;[[Flirc]]&#039;&#039;&#039;.&lt;br /&gt;
* &#039;&#039;&#039;[[CEC]]&#039;&#039;&#039; - Includes information about controlling your Raspberry Pi via compatible HDMI CEC products.&lt;br /&gt;
* &#039;&#039;&#039;GPIO IR receiver&#039;&#039;&#039; - A simple bare IR receiver can be connected to the R-Pi&#039;s GPIO pins using [http://forum.stmlabs.com/showthread.php?tid=5549 these instructions].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=MySQL&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= MySQL library sharing&lt;br /&gt;
| Answer=&lt;br /&gt;
* If you are using [[MySQL]] library sharing features, please note that your library will only sync with the Raspberry Pi if all your other {{name}} instances are running the same version ([[#Current_build|how to check your version]]).&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
{{see also|Troubleshooting}}&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Forum|2=IRC&lt;br /&gt;
| BGcolor=&lt;br /&gt;
| Question= Getting more help with {{name}} for Raspberry Pi&lt;br /&gt;
| Answer=&lt;br /&gt;
* &#039;&#039;&#039;[http://forum.xbmc.org/forumdisplay.php?fid=166 {{name}} for Raspberry Pi specific help forum]&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;[irc://irc.freenode.org/xbmc-rpi #xbmc-rpi]&#039;&#039;&#039; [[w:IRC|IRC]] chat channel on irc.freenode.org.&lt;br /&gt;
* &#039;&#039;&#039;[http://webchat.freenode.net/?channels=xbmc-rpi #xbmc-rpi]&#039;&#039;&#039; [[w:IRC|IRC]] channel on Freenode (Webchat)&lt;br /&gt;
* &#039;&#039;&#039;[http://webchat.freenode.net/?channels=openelec #openelec]&#039;&#039;&#039; OpenELEC [[w:IRC|IRC]] support on Freenode (Webchat)&lt;br /&gt;
* &#039;&#039;&#039;[http://webchat.freenode.net/?channels=xbian #xbian]&#039;&#039;&#039; XBian [[w:IRC|IRC]] support on Freenode (Webchat)&lt;br /&gt;
* &#039;&#039;&#039;[http://webchat.freenode.net/?channels=raspbmc #raspbmc]&#039;&#039;&#039; Raspbmc [[w:IRC|IRC]] support on Freenode (Webchat)&lt;br /&gt;
* Also see the individual XBMC/OS distribution documentation and support forums noted &#039;&#039;&#039;[[Raspberry Pi/FAQ#Install|above]]&#039;&#039;&#039;.&lt;br /&gt;
* For general Raspberry Pi info and help be sure to see http://raspberrypi.org and the very excellent &#039;&#039;&#039;[http://elinux.org/R-Pi_Hub Raspberry Pi Wiki]&#039;&#039;&#039;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Logs|2=Userdata|3=logs&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Userdata folder and logs&lt;br /&gt;
| Answer=&lt;br /&gt;
:&#039;&#039;See &#039;&#039;&#039;[[How-to:Submit a proper bug report]]&#039;&#039;&#039; for bug reporting details and  &#039;&#039;&#039;[[Debug log]]&#039;&#039;&#039; for how to post the debug log.&#039;&#039;&lt;br /&gt;
* [[Userdata folder]]:&lt;br /&gt;
** OpenELEC: {{highlight|/storage/.xbmc/userdata/}}&lt;br /&gt;
** Raspbmc: {{highlight|/home/pi/.xbmc/userdata/}}&lt;br /&gt;
** XBian: {{highlight|/home/xbian/.xbmc/userdata/}}&lt;br /&gt;
* [[Debug log]]: &lt;br /&gt;
** OpenELEC: {{highlight|/storage/.xbmc/temp/xbmc.log}}&lt;br /&gt;
** Raspbmc: {{highlight|/home/pi/.xbmc/temp/xbmc.log}}&lt;br /&gt;
** XBian: {{highlight|/home/xbian/.xbmc/temp/xbmc.log}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Language&lt;br /&gt;
| BGcolor=&lt;br /&gt;
| Question= Wrong language displayed in XBMC&lt;br /&gt;
| Answer=&lt;br /&gt;
* If you&#039;re getting a different language displayed in {{name}} than the one you&#039;ve set in {{highlight|bordered=yes|[[Settings/Appearance#International|Settings -&amp;gt; Appearance -&amp;gt; International]]}}, it could be caused by your TV&#039;s language settings over [[CEC]]. &lt;br /&gt;
* Go into {{highlight|bordered=yes|[[Settings/System#Input devices|Settings -&amp;gt; System -&amp;gt; Input devices -&amp;gt; Peripherals -&amp;gt; RasPi CEC module -&amp;gt; Use TV&#039;s language]]}} and set to off.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Issues&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Raspberry Pi known issues&lt;br /&gt;
| Answer=&lt;br /&gt;
{{#lst:Frodo issues|Raspberry Pi}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Buffering|2=Performance&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Performance: video buffering, stuttering, choppiness &lt;br /&gt;
| Answer=&lt;br /&gt;
* Switch to a different network protocol (especially if you are using SMB), i.e. [[NFS]], [[FTP]], [[WebDAV]], etc.&lt;br /&gt;
* Try sharing the media on another device to rule out a device-specific (or network) issue. Note: The Raspberry Pi can sometimes have a problem supplying enough power to a USB WiFi dongle. Try a wired ethernet cable to rule out this problem.&lt;br /&gt;
* If RSS feed is enabled, disable it in settings. This makes the main menu a bit faster and reduces CPU.&lt;br /&gt;
* Disable &amp;quot;Extract thumbnail and video information&amp;quot; from [[Settings/Video|file lists]] for faster menus&lt;br /&gt;
* For smoother video playback enable &amp;quot;Adjust display refresh rate to match video&amp;quot; from [[Settings/Video|playback]]&lt;br /&gt;
* Make sure the video is using H.264 (up to High Profile. Hi10P will not work) or MPEG-4, or, if a codec was purchased and enabled, MPEG-2 or VC-1.&lt;br /&gt;
* Passthrough is recommended as it lowers CPU usage for DTS and AC3. Use [[Settings/System#Audio output|audio passthrough]] if your TV/receiver supports it.&lt;br /&gt;
* To determine which audio passthrough formats your HDMI-connected TV supports, you can log in to your chosen distribution, via SSH, and run this command: &amp;lt;code&amp;gt;/opt/vc/bin/tvservice -a&amp;lt;/code&amp;gt; (on OpenELEC: &amp;lt;code&amp;gt;tvservice -a&amp;lt;/code&amp;gt;).&lt;br /&gt;
* To speed up the GUI by making images smaller, or to save space on your SD card, see &#039;&#039;&#039;[[HOW-TO:Reduce {{name}} disk space]]&#039;&#039;&#039;.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Memory Usage&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Memory usage (especially with 256M Pi)&lt;br /&gt;
| Answer=&lt;br /&gt;
* gpu_mem should be set to 128M minimum on Gotham. On a 512M Pi it may be worth increasing this if you are running heavy skins, using dvdplayer for HD videos or if you want to increase the default fanart resolution or colour depth. 256M should be more than enough.&lt;br /&gt;
* A 256M Pi is quite short on memory. Be careful with running other apps in the background (e.g. torrents) or installing add-ons that consume memory.&lt;br /&gt;
* The default cachemembuffersize is too high for a 256M Pi. Reduce it in advancedsettings to 2097152 (or use 0 to cache to sdcard).&lt;br /&gt;
* Reducing the &amp;quot;GUI resolution limit&amp;quot; (e.g. to 720p) in settings/system/video will save memory. Video will still play at full resolution (e.g. 1080p).&lt;br /&gt;
* Enabling &amp;quot;higher colour depth artwork&amp;quot; will use more memory. It should be disabled on 256M Pi.&lt;br /&gt;
* Reducing imageres/fanartres will reduce memory usage.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=TV is not detected unless powered on first&lt;br /&gt;
| BGcolor=&lt;br /&gt;
| Question=TV is not detected unless powered on first&lt;br /&gt;
| Answer=&lt;br /&gt;
* Some TVs/receivers only report their capabilities (EDID) through HDMI when powered on before the Pi.&lt;br /&gt;
* If TV doesn&#039;t get the right resolution or CEC doesn&#039;t work when Pi is powered before the TV/receiver then you can:&lt;br /&gt;
* Run: &amp;lt;code&amp;gt;sudo tvservice -d edid.dat&amp;lt;/code&amp;gt; (after booting with TV/receiver powered on first)&lt;br /&gt;
* copy the edid.dat to the FAT partition (/boot on raspbmc and /flash on openelec)&lt;br /&gt;
* and add to config.txt: &amp;lt;code&amp;gt;hdmi_edid_file=1&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;hdmi_force_hotplug=1&amp;lt;/code&amp;gt;&lt;br /&gt;
* Note: if you change TV/receiver or use a different HDMI input you should capture a new edid.dat file&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:XBMC Manual]]&lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
[[Category:Troubleshooting]]&lt;br /&gt;
{{frodo updated}}&lt;/div&gt;</summary>
		<author><name>Popcornmix</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Archive:Raspberry_Pi_FAQ&amp;diff=75283</id>
		<title>Archive:Raspberry Pi FAQ</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Archive:Raspberry_Pi_FAQ&amp;diff=75283"/>
		<updated>2014-05-19T11:58:36Z</updated>

		<summary type="html">&lt;p&gt;Popcornmix: /* Troubleshooting */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{XBMC FAQ}}&lt;br /&gt;
{{mininav|[[Raspberry Pi]] }}&lt;br /&gt;
&#039;&#039;&#039;F&#039;&#039;&#039;requently &#039;&#039;&#039;A&#039;&#039;&#039;sked &#039;&#039;&#039;Q&#039;&#039;&#039;uestions XBMC running on the &#039;&#039;&#039;[[Raspberry Pi]]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
== General FAQ ==&lt;br /&gt;
:&amp;lt;big&amp;gt;&#039;&#039;See also: &#039;&#039;&#039;[[XBMC all platforms FAQ]]&#039;&#039;&#039; for FAQs that apply to all versions of XBMC.&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
&amp;lt;!--{{FAQ|1=doesitblend&lt;br /&gt;
| BGcolor=&lt;br /&gt;
| Question= How well does it work?&lt;br /&gt;
| Answer=&lt;br /&gt;
* {{editor note|short write up on general feel/limitations? Maybe also link to more &amp;quot;in-depth&amp;quot;/longer write-ups/reviews?}}&lt;br /&gt;
}}--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Install&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Installing XBMC on the Raspberry Pi&lt;br /&gt;
| Answer=&lt;br /&gt;
{{#lst:Raspberry Pi|install}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Version&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Is XBMC for Raspberry Pi different from normal XBMC?&lt;br /&gt;
| Answer=&lt;br /&gt;
* The current stable version of XBMC for Raspberry Pi is {{current version}}. This is the same code that all of the other platforms (Linux, iOS, Mac OS X, Windows, etc) are using.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Current_build&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= How do I find out what version of XBMC am I running?&lt;br /&gt;
| Answer=&lt;br /&gt;
* XBMC main menu &amp;gt; System &amp;gt; Lower submenu &amp;gt; System info. &#039;&#039;&#039;Note the alpha version and/or build date.&#039;&#039;&#039;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Formats&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Video and audio formats the Raspberry Pi can playback&lt;br /&gt;
| Answer=&lt;br /&gt;
* H.264 (up to High Profile) encoded videos are supported up to 1080P using hardware video decoding. &#039;&#039;Note: [[Hi10P]] will not work.&#039;&#039;&lt;br /&gt;
* MPEG-4 encoded videos are supported up to 1080P using hardware video decoding. This includes XviD and recent versions on DivX (but not the older 3.xx DivX).&lt;br /&gt;
* The Raspberry Pi Foundation offers additional video codec licenses for a few dollars. At the moment you can purchase MPEG-2 and VC1, both with support up to 1080P. Read [[#Enabling_additional_video_codecs|below]] on how to enable these.&lt;br /&gt;
* MJPEG, VP6, VP8 and OGG Theora are supported as GPU accelerated software decoders. These are limited to SD resolutions.&lt;br /&gt;
* omxplayer does not support software decode of video.&lt;br /&gt;
* dvdplayer can support software decode of SD resolutions of unsupported codecs like DivX 3, msmpeg and sorenson spark. Use context-menu and &amp;quot;play using dvdplayer&amp;quot;&lt;br /&gt;
* DVD ISOs now default to using dvdplayer and menus should work fine&lt;br /&gt;
* Software DTS audio decode was initially problematic, but works quite well in recent builds. TrueHD audio is CPU intensive and may require overclocking.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Output&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Video and audio output on the Raspberry Pi&lt;br /&gt;
| Answer=&lt;br /&gt;
* Video output via HDMI up to 1080P. The GUI is 1080p by default, but can be reduced in video settings without affecting video resolution.&lt;br /&gt;
* Video output via the analog component video (RCA) jack will be in SD.&lt;br /&gt;
* Analog audio output via the mini phone jack is supported.&lt;br /&gt;
* Experimental I2S and USB audio is supported withusing paplayer (music) and dvdplayer (video). omxplayer only supports the on-board HDMI and analogue connections.&lt;br /&gt;
* DTS and AC3 audio passthrough audio is supported (and recommended, as it will reduce CPU load on the R-Pi)&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Multichannel_Audio&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= How about multichannel audio support?&lt;br /&gt;
| Answer=&lt;br /&gt;
* By default audio is downmixed to stereo.&lt;br /&gt;
* If your receiver/TV supports DTS or AC3 passthrough then enable these in audio settings and you will get 6 channel audio.&lt;br /&gt;
* Multichannel PCM audio is supported over HDMI. Note: not all receivers support this and toslink/optical will not.&lt;br /&gt;
* Enable by setting the speaker configuration to suitable value (e.g. 5.1 or 7.1).&lt;br /&gt;
* If your recevier does not support multichannel PCM, then leave this at 2.0. You will still get multichannel audio through passthrough.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Extra_codecs&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Enabling additional video codecs&lt;br /&gt;
| Answer=&lt;br /&gt;
You can buy additional video codecs (VC-1 - used in some bluray discs, and MPEG-2) from the [http://www.raspberrypi.com/license-keys/ Raspberry Pi Foundation online shop]. After purchase the keys are emailed to you, looking like this (invalid keys used for example):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;decode_MPG2=0x1cc591c7&lt;br /&gt;
decode_WVC1=0x8aa09876&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In order to enable additional video codecs you should modify &#039;&#039;/boot/config.txt&#039;&#039; and add these lines literally. The method may vary per distribution:&lt;br /&gt;
&lt;br /&gt;
* Manual: Open &#039;&#039;/boot/config.txt&#039;&#039; with a text editor like nano or vi, and add the keys.&lt;br /&gt;
* [[XBian]]: You can add/remote your keys using [http://xbian.org/getting-started/configuring-xbian/ XBian-config]. After reboot your keys will be entered and ready to use.&lt;br /&gt;
* [[Raspbmc]]: Navigate to {{highlight|Programs -&amp;gt; Raspbmc Settings -&amp;gt; System Configuration -&amp;gt; MPEG2 codec license/VC1 codec key}}.  Enter your keys with the onscreen keyboard then XBMC will prompt you to reboot.  After reboot your keys will be entered and ready to use.&lt;br /&gt;
* [[OpenELEC]]: Type &amp;lt;code&amp;gt;mount /flash -o remount,rw&amp;lt;/code&amp;gt; to remount the boot partition in read/write mode. The file to edit is located in &#039;&#039;/flash/config.txt&#039;&#039;, and contains stubs for the license keys. Add the keys using nano or vi. There is also an unofficial [http://openelec.tv/forum/124-raspberry-pi/68533 add-on] which can be used to enter the codec information.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Media&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Accessing media&lt;br /&gt;
| Answer=&lt;br /&gt;
{{See also|Adding videos to the library|File sharing}}&lt;br /&gt;
* You can connect to media that&#039;s being shared from a computer, HTPC, or NAS device on your local network.&lt;br /&gt;
* You can access media on the main SD card or from the USB ports (hard drives, USB stick drives, hubs, all supported).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Add-ons|2=Skins&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Add-ons and skins&lt;br /&gt;
| Answer=&lt;br /&gt;
* XBMC for Raspberry Pi is a full version of XBMC and will be able to use all non-platform specific [[add-ons]] and [[skins]]. More feature rich (CPU demanding) skins might not run smoothly, so keep to &amp;quot;lighter&amp;quot; skins.&lt;br /&gt;
* Recommended lite skins include: Confluence (default skin), Amber, Metropolis, Quartz, Quartz Reloaded, Slik, xTV-SAF. Aeon Nox 5 is usable on Gotham builds.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Shutdown&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= How to properly shutdown/disconnect&lt;br /&gt;
| Answer=&lt;br /&gt;
* It is not possible to use traditional &amp;quot;shutdown&amp;quot; on the Raspberry Pi. The only way to power it off is to disconnect the power. &lt;br /&gt;
* ALWAYS select the shutdown command in XBMC before powering off the Raspberry Pi. Failure to do so can corrupt the XBMC library databases, other databases, or even other OS files.&lt;br /&gt;
* Most users leave the Raspberry Pi on all the time, as it uses very little power (the cost of electricity for a year is about the price of a hamburger).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Remotes&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Remotes for Raspberry Pi&lt;br /&gt;
| Answer=&lt;br /&gt;
* Any &#039;&#039;&#039;[[Keyboard]]&#039;&#039;&#039; such as wired, wireless, bluetooth. This includes &amp;quot;keymotes&amp;quot; such as a Rii or [[Boxee remote]].&lt;br /&gt;
* &#039;&#039;&#039;[[Web interface]]s&#039;&#039;&#039;, including add-on interfaces.&lt;br /&gt;
* XBMC &#039;&#039;&#039;[[:Category:Smartphone and tablet remotes|smartphone and tablet remote apps]]&#039;&#039;&#039;.&lt;br /&gt;
* Other IR remotes can be used with USB IR receivers such as the &#039;&#039;&#039;[[Flirc]]&#039;&#039;&#039;.&lt;br /&gt;
* &#039;&#039;&#039;[[CEC]]&#039;&#039;&#039; - Includes information about controlling your Raspberry Pi via compatible HDMI CEC products.&lt;br /&gt;
* &#039;&#039;&#039;GPIO IR receiver&#039;&#039;&#039; - A simple bare IR receiver can be connected to the R-Pi&#039;s GPIO pins using [http://forum.stmlabs.com/showthread.php?tid=5549 these instructions].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=MySQL&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= MySQL library sharing&lt;br /&gt;
| Answer=&lt;br /&gt;
* If you are using [[MySQL]] library sharing features, please note that your library will only sync with the Raspberry Pi if all your other XBMC instances are running the same version ([[#Current_build|how to check your version]]).&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
{{see also|Troubleshooting}}&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Forum|2=IRC&lt;br /&gt;
| BGcolor=&lt;br /&gt;
| Question= Getting more help with XBMC for Raspberry Pi&lt;br /&gt;
| Answer=&lt;br /&gt;
* &#039;&#039;&#039;[http://forum.xbmc.org/forumdisplay.php?fid=166 XBMC for Raspberry Pi specific help forum]&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;[irc://irc.freenode.org/xbmc-rpi #xbmc-rpi]&#039;&#039;&#039; [[w:IRC|IRC]] chat channel on irc.freenode.org.&lt;br /&gt;
* &#039;&#039;&#039;[http://webchat.freenode.net/?channels=xbmc-rpi #xbmc-rpi]&#039;&#039;&#039; [[w:IRC|IRC]] channel on Freenode (Webchat)&lt;br /&gt;
* &#039;&#039;&#039;[http://webchat.freenode.net/?channels=openelec #openelec]&#039;&#039;&#039; OpenELEC [[w:IRC|IRC]] support on Freenode (Webchat)&lt;br /&gt;
* &#039;&#039;&#039;[http://webchat.freenode.net/?channels=xbian #xbian]&#039;&#039;&#039; XBian [[w:IRC|IRC]] support on Freenode (Webchat)&lt;br /&gt;
* &#039;&#039;&#039;[http://webchat.freenode.net/?channels=raspbmc #raspbmc]&#039;&#039;&#039; Raspbmc [[w:IRC|IRC]] support on Freenode (Webchat)&lt;br /&gt;
* Also see the individual XBMC/OS distribution documentation and support forums noted &#039;&#039;&#039;[[Raspberry Pi/FAQ#Install|above]]&#039;&#039;&#039;.&lt;br /&gt;
* For general Raspberry Pi info and help be sure to see http://raspberrypi.org and the very excellent &#039;&#039;&#039;[http://elinux.org/R-Pi_Hub Raspberry Pi Wiki]&#039;&#039;&#039;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Logs|2=Userdata|3=logs&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Userdata folder and logs&lt;br /&gt;
| Answer=&lt;br /&gt;
:&#039;&#039;See &#039;&#039;&#039;[[How-to:Submit a proper bug report]]&#039;&#039;&#039; for bug reporting details and  &#039;&#039;&#039;[[Debug log]]&#039;&#039;&#039; for how to post the debug log.&#039;&#039;&lt;br /&gt;
* [[Userdata folder]]:&lt;br /&gt;
** OpenELEC: {{highlight|/storage/.xbmc/userdata/}}&lt;br /&gt;
** Raspbmc: {{highlight|/home/pi/.xbmc/userdata/}}&lt;br /&gt;
** XBian: {{highlight|/home/xbian/.xbmc/userdata/}}&lt;br /&gt;
* [[Debug log]]: &lt;br /&gt;
** OpenELEC: {{highlight|/storage/.xbmc/temp/xbmc.log}}&lt;br /&gt;
** Raspbmc: {{highlight|/home/pi/.xbmc/temp/xbmc.log}}&lt;br /&gt;
** XBian: {{highlight|/home/xbian/.xbmc/temp/xbmc.log}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Language&lt;br /&gt;
| BGcolor=&lt;br /&gt;
| Question= Wrong language displayed in XBMC&lt;br /&gt;
| Answer=&lt;br /&gt;
* If you&#039;re getting a different language displayed in XBMC than the one you&#039;ve set in {{highlight|bordered=yes|[[Settings/Appearance#International|Settings -&amp;gt; Appearance -&amp;gt; International]]}}, it could be caused by your TV&#039;s language settings over [[CEC]]. &lt;br /&gt;
* Go into {{highlight|bordered=yes|[[Settings/System#Input devices|Settings -&amp;gt; System -&amp;gt; Input devices -&amp;gt; Peripherals -&amp;gt; RasPi CEC module -&amp;gt; Use TV&#039;s language]]}} and set to off.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Issues&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Raspberry Pi known issues&lt;br /&gt;
| Answer=&lt;br /&gt;
{{#lst:Frodo issues|Raspberry Pi}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Buffering|2=Performance&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Performance: video buffering, stuttering, choppiness &lt;br /&gt;
| Answer=&lt;br /&gt;
* Switch to a different network protocol (especially if you are using SMB), i.e. [[NFS]], [[FTP]], [[WebDAV]], etc.&lt;br /&gt;
* Try sharing the media on another device to rule out a device-specific (or network) issue. Note: The Raspberry Pi can sometimes have a problem supplying enough power to a USB WiFi dongle. Try a wired ethernet cable to rule out this problem.&lt;br /&gt;
* If RSS feed is enabled, disable it in settings. This makes the main menu a bit faster and reduces CPU.&lt;br /&gt;
* Disable &amp;quot;Extract thumbnail and video information&amp;quot; from [[Settings/Video|file lists]] for faster menus&lt;br /&gt;
* For smoother video playback enable &amp;quot;Adjust display refresh rate to match video&amp;quot; from [[Settings/Video|playback]]&lt;br /&gt;
* Make sure the video is using H.264 (up to High Profile. Hi10P will not work) or MPEG-4, or, if a codec was purchased and enabled, MPEG-2 or VC-1.&lt;br /&gt;
* Passthrough is recommended as it lowers CPU usage for DTS and AC3. Use [[Settings/System#Audio output|audio passthrough]] if your TV/receiver supports it.&lt;br /&gt;
* To determine which audio passthrough formats your HDMI-connected TV supports, you can log in to your chosen distribution, via SSH, and run this command: &amp;lt;code&amp;gt;/opt/vc/bin/tvservice -a&amp;lt;/code&amp;gt; (on OpenELEC: &amp;lt;code&amp;gt;tvservice -a&amp;lt;/code&amp;gt;).&lt;br /&gt;
* To speed up the GUI by making images smaller, or to save space on your SD card, see &#039;&#039;&#039;[[HOW-TO:Reduce XBMC disk space]]&#039;&#039;&#039;.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=TV is not detected unless powered on first&lt;br /&gt;
| BGcolor=&lt;br /&gt;
| Question=TV is not detected unless powered on first&lt;br /&gt;
| Answer=&lt;br /&gt;
* Some TVs/receivers only report their capabilities (EDID) through HDMI when powered on before the Pi.&lt;br /&gt;
* If TV doesn&#039;t get the right resolution or CEC doesn&#039;t work when Pi is powered before the TV/receiver then you can:&lt;br /&gt;
* Run: &amp;lt;code&amp;gt;sudo tvservice -d edid.dat&amp;lt;/code&amp;gt; (after booting with TV/receiver powered on first)&lt;br /&gt;
* copy the edid.dat to the FAT partition (/boot on raspbmc and /flash on openelec)&lt;br /&gt;
* and add to config.txt: &amp;lt;code&amp;gt;hdmi_edid_file=1&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;hdmi_force_hotplug=1&amp;lt;/code&amp;gt;&lt;br /&gt;
* Note: if you change TV/receiver or use a different HDMI input you should capture a new edid.dat file&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:XBMC Manual]]&lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
[[Category:Troubleshooting]]&lt;br /&gt;
{{frodo updated}}&lt;/div&gt;</summary>
		<author><name>Popcornmix</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Archive:Raspberry_Pi_FAQ&amp;diff=74308</id>
		<title>Archive:Raspberry Pi FAQ</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Archive:Raspberry_Pi_FAQ&amp;diff=74308"/>
		<updated>2014-05-04T14:48:07Z</updated>

		<summary type="html">&lt;p&gt;Popcornmix: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{XBMC FAQ}}&lt;br /&gt;
{{mininav|[[Raspberry Pi]] }}&lt;br /&gt;
&#039;&#039;&#039;F&#039;&#039;&#039;requently &#039;&#039;&#039;A&#039;&#039;&#039;sked &#039;&#039;&#039;Q&#039;&#039;&#039;uestions XBMC running on the &#039;&#039;&#039;[[Raspberry Pi]]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
== General FAQ ==&lt;br /&gt;
:&amp;lt;big&amp;gt;&#039;&#039;See also: &#039;&#039;&#039;[[XBMC all platforms FAQ]]&#039;&#039;&#039; for FAQs that apply to all versions of XBMC.&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
&amp;lt;!--{{FAQ|1=doesitblend&lt;br /&gt;
| BGcolor=&lt;br /&gt;
| Question= How well does it work?&lt;br /&gt;
| Answer=&lt;br /&gt;
* {{editor note|short write up on general feel/limitations? Maybe also link to more &amp;quot;in-depth&amp;quot;/longer write-ups/reviews?}}&lt;br /&gt;
}}--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Install&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Installing XBMC on the Raspberry Pi&lt;br /&gt;
| Answer=&lt;br /&gt;
{{#lst:Raspberry Pi|install}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Version&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Is XBMC for Raspberry Pi different from normal XBMC?&lt;br /&gt;
| Answer=&lt;br /&gt;
* The current stable version of XBMC for Raspberry Pi is v13 [[Gotham FAQ|Gotham]]. This is the same code that all of the other platforms (Linux, iOS, Mac OS X, Windows, etc) are using.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Current_build&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= How do I find out what version of XBMC am I running?&lt;br /&gt;
| Answer=&lt;br /&gt;
* XBMC main menu &amp;gt; System &amp;gt; Lower submenu &amp;gt; System info. &#039;&#039;&#039;Note the alpha version and/or build date.&#039;&#039;&#039;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Formats&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Video and audio formats the Raspberry Pi can playback&lt;br /&gt;
| Answer=&lt;br /&gt;
* H.264 (up to High Profile) encoded videos are supported up to 1080P using hardware video decoding. &#039;&#039;Note: [[Hi10P]] will not work.&#039;&#039;&lt;br /&gt;
* MPEG-4 encoded videos are supported up to 1080P using hardware video decoding. This includes XviD and recent versions on DivX (but not the older 3.xx DivX).&lt;br /&gt;
* The Raspberry Pi Foundation offers additional video codec licenses for a few dollars. At the moment you can purchase MPEG-2 and VC1, both with support up to 1080P. Read [[#Enabling_additional_video_codecs|below]] on how to enable these.&lt;br /&gt;
* MJPEG, VP6, VP8 and OGG Theora are supported as GPU accelerated software decoders. These are limited to SD resolutions.&lt;br /&gt;
* omxplayer does not support software decode of video.&lt;br /&gt;
* dvdplayer can support software decode of SD resolutions of unsupported codecs like DivX 3, msmpeg and sorenson spark. Use context-menu and &amp;quot;play using dvdplayer&amp;quot;&lt;br /&gt;
* DVD ISOs now default to using dvdplayer and menus should work fine&lt;br /&gt;
* Software DTS audio decode was initially problematic, but works quite well in recent builds. TrueHD audio is CPU intensive and may require overclocking.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Output&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Video and audio output on the Raspberry Pi&lt;br /&gt;
| Answer=&lt;br /&gt;
* Video output via HDMI up to 1080P. The GUI is 1080p by default, but can be reduced in video settings without affecting video resolution.&lt;br /&gt;
* Video output via the analog component video (RCA) jack will be in SD.&lt;br /&gt;
* Analog audio output via the mini phone jack is supported.&lt;br /&gt;
* Experimental I2S and USB audio is supported withusing paplayer (music) and dvdplayer (video). omxplayer only supports the on-board HDMI and analogue connections.&lt;br /&gt;
* DTS and AC3 audio passthrough audio is supported (and recommended, as it will reduce CPU load on the R-Pi)&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Multichannel_Audio&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= How about multichannel audio support?&lt;br /&gt;
| Answer=&lt;br /&gt;
* By default audio is downmixed to stereo.&lt;br /&gt;
* If your receiver/TV supports DTS or AC3 passthrough then enable these in audio settings and you will get 6 channel audio.&lt;br /&gt;
* Multichannel PCM audio is supported over HDMI. Note: not all receivers support this and toslink/optical will not.&lt;br /&gt;
* Enable by setting the speaker configuration to suitable value (e.g. 5.1 or 7.1).&lt;br /&gt;
* If your recevier does not support multichannel PCM, then leave this at 2.0. You will still get multichannel audio through passthrough.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Extra_codecs&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Enabling additional video codecs&lt;br /&gt;
| Answer=&lt;br /&gt;
You can buy additional video codecs (VC-1 - used in some bluray discs, and MPEG-2) from the [http://www.raspberrypi.com/license-keys/ Raspberry Pi Foundation online shop]. After purchase the keys are emailed to you, looking like this (invalid keys used for example):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;decode_MPG2=0x1cc591c7&lt;br /&gt;
decode_WVC1=0x8aa09876&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In order to enable additional video codecs you should modify &#039;&#039;/boot/config.txt&#039;&#039; and add these lines literally. The method may vary per distribution:&lt;br /&gt;
&lt;br /&gt;
* Manual: Open &#039;&#039;/boot/config.txt&#039;&#039; with a text editor like nano or vi, and add the keys.&lt;br /&gt;
* [[XBian]]: You can add/remote your keys using [http://xbian.org/getting-started/configuring-xbian/ XBian-config]. After reboot your keys will be entered and ready to use.&lt;br /&gt;
* [[Raspbmc]]: Navigate to {{highlight|Programs -&amp;gt; Raspbmc Settings -&amp;gt; System Configuration -&amp;gt; MPEG2 codec license/VC1 codec key}}.  Enter your keys with the onscreen keyboard then XBMC will prompt you to reboot.  After reboot your keys will be entered and ready to use.&lt;br /&gt;
* [[OpenELEC]]: Type &amp;lt;code&amp;gt;mount /flash -o remount,rw&amp;lt;/code&amp;gt; to remount the boot partition in read/write mode. The file to edit is located in &#039;&#039;/flash/config.txt&#039;&#039;, and contains stubs for the license keys. Add the keys using nano or vi. There is also an unofficial [http://openelec.tv/forum/124-raspberry-pi/68533 add-on] which can be used to enter the codec information.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Media&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Accessing media&lt;br /&gt;
| Answer=&lt;br /&gt;
{{See also|Adding videos to the library|File sharing}}&lt;br /&gt;
* You can connect to media that&#039;s being shared from a computer, HTPC, or NAS device on your local network.&lt;br /&gt;
* You can access media on the main SD card or from the USB ports (hard drives, USB stick drives, hubs, all supported).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Add-ons|2=Skins&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Add-ons and skins&lt;br /&gt;
| Answer=&lt;br /&gt;
* XBMC for Raspberry Pi is a full version of XBMC and will be able to use all non-platform specific [[add-ons]] and [[skins]]. More feature rich (CPU demanding) skins might not run smoothly, so keep to &amp;quot;lighter&amp;quot; skins.&lt;br /&gt;
* Recommended lite skins include: Confluence (default skin), Amber, Metropolis, Quartz, Quartz Reloaded, Slik, xTV-SAF. Aeon Nox 5 is usable on Gotham builds.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Shutdown&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= How to properly shutdown/disconnect&lt;br /&gt;
| Answer=&lt;br /&gt;
* It is not possible to use traditional &amp;quot;shutdown&amp;quot; on the Raspberry Pi. The only way to power it off is to disconnect the power. &lt;br /&gt;
* ALWAYS select the shutdown command in XBMC before powering off the Raspberry Pi. Failure to do so can corrupt the XBMC library databases, other databases, or even other OS files.&lt;br /&gt;
* Most users leave the Raspberry Pi on all the time, as it uses very little power (the cost of electricity for a year is about the price of a hamburger).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Remotes&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Remotes for Raspberry Pi&lt;br /&gt;
| Answer=&lt;br /&gt;
* Any &#039;&#039;&#039;[[Keyboard]]&#039;&#039;&#039; such as wired, wireless, bluetooth. This includes &amp;quot;keymotes&amp;quot; such as a Rii or [[Boxee remote]].&lt;br /&gt;
* &#039;&#039;&#039;[[Web interface]]s&#039;&#039;&#039;, including add-on interfaces.&lt;br /&gt;
* XBMC &#039;&#039;&#039;[[:Category:Smartphone and tablet remotes|smartphone and tablet remote apps]]&#039;&#039;&#039;.&lt;br /&gt;
* Other IR remotes can be used with USB IR receivers such as the &#039;&#039;&#039;[[Flirc]]&#039;&#039;&#039;.&lt;br /&gt;
* &#039;&#039;&#039;[[CEC]]&#039;&#039;&#039; - Includes information about controlling your Raspberry Pi via compatible HDMI CEC products.&lt;br /&gt;
* &#039;&#039;&#039;GPIO IR receiver&#039;&#039;&#039; - A simple bare IR receiver can be connected to the R-Pi&#039;s GPIO pins using [http://forum.stmlabs.com/showthread.php?tid=5549 these instructions].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=MySQL&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= MySQL library sharing&lt;br /&gt;
| Answer=&lt;br /&gt;
* If you are using [[MySQL]] library sharing features, please note that your library will only sync with the Raspberry Pi if all your other XBMC instances are running the same version ([[#Current_build|how to check your version]]).&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
{{see also|Troubleshooting}}&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Forum|2=IRC&lt;br /&gt;
| BGcolor=&lt;br /&gt;
| Question= Getting more help with XBMC for Raspberry Pi&lt;br /&gt;
| Answer=&lt;br /&gt;
* &#039;&#039;&#039;[http://forum.xbmc.org/forumdisplay.php?fid=166 XBMC for Raspberry Pi specific help forum]&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;[irc://irc.freenode.org/xbmc-rpi #xbmc-rpi]&#039;&#039;&#039; [[w:IRC|IRC]] chat channel on irc.freenode.org.&lt;br /&gt;
* &#039;&#039;&#039;[http://webchat.freenode.net/?channels=xbmc-rpi #xbmc-rpi]&#039;&#039;&#039; [[w:IRC|IRC]] channel on Freenode (Webchat)&lt;br /&gt;
* &#039;&#039;&#039;[http://webchat.freenode.net/?channels=openelec #openelec]&#039;&#039;&#039; OpenELEC [[w:IRC|IRC]] support on Freenode (Webchat)&lt;br /&gt;
* &#039;&#039;&#039;[http://webchat.freenode.net/?channels=xbian #xbian]&#039;&#039;&#039; XBian [[w:IRC|IRC]] support on Freenode (Webchat)&lt;br /&gt;
* &#039;&#039;&#039;[http://webchat.freenode.net/?channels=raspbmc #raspbmc]&#039;&#039;&#039; Raspbmc [[w:IRC|IRC]] support on Freenode (Webchat)&lt;br /&gt;
* Also see the individual XBMC/OS distribution documentation and support forums noted &#039;&#039;&#039;[[Raspberry Pi/FAQ#Install|above]]&#039;&#039;&#039;.&lt;br /&gt;
* For general Raspberry Pi info and help be sure to see http://raspberrypi.org and the very excellent &#039;&#039;&#039;[http://elinux.org/R-Pi_Hub Raspberry Pi Wiki]&#039;&#039;&#039;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Logs|2=Userdata|3=logs&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Userdata folder and logs&lt;br /&gt;
| Answer=&lt;br /&gt;
:&#039;&#039;See &#039;&#039;&#039;[[How-to:Submit a proper bug report]]&#039;&#039;&#039; for bug reporting details and  &#039;&#039;&#039;[[Debug log]]&#039;&#039;&#039; for how to post the debug log.&#039;&#039;&lt;br /&gt;
* [[Userdata folder]]:&lt;br /&gt;
** OpenELEC: {{highlight|/storage/.xbmc/userdata/}}&lt;br /&gt;
** Raspbmc: {{highlight|/home/pi/.xbmc/userdata/}}&lt;br /&gt;
** XBian: {{highlight|/home/xbian/.xbmc/userdata/}}&lt;br /&gt;
* [[Debug log]]: &lt;br /&gt;
** OpenELEC: {{highlight|/storage/.xbmc/temp/xbmc.log}}&lt;br /&gt;
** Raspbmc: {{highlight|/home/pi/.xbmc/temp/xbmc.log}}&lt;br /&gt;
** XBian: {{highlight|/home/xbian/.xbmc/temp/xbmc.log}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Language&lt;br /&gt;
| BGcolor=&lt;br /&gt;
| Question= Wrong language displayed in XBMC&lt;br /&gt;
| Answer=&lt;br /&gt;
* If you&#039;re getting a different language displayed in XBMC than the one you&#039;ve set in {{highlight|bordered=yes|[[Settings/Appearance#International|Settings -&amp;gt; Appearance -&amp;gt; International]]}}, it could be caused by your TV&#039;s language settings over [[CEC]]. &lt;br /&gt;
* Go into {{highlight|bordered=yes|[[Settings/System#Input devices|Settings -&amp;gt; System -&amp;gt; Input devices -&amp;gt; Peripherals -&amp;gt; RasPi CEC module -&amp;gt; Use TV&#039;s language]]}} and set to off.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Issues&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Raspberry Pi known issues&lt;br /&gt;
| Answer=&lt;br /&gt;
{{#lst:Frodo issues|Raspberry Pi}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Buffering|2=Performance&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Performance: video buffering, stuttering, choppiness &lt;br /&gt;
| Answer=&lt;br /&gt;
* Switch to a different network protocol (especially if you are using SMB), i.e. [[NFS]], [[FTP]], [[WebDAV]], etc.&lt;br /&gt;
* Try sharing the media on another device to rule out a device-specific (or network) issue. Note: The Raspberry Pi can sometimes have a problem supplying enough power to a USB WiFi dongle. Try a wired ethernet cable to rule out this problem.&lt;br /&gt;
* If RSS feed is enabled, disable it in settings. This makes the main menu a bit faster and reduces CPU.&lt;br /&gt;
* Disable &amp;quot;Extract thumbnail and video information&amp;quot; from [[Settings/Video|file lists]] for faster menus&lt;br /&gt;
* For smoother video playback enable &amp;quot;Adjust display refresh rate to match video&amp;quot; from [[Settings/Video|playback]]&lt;br /&gt;
* Make sure the video is using H.264 (up to High Profile. Hi10P will not work) or MPEG-4, or, if a codec was purchased and enabled, MPEG-2 or VC-1.&lt;br /&gt;
* Passthrough is recommended as it lowers CPU usage for DTS and AC3. Use [[Settings/System#Audio output|audio passthrough]] if your TV/receiver supports it.&lt;br /&gt;
* To determine which audio passthrough formats your HDMI-connected TV supports, you can log in to your chosen distribution, via SSH, and run this command: &amp;lt;code&amp;gt;/opt/vc/bin/tvservice -a&amp;lt;/code&amp;gt; (on OpenELEC: &amp;lt;code&amp;gt;tvservice -a&amp;lt;/code&amp;gt;).&lt;br /&gt;
* To speed up the GUI by making images smaller, or to save space on your SD card, see &#039;&#039;&#039;[[HOW-TO:Reduce XBMC disk space]]&#039;&#039;&#039;.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=TV is not detected unless powered on first&lt;br /&gt;
| BGcolor=&lt;br /&gt;
| Question=TV is not detected unless powered on first&lt;br /&gt;
| Answer=&lt;br /&gt;
* Some TVs/receivers only report their capabilities (EDID) through HDMI when powered on before the Pi.&lt;br /&gt;
* If TV doesn&#039;t get the right resolution or CEC doesn&#039;t work when Pi is powered before the TV/receiver then you can:&lt;br /&gt;
* Run: &amp;lt;code&amp;gt;sudo tvservice -d edid.dat&amp;lt;/code&amp;gt; (after booting with TV/receiver powered on first)&lt;br /&gt;
* copy the edid.dat to the FAT partition (/boot on raspbmc and /flash on openelec)&lt;br /&gt;
* and add to config.txt: &amp;lt;code&amp;gt;hdmi_edid_file=1&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;hdmi_force_hotplug=1&amp;lt;/code&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:XBMC Manual]]&lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
[[Category:Troubleshooting]]&lt;br /&gt;
{{frodo updated}}&lt;/div&gt;</summary>
		<author><name>Popcornmix</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Archive:Raspberry_Pi_FAQ&amp;diff=74066</id>
		<title>Archive:Raspberry Pi FAQ</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Archive:Raspberry_Pi_FAQ&amp;diff=74066"/>
		<updated>2014-04-26T15:30:52Z</updated>

		<summary type="html">&lt;p&gt;Popcornmix: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{XBMC FAQ}}&lt;br /&gt;
{{mininav|[[Raspberry Pi]] }}&lt;br /&gt;
&#039;&#039;&#039;F&#039;&#039;&#039;requently &#039;&#039;&#039;A&#039;&#039;&#039;sked &#039;&#039;&#039;Q&#039;&#039;&#039;uestions XBMC running on the &#039;&#039;&#039;[[Raspberry Pi]]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
== General FAQ ==&lt;br /&gt;
:&amp;lt;big&amp;gt;&#039;&#039;See also: &#039;&#039;&#039;[[XBMC all platforms FAQ]]&#039;&#039;&#039; for FAQs that apply to all versions of XBMC.&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
&amp;lt;!--{{FAQ|1=doesitblend&lt;br /&gt;
| BGcolor=&lt;br /&gt;
| Question= How well does it work?&lt;br /&gt;
| Answer=&lt;br /&gt;
* {{editor note|short write up on general feel/limitations? Maybe also link to more &amp;quot;in-depth&amp;quot;/longer write-ups/reviews?}}&lt;br /&gt;
}}--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Install&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Installing XBMC on the Raspberry Pi&lt;br /&gt;
| Answer=&lt;br /&gt;
{{#lst:Raspberry Pi|install}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Version&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Is XBMC for Raspberry Pi different from normal XBMC?&lt;br /&gt;
| Answer=&lt;br /&gt;
* The current stable version of XBMC for Raspberry Pi is v12.3 [[Frodo FAQ|Frodo]]. This is the same code that all of the other platforms (Linux, iOS, Mac OS X, Windows, etc) are using.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Current_build&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= How do I find out what version of XBMC am I running?&lt;br /&gt;
| Answer=&lt;br /&gt;
* XBMC main menu &amp;gt; System &amp;gt; Lower submenu &amp;gt; System info. &#039;&#039;&#039;Note the alpha version and/or build date.&#039;&#039;&#039;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Formats&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Video and audio formats the Raspberry Pi can playback&lt;br /&gt;
| Answer=&lt;br /&gt;
* H.264 (up to High Profile) encoded videos are supported up to 1080P using hardware video decoding. &#039;&#039;Note: [[Hi10P]] will not work.&#039;&#039;&lt;br /&gt;
* MPEG-4 encoded videos are supported up to 1080P using hardware video decoding. This includes XviD and recent versions on DivX (but not the older 3.xx DivX).&lt;br /&gt;
* The Raspberry Pi Foundation offers additional video codec licenses for a few dollars. At the moment you can purchase MPEG-2 and VC1, both with support up to 1080P. Read [[#Enabling_additional_video_codecs|below]] on how to enable these.&lt;br /&gt;
* MJPEG, VP6, VP8 and OGG Theora are supported as GPU accelerated software decoders. These are limited to SD resolutions.&lt;br /&gt;
* omxplayer does not support software decode of video. dvdplayer can support software decode of SD resolutions of unsupported codecs like DivX 3, msmpeg and sorenson spark. Use context-menu and &amp;quot;play using dvdplayer&amp;quot; (with Gotham).&lt;br /&gt;
* DVD ISOs now default to using dvdplayer and menus should work fine (with Gotham).&lt;br /&gt;
* Software DTS audio decode was initially problematic, but works quite well in recent builds. TrueHD audio is CPU intensive and may require overclocking.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Output&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Video and audio output on the Raspberry Pi&lt;br /&gt;
| Answer=&lt;br /&gt;
* Video output via HDMI up to 1080P. The GUI is 1080p by default (with Gotham), but can be reduced without affecting video resolution.&lt;br /&gt;
* Video output via the analog component video (RCA) jack will be in SD.&lt;br /&gt;
* Analog audio output via the mini phone jack is supported.&lt;br /&gt;
* Experimental I2S and USB audio is supported with Gotham using paplayer (music) and dvdplayer (video). omxplayer only supports the on-board HDMI and analogue connections.&lt;br /&gt;
* DTS and AC3 audio passthrough audio is supported (and recommended, as it will reduce CPU load on the R-Pi)&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Multichannel_Audio&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= How about multichannel audio support?&lt;br /&gt;
| Answer=&lt;br /&gt;
* By default audio is downmixed to stereo.&lt;br /&gt;
* If your receiver/TV supports DTS or AC3 passthrough then enable these in audio settings and you will get 6 channel audio.&lt;br /&gt;
* Latest builds support multichannel PCM audio over HDMI. Note: not all receivers support this and toslink/optical will not.&lt;br /&gt;
* Enable by setting the speaker configuration to suitable value (e.g. 5.1 or 7.1).&lt;br /&gt;
* If your recevier does not support multichannel PCM, then leave this at 2.0. You will still get multichannel audio through passthrough.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Extra_codecs&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Enabling additional video codecs&lt;br /&gt;
| Answer=&lt;br /&gt;
You can buy additional video codecs (VC-1 - used in some bluray discs, and MPEG-2) from the [http://www.raspberrypi.com/license-keys/ Raspberry Pi Foundation online shop]. After purchase the keys are emailed to you, looking like this (invalid keys used for example):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;decode_MPG2=0x1cc591c7&lt;br /&gt;
decode_WVC1=0x8aa09876&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In order to enable additional video codecs you should modify &#039;&#039;/boot/config.txt&#039;&#039; and add these lines literally. The method may vary per distribution:&lt;br /&gt;
&lt;br /&gt;
* Manual: Open &#039;&#039;/boot/config.txt&#039;&#039; with a text editor like nano or vi, and add the keys.&lt;br /&gt;
* [[XBian]]: You can add/remote your keys using [http://xbian.org/getting-started/configuring-xbian/ XBian-config]. After reboot your keys will be entered and ready to use.&lt;br /&gt;
* [[Raspbmc]]: Navigate to {{highlight|Programs -&amp;gt; Raspbmc Settings -&amp;gt; System Configuration -&amp;gt; MPEG2 codec license/VC1 codec key}}.  Enter your keys with the onscreen keyboard then XBMC will prompt you to reboot.  After reboot your keys will be entered and ready to use.&lt;br /&gt;
* [[OpenELEC]]: Type &amp;lt;code&amp;gt;mount /flash -o remount,rw&amp;lt;/code&amp;gt; to remount the boot partition in read/write mode. The file to edit is located in &#039;&#039;/flash/config.txt&#039;&#039;, and contains stubs for the license keys. Add the keys using nano or vi. There is also an unofficial [http://openelec.tv/forum/124-raspberry-pi/68533 add-on] which can be used to enter the codec information.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Media&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Accessing media&lt;br /&gt;
| Answer=&lt;br /&gt;
{{See also|Adding videos to the library|File sharing}}&lt;br /&gt;
* You can connect to media that&#039;s being shared from a computer, HTPC, or NAS device on your local network.&lt;br /&gt;
* You can access media on the main SD card or from the USB ports (hard drives, USB stick drives, hubs, all supported).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Add-ons|2=Skins&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Add-ons and skins&lt;br /&gt;
| Answer=&lt;br /&gt;
* XBMC for Raspberry Pi is a full version of XBMC and will be able to use all non-platform specific [[add-ons]] and [[skins]]. More feature rich (CPU demanding) skins might not run smoothly, so keep to &amp;quot;lighter&amp;quot; skins.&lt;br /&gt;
* Recommended lite skins include: Confluence (default skin), Amber, Metropolis, Quartz, Quartz Reloaded, Slik, xTV-SAF. Aeon Nox 5 is usable on Gotham builds.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Shutdown&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= How to properly shutdown/disconnect&lt;br /&gt;
| Answer=&lt;br /&gt;
* It is not possible to use traditional &amp;quot;shutdown&amp;quot; on the Raspberry Pi. The only way to power it off is to disconnect the power. &lt;br /&gt;
* ALWAYS select the shutdown command in XBMC before powering off the Raspberry Pi. Failure to do so can corrupt the XBMC library databases, other databases, or even other OS files.&lt;br /&gt;
* Most users leave the Raspberry Pi on all the time, as it uses very little power (the cost of electricity for a year is about the price of a hamburger).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Remotes&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Remotes for Raspberry Pi&lt;br /&gt;
| Answer=&lt;br /&gt;
* Any &#039;&#039;&#039;[[Keyboard]]&#039;&#039;&#039; such as wired, wireless, bluetooth. This includes &amp;quot;keymotes&amp;quot; such as a Rii or [[Boxee remote]].&lt;br /&gt;
* &#039;&#039;&#039;[[Web interface]]s&#039;&#039;&#039;, including add-on interfaces.&lt;br /&gt;
* XBMC &#039;&#039;&#039;[[:Category:Smartphone and tablet remotes|smartphone and tablet remote apps]]&#039;&#039;&#039;.&lt;br /&gt;
* Other IR remotes can be used with USB IR receivers such as the &#039;&#039;&#039;[[Flirc]]&#039;&#039;&#039;.&lt;br /&gt;
* &#039;&#039;&#039;[[CEC]]&#039;&#039;&#039; - Includes information about controlling your Raspberry Pi via compatible HDMI CEC products.&lt;br /&gt;
* &#039;&#039;&#039;GPIO IR receiver&#039;&#039;&#039; - A simple bare IR receiver can be connected to the R-Pi&#039;s GPIO pins using [http://forum.stmlabs.com/showthread.php?tid=5549 these instructions].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=MySQL&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= MySQL library sharing&lt;br /&gt;
| Answer=&lt;br /&gt;
* If you are using [[MySQL]] library sharing features, please note that your library will only sync with the Raspberry Pi if all your other XBMC instances are running the same version ([[#Current_build|how to check your version]]).&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
{{see also|Troubleshooting}}&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Forum|2=IRC&lt;br /&gt;
| BGcolor=&lt;br /&gt;
| Question= Getting more help with XBMC for Raspberry Pi&lt;br /&gt;
| Answer=&lt;br /&gt;
* &#039;&#039;&#039;[http://forum.xbmc.org/forumdisplay.php?fid=166 XBMC for Raspberry Pi specific help forum]&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;[irc://irc.freenode.org/xbmc-rpi #xbmc-rpi]&#039;&#039;&#039; [[w:IRC|IRC]] chat channel on irc.freenode.org.&lt;br /&gt;
* &#039;&#039;&#039;[http://webchat.freenode.net/?channels=xbmc-rpi #xbmc-rpi]&#039;&#039;&#039; [[w:IRC|IRC]] channel on Freenode (Webchat)&lt;br /&gt;
* &#039;&#039;&#039;[http://webchat.freenode.net/?channels=openelec #openelec]&#039;&#039;&#039; OpenELEC [[w:IRC|IRC]] support on Freenode (Webchat)&lt;br /&gt;
* &#039;&#039;&#039;[http://webchat.freenode.net/?channels=xbian #xbian]&#039;&#039;&#039; XBian [[w:IRC|IRC]] support on Freenode (Webchat)&lt;br /&gt;
* &#039;&#039;&#039;[http://webchat.freenode.net/?channels=raspbmc #raspbmc]&#039;&#039;&#039; Raspbmc [[w:IRC|IRC]] support on Freenode (Webchat)&lt;br /&gt;
* Also see the individual XBMC/OS distribution documentation and support forums noted &#039;&#039;&#039;[[Raspberry Pi/FAQ#Install|above]]&#039;&#039;&#039;.&lt;br /&gt;
* For general Raspberry Pi info and help be sure to see http://raspberrypi.org and the very excellent &#039;&#039;&#039;[http://elinux.org/R-Pi_Hub Raspberry Pi Wiki]&#039;&#039;&#039;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Logs|2=Userdata|3=logs&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Userdata folder and logs&lt;br /&gt;
| Answer=&lt;br /&gt;
:&#039;&#039;See &#039;&#039;&#039;[[How-to:Submit a proper bug report]]&#039;&#039;&#039; for bug reporting details and  &#039;&#039;&#039;[[Debug log]]&#039;&#039;&#039; for how to post the debug log.&#039;&#039;&lt;br /&gt;
* [[Userdata folder]]:&lt;br /&gt;
** OpenELEC: {{highlight|/storage/.xbmc/userdata/}}&lt;br /&gt;
** Raspbmc: {{highlight|/home/pi/.xbmc/userdata/}}&lt;br /&gt;
** XBian: {{highlight|/home/xbian/.xbmc/userdata/}}&lt;br /&gt;
* [[Debug log]]: &lt;br /&gt;
** OpenELEC: {{highlight|/storage/.xbmc/temp/xbmc.log}}&lt;br /&gt;
** Raspbmc: {{highlight|/home/pi/.xbmc/temp/xbmc.log}}&lt;br /&gt;
** XBian: {{highlight|/home/xbian/.xbmc/temp/xbmc.log}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Language&lt;br /&gt;
| BGcolor=&lt;br /&gt;
| Question= Wrong language displayed in XBMC&lt;br /&gt;
| Answer=&lt;br /&gt;
* If you&#039;re getting a different language displayed in XBMC than the one you&#039;ve set in {{highlight|bordered=yes|[[Settings/Appearance#International|Settings -&amp;gt; Appearance -&amp;gt; International]]}}, it could be caused by your TV&#039;s language settings over [[CEC]]. &lt;br /&gt;
* Go into {{highlight|bordered=yes|[[Settings/System#Input devices|Settings -&amp;gt; System -&amp;gt; Input devices -&amp;gt; Peripherals -&amp;gt; RasPi CEC module -&amp;gt; Use TV&#039;s language]]}} and set to off.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Issues&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Raspberry Pi known issues&lt;br /&gt;
| Answer=&lt;br /&gt;
{{#lst:Frodo issues|Raspberry Pi}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Buffering|2=Performance&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Performance: video buffering, stuttering, choppiness &lt;br /&gt;
| Answer=&lt;br /&gt;
* Switch to a different network protocol (especially if you are using SMB), i.e. [[NFS]], [[FTP]], [[WebDAV]], etc.&lt;br /&gt;
* Try sharing the media on another device to rule out a device-specific (or network) issue. Note: The Raspberry Pi can sometimes have a problem supplying enough power to a USB WiFi dongle. Try a wired ethernet cable to rule out this problem.&lt;br /&gt;
* If RSS feed is enabled, disable it in settings. This makes the main menu a bit faster.&lt;br /&gt;
* Disable &amp;quot;Extract thumbnail and video information&amp;quot; from [[Settings/Video|file lists]] for faster menus&lt;br /&gt;
* For smoother video playback enable &amp;quot;Adjust display refresh rate to match video&amp;quot; from [[Settings/Video|playback]]&lt;br /&gt;
* Make sure the video is using H.264 (up to High Profile. Hi10P will not work) or MPEG-4, or, if a codec was purchased and enabled, MPEG-2 or VC-1.&lt;br /&gt;
* Passthrough is recommended as it lowers CPU usage for DTS and AC3. Use [[Settings/System#Audio output|audio passthrough]] if your TV/receiver supports it.&lt;br /&gt;
* To determine which audio passthrough formats your HDMI-connected TV supports, you can log in to your chosen distribution, via SSH, and run this command: &amp;lt;code&amp;gt;/opt/vc/bin/tvservice -a&amp;lt;/code&amp;gt; (on OpenELEC: &amp;lt;code&amp;gt;tvservice -a&amp;lt;/code&amp;gt;).&lt;br /&gt;
* To speed up the GUI by making images smaller, or to save space on your SD card, see &#039;&#039;&#039;[[HOW-TO:Reduce XBMC disk space]]&#039;&#039;&#039;.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=TV is not detected unless powered on first&lt;br /&gt;
| BGcolor=&lt;br /&gt;
| Question=TV is not detected unless powered on first&lt;br /&gt;
| Answer=&lt;br /&gt;
* Some TVs/receivers only report their capabilities (EDID) through HDMI when powered on before the Pi.&lt;br /&gt;
* If TV doesn&#039;t get the right resolution or CEC doesn&#039;t work when Pi is powered before the TV/receiver then you can:&lt;br /&gt;
* Run: &amp;lt;code&amp;gt;sudo tvservice -d edid.dat&amp;lt;/code&amp;gt; (after booting with TV/receiver powered on first)&lt;br /&gt;
* copy the edid.dat to the FAT partition (/boot on raspbmc and /flash on openelec)&lt;br /&gt;
* and add to config.txt: &amp;lt;code&amp;gt;hdmi_edid_file=1&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;hdmi_force_hotplug=1&amp;lt;/code&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:XBMC Manual]]&lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
[[Category:Troubleshooting]]&lt;br /&gt;
{{frodo updated}}&lt;/div&gt;</summary>
		<author><name>Popcornmix</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Archive:Common_issues&amp;diff=69336</id>
		<title>Archive:Common issues</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Archive:Common_issues&amp;diff=69336"/>
		<updated>2014-02-20T13:55:11Z</updated>

		<summary type="html">&lt;p&gt;Popcornmix: /* Raspberry Pi */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{frodo updated}}{{See also|Frodo FAQ}}&lt;br /&gt;
XBMC releases are brought to a stable point where most users should not have issues. However, due to XBMC&#039;s large, complex, and multi-platform nature, it is nearly impossible to release a totally bug-free version. As such, these are known issues that are present in XBMC v12 &amp;quot;Frodo&amp;quot;. This is not an exhaustive list of bugs/issues, but a simple summary of confirmed issues that average users might be commonly facing. The purpose of this page is to let users know that Team XBMC is aware of these issues and (in most cases) is working on fixing them.&lt;br /&gt;
&lt;br /&gt;
For a more complete list of possible bugs/issues see the &#039;&#039;&#039;[[bug tracker|XBMC Trac bug tracker]]&#039;&#039;&#039;. For reporting bugs see &#039;&#039;&#039;[[HOW-TO:Submit a bug report]]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== General ==&lt;br /&gt;
* Sometimes you have to [[Add-on manager#Empty repository list|force update add-on repositories]] to see a listing of [[add-ons]].&lt;br /&gt;
* The current [[AFP]] client in XBMC is still the not-so-stable one from Eden. &lt;br /&gt;
* A minor cosmetic flaw, when a single TV show is created from more than one source path (like some seasons on hard drive A, other seasons on hard drive B) certain counts in the GUI (i.e., number of episodes) can be off. [http://trac.xbmc.org/ticket/13513]&lt;br /&gt;
* Dolby Digital Plus support seems to have issues. Dolby Digital and Dolby True HD are unaffected. [http://forum.xbmc.org/showthread.php?tid=139840]&lt;br /&gt;
* Videos encoded with VC-1 and that are interlaced will not currently playback correctly in XBMC when software decoding is used.&lt;br /&gt;
* Video played in the pictures slide show won&#039;t work [https://github.com/xbmc/xbmc/pull/2164]&lt;br /&gt;
* Default touch screen skins (iOS and Android) do not have Live TV/PVR support yet.&lt;br /&gt;
* XBMC might eat your babies.&lt;br /&gt;
* &#039;&#039;&#039;[[development builds|FIXED in future v13]]&#039;&#039;&#039; &amp;lt;s&amp;gt;FilterSMS [[keymap]]pings are not working in views that use the [[advanced library filter]]. The next version of XBMC, v13 &amp;quot;Gotham&amp;quot;, will allow skin authors to choose between old style filtering or advanced library filtering. [https://github.com/xbmc/xbmc/pull/2503]&amp;lt;/s&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;[[development builds|FIXED in future v13]]&#039;&#039;&#039; &amp;lt;s&amp;gt;While TV shows and music videos have [[video library tags]] just like movies, [[smart playlists]] will not use tags as a rule. Movie smart playlists are unaffected by this. [https://github.com/xbmc/xbmc/pull/2185]&amp;lt;/s&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;FIXED in v12.3&#039;&#039;&#039; &amp;lt;s&amp;gt;12.1 only - There seems to be some regression with some UPnP/DLNA devices, such as the HDHomeRun Prime (when accessed via UPnP/DLNA) and Rygel, where XBMC cannot access these sources. [http://trac.xbmc.org/ticket/14204].&amp;lt;/s&amp;gt; &lt;br /&gt;
* &#039;&#039;&#039;FIXED in v12.2&#039;&#039;&#039; &amp;lt;s&amp;gt;12.1 only - Some http live streams stopped working. [http://trac.xbmc.org/ticket/14224]&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Non-XBMC issues&lt;br /&gt;
* AirPlay Mirroring is not supported&lt;br /&gt;
&lt;br /&gt;
== Android ==&lt;br /&gt;
* Initial Android support is targeted at inexpensive Android powered set-top boxes. As such, support for mobile devices is still being developed, but will improve with time.&lt;br /&gt;
* Various specific phone/tablet features have not been looked at in depth, such as video out cables, hardware button support, etc. Reports are mixed about if such features are working or not. Expect this to improve with time, but may be an issue for the v12.0 release.&lt;br /&gt;
* &#039;&#039;&#039;[[Development builds|FIXED in future v13]]&#039;&#039;&#039; &amp;lt;s&amp;gt;No hardware video decoding for most devices, which means no HD playback support unless there is a fast CPU. This is something that is under active development and will eventually be improved for a number of devices. See [[Android FAQ]] for more info.&amp;lt;/s&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;[[Development builds|FIXED in future v13]]&#039;&#039;&#039; &amp;lt;s&amp;gt;Volume needs to be set high on the Android device before entering XBMC, as XBMC will not exceed this set volume level.&amp;lt;/s&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;FIXED&#039;&#039;&#039; &amp;lt;s&amp;gt;No zeroconf/bonjour/service discovery support&amp;lt;/s&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;FIXED&#039;&#039;&#039; &amp;lt;s&amp;gt;AirPlay doesn&#039;t work due to the lack of zeroconf/bonjour support&amp;lt;/s&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;FIXED in v12.1&#039;&#039;&#039; &amp;lt;s&amp;gt;SFTP sources aren&#039;t working [http://trac.xbmc.org/ticket/14029]&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Linux general ==&lt;br /&gt;
&lt;br /&gt;
;Non-XBMC issues&lt;br /&gt;
* XBMCBuntu lightdm causes no audio devices detected in XBMC [http://forum.xbmc.org/showthread.php?tid=145451&amp;amp;pid=1257314#pid1257314 &#039;&#039;&#039;thread about issue&#039;&#039;&#039;] &amp;amp; [[XBMCbuntu#XBMCbuntu no audio devices|&#039;&#039;&#039;workaround here&#039;&#039;&#039;]] added to upgrade FAQ.&lt;br /&gt;
* Some Intel GPU&#039;s have a problem with &#039;&#039;&#039;rc6&#039;&#039;&#039; and locks up the whole boot process. [http://forum.xbmc.org/showthread.php?tid=148356&amp;amp;pid=1284584#pid1284584 Workaround here] Thanks to wsnipex for posting solution.&lt;br /&gt;
* &#039;&#039;&#039;[[development builds|FIXED in future v13]] and via AMD OSS video drivers &#039;&#039;&#039; &amp;lt;s&amp;gt;AMD GPUs do not support HD-audio passthrough under Linux&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== XBMCbuntu specific ===&lt;br /&gt;
* All AMD/ATI users with a GPU up to ATI HD5xxx will have a failed install because 12.10 does not carry compatible fglrx [http://forum.xbmc.org/showthread.php?tid=154418&amp;amp;pid=1321833#pid1321833 a workaround is on this thread].&lt;br /&gt;
&lt;br /&gt;
== Mac OS X/iOS ==&lt;br /&gt;
&amp;lt;section begin=&amp;quot;Mac audio&amp;quot; /&amp;gt;* Gapless playback for music isn&#039;t working.&lt;br /&gt;
* AAC to AC3 transcoding is broken for the time being, which means no multichannel support for AAC.&lt;br /&gt;
* All sorts of hickups during music track transitions (gets worse with activated crossfade).&lt;br /&gt;
* Music output lacks &amp;quot;audiophile&amp;quot; support (output is resampled to the setting from audio midi setup for all tracks)&amp;lt;section end=&amp;quot;Mac audio&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Non-XBMC issues&lt;br /&gt;
* Apple does not provide support for HD-audio passthrough in their audio API, CoreAudio.&lt;br /&gt;
=== Mac specific ===&lt;br /&gt;
* Mac OS X 10.9 &amp;quot;Mavericks&amp;quot; has introduced a buffering/stuttering issue that seem to only effect certain Macs. Possibly related to the OSX AppNap feature.&lt;br /&gt;
* No retina support yet.&lt;br /&gt;
* Some tools/applications which adjust screen brightness may lead to low framerates (5fps framerate limiting) in XBMC. The most common ones should be exempt from this and not cause any issue, but there may be others. Please report any tools/applications that still have this issue to the XBMC support forums so that we can add them to the exempt list. (basically all tools which use a transparent fullscreen overlay)&lt;br /&gt;
* Certain Macs using Intel GPUs seem to show a green line when using hardware decoding (VDA). A fix was found, but that fix caused some other issues, so the lesser evil was chosen (green line). Developers are still working on this issue. In most cases the Mac in question can run just fine without the hardware (VDA) decoder, as they have more than enough CPU power. It won&#039;t hurt anything. At most it might just kick up your CPU fans more, depending on how demanding the video is. You can turn off hardware video decoding by going into {{highlight|[[Settings/Videos#Playback|Settings -&amp;gt; Videos -&amp;gt; Playback]]}} and deselecting the VDA option.&lt;br /&gt;
* &#039;&#039;&#039;FIXED in v12.3&#039;&#039;&#039; &amp;lt;s&amp;gt;Some Macs running OS X 10.8 seem to have stuttering issues either at 46 minutes into a movie or 1 hour and 2 minutes into a movie. The current work around that seems to be working for some users is to get audio output to use 2.0, even if you have a multi-channel system. You will still get multi-channel output if you use any of the bypass options (the ones that say &amp;quot;... X capable receiver&amp;quot;) with a compatible audio receiver. A fix for this is in the works. See &#039;&#039;&#039;[http://forum.xbmc.org/showthread.php?tid=148243 this thread]&#039;&#039;&#039; for more information.&amp;lt;/s&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;FIXED in v12.1&#039;&#039;&#039; &amp;lt;s&amp;gt;Some Macs running OS X 10.8 have issues with HDMI sound when waking up the Mac/XBMC from sleep, where the sound will switch to another output. This has already been fixed in [[nightly builds]] and will be apart of the XBMC v12.1 bug fix release.&amp;lt;/s&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;FIXED in v12.1&#039;&#039;&#039; &amp;lt;s&amp;gt;The ability to select &amp;quot;OS default&amp;quot; for sound output in XBMC is missing.&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== iOS specific ===&lt;br /&gt;
* Retina support for iPad is currently GUI only. Video resolution currently maxes out at 1024 x 768. Retina is fully supported for iPhones and iPod touches.&lt;br /&gt;
* iDevices with iOS 7 won&#039;t correctly work with video out cables or using AirPlay mirroring to ATV2/3.&lt;br /&gt;
* iDevices with iOS 7 crash when using DVD menus.&lt;br /&gt;
* Uppercased special characters with accents are shown as lowercase (when uppercase tag is used in the skin) (See [[Talk:Known Frodo issues#Uppercase font roboto bold caps|here]] for a possible temp workaround).&lt;br /&gt;
* iDevices that use an A7 chip (64-bit) won&#039;t use hardware video decoding. Software video decoding should be enough to play back most videos, but will drain the battery faster.&lt;br /&gt;
* &#039;&#039;&#039;[[Development builds|FIXED in future v13]]&#039;&#039;&#039; &amp;lt;s&amp;gt;Retina GUI is not enabled for v12 builds for iPad Air (5th gen) or iPad Mini (2nd gen).&amp;lt;/s&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;[[Development builds|FIXED in future v13]]&#039;&#039;&#039; &amp;lt;s&amp;gt;12.1 only - There seems to be a memory leak with some add-ons in the 12.1 release that will cause out-of-memory crashes on some iOS devices such as the ATV2. If you are having these issues, you may wish to downgrade to 12.0.&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Non-XBMC issues&lt;br /&gt;
* Apple TV 2 will crash on startup when older versions of Plex are also installed. Either uninstall Plex or update it.&lt;br /&gt;
* iDevices will crash on startup if Display Out is installed.&lt;br /&gt;
&lt;br /&gt;
== Raspberry Pi ==&lt;br /&gt;
&amp;lt;section begin=&amp;quot;Raspberry Pi&amp;quot; /&amp;gt;* DVD ISO playback is not expected to work well (there is experimental support with the hardware decoder in test builds).&lt;br /&gt;
* &#039;&#039;&#039;[[development builds|FIXED in future v13]]&#039;&#039;&#039;  &amp;lt;s&amp;gt;Navigation sounds (clicks and such when you move around in the GUI) are not supported. Sound from music and videos are unaffected by this.&amp;lt;/s&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;[[development builds|FIXED in future v13]]&#039;&#039;&#039;  &amp;lt;s&amp;gt;Playback of music from a USB CD drive might not work.&amp;lt;/s&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;[[development builds|FIXED in future v13]]&#039;&#039;&#039;  &amp;lt;s&amp;gt;Fast forward/rewind do not, but &amp;quot;stepping&amp;quot; back/forward does work. In other words, the FF/RW buttons don&#039;t work on the On Screen Display, but you can go back and forward using left/right arrows (or whatever you [[keymap|map to stepping back/forward]]).&amp;lt;/s&amp;gt;&lt;br /&gt;
&amp;lt;section end=&amp;quot;Raspberry Pi&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
* Vista has a very strange bug that sometimes causes [[add-ons]] to give a &amp;quot;script failed&amp;quot; error. If you have this issue please report it on http://forum.xbmc.org&lt;br /&gt;
* AirPlay videos recorded with iPhones/iPads might not rotate correctly when using hardware video decoding [http://forum.xbmc.org/showthread.php?tid=149006]&lt;br /&gt;
* Windows screensaver and power saving mode kicks in when XBMC is not focused (independent of whether XBMC is playing a video or not)&lt;br /&gt;
* The ability to select &amp;quot;OS default&amp;quot; for sound output in XBMC is missing.&lt;br /&gt;
* &#039;&#039;&#039;[[Development builds|FIXED in future v13]]&#039;&#039;&#039; &amp;lt;s&amp;gt;Touch screen support for Windows 7/8 mostly doesn&#039;t work for Frodo.&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
[[Category:Frodo|*]]&lt;/div&gt;</summary>
		<author><name>Popcornmix</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Archive:Raspberry_Pi_FAQ&amp;diff=69335</id>
		<title>Archive:Raspberry Pi FAQ</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Archive:Raspberry_Pi_FAQ&amp;diff=69335"/>
		<updated>2014-02-20T13:52:11Z</updated>

		<summary type="html">&lt;p&gt;Popcornmix: /* Troubleshooting */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{mininav|[[General topics]]{{l2|[[Devices]]}}|[[FAQs]]{{l2|[[Raspberry Pi]]}}|page=Raspberry Pi FAQ }}&lt;br /&gt;
{{FAQ header|XBMC running on the &#039;&#039;&#039;[[Raspberry Pi]]&#039;&#039;&#039;.}}&lt;br /&gt;
{{XBMC FAQ}}&lt;br /&gt;
__TOC__&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
== General FAQ ==&lt;br /&gt;
:&amp;lt;big&amp;gt;&#039;&#039;See also: &#039;&#039;&#039;[[XBMC all platforms FAQ]]&#039;&#039;&#039; for FAQs that apply to all versions of XBMC.&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
&amp;lt;!--{{FAQ|1=doesitblend&lt;br /&gt;
| BGcolor=&lt;br /&gt;
| Question= How well does it work?&lt;br /&gt;
| Answer=&lt;br /&gt;
* {{editor note|short write up on general feel/limitations? Maybe also link to more &amp;quot;in-depth&amp;quot;/longer write-ups/reviews?}}&lt;br /&gt;
}}--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Install&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Installing XBMC on the Raspberry Pi&lt;br /&gt;
| Answer=&lt;br /&gt;
{{#lst:Raspberry Pi|install}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Version&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Is XBMC for Raspberry Pi different from normal XBMC?&lt;br /&gt;
| Answer=&lt;br /&gt;
* The current stable version of XBMC for Raspberry Pi is v12.3 [[Frodo FAQ|Frodo]]. This is the same code that all of the other platforms (Linux, iOS, Mac OS X, Windows, etc) are using.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Current_build&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= How do I find out what version of XBMC am I running?&lt;br /&gt;
| Answer=&lt;br /&gt;
* XBMC main menu &amp;gt; System &amp;gt; Lower submenu &amp;gt; System info. &#039;&#039;&#039;Note the alpha version and/or build date.&#039;&#039;&#039;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Formats&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Video and audio formats the Raspberry Pi can playback&lt;br /&gt;
| Answer=&lt;br /&gt;
* H.264 (up to High Profile) encoded videos are supported up to 1080P using hardware video decoding. &#039;&#039;Note: [[Hi10P]] will not work.&#039;&#039;&lt;br /&gt;
* MPEG-4 encoded videos are supported up to 1080P using hardware video decoding. This includes XviD and recent versions on DivX (but not the older 3.xx DivX).&lt;br /&gt;
* The Raspberry Pi Foundation offers additional video codec licenses for a few dollars. At the moment you can purchase MPEG-2 and VC1, both with support up to 1080P. Read [[#Enabling_additional_video_codecs|below]] on how to enable these.&lt;br /&gt;
* MJPEG, VP6, VP8 and OGG Theora are supported as GPU accelerated software decoders. These are limited to SD resolutions.&lt;br /&gt;
* The ARM is not powerful enough for useful software decode of video.&lt;br /&gt;
* DVD ISOs and DVD menu navigation is early in development and might not always work. &lt;br /&gt;
* Software DTS audio decode was initially problematic, but works quite well in recent builds. TrueHD audio is too CPU intensive and will not play.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Output&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Video and audio output on the Raspberry Pi&lt;br /&gt;
| Answer=&lt;br /&gt;
* Video output via HDMI up to 1080P (the GUI will be rendered at 720P, but video will play up to 1080P).&lt;br /&gt;
* Video output via the analog component video (RCA) jack will be in SD.&lt;br /&gt;
* Analog audio output via the mini phone jack is supported.&lt;br /&gt;
* USB audio is currently not supported.&lt;br /&gt;
* DTS and AC3 audio passthrough audio is supported (and recommended, as it will reduce CPU load on the R-Pi)&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Multichannel_Audio&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= How about multichannel audio support?&lt;br /&gt;
| Answer=&lt;br /&gt;
* By default audio is downmixed to stereo.&lt;br /&gt;
* If your receiver/TV supports DTS or AC3 passthrough then enable these in audio settings and you will get 6 channel audio.&lt;br /&gt;
* Latest builds support multichannel PCM audio over HDMI. Note: not all receivers support this and toslink/optical will not.&lt;br /&gt;
* Enable by setting the speaker configuration to suitable value (e.g. 5.1).&lt;br /&gt;
* If your recevier does not support multichannel PCM, then leave this at 2.0. You will still get multichannel audio through passthrough.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Extra_codecs&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Enabling additional video codecs&lt;br /&gt;
| Answer=&lt;br /&gt;
You can buy additional video codecs (VC-1 - used in some bluray discs, and MPEG-2) from the [http://www.raspberrypi.com/license-keys/ Raspberry Pi Foundation online shop]. After purchase the keys are emailed to you, looking like this (invalid keys used for example):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;decode_MPG2=0x1cc591c7&lt;br /&gt;
decode_WVC1=0x8aa09876&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In order to enable additional video codecs you should modify &#039;&#039;/boot/config.txt&#039;&#039; and add these lines literally. The method may vary per distribution:&lt;br /&gt;
&lt;br /&gt;
* Manual: Open &#039;&#039;/boot/config.txt&#039;&#039; with a text editor like nano or vi, and add the keys.&lt;br /&gt;
* [[XBian]]: You can add/remote your keys using [http://xbian.org/getting-started/configuring-xbian/ XBian-config]. After reboot your keys will be entered and ready to use.&lt;br /&gt;
* [[Raspbmc]]: Navigate to {{highlight|Programs -&amp;gt; Raspbmc Settings -&amp;gt; System Configuration -&amp;gt; MPEG2 codec license/VC1 codec key}}.  Enter your keys with the onscreen keyboard then XBMC will prompt you to reboot.  After reboot your keys will be entered and ready to use.&lt;br /&gt;
* [[OpenELEC]]: Type &amp;lt;code&amp;gt;mount /flash -o remount,rw&amp;lt;/code&amp;gt; to remount the boot partition in read/write mode. The file to edit is located in &#039;&#039;/flash/config.txt&#039;&#039;, and contains stubs for the license keys. Add the keys using nano or vi.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Media&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Accessing media&lt;br /&gt;
| Answer=&lt;br /&gt;
{{See also|Adding videos to the library|File sharing}}&lt;br /&gt;
* You can connect to media that&#039;s being shared from a computer, HTPC, or NAS device on your local network.&lt;br /&gt;
* You can access media on the main SD card or from the USB ports (hard drives, USB stick drives, hubs, all supported).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Add-ons|2=Skins&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Add-ons and skins&lt;br /&gt;
| Answer=&lt;br /&gt;
* XBMC for Raspberry Pi is a full version of XBMC and will be able to use all non-platform specific [[add-ons]] and [[skins]]. More feature rich (CPU demanding) skins like AEON Nox might not run smoothly, so keep to &amp;quot;lighter&amp;quot; skins.&lt;br /&gt;
* Recommended lite skins include: Confluence (default skin), Amber, Metropolis, Quartz, Quartz Reloaded, Slik, xTV-SAF.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Shutdown&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= How to properly shutdown/disconnect&lt;br /&gt;
| Answer=&lt;br /&gt;
* It is not possible to use traditional &amp;quot;shutdown&amp;quot; on the Raspberry Pi. The only way to power it off is to disconnect the power. &lt;br /&gt;
* ALWAYS select the shutdown command in XBMC before powering off the Raspberry Pi. Failure to do so can corrupt the XBMC library databases, other databases, or even other OS files.&lt;br /&gt;
* Most users leave the Raspberry Pi on all the time, as it uses very little power (the cost of electricity for a year is about the price of a hamburger).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Remotes&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Remotes for Raspberry Pi&lt;br /&gt;
| Answer=&lt;br /&gt;
* Any &#039;&#039;&#039;[[Keyboard]]&#039;&#039;&#039; such as wired, wireless, bluetooth. This includes &amp;quot;keymotes&amp;quot; such as a Rii or [[Boxee remote]].&lt;br /&gt;
* &#039;&#039;&#039;[[Web interface]]s&#039;&#039;&#039;, including add-on interfaces.&lt;br /&gt;
* XBMC &#039;&#039;&#039;[[:Category:Smartphone and tablet remotes|smartphone and tablet remote apps]]&#039;&#039;&#039;.&lt;br /&gt;
* Other IR remotes can be used with USB IR receivers such as the &#039;&#039;&#039;[[Flirc]]&#039;&#039;&#039;.&lt;br /&gt;
* &#039;&#039;&#039;[[CEC]]&#039;&#039;&#039; - Includes information about controlling your Raspberry Pi via compatible HDMI CEC products.&lt;br /&gt;
* &#039;&#039;&#039;GPIO IR receiver&#039;&#039;&#039; - A simple bare IR receiver can be connected to the R-Pi&#039;s GPIO pins using [http://forum.stmlabs.com/showthread.php?tid=5549 these instructions].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=MySQL&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= MySQL library sharing&lt;br /&gt;
| Answer=&lt;br /&gt;
* If you are using [[MySQL]] library sharing features, please note that your library will only sync with the Raspberry Pi if all your other XBMC instances are running the same version ([[#Current_build|how to check your version]]).&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
{{see also|Troubleshooting}}&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Forum|2=IRC&lt;br /&gt;
| BGcolor=&lt;br /&gt;
| Question= Getting more help with XBMC for Raspberry Pi&lt;br /&gt;
| Answer=&lt;br /&gt;
* &#039;&#039;&#039;[http://forum.xbmc.org/forumdisplay.php?fid=166 XBMC for Raspberry Pi specific help forum]&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;[irc://irc.freenode.org/xbmc-rpi #xbmc-rpi]&#039;&#039;&#039; [[w:IRC|IRC]] chat channel on irc.freenode.org.&lt;br /&gt;
* &#039;&#039;&#039;[http://webchat.freenode.net/?channels=xbmc-rpi #xbmc-rpi]&#039;&#039;&#039; [[w:IRC|IRC]] channel on Freenode (Webchat)&lt;br /&gt;
* &#039;&#039;&#039;[http://webchat.freenode.net/?channels=openelec #openelec]&#039;&#039;&#039; OpenELEC [[w:IRC|IRC]] support on Freenode (Webchat)&lt;br /&gt;
* &#039;&#039;&#039;[http://webchat.freenode.net/?channels=xbian #xbian]&#039;&#039;&#039; XBian [[w:IRC|IRC]] support on Freenode (Webchat)&lt;br /&gt;
* &#039;&#039;&#039;[http://webchat.freenode.net/?channels=raspbmc #raspbmc]&#039;&#039;&#039; Raspbmc [[w:IRC|IRC]] support on Freenode (Webchat)&lt;br /&gt;
* Also see the individual XBMC/OS distribution documentation and support forums noted &#039;&#039;&#039;[[Raspberry Pi/FAQ#Install|above]]&#039;&#039;&#039;.&lt;br /&gt;
* For general Raspberry Pi info and help be sure to see http://raspberrypi.org and the very excellent &#039;&#039;&#039;[http://elinux.org/R-Pi_Hub Raspberry Pi Wiki]&#039;&#039;&#039;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Logs|2=Userdata|3=logs&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Userdata folder and logs&lt;br /&gt;
| Answer=&lt;br /&gt;
:&#039;&#039;See &#039;&#039;&#039;[[How-to:Submit a proper bug report]]&#039;&#039;&#039; for bug reporting details and  &#039;&#039;&#039;[[Debug log]]&#039;&#039;&#039; for how to post the debug log.&#039;&#039;&lt;br /&gt;
* [[Userdata folder]]:&lt;br /&gt;
** OpenELEC: {{highlight|/storage/.xbmc/userdata/}}&lt;br /&gt;
** Raspbmc: {{highlight|/home/pi/.xbmc/userdata/}}&lt;br /&gt;
** XBian: {{highlight|/home/xbian/.xbmc/userdata/}}&lt;br /&gt;
* [[Debug log]]: &lt;br /&gt;
** OpenELEC: {{highlight|/storage/.xbmc/temp/xbmc.log}}&lt;br /&gt;
** Raspbmc: {{highlight|/home/pi/.xbmc/temp/xbmc.log}}&lt;br /&gt;
** XBian: {{highlight|/home/xbian/.xbmc/temp/xbmc.log}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Language&lt;br /&gt;
| BGcolor=&lt;br /&gt;
| Question= Wrong language displayed in XBMC&lt;br /&gt;
| Answer=&lt;br /&gt;
* If you&#039;re getting a different language displayed in XBMC than the one you&#039;ve set in {{highlight|bordered=yes|[[Settings/Appearance#International|Settings -&amp;gt; Appearance -&amp;gt; International]]}}, it could be caused by your TV&#039;s language settings over [[CEC]]. &lt;br /&gt;
* Go into {{highlight|bordered=yes|[[Settings/System#Input devices|Settings -&amp;gt; System -&amp;gt; Input devices -&amp;gt; Peripherals -&amp;gt; RasPi CEC module -&amp;gt; Use TV&#039;s language]]}} and set to off.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Issues&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Raspberry Pi known issues&lt;br /&gt;
| Answer=&lt;br /&gt;
{{#lst:Frodo issues|Raspberry Pi}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Buffering|2=Performance&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Performance: video buffering, stuttering, choppiness &lt;br /&gt;
| Answer=&lt;br /&gt;
* Switch to a different network protocol (especially if you are using SMB), i.e. [[NFS]], [[FTP]], [[WebDAV]], etc.&lt;br /&gt;
* Try sharing the media on another device to rule out a device-specific (or network) issue. Note: The Raspberry Pi can sometimes have a problem supplying enough power to a USB WiFi dongle. Try a wired ethernet cable to rule out this problem.&lt;br /&gt;
* If RSS feed is enabled, disable it in settings. This makes the main menu a bit faster.&lt;br /&gt;
* Disable &amp;quot;Extract thumbnail and video information&amp;quot; from [[Settings/Video|file lists]] for faster menus&lt;br /&gt;
* For smoother video playback enable &amp;quot;Adjust display refresh rate to match video&amp;quot; from [[Settings/Video|playback]]&lt;br /&gt;
* Make sure the video is using H.264 (up to High Profile. Hi10P will not work) or MPEG-4, or, if a codec was purchased and enabled, MPEG-2 or VC-1.&lt;br /&gt;
* Passthrough is recommended as it lowers CPU usage for DTS and AC3. Use [[Settings/System#Audio output|audio passthrough]] if your TV/receiver supports it.&lt;br /&gt;
* To determine which audio passthrough formats your HDMI-connected TV supports, you can log in to your chosen distribution, via SSH, and run this command: &amp;lt;code&amp;gt;/opt/vc/bin/tvservice -a&amp;lt;/code&amp;gt; (on OpenELEC: &amp;lt;code&amp;gt;tvservice -a&amp;lt;/code&amp;gt;).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=TV is not detected unless powered on first&lt;br /&gt;
| BGcolor=&lt;br /&gt;
| Question=TV is not detected unless powered on first&lt;br /&gt;
| Answer=&lt;br /&gt;
* Some TVs/receivers only report their capabilities (EDID) through HDMI when powered on before the Pi.&lt;br /&gt;
* If TV doesn&#039;t get the right resolution or CEC doesn&#039;t work when Pi is powered before the TV/receiver then you can:&lt;br /&gt;
* Run: &amp;lt;code&amp;gt;sudo tvservice -d edid.dat&amp;lt;/code&amp;gt; (after booting with TV/receiver powered on first)&lt;br /&gt;
* copy the edid.dat to the FAT partition (/boot on raspbmc and /flash on openelec)&lt;br /&gt;
* and add to config.txt: &amp;lt;code&amp;gt;hdmi_edid_file=1&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;hdmi_force_hotplug=1&amp;lt;/code&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:XBMC Manual]]&lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
[[Category:Troubleshooting]]&lt;br /&gt;
{{frodo updated}}&lt;/div&gt;</summary>
		<author><name>Popcornmix</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Archive:Raspberry_Pi_FAQ&amp;diff=65264</id>
		<title>Archive:Raspberry Pi FAQ</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Archive:Raspberry_Pi_FAQ&amp;diff=65264"/>
		<updated>2013-11-06T11:39:59Z</updated>

		<summary type="html">&lt;p&gt;Popcornmix: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{mininav|[[General topics]]{{l2|[[Devices]]}}|[[FAQs]]{{l2|[[Raspberry Pi]]}}|page=Raspberry Pi FAQ }}&lt;br /&gt;
{{FAQ header|XBMC running on the &#039;&#039;&#039;[[Raspberry Pi]]&#039;&#039;&#039;.}}&lt;br /&gt;
{{XBMC FAQ}}&lt;br /&gt;
__TOC__&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
== General FAQ ==&lt;br /&gt;
:&amp;lt;big&amp;gt;&#039;&#039;See also: &#039;&#039;&#039;[[XBMC all platforms FAQ]]&#039;&#039;&#039; for FAQs that apply to all versions of XBMC.&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
&amp;lt;!--{{FAQ|1=doesitblend&lt;br /&gt;
| BGcolor=&lt;br /&gt;
| Question= How well does it work?&lt;br /&gt;
| Answer=&lt;br /&gt;
* {{editor note|short write up on general feel/limitations? Maybe also link to more &amp;quot;in-depth&amp;quot;/longer write-ups/reviews?}}&lt;br /&gt;
}}--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Install&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Installing XBMC on the Raspberry Pi&lt;br /&gt;
| Answer=&lt;br /&gt;
{{#lst:Raspberry Pi|install}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Version&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Is XBMC for Raspberry Pi different from normal XBMC?&lt;br /&gt;
| Answer=&lt;br /&gt;
* The current stable version of XBMC for Raspberry Pi is v12.2 [[Frodo FAQ|Frodo]]. This is the same code that all of the other platforms (Linux, iOS, Mac OS X, Windows, etc) are using.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Current_build&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= How do I find out what version of XBMC am I running?&lt;br /&gt;
| Answer=&lt;br /&gt;
* XBMC main menu &amp;gt; System &amp;gt; Lower submenu &amp;gt; System info. &#039;&#039;&#039;Note the alpha version and/or build date.&#039;&#039;&#039;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Formats&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Video and audio formats the Raspberry Pi can playback&lt;br /&gt;
| Answer=&lt;br /&gt;
* H.264 (up to High Profile) encoded videos are supported up to 1080P using hardware video decoding. &#039;&#039;Note: [[Hi10P]] will not work.&#039;&#039;&lt;br /&gt;
* MPEG-4 encoded videos are supported up to 1080P using hardware video decoding. This includes XviD and recent versions on DivX (but not the older 3.xx DivX).&lt;br /&gt;
* The Raspberry Pi Foundation offers additional video codec licenses for a few dollars. At the moment you can purchase MPEG-2 and VC1, both with support up to 1080P. Read [[#Enabling_additional_video_codecs|below]] on how to enable these.&lt;br /&gt;
* MJPEG, VP6, VP8 and OGG Theora are supported as GPU accelerated software decoders. These are limited to SD resolutions.&lt;br /&gt;
* The ARM is not powerful enough for useful software decode of video.&lt;br /&gt;
* DVD ISOs and DVD menu navigation is early in development and might not always work. &lt;br /&gt;
* Software DTS audio decode was initially problematic, but works quite well in recent builds. TrueHD audio is too CPU intensive and will not play.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Output&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Video and audio output on the Raspberry Pi&lt;br /&gt;
| Answer=&lt;br /&gt;
* Video output via HDMI up to 1080P (the GUI will be rendered at 720P, but video will play up to 1080P).&lt;br /&gt;
* Video output via the analog component video (RCA) jack will be in SD.&lt;br /&gt;
* Analog audio output via the mini phone jack is supported.&lt;br /&gt;
* USB audio is currently not supported.&lt;br /&gt;
* DTS and AC3 audio passthrough audio is supported (and recommended, as it will reduce CPU load on the R-Pi)&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Multichannel_Audio&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= How about multichannel audio support?&lt;br /&gt;
| Answer=&lt;br /&gt;
* By default audio is downmixed to stereo.&lt;br /&gt;
* If your receiver/TV supports DTS or AC3 passthrough then enable these in audio settings and you will get 6 channel audio.&lt;br /&gt;
* Latest builds support multichannel PCM audio over HDMI. Note: not all receivers support this and toslink/optical will not.&lt;br /&gt;
* Enable by setting the speaker configuration to suitable value (e.g. 5.1).&lt;br /&gt;
* If your recevier does not support multichannel PCM, then leave this at 2.0. You will still get multichannel audio through passthrough.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Extra_codecs&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Enabling additional video codecs&lt;br /&gt;
| Answer=&lt;br /&gt;
You can buy additional video codecs (VC-1 - used in some bluray discs, and MPEG-2) from the [http://www.raspberrypi.com/license-keys/ Raspberry Pi Foundation online shop]. After purchase the keys are emailed to you, looking like this (invalid keys used for example):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;decode_MPG2=0x1cc591c7&lt;br /&gt;
decode_WVC1=0x8aa09876&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In order to enable additional video codecs you should modify &#039;&#039;/boot/config.txt&#039;&#039; and add these lines literally. The method may vary per distribution:&lt;br /&gt;
&lt;br /&gt;
* Manual: Open &#039;&#039;/boot/config.txt&#039;&#039; with a text editor like nano or vi, and add the keys.&lt;br /&gt;
* [[XBian]]: You can add/remote your keys using [http://xbian.org/getting-started/configuring-xbian/ XBian-config]. After reboot your keys will be entered and ready to use.&lt;br /&gt;
* [[Raspbmc]]: Navigate to {{highlight|Programs -&amp;gt; Raspbmc Settings -&amp;gt; System Configuration -&amp;gt; MPEG2 codec license/VC1 codec key}}.  Enter your keys with the onscreen keyboard then XBMC will prompt you to reboot.  After reboot your keys will be entered and ready to use.&lt;br /&gt;
* [[OpenELEC]]: Type &amp;lt;code&amp;gt;mount /flash -o remount,rw&amp;lt;/code&amp;gt; to remount the boot partition in read/write mode. The file to edit is located in &#039;&#039;/flash/config.txt&#039;&#039;, and contains stubs for the license keys. Add the keys using nano or vi.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Media&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Accessing media&lt;br /&gt;
| Answer=&lt;br /&gt;
{{See also|Adding videos to the library|File sharing}}&lt;br /&gt;
* You can connect to media that&#039;s being shared from a computer, HTPC, or NAS device on your local network.&lt;br /&gt;
* You can access media on the main SD card or from the USB ports (hard drives, USB stick drives, hubs, all supported).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Add-ons|2=Skins&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Add-ons and skins&lt;br /&gt;
| Answer=&lt;br /&gt;
* XBMC for Raspberry Pi is a full version of XBMC and will be able to use all non-platform specific [[add-ons]] and [[skins]]. More feature rich (CPU demanding) skins like AEON Nox might not run smoothly, so keep to &amp;quot;lighter&amp;quot; skins.&lt;br /&gt;
* Recommended lite skins include: Confluence (default skin), Amber, Metropolis, Quartz, Quartz Reloaded, Slik, xTV-SAF.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Shutdown&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= How to properly shutdown/disconnect&lt;br /&gt;
| Answer=&lt;br /&gt;
* It is not possible to use traditional &amp;quot;shutdown&amp;quot; on the Raspberry Pi. The only way to power it off is to disconnect the power. &lt;br /&gt;
* ALWAYS select the shutdown command in XBMC before powering off the Raspberry Pi. Failure to do so can corrupt the XBMC library databases, other databases, or even other OS files.&lt;br /&gt;
* Most users leave the Raspberry Pi on all the time, as it uses very little power (the cost of electricity for a year is about the price of a hamburger).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Remotes&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Remotes for Raspberry Pi&lt;br /&gt;
| Answer=&lt;br /&gt;
* Any &#039;&#039;&#039;[[Keyboard]]&#039;&#039;&#039; such as wired, wireless, bluetooth. This includes &amp;quot;keymotes&amp;quot; such as a Rii or [[Boxee remote]].&lt;br /&gt;
* &#039;&#039;&#039;[[Web interface]]s&#039;&#039;&#039;, including add-on interfaces.&lt;br /&gt;
* XBMC &#039;&#039;&#039;[[:Category:Smartphone and tablet remotes|smartphone and tablet remote apps]]&#039;&#039;&#039;.&lt;br /&gt;
* Other IR remotes can be used with USB IR receivers such as the &#039;&#039;&#039;[[Flirc]]&#039;&#039;&#039;.&lt;br /&gt;
* &#039;&#039;&#039;[[CEC]]&#039;&#039;&#039; - Includes information about controlling your Raspberry Pi via compatible HDMI CEC products.&lt;br /&gt;
* &#039;&#039;&#039;GPIO IR receiver&#039;&#039;&#039; - A simple bare IR receiver can be connected to the R-Pi&#039;s GPIO pins using [http://forum.stmlabs.com/showthread.php?tid=5549 these instructions].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=MySQL&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= MySQL library sharing&lt;br /&gt;
| Answer=&lt;br /&gt;
* If you are using [[MySQL]] library sharing features, please note that your library will only sync with the Raspberry Pi if all your other XBMC instances are running the same version ([[#Current_build|how to check your version]]).&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
{{see also|Troubleshooting}}&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Forum|2=IRC&lt;br /&gt;
| BGcolor=&lt;br /&gt;
| Question= Getting more help with XBMC for Raspberry Pi&lt;br /&gt;
| Answer=&lt;br /&gt;
* &#039;&#039;&#039;[http://forum.xbmc.org/forumdisplay.php?fid=166 XBMC for Raspberry Pi specific help forum]&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;[irc://irc.freenode.org/xbmc-rpi #xbmc-rpi]&#039;&#039;&#039; [[w:IRC|IRC]] chat channel on irc.freenode.org.&lt;br /&gt;
* &#039;&#039;&#039;[http://webchat.freenode.net/?channels=xbmc-rpi #xbmc-rpi]&#039;&#039;&#039; [[w:IRC|IRC]] channel on Freenode (Webchat)&lt;br /&gt;
* &#039;&#039;&#039;[http://webchat.freenode.net/?channels=openelec #openelec]&#039;&#039;&#039; OpenELEC [[w:IRC|IRC]] support on Freenode (Webchat)&lt;br /&gt;
* &#039;&#039;&#039;[http://webchat.freenode.net/?channels=xbian #xbian]&#039;&#039;&#039; XBian [[w:IRC|IRC]] support on Freenode (Webchat)&lt;br /&gt;
* &#039;&#039;&#039;[http://webchat.freenode.net/?channels=raspbmc #raspbmc]&#039;&#039;&#039; Raspbmc [[w:IRC|IRC]] support on Freenode (Webchat)&lt;br /&gt;
* Also see the individual XBMC/OS distribution documentation and support forums noted &#039;&#039;&#039;[[Raspberry Pi/FAQ#Install|above]]&#039;&#039;&#039;.&lt;br /&gt;
* For general Raspberry Pi info and help be sure to see http://raspberrypi.org and the very excellent &#039;&#039;&#039;[http://elinux.org/R-Pi_Hub Raspberry Pi Wiki]&#039;&#039;&#039;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Logs|2=Userdata|3=logs&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Userdata folder and logs&lt;br /&gt;
| Answer=&lt;br /&gt;
:&#039;&#039;See &#039;&#039;&#039;[[How-to:Submit a proper bug report]]&#039;&#039;&#039; for bug reporting details and  &#039;&#039;&#039;[[Debug log]]&#039;&#039;&#039; for how to post the debug log.&#039;&#039;&lt;br /&gt;
* [[Userdata folder]]:&lt;br /&gt;
** OpenELEC: {{highlight|/storage/.xbmc/userdata/}}&lt;br /&gt;
** Raspbmc: {{highlight|/home/pi/.xbmc/userdata/}}&lt;br /&gt;
** XBian: {{highlight|/home/xbian/.xbmc/userdata/}}&lt;br /&gt;
* [[Debug log]]: &lt;br /&gt;
** OpenELEC: {{highlight|/storage/.xbmc/temp/xbmc.log}}&lt;br /&gt;
** Raspbmc: {{highlight|/home/pi/.xbmc/temp/xbmc.log}}&lt;br /&gt;
** XBian: {{highlight|/home/xbian/.xbmc/temp/xbmc.log}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Language&lt;br /&gt;
| BGcolor=&lt;br /&gt;
| Question= Wrong language displayed in XBMC&lt;br /&gt;
| Answer=&lt;br /&gt;
* If you&#039;re getting a different language displayed in XBMC than the one you&#039;ve set in {{highlight|bordered=yes|[[Settings/Appearance#International|Settings -&amp;gt; Appearance -&amp;gt; International]]}}, it could be caused by your TV&#039;s language settings over [[CEC]]. &lt;br /&gt;
* Go into {{highlight|bordered=yes|[[Settings/System#Input devices|Settings -&amp;gt; System -&amp;gt; Input devices -&amp;gt; Peripherals -&amp;gt; RasPi CEC module -&amp;gt; Use TV&#039;s language]]}} and set to off.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Issues&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Raspberry Pi known issues&lt;br /&gt;
| Answer=&lt;br /&gt;
{{#lst:Frodo issues|Raspberry Pi}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Buffering|2=Performance&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Performance: video buffering, stuttering, choppiness &lt;br /&gt;
| Answer=&lt;br /&gt;
* Switch to a different network protocol (especially if you are using SMB), i.e. [[NFS]], [[FTP]], [[WebDAV]], etc.&lt;br /&gt;
* Try sharing the media on another device to rule out a device-specific (or network) issue. Note: The Raspberry Pi can sometimes have a problem supplying enough power to a USB WiFi dongle. Try a wired ethernet cable to rule out this problem.&lt;br /&gt;
* If RSS feed is enabled, disable it in settings. This makes the main menu a bit faster.&lt;br /&gt;
* Disable &amp;quot;Extract thumbnail and video information&amp;quot; from [[Settings/Video|file lists]] for faster menus&lt;br /&gt;
* For smoother video playback enable &amp;quot;Adjust display refresh rate to match video&amp;quot; from [[Settings/Video|playback]]&lt;br /&gt;
* Make sure the video is using H.264 (up to High Profile. Hi10P will not work) or MPEG-4, or, if a codec was purchased and enabled, MPEG-2 or VC-1.&lt;br /&gt;
* Passthrough is recommended as it lowers CPU usage for DTS and AC3. Use [[Settings/System#Audio output|audio passthrough]] if your TV/receiver supports it.&lt;br /&gt;
* To determine which audio passthrough formats your HDMI-connected TV supports, you can log in to your chosen distribution, via SSH, and run this command: &amp;lt;code&amp;gt;/opt/vc/bin/tvservice -a&amp;lt;/code&amp;gt; (on OpenELEC: &amp;lt;code&amp;gt;tvservice -a&amp;lt;/code&amp;gt;).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:XBMC Manual]]&lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
[[Category:Troubleshooting]]&lt;br /&gt;
{{frodo updated}}&lt;/div&gt;</summary>
		<author><name>Popcornmix</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Archive:Common_issues&amp;diff=64798</id>
		<title>Archive:Common issues</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Archive:Common_issues&amp;diff=64798"/>
		<updated>2013-10-14T21:36:35Z</updated>

		<summary type="html">&lt;p&gt;Popcornmix: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{frodo updated}}{{See also|Frodo FAQ}}&lt;br /&gt;
XBMC releases are brought to a stable point where most users should not have issues. However, due to XBMC&#039;s large, complex, and multi-platform nature, it is nearly impossible to release a totally bug-free version. As such, these are known issues that are present in XBMC v12.0 &amp;quot;Frodo&amp;quot;. This is not an exhaustive list of bugs/issues, but a simple summary of confirmed issues that average users might be commonly facing. The purpose of this page is to let users know that Team XBMC is aware of these issues and (in most cases) is working on fixing them.&lt;br /&gt;
&lt;br /&gt;
For a more complete list of possible bugs/issues see the &#039;&#039;&#039;[[bug tracker|XBMC Trac bug tracker]]&#039;&#039;&#039;. For reporting bugs see &#039;&#039;&#039;[[HOW-TO:Submit a bug report]]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== General ==&lt;br /&gt;
* The current [[AFP]] client in XBMC is still the not-so-stable one from Eden. &lt;br /&gt;
* A minor cosmetic flaw, when a single TV show is created from more than one source path (like some seasons on hard drive A, other seasons on hard drive B) certain counts in the GUI (i.e., number of episodes) can be off. [http://trac.xbmc.org/ticket/13513]&lt;br /&gt;
* Dolby Digital Plus support seems to have issues. Dolby Digital and Dolby True HD are unaffected. [http://forum.xbmc.org/showthread.php?tid=139840]&lt;br /&gt;
* Videos encoded with VC-1 and that are interlaced will not currently playback correctly in XBMC when software decoding is used.&lt;br /&gt;
* Video played in the pictures slide show won&#039;t work [https://github.com/xbmc/xbmc/pull/2164]&lt;br /&gt;
* FilterSMS [[keymap]]pings are not working in views that use the [[advanced library filter]]. The next version of XBMC, v13 &amp;quot;Gotham&amp;quot;, will allow skin authors to choose between old style filtering or advanced library filtering. [https://github.com/xbmc/xbmc/pull/2503]&lt;br /&gt;
* Default touch screen skins (iOS and Android) do not have Live TV/PVR support yet.&lt;br /&gt;
* While TV shows and music videos have [[video library tags]] just like movies, [[smart playlists]] will not use tags as a rule. Movie smart playlists are unaffected by this. [https://github.com/xbmc/xbmc/pull/2185]&lt;br /&gt;
* &#039;&#039;&#039;12.1 only&#039;&#039;&#039; - There seems to be some regression with some UPnP/DLNA devices, such as the HDHomeRun Prime (when accessed via UPnP/DLNA) and Rygel, where XBMC cannot access these sources. [http://trac.xbmc.org/ticket/14204]. This will be fixed in XBMC v12.3.&lt;br /&gt;
* &#039;&#039;&#039;FIXED IN 12.2&#039;&#039;&#039; &amp;lt;s&amp;gt;12.1 only - Some http live streams stopped working. [http://trac.xbmc.org/ticket/14224]&amp;lt;/s&amp;gt;&lt;br /&gt;
* XBMC might eat your babies and hold kittens as hostages.&lt;br /&gt;
&lt;br /&gt;
;Non-XBMC issues&lt;br /&gt;
* AirPlay Mirroring is not supported&lt;br /&gt;
&lt;br /&gt;
== Android ==&lt;br /&gt;
* Initial Android support is targeted at inexpensive Android powered set-top boxes. As such, support for mobile devices is still being developed, but will improve with time.&lt;br /&gt;
* No hardware video decoding for most devices, which means no HD playback support unless there is a fast CPU. This is something that is under active development and will eventually be improved for a number of devices. See [[Android FAQ]] for more info.&lt;br /&gt;
* No zeroconf/bonjour/service discovery support&lt;br /&gt;
* AirPlay doesn&#039;t work due to the lack of zeroconf/bonjour support&lt;br /&gt;
* &#039;&#039;&#039;FIXED IN 12.1&#039;&#039;&#039; &amp;lt;s&amp;gt;SFTP sources aren&#039;t working [http://trac.xbmc.org/ticket/14029]&amp;lt;/s&amp;gt;&lt;br /&gt;
* Volume needs to be set high on the Android device before entering XBMC, as XBMC will not exceed this set volume level&lt;br /&gt;
* Various specific phone/tablet features have not been looked at in depth, such as video out cables, hardware button support, etc. Reports are mixed about if such features are working or not. Expect this to improve with time, but may be an issue for the v12.0 release.&lt;br /&gt;
&lt;br /&gt;
== Linux general ==&lt;br /&gt;
&lt;br /&gt;
;Non-XBMC issues&lt;br /&gt;
* AMD GPUs do not support HD-audio passthrough under Linux&lt;br /&gt;
* XBMCBuntu lightdm causes no audio devices detected in XBMC [http://forum.xbmc.org/showthread.php?tid=145451&amp;amp;pid=1257314#pid1257314 &#039;&#039;&#039;thread about issue&#039;&#039;&#039;] &amp;amp; [[XBMCbuntu#XBMCbuntu no audio devices|&#039;&#039;&#039;workaround here&#039;&#039;&#039;]] added to upgrade FAQ.&lt;br /&gt;
* Some Intel GPU&#039;s have a problem with &#039;&#039;&#039;rc6&#039;&#039;&#039; and locks up the whole boot process. [http://forum.xbmc.org/showthread.php?tid=148356&amp;amp;pid=1284584#pid1284584 Workaround here] Thanks to wsnipex for posting solution.&lt;br /&gt;
&lt;br /&gt;
=== XBMCbuntu specific ===&lt;br /&gt;
* All AMD/ATI users with a GPU up to ATI HD5xxx will have a failed install because 12.10 does not carry compatible fglrx [http://forum.xbmc.org/showthread.php?tid=154418&amp;amp;pid=1321833#pid1321833 a workaround is on this thread].&lt;br /&gt;
&lt;br /&gt;
== Mac OS X/iOS ==&lt;br /&gt;
&amp;lt;section begin=&amp;quot;Mac audio&amp;quot; /&amp;gt;* Gapless playback for music isn&#039;t working.&lt;br /&gt;
* AAC to AC3 transcoding is broken for the time being, which means no multichannel support for AAC.&lt;br /&gt;
* All sorts of hickups during music track transitions (gets worse with activated crossfade).&lt;br /&gt;
* Music output lacks &amp;quot;audiophile&amp;quot; support (output is resampled to the setting from audio midi setup for all tracks)&amp;lt;section end=&amp;quot;Mac audio&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Non-XBMC issues&lt;br /&gt;
* Apple does not provide support for HD-audio passthrough in their audio API, CoreAudio.&lt;br /&gt;
=== Mac specific ===&lt;br /&gt;
* No retina support yet, as no Team XBMC developers have access to Retina MacBook Pros.&lt;br /&gt;
* Some tools/applications which adjust screen brightness may lead to low framerates (5fps framerate limiting) in XBMC. The most common ones should be exempt from this and not cause any issue, but there may be others. Please report any tools/applications that still have this issue to the XBMC support forums so that we can add them to the exempt list. (basically all tools which use a transparent fullscreen overlay)&lt;br /&gt;
* Certain Macs using Intel GPUs seem to show a green line when using hardware decoding (VDA). A fix was found, but that fix caused some other issues, so the lesser evil was chosen (green line). Developers are still working on this issue. In most cases the Mac in question can run just fine without the hardware (VDA) decoder, as they have more than enough CPU power. It won&#039;t hurt anything. At most it might just kick up your CPU fans more, depending on how demanding the video is. You can turn off hardware video decoding by going into {{highlight|[[Settings/Videos#Playback|Settings -&amp;gt; Videos -&amp;gt; Playback]]}} and deselecting the VDA option.&lt;br /&gt;
* Some Macs running OS X 10.8 seem to have stuttering issues either at 46 minutes into a movie or 1 hour and 2 minutes into a movie. The current work around that seems to be working for some users is to get audio output to use 2.0, even if you have a multi-channel system. You will still get multi-channel output if you use any of the bypass options (the ones that say &amp;quot;... X capable receiver&amp;quot;) with a compatible audio receiver. A fix for this is in the works. See &#039;&#039;&#039;[http://forum.xbmc.org/showthread.php?tid=148243 this thread]&#039;&#039;&#039; for more information.&lt;br /&gt;
* &#039;&#039;&#039;FIXED IN 12.1&#039;&#039;&#039; &amp;lt;s&amp;gt;Some Macs running OS X 10.8 have issues with HDMI sound when waking up the Mac/XBMC from sleep, where the sound will switch to another output. This has already been fixed in [[nightly builds]] and will be apart of the XBMC v12.1 bug fix release.&amp;lt;/s&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;FIXED IN 12.1&#039;&#039;&#039; &amp;lt;s&amp;gt;The ability to select &amp;quot;OS default&amp;quot; for sound output in XBMC is missing.&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== iOS specific ===&lt;br /&gt;
* Retina support for iPad is currently GUI only. Video resolution currently maxes out at 1024 x 768. Retina is fully supported for iPhones and iPod touches.&lt;br /&gt;
* Uppercased special characters with accents are shown as lowercase (when uppercase tag is used in the skin) (See [[Talk:Known Frodo issues#Uppercase font roboto bold caps|here]] for a possible temp workaround).&lt;br /&gt;
* &#039;&#039;&#039;12.1 only&#039;&#039;&#039; - There seems to be a memory leak with some add-ons in the 12.1 release that will cause out-of-memory crashes on some iOS devices such as the ATV2. If you are having these issues, you may wish to downgrade to 12.0.&lt;br /&gt;
&lt;br /&gt;
;Non-XBMC issues&lt;br /&gt;
* Apple TV 2 will crash on startup when older versions of Plex are also installed. Either uninstall Plex or update it.&lt;br /&gt;
* iDevices will crash on startup if Display Out is installed.&lt;br /&gt;
&lt;br /&gt;
== Raspberry Pi ==&lt;br /&gt;
&amp;lt;section begin=&amp;quot;Raspberry Pi&amp;quot; /&amp;gt;* DVD ISO playback is not expected to work well (experimental support with the hardware decoder).&lt;br /&gt;
* Fast forward/rewind do not, but &amp;quot;stepping&amp;quot; back/forward does work. In other words, the FF/RW buttons don&#039;t work on the On Screen Display, but you can go back and forward using left/right arrows (or whatever you [[keymap|map to stepping back/forward]]). This is now working in nightly builds for the future XBMC v13, and latest Raspbmbc and OpenELEC Frodo builds.&lt;br /&gt;
* Navigation sounds (clicks and such when you move around in the GUI) are not supported. Sound from music and videos are unaffected by this.&lt;br /&gt;
* Playback of music from a USB CD drive might not work.&amp;lt;section end=&amp;quot;Raspberry Pi&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
* AirPlay videos rotation is off if using hardware decoding [http://forum.xbmc.org/showthread.php?tid=149006]&lt;br /&gt;
* Windows screensaver and power saving mode kicks in when XBMC is not focused (independent of whether XBMC is playing a video or not)&lt;br /&gt;
* Touch screen support for Windows 7/8 mostly doesn&#039;t work for Frodo. Fixes for this have already been done for XBMC v13 &amp;quot;Gotham&amp;quot;.&lt;br /&gt;
* The ability to select &amp;quot;OS default&amp;quot; for sound output in XBMC is missing.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
[[Category:Frodo|*]]&lt;/div&gt;</summary>
		<author><name>Popcornmix</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Archive:Common_issues&amp;diff=64797</id>
		<title>Archive:Common issues</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Archive:Common_issues&amp;diff=64797"/>
		<updated>2013-10-14T21:36:18Z</updated>

		<summary type="html">&lt;p&gt;Popcornmix: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{frodo updated}}{{See also|Frodo FAQ}}&lt;br /&gt;
XBMC releases are brought to a stable point where most users should not have issues. However, due to XBMC&#039;s large, complex, and multi-platform nature, it is nearly impossible to release a totally bug-free version. As such, these are known issues that are present in XBMC v12.0 &amp;quot;Frodo&amp;quot;. This is not an exhaustive list of bugs/issues, but a simple summary of confirmed issues that average users might be commonly facing. The purpose of this page is to let users know that Team XBMC is aware of these issues and (in most cases) is working on fixing them.&lt;br /&gt;
&lt;br /&gt;
For a more complete list of possible bugs/issues see the &#039;&#039;&#039;[[bug tracker|XBMC Trac bug tracker]]&#039;&#039;&#039;. For reporting bugs see &#039;&#039;&#039;[[HOW-TO:Submit a bug report]]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== General ==&lt;br /&gt;
* The current [[AFP]] client in XBMC is still the not-so-stable one from Eden. &lt;br /&gt;
* A minor cosmetic flaw, when a single TV show is created from more than one source path (like some seasons on hard drive A, other seasons on hard drive B) certain counts in the GUI (i.e., number of episodes) can be off. [http://trac.xbmc.org/ticket/13513]&lt;br /&gt;
* Dolby Digital Plus support seems to have issues. Dolby Digital and Dolby True HD are unaffected. [http://forum.xbmc.org/showthread.php?tid=139840]&lt;br /&gt;
* Videos encoded with VC-1 and that are interlaced will not currently playback correctly in XBMC when software decoding is used.&lt;br /&gt;
* Video played in the pictures slide show won&#039;t work [https://github.com/xbmc/xbmc/pull/2164]&lt;br /&gt;
* FilterSMS [[keymap]]pings are not working in views that use the [[advanced library filter]]. The next version of XBMC, v13 &amp;quot;Gotham&amp;quot;, will allow skin authors to choose between old style filtering or advanced library filtering. [https://github.com/xbmc/xbmc/pull/2503]&lt;br /&gt;
* Default touch screen skins (iOS and Android) do not have Live TV/PVR support yet.&lt;br /&gt;
* While TV shows and music videos have [[video library tags]] just like movies, [[smart playlists]] will not use tags as a rule. Movie smart playlists are unaffected by this. [https://github.com/xbmc/xbmc/pull/2185]&lt;br /&gt;
* &#039;&#039;&#039;12.1 only&#039;&#039;&#039; - There seems to be some regression with some UPnP/DLNA devices, such as the HDHomeRun Prime (when accessed via UPnP/DLNA) and Rygel, where XBMC cannot access these sources. [http://trac.xbmc.org/ticket/14204]. This will be fixed in XBMC v12.3.&lt;br /&gt;
* &#039;&#039;&#039;FIXED IN 12.2&#039;&#039;&#039; &amp;lt;s&amp;gt;12.1 only - Some http live streams stopped working. [http://trac.xbmc.org/ticket/14224]&amp;lt;/s&amp;gt;&lt;br /&gt;
* XBMC might eat your babies and hold kittens as hostages.&lt;br /&gt;
&lt;br /&gt;
;Non-XBMC issues&lt;br /&gt;
* AirPlay Mirroring is not supported&lt;br /&gt;
&lt;br /&gt;
== Android ==&lt;br /&gt;
* Initial Android support is targeted at inexpensive Android powered set-top boxes. As such, support for mobile devices is still being developed, but will improve with time.&lt;br /&gt;
* No hardware video decoding for most devices, which means no HD playback support unless there is a fast CPU. This is something that is under active development and will eventually be improved for a number of devices. See [[Android FAQ]] for more info.&lt;br /&gt;
* No zeroconf/bonjour/service discovery support&lt;br /&gt;
* AirPlay doesn&#039;t work due to the lack of zeroconf/bonjour support&lt;br /&gt;
* &#039;&#039;&#039;FIXED IN 12.1&#039;&#039;&#039; &amp;lt;s&amp;gt;SFTP sources aren&#039;t working [http://trac.xbmc.org/ticket/14029]&amp;lt;/s&amp;gt;&lt;br /&gt;
* Volume needs to be set high on the Android device before entering XBMC, as XBMC will not exceed this set volume level&lt;br /&gt;
* Various specific phone/tablet features have not been looked at in depth, such as video out cables, hardware button support, etc. Reports are mixed about if such features are working or not. Expect this to improve with time, but may be an issue for the v12.0 release.&lt;br /&gt;
&lt;br /&gt;
== Linux general ==&lt;br /&gt;
&lt;br /&gt;
;Non-XBMC issues&lt;br /&gt;
* AMD GPUs do not support HD-audio passthrough under Linux&lt;br /&gt;
* XBMCBuntu lightdm causes no audio devices detected in XBMC [http://forum.xbmc.org/showthread.php?tid=145451&amp;amp;pid=1257314#pid1257314 &#039;&#039;&#039;thread about issue&#039;&#039;&#039;] &amp;amp; [[XBMCbuntu#XBMCbuntu no audio devices|&#039;&#039;&#039;workaround here&#039;&#039;&#039;]] added to upgrade FAQ.&lt;br /&gt;
* Some Intel GPU&#039;s have a problem with &#039;&#039;&#039;rc6&#039;&#039;&#039; and locks up the whole boot process. [http://forum.xbmc.org/showthread.php?tid=148356&amp;amp;pid=1284584#pid1284584 Workaround here] Thanks to wsnipex for posting solution.&lt;br /&gt;
&lt;br /&gt;
=== XBMCbuntu specific ===&lt;br /&gt;
* All AMD/ATI users with a GPU up to ATI HD5xxx will have a failed install because 12.10 does not carry compatible fglrx [http://forum.xbmc.org/showthread.php?tid=154418&amp;amp;pid=1321833#pid1321833 a workaround is on this thread].&lt;br /&gt;
&lt;br /&gt;
== Mac OS X/iOS ==&lt;br /&gt;
&amp;lt;section begin=&amp;quot;Mac audio&amp;quot; /&amp;gt;* Gapless playback for music isn&#039;t working.&lt;br /&gt;
* AAC to AC3 transcoding is broken for the time being, which means no multichannel support for AAC.&lt;br /&gt;
* All sorts of hickups during music track transitions (gets worse with activated crossfade).&lt;br /&gt;
* Music output lacks &amp;quot;audiophile&amp;quot; support (output is resampled to the setting from audio midi setup for all tracks)&amp;lt;section end=&amp;quot;Mac audio&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Non-XBMC issues&lt;br /&gt;
* Apple does not provide support for HD-audio passthrough in their audio API, CoreAudio.&lt;br /&gt;
=== Mac specific ===&lt;br /&gt;
* No retina support yet, as no Team XBMC developers have access to Retina MacBook Pros.&lt;br /&gt;
* Some tools/applications which adjust screen brightness may lead to low framerates (5fps framerate limiting) in XBMC. The most common ones should be exempt from this and not cause any issue, but there may be others. Please report any tools/applications that still have this issue to the XBMC support forums so that we can add them to the exempt list. (basically all tools which use a transparent fullscreen overlay)&lt;br /&gt;
* Certain Macs using Intel GPUs seem to show a green line when using hardware decoding (VDA). A fix was found, but that fix caused some other issues, so the lesser evil was chosen (green line). Developers are still working on this issue. In most cases the Mac in question can run just fine without the hardware (VDA) decoder, as they have more than enough CPU power. It won&#039;t hurt anything. At most it might just kick up your CPU fans more, depending on how demanding the video is. You can turn off hardware video decoding by going into {{highlight|[[Settings/Videos#Playback|Settings -&amp;gt; Videos -&amp;gt; Playback]]}} and deselecting the VDA option.&lt;br /&gt;
* Some Macs running OS X 10.8 seem to have stuttering issues either at 46 minutes into a movie or 1 hour and 2 minutes into a movie. The current work around that seems to be working for some users is to get audio output to use 2.0, even if you have a multi-channel system. You will still get multi-channel output if you use any of the bypass options (the ones that say &amp;quot;... X capable receiver&amp;quot;) with a compatible audio receiver. A fix for this is in the works. See &#039;&#039;&#039;[http://forum.xbmc.org/showthread.php?tid=148243 this thread]&#039;&#039;&#039; for more information.&lt;br /&gt;
* &#039;&#039;&#039;FIXED IN 12.1&#039;&#039;&#039; &amp;lt;s&amp;gt;Some Macs running OS X 10.8 have issues with HDMI sound when waking up the Mac/XBMC from sleep, where the sound will switch to another output. This has already been fixed in [[nightly builds]] and will be apart of the XBMC v12.1 bug fix release.&amp;lt;/s&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;FIXED IN 12.1&#039;&#039;&#039; &amp;lt;s&amp;gt;The ability to select &amp;quot;OS default&amp;quot; for sound output in XBMC is missing.&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== iOS specific ===&lt;br /&gt;
* Retina support for iPad is currently GUI only. Video resolution currently maxes out at 1024 x 768. Retina is fully supported for iPhones and iPod touches.&lt;br /&gt;
* Uppercased special characters with accents are shown as lowercase (when uppercase tag is used in the skin) (See [[Talk:Known Frodo issues#Uppercase font roboto bold caps|here]] for a possible temp workaround).&lt;br /&gt;
* &#039;&#039;&#039;12.1 only&#039;&#039;&#039; - There seems to be a memory leak with some add-ons in the 12.1 release that will cause out-of-memory crashes on some iOS devices such as the ATV2. If you are having these issues, you may wish to downgrade to 12.0.&lt;br /&gt;
&lt;br /&gt;
;Non-XBMC issues&lt;br /&gt;
* Apple TV 2 will crash on startup when older versions of Plex are also installed. Either uninstall Plex or update it.&lt;br /&gt;
* iDevices will crash on startup if Display Out is installed.&lt;br /&gt;
&lt;br /&gt;
== Raspberry Pi ==&lt;br /&gt;
&amp;lt;section begin=&amp;quot;Raspberry Pi&amp;quot; /&amp;gt;* DVD ISO playback is not expected to work well (experimental support with the hardware decoder).&lt;br /&gt;
* Fast forward/rewind do not, but &amp;quot;stepping&amp;quot; back/forward does work. In other words, the FF/RW buttons don&#039;t work on the On Screen Display, but you can go back and forward using left/right arrows (or whatever you [[keymap|map to stepping back/forward]]). This is now working in nightly builds for the future XBMC v13, and latest Rasbpmbc and OpenELEC Frodo builds.&lt;br /&gt;
* Navigation sounds (clicks and such when you move around in the GUI) are not supported. Sound from music and videos are unaffected by this.&lt;br /&gt;
* Playback of music from a USB CD drive might not work.&amp;lt;section end=&amp;quot;Raspberry Pi&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
* AirPlay videos rotation is off if using hardware decoding [http://forum.xbmc.org/showthread.php?tid=149006]&lt;br /&gt;
* Windows screensaver and power saving mode kicks in when XBMC is not focused (independent of whether XBMC is playing a video or not)&lt;br /&gt;
* Touch screen support for Windows 7/8 mostly doesn&#039;t work for Frodo. Fixes for this have already been done for XBMC v13 &amp;quot;Gotham&amp;quot;.&lt;br /&gt;
* The ability to select &amp;quot;OS default&amp;quot; for sound output in XBMC is missing.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
[[Category:Frodo|*]]&lt;/div&gt;</summary>
		<author><name>Popcornmix</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Archive:Raspberry_Pi_FAQ&amp;diff=64796</id>
		<title>Archive:Raspberry Pi FAQ</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Archive:Raspberry_Pi_FAQ&amp;diff=64796"/>
		<updated>2013-10-14T21:32:04Z</updated>

		<summary type="html">&lt;p&gt;Popcornmix: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{mininav|[[General topics]]{{l2|[[Devices]]}}|[[FAQs]]{{l2|[[Raspberry Pi]]}}|page=Raspberry Pi FAQ }}&lt;br /&gt;
{{FAQ header|XBMC running on the &#039;&#039;&#039;[[Raspberry Pi]]&#039;&#039;&#039;.}}&lt;br /&gt;
{{XBMC FAQ}}&lt;br /&gt;
__TOC__&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
== General FAQ ==&lt;br /&gt;
:&amp;lt;big&amp;gt;&#039;&#039;See also: &#039;&#039;&#039;[[XBMC all platforms FAQ]]&#039;&#039;&#039; for FAQs that apply to all versions of XBMC.&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
&amp;lt;!--{{FAQ|1=doesitblend&lt;br /&gt;
| BGcolor=&lt;br /&gt;
| Question= How well does it work?&lt;br /&gt;
| Answer=&lt;br /&gt;
* {{editor note|short write up on general feel/limitations? Maybe also link to more &amp;quot;in-depth&amp;quot;/longer write-ups/reviews?}}&lt;br /&gt;
}}--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Install&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Installing XBMC on the Raspberry Pi&lt;br /&gt;
| Answer=&lt;br /&gt;
{{#lst:Raspberry Pi|install}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Version&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Is XBMC for Raspberry Pi different from normal XBMC?&lt;br /&gt;
| Answer=&lt;br /&gt;
* The current stable version of XBMC for Raspberry Pi is v12.2 [[Frodo FAQ|Frodo]]. This is the same code that all of the other platforms (Linux, iOS, Mac OS X, Windows, etc) are using.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Current_build&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= How do I find out what version of XBMC am I running?&lt;br /&gt;
| Answer=&lt;br /&gt;
* XBMC main menu &amp;gt; System &amp;gt; Lower submenu &amp;gt; System info. &#039;&#039;&#039;Note the alpha version and/or build date.&#039;&#039;&#039;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Formats&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Video and audio formats the Raspberry Pi can playback&lt;br /&gt;
| Answer=&lt;br /&gt;
* H.264 (up to High Profile) encoded videos are supported up to 1080P using hardware video decoding. &#039;&#039;Note: [[Hi10P]] will not work.&#039;&#039;&lt;br /&gt;
* MPEG-4 encoded videos are supported up to 1080P using hardware video decoding. This includes XviD and recent versions on DivX (but not the older 3.xx DivX).&lt;br /&gt;
* The Raspberry Pi Foundation offers additional video codec licenses for a few dollars. At the moment you can purchase MPEG-2 and VC1, both with support up to 1080P. Read [[#Enabling_additional_video_codecs|below]] on how to enable these.&lt;br /&gt;
* MJPEG, VP6, VP8 and OGG Theora are supported as GPU accelerated software decoders. These are limited to SD resolutions.&lt;br /&gt;
* The ARM is not powerful enough for useful software decode of video.&lt;br /&gt;
* DVD ISOs and DVD menu navigation is early in development and might not always work. &lt;br /&gt;
* Software DTS audio decode was initially problematic, but works quite well in recent builds. TrueHD audio is too CPU intensive and will not play.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Output&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Video and audio output on the Raspberry Pi&lt;br /&gt;
| Answer=&lt;br /&gt;
* Video output via HDMI up to 1080P (the GUI will be rendered at 720P, but video will play up to 1080P).&lt;br /&gt;
* Video output via the analog component video (RCA) jack will be in SD.&lt;br /&gt;
* Analog audio output via the mini phone jack is supported.&lt;br /&gt;
* USB audio is currently not supported.&lt;br /&gt;
* DTS and AC3 audio passthrough audio is supported (and recommended, as it will reduce CPU load on the R-Pi)&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Extra_codecs&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Enabling additional video codecs&lt;br /&gt;
| Answer=&lt;br /&gt;
You can buy additional video codecs (VC-1 - used in some bluray discs, and MPEG-2) from the [http://www.raspberrypi.com/license-keys/ Raspberry Pi Foundation online shop]. After purchase the keys are emailed to you, looking like this (invalid keys used for example):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;decode_MPG2=0x1cc591c7&lt;br /&gt;
decode_WVC1=0x8aa09876&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In order to enable additional video codecs you should modify &#039;&#039;/boot/config.txt&#039;&#039; and add these lines literally. The method may vary per distribution:&lt;br /&gt;
&lt;br /&gt;
* Manual: Open &#039;&#039;/boot/config.txt&#039;&#039; with a text editor like nano or vi, and add the keys.&lt;br /&gt;
* [[XBian]]: You can add/remote your keys using [http://xbian.org/getting-started/configuring-xbian/ XBian-config]. After reboot your keys will be entered and ready to use.&lt;br /&gt;
* [[Raspbmc]]: Navigate to {{highlight|Programs -&amp;gt; Raspbmc Settings -&amp;gt; System Configuration -&amp;gt; MPEG2 codec license/VC1 codec key}}.  Enter your keys with the onscreen keyboard then XBMC will prompt you to reboot.  After reboot your keys will be entered and ready to use.&lt;br /&gt;
* [[OpenELEC]]: Type &amp;lt;code&amp;gt;mount /flash -o remount,rw&amp;lt;/code&amp;gt; to remount the boot partition in read/write mode. The file to edit is located in &#039;&#039;/flash/config.txt&#039;&#039;, and contains stubs for the license keys. Add the keys using nano or vi.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Media&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Accessing media&lt;br /&gt;
| Answer=&lt;br /&gt;
{{See also|Adding videos to the library|File sharing}}&lt;br /&gt;
* You can connect to media that&#039;s being shared from a computer, HTPC, or NAS device on your local network.&lt;br /&gt;
* You can access media on the main SD card or from the USB ports (hard drives, USB stick drives, hubs, all supported).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Add-ons|2=Skins&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Add-ons and skins&lt;br /&gt;
| Answer=&lt;br /&gt;
* XBMC for Raspberry Pi is a full version of XBMC and will be able to use all non-platform specific [[add-ons]] and [[skins]]. More feature rich (CPU demanding) skins like AEON Nox might not run smoothly, so keep to &amp;quot;lighter&amp;quot; skins.&lt;br /&gt;
* Recommended lite skins include: Confluence (default skin), Amber, Metropolis, Quartz, Quartz Reloaded, Slik, xTV-SAF.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Shutdown&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= How to properly shutdown/disconnect&lt;br /&gt;
| Answer=&lt;br /&gt;
* It is not possible to use traditional &amp;quot;shutdown&amp;quot; on the Raspberry Pi. The only way to power it off is to disconnect the power. &lt;br /&gt;
* ALWAYS select the shutdown command in XBMC before powering off the Raspberry Pi. Failure to do so can corrupt the XBMC library databases, other databases, or even other OS files.&lt;br /&gt;
* Most users leave the Raspberry Pi on all the time, as it uses very little power (the cost of electricity for a year is about the price of a hamburger).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Remotes&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Remotes for Raspberry Pi&lt;br /&gt;
| Answer=&lt;br /&gt;
* Any &#039;&#039;&#039;[[Keyboard]]&#039;&#039;&#039; such as wired, wireless, bluetooth. This includes &amp;quot;keymotes&amp;quot; such as a Rii or [[Boxee remote]].&lt;br /&gt;
* &#039;&#039;&#039;[[Web interface]]s&#039;&#039;&#039;, including add-on interfaces.&lt;br /&gt;
* XBMC &#039;&#039;&#039;[[:Category:Smartphone and tablet remotes|smartphone and tablet remote apps]]&#039;&#039;&#039;.&lt;br /&gt;
* Other IR remotes can be used with USB IR receivers such as the &#039;&#039;&#039;[[Flirc]]&#039;&#039;&#039;.&lt;br /&gt;
* &#039;&#039;&#039;[[CEC]]&#039;&#039;&#039; - Includes information about controlling your Raspberry Pi via compatible HDMI CEC products.&lt;br /&gt;
* &#039;&#039;&#039;GPIO IR receiver&#039;&#039;&#039; - A simple bare IR receiver can be connected to the R-Pi&#039;s GPIO pins using [http://forum.stmlabs.com/showthread.php?tid=5549 these instructions].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=MySQL&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= MySQL library sharing&lt;br /&gt;
| Answer=&lt;br /&gt;
* If you are using [[MySQL]] library sharing features, please note that your library will only sync with the Raspberry Pi if all your other XBMC instances are running the same version ([[#Current_build|how to check your version]]).&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
{{see also|Troubleshooting}}&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Forum|2=IRC&lt;br /&gt;
| BGcolor=&lt;br /&gt;
| Question= Getting more help with XBMC for Raspberry Pi&lt;br /&gt;
| Answer=&lt;br /&gt;
* &#039;&#039;&#039;[http://forum.xbmc.org/forumdisplay.php?fid=166 XBMC for Raspberry Pi specific help forum]&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;[irc://irc.freenode.org/xbmc-rpi #xbmc-rpi]&#039;&#039;&#039; [[w:IRC|IRC]] chat channel on irc.freenode.org.&lt;br /&gt;
* &#039;&#039;&#039;[http://webchat.freenode.net/?channels=xbmc-rpi #xbmc-rpi]&#039;&#039;&#039; [[w:IRC|IRC]] channel on Freenode (Webchat)&lt;br /&gt;
* &#039;&#039;&#039;[http://webchat.freenode.net/?channels=openelec #openelec]&#039;&#039;&#039; OpenELEC [[w:IRC|IRC]] support on Freenode (Webchat)&lt;br /&gt;
* &#039;&#039;&#039;[http://webchat.freenode.net/?channels=xbian #xbian]&#039;&#039;&#039; XBian [[w:IRC|IRC]] support on Freenode (Webchat)&lt;br /&gt;
* &#039;&#039;&#039;[http://webchat.freenode.net/?channels=raspbmc #raspbmc]&#039;&#039;&#039; Raspbmc [[w:IRC|IRC]] support on Freenode (Webchat)&lt;br /&gt;
* Also see the individual XBMC/OS distribution documentation and support forums noted &#039;&#039;&#039;[[Raspberry Pi/FAQ#Install|above]]&#039;&#039;&#039;.&lt;br /&gt;
* For general Raspberry Pi info and help be sure to see http://raspberrypi.org and the very excellent &#039;&#039;&#039;[http://elinux.org/R-Pi_Hub Raspberry Pi Wiki]&#039;&#039;&#039;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Logs|2=Userdata|3=logs&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Userdata folder and logs&lt;br /&gt;
| Answer=&lt;br /&gt;
:&#039;&#039;See &#039;&#039;&#039;[[How-to:Submit a proper bug report]]&#039;&#039;&#039; for bug reporting details and  &#039;&#039;&#039;[[Debug log]]&#039;&#039;&#039; for how to post the debug log.&#039;&#039;&lt;br /&gt;
* [[Userdata folder]]:&lt;br /&gt;
** OpenELEC: {{highlight|/storage/.xbmc/userdata/}}&lt;br /&gt;
** Raspbmc: {{highlight|/home/pi/.xbmc/userdata/}}&lt;br /&gt;
** XBian: {{highlight|/home/xbian/.xbmc/userdata/}}&lt;br /&gt;
* [[Debug log]]: &lt;br /&gt;
** OpenELEC: {{highlight|/storage/.xbmc/temp/xbmc.log}}&lt;br /&gt;
** Raspbmc: {{highlight|/home/pi/.xbmc/temp/xbmc.log}}&lt;br /&gt;
** XBian: {{highlight|/home/xbian/.xbmc/temp/xbmc.log}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Language&lt;br /&gt;
| BGcolor=&lt;br /&gt;
| Question= Wrong language displayed in XBMC&lt;br /&gt;
| Answer=&lt;br /&gt;
* If you&#039;re getting a different language displayed in XBMC than the one you&#039;ve set in {{highlight|bordered=yes|[[Settings/Appearance#International|Settings -&amp;gt; Appearance -&amp;gt; International]]}}, it could be caused by your TV&#039;s language settings over [[CEC]]. &lt;br /&gt;
* Go into {{highlight|bordered=yes|[[Settings/System#Input devices|Settings -&amp;gt; System -&amp;gt; Input devices -&amp;gt; Peripherals -&amp;gt; RasPi CEC module -&amp;gt; Use TV&#039;s language]]}} and set to off.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Issues&lt;br /&gt;
| BGcolor= WhiteSmoke&lt;br /&gt;
| Question= Raspberry Pi known issues&lt;br /&gt;
| Answer=&lt;br /&gt;
{{#lst:Frodo issues|Raspberry Pi}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{FAQ|1=Buffering|2=Performance&lt;br /&gt;
| BGcolor= &lt;br /&gt;
| Question= Performance: video buffering, stuttering, choppiness &lt;br /&gt;
| Answer=&lt;br /&gt;
* Switch to a different network protocol (especially if you are using SMB), i.e. [[NFS]], [[FTP]], [[WebDAV]], etc.&lt;br /&gt;
* Try sharing the media on another device to rule out a device-specific (or network) issue. Note: The Raspberry Pi can sometimes have a problem supplying enough power to a USB WiFi dongle. Try a wired ethernet cable to rule out this problem.&lt;br /&gt;
* If RSS feed is enabled, disable it in settings. This makes the main menu a bit faster.&lt;br /&gt;
* Disable &amp;quot;Extract thumbnail and video information&amp;quot; from [[Settings/Video|file lists]] for faster menus&lt;br /&gt;
* For smoother video playback enable &amp;quot;Adjust display refresh rate to match video&amp;quot; from [[Settings/Video|playback]]&lt;br /&gt;
* Make sure the video is using H.264 (up to High Profile. Hi10P will not work) or MPEG-4, or, if a codec was purchased and enabled, MPEG-2 or VC-1.&lt;br /&gt;
* Passthrough is recommended as it lowers CPU usage for DTS and AC3. Use [[Settings/System#Audio output|audio passthrough]] if your TV/receiver supports it.&lt;br /&gt;
* To determine which audio passthrough formats your HDMI-connected TV supports, you can log in to your chosen distribution, via SSH, and run this command: &amp;lt;code&amp;gt;/opt/vc/bin/tvservice -a&amp;lt;/code&amp;gt; (on OpenELEC: &amp;lt;code&amp;gt;tvservice -a&amp;lt;/code&amp;gt;).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:XBMC Manual]]&lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
[[Category:Troubleshooting]]&lt;br /&gt;
{{frodo updated}}&lt;/div&gt;</summary>
		<author><name>Popcornmix</name></author>
	</entry>
</feed>