Apple TV 2 & XBMC

Her er lidt af mine erfaringer og noter om XBMC på Apple TV 2 (ATV2).
Jeg vil her, ikke fokusere på, Jailbreak af ATV2 og ej heller Stable Build af XBMC.

Stier du får brug for
Userdata folder: /private/var/mobile/Library/Preferences/XBMC/userdata/
Debug log: /private/var/mobile/Library/Preferences/XBMC.log
Syslog: /var/log/syslog
CrashReporter: /var/logs/CrashReporter/*.plist

advancedsettings.xml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<advancedsettings>
    <videodatabase>
        <type>mysql</type>
        <host>192.168.0.11</host>
        <port>3306</port>
        <user>xbmc</user>
        <pass>xbmc</pass>
        <name>xbmc_video</name>
    </videodatabase> 
 
    <musicdatabase>
        <type>mysql</type>
        <host>192.168.0.11</host>
        <port>3306</port>
        <user>xbmc</user>
        <pass>xbmc</pass>
        <name>xbmc_music</name>
    </musicdatabase>
</advancedsettings>
  • You may use these HTML tags: <a> <abbr> <acronym> <b> <blockquote> <cite> <code> <del> <em> <i> <pre> <q> <strike> <strong>

  • Comment Feed for this Post
Gå til Top