Problems handling special characters in Air Video
I had problems with handling nordic character (æ-ø-å) correct in my Air Video server, but I find a simple fix for it.
Under Air Video Server Click on Options / preferences, go to Subtitles. Change "Default Encoding" to Western (ISO Latin 1; ISO 8859-1).
HOW-TO install skins in XBMC on ATV
HOW-TO install skins in XBMC on ATV
First of all you need to connect to your ATV using a FTP client. Cyberduck can to the job.
Then navigate into this folder.
/private/var/mobile/Libray/Preferences/XBMC/addons
Upload your new skin inside the folder called addons, so the folder structur will be like this:
/private/var/mobile/Libray/Preferences/XBMC/addons/skin.xxx
xxxx is the name of the skin.
Now restart your XBMC application on your Apple tv and swift to the new skin from your GUI.
[ad#co-1]
Access a Apple Tv via FTP
If you will install XBMC, Boxee or do something else on your Apple Tv, you need a way to access your ATV. This article will show you how easy you can access a Apple Tv through a ftp client.
1. Download Cyberduck. It's a Open source FTP client. http://cyberduck.ch/
2. Unzip and install Cyberduck on Mac or Windows.
3. Open Cyberduck and click on "Open connection"

4. Select SFTP (SSH File Transfer Protocol)
5. Under Server, use your Apple tv's IP adress. Something like "192.168.1.100"
6. Default Username is root
7. Default Password is alpine
Now you are connected.
Apple TV 2 NAS Streaming with XBMC using Samba
SSHing or use FTP to manually editing the sources.xml file, located at this path:
/var/mobile/Library/Preferences/XBMC/userdata/sources.xml
Add a new samba source like this:
<source>
<name>MyShareName</name>
<path pathversion="1">smb://username:password@server.com/share/video/</path>
</source>
Restart XBMC.
ATV2 xbmc.log file location
Where is XBMC's log file location?.
Apple TV 2 XBMC's xbmc.log file is located at:
/private/var/mobile/Library/Preferences/xbmc.log
Use Cyberduck to get access to all files on your ATV.