Datenbank und Cover auf NAS: Kodi stürzt ab (Fire TV)

  • 8 Antworten
  • Letztes Antwortdatum
mi.to

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
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>
kodi.log
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"
 
Ich kann dir nur aus Erfahrung sagen, kodi ist bei mir noch nicht abgestürzt durch einen solchen Fehler. Einfach mal kodi richtig beenden über Anwendungen, den Cache leeren und evtl mit dem es fileexplorer unter userdata den temp Ordner löschen und dann einfach rebooten. Abstürze von kodi wärend des Starts fielen mir immer nur auf durch einen überfüllten Speicher.

Ps: Versuche doch erstmal eins nach dem anderen zu machen also erst nur die thumbnails auslagern und schauen ob dort der Fehler liegt. Da du das ganze system ausgelagert hast, könnte es dadurch auch Konflikte geben.
 
So Fehler gefunden! Diese Zeilen mochte er nicht:
Code:
  <substitute>
    <from>special://profile/passwords.xml</from>
    <to>smb://pi:pi@192.168.2.203/kodi/passwords.xml</to>
  </substitute>
Nach dem ich das auskommentiert hatte, lief Kodi.

Jetzt ist aber ein weiteres Phänomen aufgetreten. Bei Filmen zeigt er nur die Textdaten (Handlung, etc. aus der mySQL-DB) aber keine Cover. Bei Serien und der ganzen Musik klappt das aber. Dh. die Verbindung zum Thumbnail-Ordner steht (kann auch neue Sachen einfügen) aber bei den Filmen zeigt er es nicht an :confused2:
 
Ach, das ist einfach ein Dreck. Unter Windows funktioniert bei mir die advancedsettings.xml auf unterschiedlichen Geräten einwandfrei jetzt hab ich ein FireTV Stick und eine Box. Auf beiden zeigt er mir zwar die Filme und alles korrekt an, wenn ich aber einen Film abspielen will sagt er das die Source fehlt. Wenn ich unter Videos -> Dateien schaue sind die Sources / Shares einfach nicht vorhanden. Wenn ich jetzt unter Videos hinzufügen gehe, dann fehlen dort auch die SMB-Shares die eigentlich über die mediasources.xml geladen sein sollten. Der Oberwitz ist, dass er in der log Datei sogar erfolg meldet und mediasources.xml und sources.xml übers Netzwerk geladen hat...Ich bin hier voll am Ausrasten, der scheiß hat noch nie richtig funktioniert, schon stunden ohne ende investiert deswegen.

