Install with ZIP file is working, I just test it now.
It takes a few seconds because of the many files.
Or you can install it as follows :
- Unzip the downloaded file.
- You get a folder named "
skin.arctic.zephyr-mod".
- Copy and paste this folder to :
For
Android : "
Android/data/org.xbmc.kodi/files/.kodi/addons/"
Sometimes the exact path will differ from device to device. The Android addons folder is usually inside of "sdcard" so the path might be "/sdcard/Android/data/org.xbmc.kodi/files/.kodi/addons/"
For
iOS : "
/private/var/mobile/Library/Preferences/Kodi/addons/"
For
Linux : "
~/.kodi/addons/"
For
OpenELEC : "
/storage/.kodi/addons/"
For
Windows : Start - type %APPDATA%\kodi\addons - press <Enter>
For
Mac OSX : "
/Users/<your_user_name>/Library/Application Support/Kodi/addons/"
By default, Mac OS X 10.7 hides the user's Library folder, which is where Kodi's addons 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 ⌥ Alt, 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:
Code:
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.