mi.to
Erfahrenes Mitglied
- 58
Hallo zusammen,
ich habe mir eine advancedsettings.xml gebastelt, eine SQL-DB eingerichtet und eine Sambafreigabe für Thumbnails etc erstellt. Die soll dann auf dem FireTV und demnächst auch auf dem Stick laufen. Zum Testen habe ich mir Kodi auf einem Win7 PC installiert. Die angehängte xml Datei läuft hier super.
Sobald ich aber auf Android wechsele stürzt Kodi kommentarlos ab. Es liegt an den pathsubstitution-Abschnitten. Nehme ich die raus läuft Kodi, legt dann aber lokal alle Bilder etc. ab. Hänge die advancedsettings.xml und das kodi.log mal an. Kann jemand einen Fehler erkennen?
advancedsettings.xml
kodi.log
ich habe mir eine advancedsettings.xml gebastelt, eine SQL-DB eingerichtet und eine Sambafreigabe für Thumbnails etc erstellt. Die soll dann auf dem FireTV und demnächst auch auf dem Stick laufen. Zum Testen habe ich mir Kodi auf einem Win7 PC installiert. Die angehängte xml Datei läuft hier super.
Sobald ich aber auf Android wechsele stürzt Kodi kommentarlos ab. Es liegt an den pathsubstitution-Abschnitten. Nehme ich die raus läuft Kodi, legt dann aber lokal alle Bilder etc. ab. Hänge die advancedsettings.xml und das kodi.log mal an. Kann jemand einen Fehler erkennen?
advancedsettings.xml
Code:
<advancedsettings>
<pathsubstitution>
<substitute>
<from>special://profile/sources.xml</from>
<to>smb://192.168.2.203/kodi/sources.xml</to>
</substitute>
<substitute>
<from>special://profile/RssFeeds.xml</from>
<to>smb://192.168.2.203/kodi/RssFeeds.xml</to>
</substitute>
<substitute>
<from>special://profile/mediasources.xml</from>
<to>smb://192.168.2.203/kodi/mediasources.xml</to>
</substitute>
<substitute>
<from>special://profile/playlists/</from>
<to>smb://192.168.2.203/kodi/playlists/</to>
</substitute>
<substitute>
<from>special://profile/addon_data/</from>
<to>smb://192.168.2.203/kodi/addon_data/</to>
</substitute>
<substitute>
<from>special://masterprofile/Thumbnails/</from>
<to>smb://192.168.2.203/kodi/Thumbnails</to>
</substitute>
<substitute>
<from>special://profile/favourites.xml</from>
<to>smb://192.168.2.203/kodi/favourites.xml</to>
</substitute>
<substitute>
<from>special://profile/passwords.xml</from>
<to>smb://192.168.2.203/kodi/passwords.xml</to>
</substitute>
</pathsubstitution>
<videodatabase>
<type>mysql</type>
<host>192.168.2.203</host>
<port>3306</port>
<user>kodi</user>
<pass>kodi</pass>
</videodatabase>
<musicdatabase>
<type>mysql</type>
<host>192.168.2.203</host>
<port>3306</port>
<user>kodi</user>
<pass>kodi</pass>
</musicdatabase>
<videolibrary>
<importwatchedstate>true</importwatchedstate>
<importresumepoint>true</importresumepoint>
</videolibrary>
</advancedsettings>
Code:
18:21:55 T:2028482128 NOTICE: special://profile/ is mapped to: special://masterprofile/
18:21:55 T:2028482128 NOTICE: -----------------------------------------------------------------------
18:21:55 T:2028482128 NOTICE: Starting Kodi (14.2 Git:2015-03-26-7cc53a9-dirty). Platform: Android ARM 32-bit
18:21:55 T:2028482128 NOTICE: Using Release Kodi x32 build
18:21:55 T:2028482128 NOTICE: Kodi compiled Mar 26 2015 by GCC 4.8.0 for Android ARM 32-bit API level 14 (API level 14)
18:21:55 T:2028482128 NOTICE: Running on Sony SGP321 with Android 4.4.4 API level 19, kernel: Linux ARM 32-bit version 3.4.0-perf-ge2ad053-00925-g7f21499
18:21:55 T:2028482128 NOTICE: FFmpeg version: 14.2rc1-Helix-5-g7cc53a9-xbmc-2.4.6-Helix
18:21:55 T:2028482128 NOTICE: Host CPU: ARMv7 Processor rev 2 (v7l), 4 cores available
18:21:55 T:2028482128 NOTICE: Product: SGP321, Device: SGP321, Board: MSM8960 - Manufacturer: Sony, Brand: Sony, Model: SGP321, Hardware: qcom
18:21:55 T:2028482128 NOTICE: ARM Features: Neon enabled
18:21:55 T:2028482128 NOTICE: special://xbmc/ is mapped to: /data/data/org.xbmc.kodi/cache/apk/assets
18:21:55 T:2028482128 NOTICE: special://xbmcbin/ is mapped to: /data/data/org.xbmc.kodi/cache/apk/assets
18:21:55 T:2028482128 NOTICE: special://masterprofile/ is mapped to: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/userdata
18:21:55 T:2028482128 NOTICE: special://home/ is mapped to: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi
18:21:55 T:2028482128 NOTICE: special://temp/ is mapped to: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/temp
18:21:55 T:2028482128 NOTICE: The executable running is:
18:21:55 T:2028482128 NOTICE: Local hostname: localhost
18:21:55 T:2028482128 NOTICE: Log File is located: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/temp/kodi.log
18:21:55 T:2028482128 NOTICE: -----------------------------------------------------------------------
18:21:55 T:2028482128 NOTICE: load settings...
18:21:55 T:2028482128 DEBUG: static int CAndroidFeatures::GetVersion(): android.os.Build.VERSION 19
18:21:55 T:2028482128 DEBUG: CSettings: loaded settings definition from special://xbmc/system/settings/settings.xml
18:21:55 T:2028482128 WARNING: CSettingInt: unknown options filler "audiocdactions" of "audiocds.autoaction"
18:21:55 T:2028482128 DEBUG: CSettings: loaded settings definition from special://xbmc/system/settings/android.xml
18:21:55 T:2028482128 NOTICE: Found 1 Lists of Devices
18:21:55 T:2028482128 NOTICE: Enumerated AUDIOTRACK devices:
18:21:55 T:2028482128 NOTICE: Device 1
18:21:55 T:2028482128 NOTICE: m_deviceName : AudioTrack
18:21:55 T:2028482128 NOTICE: m_displayName : android
18:21:55 T:2028482128 NOTICE: m_displayNameExtra: audiotrack
18:21:55 T:2028482128 NOTICE: m_deviceType : AE_DEVTYPE_HDMI
18:21:55 T:2028482128 NOTICE: m_channels : FL,FR,FC,LFE,BL,BR
18:21:55 T:2028482128 NOTICE: m_sampleRates : 48000
18:21:55 T:2028482128 NOTICE: m_dataFormats : AE_FMT_S16LE,AE_FMT_AC3,AE_FMT_DTS
18:21:55 T:2028482128 NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
18:21:55 T:2028482128 NOTICE: Loaded settings file from special://profile/advancedsettings.xml
18:21:55 T:2028482128 NOTICE: Contents of special://profile/advancedsettings.xml are...
<advancedsettings>
<pathsubstitution>
<substitute>
<from>special://profile/sources.xml</from>
<to>smb://192.168.2.203/kodi/sources.xml</to>
</substitute>
<substitute>
<from>special://profile/RssFeeds.xml</from>
<to>smb://192.168.2.203/kodi/RssFeeds.xml</to>
</substitute>
<substitute>
<from>special://profile/mediasources.xml</from>
<to>smb://192.168.2.203/kodi/mediasources.xml</to>
</substitute>
<substitute>
<from>special://profile/playlists/</from>
<to>smb://192.168.2.203/kodi/playlists/</to>
</substitute>
<substitute>
<from>special://profile/addon_data/</from>
<to>smb://192.168.2.203/kodi/addon_data/</to>
</substitute>
<substitute>
<from>special://masterprofile/Thumbnails/</from>
<to>smb://192.168.2.203/kodi/Thumbnails</to>
</substitute>
<substitute>
<from>special://profile/favourites.xml</from>
<to>smb://192.168.2.203/kodi/favourites.xml</to>
</substitute>
<substitute>
<from>special://profile/passwords.xml</from>
<to>smb://192.168.2.203/kodi/passwords.xml</to>
</substitute>
</pathsubstitution>
<videodatabase>
<type>mysql</type>
<host>192.168.2.203</host>
<port>3306</port>
<user>kodi</user>
<pass>kodi</pass>
</videodatabase>
<musicdatabase>
<type>mysql</type>
<host>192.168.2.203</host>
<port>3306</port>
<user>kodi</user>
<pass>kodi</pass>
</musicdatabase>
<videolibrary>
<importwatchedstate>true</importwatchedstate>
<importresumepoint>true</importresumepoint>
</videolibrary>
</advancedsettings>
18:21:55 T:2028482128 DEBUG: Configuring path substitutions
18:21:55 T:2028482128 DEBUG: Registering substition pair:
18:21:55 T:2028482128 DEBUG: From: [/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/userdata/sources.xml]
18:21:55 T:2028482128 DEBUG: To: [smb://192.168.2.203/kodi/sources.xml]
18:21:55 T:2028482128 DEBUG: Registering substition pair:
18:21:55 T:2028482128 DEBUG: From: [/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/userdata/RssFeeds.xml]
18:21:55 T:2028482128 DEBUG: To: [smb://192.168.2.203/kodi/RssFeeds.xml]
18:21:55 T:2028482128 DEBUG: Registering substition pair:
18:21:55 T:2028482128 DEBUG: From: [/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/userdata/mediasources.xml]
18:21:55 T:2028482128 DEBUG: To: [smb://192.168.2.203/kodi/mediasources.xml]
18:21:55 T:2028482128 DEBUG: Registering substition pair:
18:21:55 T:2028482128 DEBUG: From: [/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/userdata/playlists/]
18:21:55 T:2028482128 DEBUG: To: [smb://192.168.2.203/kodi/playlists/]
18:21:55 T:2028482128 DEBUG: Registering substition pair:
18:21:55 T:2028482128 DEBUG: From: [/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/userdata/addon_data/]
18:21:55 T:2028482128 DEBUG: To: [smb://192.168.2.203/kodi/addon_data/]
18:21:55 T:2028482128 DEBUG: Registering substition pair:
18:21:55 T:2028482128 DEBUG: From: [/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/userdata/Thumbnails/]
18:21:55 T:2028482128 DEBUG: To: [smb://192.168.2.203/kodi/Thumbnails]
18:21:55 T:2028482128 DEBUG: Registering substition pair:
18:21:55 T:2028482128 DEBUG: From: [/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/userdata/favourites.xml]
18:21:55 T:2028482128 DEBUG: To: [smb://192.168.2.203/kodi/favourites.xml]
18:21:55 T:2028482128 DEBUG: Registering substition pair:
18:21:55 T:2028482128 DEBUG: From: [/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/userdata/passwords.xml]
18:21:55 T:2028482128 DEBUG: To: [smb://192.168.2.203/kodi/passwords.xml]
18:21:55 T:2028482128 WARNING: VIDEO database configuration is experimental.
18:21:55 T:2028482128 NOTICE: Default DVD Player: dvdplayer
18:21:55 T:2028482128 NOTICE: Default Video Player: dvdplayer
18:21:55 T:2028482128 NOTICE: Default Audio Player: paplayer
18:21:55 T:2028482128 NOTICE: Disabled debug logging due to GUI setting. Level 0.
18:21:55 T:2028482128 NOTICE: Log level changed to "LOG_LEVEL_NORMAL"