11:34:58 T:1519214104 NOTICE: special://profile/ is mapped to: special://masterprofile/
11:34:58 T:1519214104 NOTICE: -----------------------------------------------------------------------
11:34:58 T:1519214104 NOTICE: Starting Kodi (14.2 Git:2015-03-26-7cc53a9-dirty). Platform: Android ARM 32-bit
11:34:58 T:1519214104 NOTICE: Using Release Kodi x32 build
11:34:58 T:1519214104 NOTICE: Kodi compiled Mar 26 2015 by GCC 4.8.0 for Android ARM 32-bit API level 14 (API level 14)
11:34:58 T:1519214104 NOTICE: Running on Amazon AFTM with Android 4.2.2 API level 17, kernel: Linux ARM 32-bit version 3.0.31+
11:34:58 T:1519214104 NOTICE: FFmpeg version: 14.2rc1-Helix-5-g7cc53a9-xbmc-2.4.6-Helix
11:34:58 T:1519214104 NOTICE: Host CPU: ARMv7 Processor rev 0 (v7l), 2 cores available
11:34:58 T:1519214104 NOTICE: Product: montoya, Device: montoya, Board: capri - Manufacturer: Amazon, Brand: BRCM, Model: AFTM, Hardware: montoya
11:34:58 T:1519214104 NOTICE: ARM Features: Neon enabled
11:34:58 T:1519214104 NOTICE: special://xbmc/ is mapped to: /data/data/org.xbmc.kodi/cache/apk/assets
11:34:58 T:1519214104 NOTICE: special://xbmcbin/ is mapped to: /data/data/org.xbmc.kodi/cache/apk/assets
11:34:58 T:1519214104 NOTICE: special://masterprofile/ is mapped to: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/userdata
11:34:58 T:1519214104 NOTICE: special://home/ is mapped to: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi
11:34:58 T:1519214104 NOTICE: special://temp/ is mapped to: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/temp
11:34:58 T:1519214104 NOTICE: The executable running is:
11:34:58 T:1519214104 NOTICE: Local hostname: localhost
11:34:58 T:1519214104 NOTICE: Log File is located: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/temp/kodi.log
11:34:58 T:1519214104 NOTICE: -----------------------------------------------------------------------
11:34:58 T:1519214104 NOTICE: load settings...
11:34:58 T:1519214104 DEBUG: static int CAndroidFeatures::GetVersion(): android.os.Build.VERSION 17
11:34:58 T:1519214104 DEBUG: CSettings: loaded settings definition from special://xbmc/system/settings/settings.xml
11:34:58 T:1519214104 WARNING: CSettingInt: unknown options filler "audiocdactions" of "audiocds.autoaction"
11:34:58 T:1519214104 DEBUG: CSettings: loaded settings definition from special://xbmc/system/settings/android.xml
11:34:58 T:1519214104 NOTICE: Found 1 Lists of Devices
11:34:58 T:1519214104 NOTICE: Enumerated AUDIOTRACK devices:
11:34:58 T:1519214104 NOTICE: Device 1
11:34:58 T:1519214104 NOTICE: m_deviceName : AudioTrack
11:34:58 T:1519214104 NOTICE: m_displayName : android
11:34:58 T:1519214104 NOTICE: m_displayNameExtra: audiotrack
11:34:58 T:1519214104 NOTICE: m_deviceType : AE_DEVTYPE_HDMI
11:34:58 T:1519214104 NOTICE: m_channels : FL,FR,FC,LFE,BL,BR
11:34:58 T:1519214104 NOTICE: m_sampleRates : 48000
11:34:58 T:1519214104 NOTICE: m_dataFormats : AE_FMT_S16LE,AE_FMT_AC3,AE_FMT_DTS
11:34:58 T:1519214104 NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
11:34:58 T:1519214104 NOTICE: Loaded settings file from special://profile/advancedsettings.xml
11:34:58 T:1519214104 NOTICE: Contents of special://profile/advancedsettings.xml are...
<advancedsettings>
<pathsubstitution>
<substitute>
<from>special://profile/sources.xml</from>
<to>smb://192.168.37.4/kodi/userdata/sources.xml</to>
</substitute>
<substitute>
<from>special://profile/mediasources.xml</from>
<to>smb://192.168.37.4/kodi/userdata/mediasources.xml</to>
</substitute>
</pathsubstitution>
<network>
<buffermode>0</buffermode>
<cachemembuffersize>20971520</cachemembuffersize>
<readbufferfactor>1</readbufferfactor>
</network>
<videodatabase>
<type>mysql</type>
<host>192.168.37.4</host>
<port>3306</port>
<user>*</user>
<pass>*</pass>
</videodatabase>
<musicdatabase>
<type>mysql</type>
<host>192.168.37.4</host>
<port>3306</port>
<user>*</user>
<pass>*</pass>
</musicdatabase>
<videolibrary>
<importwatchedstate>true</importwatchedstate>
<dateadded>0</dateadded>
</videolibrary>
</advancedsettings>
11:34:58 T:1519214104 DEBUG: Configuring path substitutions
11:34:58 T:1519214104 DEBUG: Registering substition pair:
11:34:58 T:1519214104 DEBUG: From: [/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/userdata/sources.xml]
11:34:58 T:1519214104 DEBUG: To: [smb://192.168.37.4/kodi/userdata/sources.xml]
11:34:58 T:1519214104 DEBUG: Registering substition pair:
11:34:58 T:1519214104 DEBUG: From: [/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/userdata/mediasources.xml]
11:34:58 T:1519214104 DEBUG: To: [smb://192.168.37.4/kodi/userdata/mediasources.xml]
11:34:58 T:1519214104 WARNING: VIDEO database configuration is experimental.
11:34:58 T:1519214104 NOTICE: Default DVD Player: dvdplayer
11:34:58 T:1519214104 NOTICE: Default Video Player: dvdplayer
11:34:58 T:1519214104 NOTICE: Default Audio Player: paplayer
11:34:58 T:1519214104 NOTICE: Disabled debug logging due to GUI setting. Level 0.
11:34:58 T:1519214104 NOTICE: Log level changed to "LOG_LEVEL_NORMAL"
11:34:59 T:1519214104 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
11:34:59 T:1519214104 NOTICE: Loaded playercorefactory configuration
11:34:59 T:1519214104 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
11:34:59 T:1519214104 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
11:34:59 T:1516443744 NOTICE: Thread ActiveAE start, auto delete: false
11:34:59 T:1516446096 NOTICE: Thread AESink start, auto delete: false
11:34:59 T:1519214104 NOTICE: Running database version Addons16
11:34:59 T:1519214104 NOTICE: ADDONS: Using repository repository.xbmc.org
11:34:59 T:1519214104 WARNING: Unable to resolve: /libcec.so CECInitialise, reason: Symbol not found:
11:34:59 T:1519214104 ERROR: Unable to resolve exports from dll libcec.so
11:34:59 T:1519214104 ERROR: virtual void PERIPHERALS::CPeripherals::Initialise() - failed to initialise bus cec
11:34:59 T:1518700696 NOTICE: Thread PeripBusUSB start, auto delete: false
11:34:59 T:1519214104 NOTICE: virtual bool CWinSystemEGL::InitWindowSystem(): Using EGL Implementation: android
11:34:59 T:1519214104 NOTICE: Current resolution: 1920x1080 @ 60.00 - Full Screen
11:34:59 T:1519214104 NOTICE: Previous line repeats 1 times.
11:34:59 T:1519214104 NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 60.000000 Hz
11:34:59 T:1519214104 NOTICE: Found (1920x1080@60.000000) at 16, setting to RES_DESKTOP at 16
11:34:59 T:1519214104 NOTICE: Checking resolution 16
11:34:59 T:1519214104 NOTICE: Current resolution: 1920x1080 @ 60.00 - Full Screen
11:34:59 T:1519214104 NOTICE: GL_VENDOR = Broadcom
11:34:59 T:1519214104 NOTICE: GL_RENDERER = VideoCore IV HW
11:34:59 T:1519214104 NOTICE: GL_VERSION = OpenGL ES 2.0
11:34:59 T:1519214104 NOTICE: GL_SHADING_LANGUAGE_VERSION = OpenGL ES GLSL ES 1.00
11:34:59 T:1519214104 NOTICE: GL_EXTENSIONS = GL_OES_compressed_ETC1_RGB8_texture GL_OES_compressed_paletted_texture GL_OES_texture_npot GL_OES_depth24 GL_OES_vertex_half_float GL_OES_EGL_image GL_OES_EGL_image_external GL_EXT_discard_framebuffer GL_OES_rgb8_rgba8 GL_OES_depth32 GL_OES_packed_depth_stencil GL_EXT_texture_format_BGRA8888 GL_EXT_debug_marker
11:34:59 T:1519214104 NOTICE: Current resolution: 1920x1080 @ 60.00 - Full Screen
11:34:59 T:1519214104 NOTICE: No Joystick name specified, loading default map
11:34:59 T:1519214104 NOTICE: Previous line repeats 36 times.
11:34:59 T:1519214104 NOTICE: Running database version Addons16
11:34:59 T:1519214104 NOTICE: Running database version ViewModes6
11:34:59 T:1519214104 NOTICE: Running database version Textures13
11:34:59 T:1519214104 NOTICE: Running database version MyMusic48
11:34:59 T:1519214104 NOTICE: Running database version MyVideos90
11:34:59 T:1519214104 NOTICE: Running database version TV26
11:34:59 T:1519214104 NOTICE: Running database version Epg8
11:35:00 T:1519214104 WARNING: JSONRPC: Could not parse type "PVR.Details.Channel"
11:35:00 T:1519214104 WARNING: JSONRPC: Could not parse type "PVR.Details.ChannelGroup.Extended"
11:35:00 T:1519214104 WARNING: JSONRPC: Could not parse type "GUI.Property.Value"
11:35:00 T:1519214104 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
11:35:00 T:1541301008 NOTICE: Thread LanguageInvoker start, auto delete: false
11:35:00 T:1519214104 NOTICE: initialize done
11:35:00 T:1519214104 NOTICE: Running the application...
11:35:00 T:1541301008 NOTICE: -->Python Interpreter Initialized<--
11:35:01 T:1636953488 NOTICE: Thread JobWorker start, auto delete: true
11:35:02 T:1519214104 NOTICE: starting zeroconf publishing
11:35:02 T:1636560912 NOTICE: Thread ZerocconfEmbedded start, auto delete: false
11:35:02 T:1519214104 NOTICE: ES: Starting event server
11:35:02 T:1637560472 NOTICE: Thread EventServer start, auto delete: false
11:35:02 T:1637560472 NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
11:35:02 T:1637560472 NOTICE: UDP: Listening on port 9777
11:35:02 T:1636696024 NOTICE: Thread TCPServer start, auto delete: false
11:35:02 T:1519214104 NOTICE: Current resolution: 1920x1080 @ 60.00 - Full Screen
11:35:02 T:1637546544 NOTICE: Thread JobWorker start, auto delete: true
11:35:02 T:1519214104 NOTICE: GL_VENDOR = Broadcom
11:35:02 T:1519214104 NOTICE: GL_RENDERER = VideoCore IV HW
11:35:02 T:1519214104 NOTICE: GL_VERSION = OpenGL ES 2.0
11:35:02 T:1519214104 NOTICE: GL_SHADING_LANGUAGE_VERSION = OpenGL ES GLSL ES 1.00
11:35:02 T:1519214104 NOTICE: GL_EXTENSIONS = GL_OES_compressed_ETC1_RGB8_texture GL_OES_compressed_paletted_texture GL_OES_texture_npot GL_OES_depth24 GL_OES_vertex_half_float GL_OES_EGL_image GL_OES_EGL_image_external GL_EXT_discard_framebuffer GL_OES_rgb8_rgba8 GL_OES_depth32 GL_OES_packed_depth_stencil GL_EXT_texture_format_BGRA8888 GL_EXT_debug_marker
11:35:02 T:1637257280 NOTICE: Thread RSSReader start, auto delete: false
11:35:06 T:1636704648 NOTICE: Thread JobWorker start, auto delete: true
11:35:10 T:1528346112 NOTICE: Thread BackgroundLoader start, auto delete: false
 
Zuletzt bearbeitet:
Unter Android funzen die smbs nicht! Das geht m.E. nur bei Windows. Ersetzte mal in der advancedsetings.xml für das ATV
smb: durch nfs! Natürlich müssen auch dem NAS auch die Freigaben für nfs aktiviert sein, sonst kannst Du auch nicht darauf zugreifen.

Ich habe auf dem ATV und Windows und einem Tab Kodi mit einer gemeinsamen DB und Thumbnails auf einer NAS Freigabe laufen. wenn gewünscht kann ich Dir die xmls hier geben.
 
Unter Android und Kodi funktioniert das Einbinden von smb shares problemlos. Ob Kodi Probleme dabei hat config files davon zu lesen kann ich nicht beurteilen. Media streaming funktioniert problemlos. Daten kopieren, löschen, usw funktioniert problemlos.
 
smb substitutions in der advancedsettings für Kodi auf meinem ATV funzten nicht. Ich habe auf nfs ungestellt und es ging ;)

Selbstverständlich geht der Zugriff auf smbs in Kodi um Dateien, Filme, Bilder etcpp. abzurufen. Ich will ja nur helfen und ggf. einen Lösungsansatz bringen. Danke.
 
Und ob das geht, so habe ich damals die thumbnails ausgelagert. Daher auch das Tutorial das oben abgepinnt ist.
Klar willst du nur helfen, aber halbwahrheiten helfen hier keinem.
 

Ähnliche Themen

C
Antworten
13
Aufrufe
723
Miaz602
Miaz602
MarioJebe
  • MarioJebe
Antworten
0
Aufrufe
272
MarioJebe
MarioJebe
Technoolli
Antworten
0
Aufrufe
369
Technoolli
Technoolli
Zurück
Oben Unten