Archive:Mac FAQ: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>Gamester17
m (Text replacement - "{{Isengard updated}}" to "")
 
(210 intermediate revisions by 20 users not shown)
Line 1: Line 1:
==Frequently Asked Questions==
<section begin="intro" />'''F'''requently '''A'''sked '''Q'''uestions for OS X and Mac hardware from Apple.<section end="intro" />


__TOC__
{{-}}
== General FAQ ==


===What is XBMC for Mac?===
{| width="100%"
XBMC for Mac is a port of [http://xbmc.org XBMC media center] to the Apple's  Mac OS X platform. Like XBMC, XBMC for Mac is open source and licensed under the GPL.
{{FAQ|1=Supported hardware
| BGcolor=
| Question=Supported hardware
| Answer=
{{#lst:Supported hardware|Mac OS X}}
}}


===What are the goals of XBMC for Mac?===
{{FAQ|1=install|2=update
To take the power and functionality of XBMC and get it completely ported to the Mac OS X platform. To offer XBMC in a package that runs on (more) modern hardware that is more "accessible" to the non-expert user. We would like for people to be able to experience XBMC in just minutes - and be as simple as downloading and installing any other application for Mac OS X. Also, as many long time XBMC users know, the legacy XBox platform simply does not have the CPU processing power to play HDTV (720p/1080i/1080p) video content. XBMC for Mac hopes that by targeting an operating-system that's underlying hardware is refreshed on a relativly regular basis will allow the XBMC project to continue to be able to play media as it gets increasingly higher definition and higher bit-rate.
| BGcolor= WhiteSmoke
| Question= How to install and/or update Kodi
| Answer=
{{main|HOW-TO:Install_Kodi_for_Mac_OS_X}}
* Simply download Kodi from http://kodi.tv/downloads/ and copy Kodi.app to your Applications folder to install Kodi
* Do the same to update Kodi. All your settings and files will be preserved as they are located in a different place in the [[Userdata]]. Be sure to make a backup of the [[Userdata]] when doing updates in case something goes wrong.
* If you have OS X 10.8 or higher, you may need to bypass the Gatekeeper settings to install Kodi: See '''[[HOW-TO:Install_Kodi_for_Mac_OS_X#Gatekeeper|Gatekeeper]]'''
}}


===Why Mac OS X, why not just put your energy into the Linux branch?===
{{FAQ|1=Release_version|2=Version
While almost all Team-XBMC members are Linux users and Linux fans, the team members still has friends and family members that are intimidated by just the mentioning of Linux, or are already happy Mac OS X users that are not interested in building a separate box just for media playing purposes. Additionally, Team-XBMC believes that there is an advantage in that there are limited hardware combinations with the Mac platform. With less combinations of hardware to support we can spend our time making sure the limited number of combinations that are available work very well. It is also no secret that the Team-XBMC (and many in the community) currently view the Mac Mini as an especially attractive HTPC option in terms of appearance, size/heat/noise, functionality and price (and let's not forget Bluetooth, WLAN, built-in IR and the Apple remote).
| BGcolor=
| Question= Kodi for OS X version
| Answer=
* The current stable version of Kodi for Mac is {{Current version}}. This is the same code that all of the other platforms (Linux, iOS, Windows) are using.}}


===Doesn't it make more sense to chip in and get the Linux port perfect before embarking on a new platform?===
{{FAQ|1=Current_build|2=Kodi_Version|3=XBMC_Version
Team-XBMC believe that all ports are very important to the future success and viability of XBMC. By adding Mac OS X as a platform we are attracting new talent and resources to the XBMC project that might not have otherwise been interested. Today, we have had good luck with all platforms beings developed quickly in parallel, so improvements made to the Linux, Windows and Xbox code base often improve the Mac OS X platform and vice versa.
| BGcolor= WhiteSmoke
| Question= What version/nightly build/beta of Kodi am I running?
| Answer=
* Kodi main menu > System > Lower submenu > System info. '''Note the build date.'''
}}


===Where can I find more information about XBMC for Mac?===
|}
XBMC for Mac end-users forum: http://forum.xbmc.org/forumdisplay.php?f=56<br>
XBMC for Mac developers forum: http://forum.xbmc.org/forumdisplay.php?f=57<br>
XBMC for Mac developers IRC: xbmc-osx on freenode.net<br>


===What platforms are supported today?===
== Remote controls ==
Currently, we are only supporting Mac OS X 10.5.x (Leopard) on Intel (x86) processors. XBMC for Mac is working quite well on all Intel Macs.
{| width="100%"
{{FAQ|1=remotes
| BGcolor=
| Question=What remotes can be used with Kodi
| Answer=
* '''Apple remote''' (both white and silver version)
** '''How do I bring up the context menu?''' - Press and hold MENU
** '''How do I bring up the OSD during playback?''' - Press and hold SELECT
* '''Logitech Harmony''' remotes can be used. See [[#Harmony]]
* Any '''Keyboard''' such as wired, wireless, bluetooth. This includes "keymotes" such as the Rii or Boxee Box remote.
* '''Web interfaces''', including add-on interfaces.
* Kodi smartphone and tablet remote apps.
* Other IR remotes can be used with IR receivers such as the '''FLIRC'''.
}}


==== Why is a OpenGL 2.0 compatible graphic-controller the recommended minimum for XBMC? ====
{{FAQ|1=Apple_remote_start
OpenGL 2.0 is not really the current minimum requirement to run XBMC, as in reality XBMC will today run with only OpenGL 1.4 + [http://en.wikipedia.org/wiki/GLSL GLSL] support (everything else has fall-backs to be runned in software on the CPU, slower than GPU hardware though), however to be sure to stay future-proof Team-XBMC have decided that the OpenGL 2.0 is the recommended minimum requirement.  
| BGcolor= WhiteSmoke
| Question=Starting Kodi with the Apple Remote
| Answer=
* The Apple Remote can be set to start Kodi instead of Front Row or iTunes.
* Go to {{highlight|Settings -> System -> Input devices}} and select "Allow start of Kodi using the remote".
}}


:'''Currently OpenGL 2.0 hardware is only needed for:'''
{{FAQ|1=Harmony
* Any deinterlacing that is not linear blending (which FFmpeg does in software)
| BGcolor=
* Video [http://en.wikipedia.org/wiki/Video_post-processing video post-processing filtering] (bicubic upscaling, etc.)
| Question=Using a Logitech Harmony remote
* Non-power of two textures for the GUI (using NPOT saves a lot of texture memory)
| Answer=
* Hardware accelerated YUV 2 RGB conversion (actually GLSL is needed for this, and a few GPU hardware implementations as low as OpenGL 1.4 does provide GLSL as an extension. OpenGL 2.0 guarantees availability of GLSL).
* Kodi can use a Logitech Harmony remote using the normal Apple IR receiver that is built into some Macs.
:'''In the future OpenGL 2.0 might also be needed for:'''
* Go to {{highlight|Settings -> System -> Input devices}} and change "Apple remote" to "Universal".
* More [http://en.wikipedia.org/wiki/Video_post-processing video post-processing filters] to improve visual quality perception.
* On the Logitech Harmony remote, select the Plex profile.
* [[Hardware Accelerated Video Decoding]] (using the GPU hardware to assist with video decoding)
}}


===Will Team-XBMC ever support XBMC for Mac on PPC (PowerPC) processors?===
{{FAQ|1=Remote_wake2
Maybe someday if some new developer(s) voulenteer to do the initial port to PPC on the Mac. It should be note though that while many people might think that it is as simple as "checking PPC" in XCode, it is not.
| BGcolor= WhiteSmoke
| Question= Can't wake a sleeping Mac using the Apple Remote on 10.7
| Answer=
* See '''[[#Remote_wake]]'''
}}


===Will Team-XBMC ever support XBMC for Mac on Tiger (Mac OS X 10.4.x)?===
{{FAQ|1=itunes_takeover|2=remote_volume
Maybe someday if some new developer(s) voulenteer to do the initial port XBMC for Mac to Tiger (Mac OS X 10.4.x). Tiger support is not a near term goal, but it is a possibility in the future, however it is obviously quite possible to get XBMC for Mac OS X to work on Tiger, but Team-XBMC has determined that it is also non-trivial.
| BGcolor=
| Question= iTunes and/or system volume is taking over when using the remote
| Answer=
* Possible solutions:
** Install the free IR driver [http://www.iospirit.com/labs/candelair/ Candelair]
**# Make sure your remote is not paired in OS X under System Preferences -> Security & Privacy -> General
**# Make sure your remote is not paired in iTunes under iTunes -> Preferences -> Devices
**# Make sure the remote is still able to control Kodi (with or without the volume issue)
**# Install Candelair
**# If needed, set the remote to either Apple or Logitech Harmony (see the [[#Harmony]] section above)
** Install this free patch: http://www.thebitguru.com/projects/iTunesPatch
** Install Magic Keys : https://www.gearmusicplayer.com/extras.html
** Still have problems? Try this: http://forum.kodi.tv/showthread.php?tid=121137&pid=1002261#pid1002261
}}


|}




== General ==
{| width="100%"
{{FAQ|1=Help|2=Forum|3=IRC
| BGcolor=
| Question=Getting more help with Kodi for Mac OS X
| Answer=
* '''[http://forum.kodi.tv/forumdisplay.php?f=56 Kodi for Mac OS X specific help forum]'''
* '''[irc://irc.freenode.org/Kodi-osx #Kodi]''' or '''[irc://irc.freenode.org/kodi #kodi]''' [[w:IRC|IRC]] chat channel on irc.freenode.org.
}}


{{FAQ|1=Userdata|2=Logs|3=logs|4=debuglog|5=kodi.log
| BGcolor=WhiteSmoke
| Question= Userdata folder and logs
| Answer=
:''See '''[[HOW-TO:Submit_a_bug_report]]''' for bug reporting details and '''[[forum:47124|here]]''' for instructions on reporting an issue to the forums''


* [[Userdata]]: {{highlight|/Users/<your_user_name>/Library/Application Support/Kodi/userdata}}
* [[Log_file|Debug log]]: {{highlight|/Users/<your_user_name>/Library/Logs/kodi.log}}
* Console log: {{highlight|/Library/Logs/Console/501/console.log}}
* CrashReporter: {{highlight|/Users/<your_user_name>/Library/Logs/DiagnosticReports/}}
}}


{{FAQ|1=Appledouble|2=AppleDouble|3=Ghost_files
| BGcolor=
| Question=I am seeing double or ghost files for some videos
| Answer=
* When Mac OS X touches files that are saved on a non-Mac-formatted drive (HFS+) it will save metadata in what are often called AppleDouble files. They often show up looking like <code>._filename.ext</code> or <code>.DS_Store</code>. ''On a native Mac formatted drive (HFS+) the metadata is written in such a way that it does not create these files, which is why you don't see them there.''
* Normally, these files should not be visible to Kodi and they should not be scanned into the libraries. The only exception for this is if "Show hidden files" is turned on under {{highlight|bordered=yes| Settings -> Appearance -> File lists -> "Show hidden files and directories" }}


===Will you support all remote controls in the future?===
Obviously you can already use a wireless keyboard to control XBMC for Mac today. Additionally, you can use a remote control with XBMC for Mac by using third-party software's like [http://www.iospirit.com/index.php?mode=view&obj_type=infogroup&obj_id=24&o_infogroup_objcode=infogroup-23&sid=5680331G82e918e2e6914d0d Remote Buddy] by using it to map your remote's buttons to the keyboard keys. Our current remote control "roadmap" is as follows:
* '''1. Support the Apple remote.''' Get support for the Apple remote so it works right out of the box.  The main advantage of this Apple remote is that it comes free with just about every Mac.  The downside The apple remote's primary weakness is that it only has 6 buttons, although the Mac has the ability to differentiate a pressed button from a held button giving the user effectively 12 buttons.
* '''2. Support Universal IR remotes.''' We are evaluating a few different ideas of how to allow a universal IR remote control more than 6 discrete features by using macros or something similar.  With the ultimate goal of the user to be able to download to load up a Logitech Harmony or URC device profile for XBMC for Mac and the user has all (or more than) the discrete buttons and functionality that the original XBMC for Xbox has.
* '''3. Support Bluetooth remotes.''' This would allow a host of different devices to control XBMC for OS X, the PS3 remote, your iphone, etc.  Also, given that the PS3 uses Bluetooth, it is possible we will see BT functionality in more Universal Remotes going forward.
* '''4. XBox controllers.''' Original Xbox USB-reciever, Wired Xbox 360 and Wireless Xbox 360 controller).


===What are the keys, how do I use this thing?===
You can enable the mouse through the settings, but typically it's better to use the keyboard.  The default keys are as follows :


<code>
* You can prevent Mac OS X from creating these files on a network share by using a program such as [http://www.bresink.com/osx/TinkerTool.html TinkerTool] or by opening Terminal.app and running the following command: <pre>defaults write com.apple.desktopservices DSDontWriteNetworkStores true</pre>
<pre><arrow keys> - navigate
* To remove existing appledouble files you need to make them visible (again, you can use TinkerTool to make them visible, but remember to re-enable invisible files afterwards to protect certain system files) and drag them to the trash can and delete them.
<page up and down> - scroll up and down
}}
<enter> - select
<esc> - previous menu 
<backspace> - go up back (or up) a directory
<space> -  pause
<period> - Skip Next
<comma> - Skip Previous
<tab> - Minimize Video
<backslash> - Full Screen Toggle
<printscreen> = Screen Shot
<minus> - Volume Down
<plus> - Volume Up
<0 - 9> - 0 through 9


p - Play
{{FAQ|1=Remote_issues
f - Fast Forward
| BGcolor= WhiteSmoke
c - Context menu
| Question=Remote issues
r - Rewind
| Answer=
x - Stop
* See '''[[#Remote controls]]'''
m - Player controls
}}
s - Shutdown menu
i - Info
q - Queue
z - Change aspect ratio</pre>
</code>


===Will XBMC for Mac ever run on Apple TV?===
{{FAQ|1=Add-on_zips|2=Old_add-ons
It is probably technically possible to get XBMC for Mac runing on Apple TV hardware someday, but it currently not a priority.
| BGcolor=
| Question=Add-ons downloaded from the internet are not in zip format or will not install
| Answer=
* There are two main possibilities for an add-on to not install when you use "Install from zip". One is that it isn't in a proper zip format, the other is that the add-on is for an older version of Kodi that isn't compatible with the version you are using.
* Very commonly the Safari web browser is being used to download these add-ons, and by default will unzip the files leaving you with a folder that won't work with the "Install from zip" option. You can turn this feature off by going into Safari's preferences, under "General" and unchecking "Open 'safe' files after downloading". If you wish to keep this feature on, you should be able to find the original zip file in the Trash can. Just drag the file out and use it instead of the folder for "Install from zip".
* Sometimes you need to build zip plugin from directory. Almost all ZIP programs on OSX create zip file, which is not compatible with KODI. If you want to create compatible plugin, you can use "zip" program from terminal, usage
<pre>zip -r plugin.name.zip plugin.directory/</pre> or you can download [http://www.yellowmug.com/yemuzip/ YemuZip] and be sure you choose "Type: PC" while creating ZIP file.
}}


===Will there be iTunes/iTunes Store/iPod integration?===
{{FAQ|1=UPnP
This is a high priority for us, and while we have ideas we do not have a concrete approach yet.  We'd love for users to be able to buy a movie or a song off of iTunes and be able to play it through the same interface they use with the rest of their content. Again, any implementation we would consider would have to be "Apple Friendly".
| BGcolor= WhiteSmoke
| Question= Can't see UPnP sources/servers
| Answer=
* See If you are unable to see UPnP sources or servers inside of Kodi it could be due to a conflicting UPnP service running on your Mac or network. One known conflicting server is EyeTV, which runs a UPnP server in the background, even if EyeTV itself is not running. Uninstalling EyeTV or forcing all EyeTV processes to quit in Activity Monitor should fix the issue.
}}


===Why does the audio sound like static?===
{{FAQ|1= Audio
You're trying to play digital encoded audio to a system incapable of decoding it. In the Audio Hardware Settings change the mode to Analog.
| BGcolor=  
| Question= Audio issues and/or slow video playback
| Answer=  
* If you hear sound only coming from the left side of speakers/headphones then you probably need to change your audio settings from 2.1 to 2.0.
* Make sure that your audio settings are correct. Wrong audio settings will have severely negative effects on video playback.
:* Check to see if your speaker setup is really correct
:* If passthrough: make sure you '''only''' enable the audio codecs your receiver supports.
:* Select the correct audio output device for analog and passthrough.
* Not actually an issue with Kodi: Apple does not provide support for HD-audio passthrough in their audio API, CoreAudio.
}}


===Where can I get help===
{{FAQ|1= Audio 2.0
[http://forum.xbmc.org/forumdisplay.php?f=56 User Forum]<br>
| BGcolor= WhiteSmoke
| Question= Why does setting the output for 2.0 sound work better for 5.1 sound?
| Answer=  
2.0 is the number of channels we are opening in the device. For all passed through audio like DTS and AC3 we need 2 channels (as those 5.1 channels are encoded into 2.0 pcm channels). Setting the speakerlayout higher results in the activation of LPCM. LPCM means Kodi decodes all channels from the 2.0 encoded DTS, AC3 sound (resulting in 6 channels for 5.1) - remaps them according to the audio device and then puts them out as 6 pcm channels (this is 3 times more data then the 2.0 encoded channels from DTS, AC3 passthrough).


As always please search the forums first, and keep in mind we are not officially recommending this to be used by anyone that isn't willing to be a bleeding edge alpha/beta tester.
Since we have issues with mapping the channels from input format 5.1 to device format 5.1 atm - this may result in silence instead of audio.
}}


===How do I report bugs?===
{{FAQ|1= Bluetooth
| BGcolor=  
| Question= Bluetooth audio results in poor sound quality.
| Answer=  
Go into {{highlight|bordered=yes|Settings -> System -> Audio}} and select '''Fixed''' and '''44.1''' on the settings.
}}


===How do I suggest features?===
=== Some screensavers are missing ===
[http://forum.xbmc.org/forumdisplay.php?f=56 User Forum]<br>
: Due to a lack of manpower for OS X devs, "rsxs" screensavers were dropped from Kodi for Mac OS X. "rsxs" screensavers are still supported on other platforms. See '''[http://forum.kodi.tv/showthread.php?tid=262990 here]''' for more info.


(Did we mention we like it if people search first before suggesting or asking?)
|}


===How can I help?===
== Mac OS X 10.7 (Lion) (and higher) issues ==
If you are an end user, hit the [http://www.osxbmc.com/ Donate] button!  That helps us pay for bandwidth, different Macs and remote controls to test, and of course beer.
{| width="100%"
{{FAQ|1=SMB
| BGcolor=
| Question=SMB (Windows Sharing) isn't working when sharing files
| Answer=
Sometimes Apple changes things with SMB sharing and additional steps are needed.
}}


If you are a developer, tester, company or other project and would like to chip in and help somehow send an email to cullman+osxbmc at google's webmail.
{{FAQ|1=Lion_userdata|2=user_library
| BGcolor= WhiteSmoke
| Question=Userdata folder and logs are hidden
| Answer=
* By default, Mac OS X 10.7 hides the user's Library folder, which is where Kodi's userdata folder and logs are stored. There are a few ways to get around this:
** While in the Finder, click on the "Go" menu and hold down {{keypress|Option}}, then select Library.
** You can use programs such as TinkerTool to change the visibility of all or some hidden files/folders.
** To permanently reveal the ~/Library folder, open up Terminal and run this command:
*: <pre>chflags nohidden ~/Library</pre>
*:: '''Note:''' Anytime there is an OS X update (e.g. from version 10.7.3 to 10.7.4) you will have to run this command again as the folder will be hidden again.


}}


[[Category:FAQ]]
{{FAQ|1=Remote_wake
| BGcolor=
| Question= Can't wake a sleeping Mac using the Apple Remote
| Answer=
* Apple changed how energy saving settings work on Mac OS X 10.7/10.8 and by default the Apple Remote will not wake a sleeping Mac. This can be fixed by changing the "darkwake" flag on Mac OS X, but do this at your own risk.
}}
 
{{FAQ|1=Paused_sound
| BGcolor= WhiteSmoke
| Question= Strange sound when movie is paused after updating to 10.7.4
| Answer=
* Are you getting strange sounds when you pause some movies after updating Mac OS X to 10.7.4? Apple changed some OS-level code that has affected several programs, including Kodi, Plex, ProTools, and others. It has been reported that upgraded Mac OS X to 10.7.5 or 10.8 (Mountain Lion) fixes this problem. For more info see this forum post: [[Forum:131305]]. 
}}
 
|}
 
== Mac OS X 10.8 (Mountain Lion) (and higher) issues ==
{| width="100%"
{{FAQ|1= Gatekeeper
| BGcolor=
| Question= Gatekeeper prevents Kodi from installing ("Kodi" can’t be opened because it is from an unidentified developer)
| Answer=
{{main|HOW-TO:Install_Kodi_for_Mac_OS_X#Gatekeeper}}
{{#lst:HOW-TO:Install_Kodi_for_Mac_OS_X|Gatekeeper}}
}}
 
|}
 
== Mac OS X 10.9 (Mavericks) ==
{| width="100%"
{{FAQ|1=other_10.9
| BGcolor= WhiteSmoke
| Question=Other 10.9 issues
| Answer=
* '''Stuttering video-''' Some users have had issues with stuttering video, possibly related to the AppNap feature.
* '''Possible issue with auto-switching GPUs on some Macbook Pros-''' There seems to be an issue with some Macbook Pros that have auto-switching GPUs that cause Kodi to start up with only 16k colors and/or low resolution. Switching in and out of windowed mode seems to work as a temp workaround (press {{keypress|\}} on a keyboard).
* '''Crash when starting Kodi with external monitor-''' Kodi might crash when there is an external/second monitor connected (laptops only?) and not in mirroring mode. This will be fixed in the 12.3 bugfix release and has been fixed in [[Development_builds|nightly builds]].
* '''SMB/SAMBA/Windows sharing sharing from Mac OS X 10.9-''' Not really an Kodi issue, but Kodi clients connecting to a Mac OS X 10.9 SMB/SAMBA/Windows-sharing file server might have compatibility issues again. SMBUp can be used as a workaround.
* '''IR Apple remote is unresponsive-''' The "App Nap" feature in OS X 10.9 might cause lag and delays when using the white or silver Apple IR remote control. A temp work around would be to disable "App Nap" in OS X.
}}
 
|}
 
 
 
 
[[Category:Apple]]

Latest revision as of 07:25, 14 November 2020

Frequently Asked Questions for OS X and Mac hardware from Apple.


General FAQ

Supported hardware

Link
  • Kodi v17 requires Mac OS X 10.8 or later.
  • Kodi v18 (and its nightlies) will at least require 10.9)
  • Kodi v20 and above requires an Intel Mac running OS X 10.13 or higher.

How to install and/or update Kodi

Link
  • Simply download Kodi from http://kodi.tv/downloads/ and copy Kodi.app to your Applications folder to install Kodi
  • Do the same to update Kodi. All your settings and files will be preserved as they are located in a different place in the Userdata. Be sure to make a backup of the Userdata when doing updates in case something goes wrong.
  • If you have OS X 10.8 or higher, you may need to bypass the Gatekeeper settings to install Kodi: See Gatekeeper

Kodi for OS X version

Link
  • The current stable version of Kodi for Mac is Kodi v21 Omega. This is the same code that all of the other platforms (Linux, iOS, Windows) are using.

What version/nightly build/beta of Kodi am I running?

Link
  • Kodi main menu > System > Lower submenu > System info. Note the build date.

Remote controls

What remotes can be used with Kodi

Link
  • Apple remote (both white and silver version)
    • How do I bring up the context menu? - Press and hold MENU
    • How do I bring up the OSD during playback? - Press and hold SELECT
  • Logitech Harmony remotes can be used. See #Harmony
  • Any Keyboard such as wired, wireless, bluetooth. This includes "keymotes" such as the Rii or Boxee Box remote.
  • Web interfaces, including add-on interfaces.
  • Kodi smartphone and tablet remote apps.
  • Other IR remotes can be used with IR receivers such as the FLIRC.

Starting Kodi with the Apple Remote

Link
  • The Apple Remote can be set to start Kodi instead of Front Row or iTunes.
  • Go to Settings -> System -> Input devices and select "Allow start of Kodi using the remote".

Using a Logitech Harmony remote

Link
  • Kodi can use a Logitech Harmony remote using the normal Apple IR receiver that is built into some Macs.
  • Go to Settings -> System -> Input devices and change "Apple remote" to "Universal".
  • On the Logitech Harmony remote, select the Plex profile.

Can't wake a sleeping Mac using the Apple Remote on 10.7

Link

iTunes and/or system volume is taking over when using the remote

Link


General

Getting more help with Kodi for Mac OS X

Link

Userdata folder and logs

Link
See HOW-TO:Submit_a_bug_report for bug reporting details and here for instructions on reporting an issue to the forums
  • Userdata: /Users/<your_user_name>/Library/Application Support/Kodi/userdata
  • Debug log: /Users/<your_user_name>/Library/Logs/kodi.log
  • Console log: /Library/Logs/Console/501/console.log
  • CrashReporter: /Users/<your_user_name>/Library/Logs/DiagnosticReports/

I am seeing double or ghost files for some videos

Link
  • When Mac OS X touches files that are saved on a non-Mac-formatted drive (HFS+) it will save metadata in what are often called AppleDouble files. They often show up looking like ._filename.ext or .DS_Store. On a native Mac formatted drive (HFS+) the metadata is written in such a way that it does not create these files, which is why you don't see them there.
  • Normally, these files should not be visible to Kodi and they should not be scanned into the libraries. The only exception for this is if "Show hidden files" is turned on under Settings -> Appearance -> File lists -> "Show hidden files and directories"


  • You can prevent Mac OS X from creating these files on a network share by using a program such as TinkerTool or by opening Terminal.app and running the following command:
    defaults write com.apple.desktopservices DSDontWriteNetworkStores true
  • To remove existing appledouble files you need to make them visible (again, you can use TinkerTool to make them visible, but remember to re-enable invisible files afterwards to protect certain system files) and drag them to the trash can and delete them.

Remote issues

Link

Add-ons downloaded from the internet are not in zip format or will not install

Link
  • There are two main possibilities for an add-on to not install when you use "Install from zip". One is that it isn't in a proper zip format, the other is that the add-on is for an older version of Kodi that isn't compatible with the version you are using.
  • Very commonly the Safari web browser is being used to download these add-ons, and by default will unzip the files leaving you with a folder that won't work with the "Install from zip" option. You can turn this feature off by going into Safari's preferences, under "General" and unchecking "Open 'safe' files after downloading". If you wish to keep this feature on, you should be able to find the original zip file in the Trash can. Just drag the file out and use it instead of the folder for "Install from zip".
  • Sometimes you need to build zip plugin from directory. Almost all ZIP programs on OSX create zip file, which is not compatible with KODI. If you want to create compatible plugin, you can use "zip" program from terminal, usage
zip -r plugin.name.zip plugin.directory/
or you can download YemuZip and be sure you choose "Type: PC" while creating ZIP file.

Can't see UPnP sources/servers

Link
  • See If you are unable to see UPnP sources or servers inside of Kodi it could be due to a conflicting UPnP service running on your Mac or network. One known conflicting server is EyeTV, which runs a UPnP server in the background, even if EyeTV itself is not running. Uninstalling EyeTV or forcing all EyeTV processes to quit in Activity Monitor should fix the issue.

Audio issues and/or slow video playback

Link
  • If you hear sound only coming from the left side of speakers/headphones then you probably need to change your audio settings from 2.1 to 2.0.
  • Make sure that your audio settings are correct. Wrong audio settings will have severely negative effects on video playback.
  • Check to see if your speaker setup is really correct
  • If passthrough: make sure you only enable the audio codecs your receiver supports.
  • Select the correct audio output device for analog and passthrough.
  • Not actually an issue with Kodi: Apple does not provide support for HD-audio passthrough in their audio API, CoreAudio.

Why does setting the output for 2.0 sound work better for 5.1 sound?

Link

2.0 is the number of channels we are opening in the device. For all passed through audio like DTS and AC3 we need 2 channels (as those 5.1 channels are encoded into 2.0 pcm channels). Setting the speakerlayout higher results in the activation of LPCM. LPCM means Kodi decodes all channels from the 2.0 encoded DTS, AC3 sound (resulting in 6 channels for 5.1) - remaps them according to the audio device and then puts them out as 6 pcm channels (this is 3 times more data then the 2.0 encoded channels from DTS, AC3 passthrough).

Since we have issues with mapping the channels from input format 5.1 to device format 5.1 atm - this may result in silence instead of audio.

Bluetooth audio results in poor sound quality.

Link

Go into Settings -> System -> Audio and select Fixed and 44.1 on the settings.

Some screensavers are missing

Due to a lack of manpower for OS X devs, "rsxs" screensavers were dropped from Kodi for Mac OS X. "rsxs" screensavers are still supported on other platforms. See here for more info.

Mac OS X 10.7 (Lion) (and higher) issues

SMB (Windows Sharing) isn't working when sharing files

Link

Sometimes Apple changes things with SMB sharing and additional steps are needed.

Userdata folder and logs are hidden

Link
  • By default, Mac OS X 10.7 hides the user's Library folder, which is where Kodi's userdata folder and logs are stored. There are a few ways to get around this:
    • While in the Finder, click on the "Go" menu and hold down  Option, then select Library.
    • You can use programs such as TinkerTool to change the visibility of all or some hidden files/folders.
    • To permanently reveal the ~/Library folder, open up Terminal and run this command:
    chflags nohidden ~/Library
    Note: Anytime there is an OS X update (e.g. from version 10.7.3 to 10.7.4) you will have to run this command again as the folder will be hidden again.

Can't wake a sleeping Mac using the Apple Remote

Link
  • Apple changed how energy saving settings work on Mac OS X 10.7/10.8 and by default the Apple Remote will not wake a sleeping Mac. This can be fixed by changing the "darkwake" flag on Mac OS X, but do this at your own risk.

Strange sound when movie is paused after updating to 10.7.4

Link
  • Are you getting strange sounds when you pause some movies after updating Mac OS X to 10.7.4? Apple changed some OS-level code that has affected several programs, including Kodi, Plex, ProTools, and others. It has been reported that upgraded Mac OS X to 10.7.5 or 10.8 (Mountain Lion) fixes this problem. For more info see this forum post: Forum:131305.

Mac OS X 10.8 (Mountain Lion) (and higher) issues

Gatekeeper prevents Kodi from installing ("Kodi" can’t be opened because it is from an unidentified developer)

Link

If you have Mac OS X 10.8 or higher then you might get a message saying that Kodi "can’t be opened because it is from an unidentified developer". This is due to the OS X Gatekeeper feature that is designed to discourage users from downloading from random locations and possibly installing something bad. Assuming you've downloaded Kodi from http://kodi.tv/download/ then you have nothing to worry about, and we just need to bypass this warning:


  • Recommended - Right click (or command+click) the Kodi icon and select "open"

or

  • Advanced - Enable all application downloads
    1. In OS X go to the Apple Menu -> System Preferences -> Security & Privacy -> General ->
    2. Unlock the padlock at the bottom of the window, which will require a computer admin password
    3. Where it says "Allow applications downloaded from:" select "Anywhere"
    4. OS X will give you a scary warning that is a bit exaggerated. If you're not comfortable with this, use the "right click" method mentioned above.

On newer Mac OS versions where the „Anywhere“ option is not visible there is only the way via Terminal.app to disable Gatekeeper as follows:

    1. Launch Terminal if you haven’t done so yet (/Applications/Utilities/)
    2. issue the following command to turn off Gatekeeper: sudo spctl --master-disable
    3. Hit return and enter the admin password as usually required by sudo, and Gatekeeper will instantly be disabled

In all cases OS X will still ask you if you want to open an "unsigned" application the first time it is opened, so new applications that are downloaded can't just start by themselves.

Mac OS X 10.9 (Mavericks)

Other 10.9 issues

Link
  • Stuttering video- Some users have had issues with stuttering video, possibly related to the AppNap feature.
  • Possible issue with auto-switching GPUs on some Macbook Pros- There seems to be an issue with some Macbook Pros that have auto-switching GPUs that cause Kodi to start up with only 16k colors and/or low resolution. Switching in and out of windowed mode seems to work as a temp workaround (press \ on a keyboard).
  • Crash when starting Kodi with external monitor- Kodi might crash when there is an external/second monitor connected (laptops only?) and not in mirroring mode. This will be fixed in the 12.3 bugfix release and has been fixed in nightly builds.
  • SMB/SAMBA/Windows sharing sharing from Mac OS X 10.9- Not really an Kodi issue, but Kodi clients connecting to a Mac OS X 10.9 SMB/SAMBA/Windows-sharing file server might have compatibility issues again. SMBUp can be used as a workaround.
  • IR Apple remote is unresponsive- The "App Nap" feature in OS X 10.9 might cause lag and delays when using the white or silver Apple IR remote control. A temp work around would be to disable "App Nap" in OS X.