No thumbnails after update to Eden (MySQL, shared userdata)
#1
Dear all,

A few days ago I successfully upgraded from Dharma to Eden. After clearing some issues with MySQL privileges my system was back up and running. One detail is not ok just yet: thumbnails.

When I browse my files there first is the general icon. That quickly disappears and the thumbnail becomes transparent, showing nothing.

When I enable debug logging, I see this line appear a few times, without anything following it:
Code:
21:11:54 T:5844   DEBUG: CTextureCache::GetImageHash - unable to stat url

This is what my profiles.xml and advancedsettings.xml look like:
Code:
<advancedsettings>
  <loglevel>3</loglevel>
  <videodatabase>
    <type>mysql</type>
    <host>server</host>
    <user>xbmc</user>
    <pass>***</pass>
  </videodatabase>
  <musicdatabase>
    <type>mysql</type>
    <host>server</host>
    <user>xbmc</user>
    <pass>***</pass>
  </musicdatabase>
  <video>
    <excludefromscan>
      <regexp>-trailer</regexp>
      <regexp>[-._ \\/]sample[-._ \\/]</regexp>
      <regexp>[-._ \\/]extra[-._ \\/]</regexp>
      <regexp>[-._ \\/]bonus[-._ \\/]</regexp>
      <regexp>[-._ \\/]shorts[-._ \\/]</regexp>
      <regexp>.*bonus.*</regexp>
      <regexp>.*extra.*</regexp>
      <regexp>(Extras).*[\.]*</regexp>
    </excludefromscan>
  </video>
  <pathsubstitution>
    <substitute>
    <from>special://masterprofile/Thumbnails/</from>
    <to>smb://xbmc:***@server/XBMCData/Thumbnails/</to>
    </substitute>
  </pathsubstitution>
</advancedsettings>
Code:
<profiles>
    <lastloaded>0</lastloaded>
    <useloginscreen>false</useloginscreen>
    <nextIdProfile>1</nextIdProfile>
    <profile>
        <id>0</id>
        <name>Master user</name>
        <directory pathversion="1">\\server\XBMCData</directory>
        <thumbnail pathversion="1"></thumbnail>
        <hasdatabases>true</hasdatabases>
        <canwritedatabases>true</canwritedatabases>
        <hassources>true</hassources>
        <canwritesources>true</canwritesources>
        <lockaddonmanager>false</lockaddonmanager>
        <locksettings>false</locksettings>
        <lockfiles>false</lockfiles>
        <lockmusic>false</lockmusic>
        <lockvideo>false</lockvideo>
        <lockpictures>false</lockpictures>
        <lockprograms>false</lockprograms>
        <lockmode>0</lockmode>
        <lockcode></lockcode>
        <lastdate></lastdate>
    </profile>
</profiles>

Complete debug logfile can be found here: http://pastebin.com/QAL6KMB4

Running Windows Vista SP2 x64, server running Win XP Pro SP3.

Thanks in advance for any useful suggestions!
Reply

Logout Mark Read Team Forum Stats Members Help
No thumbnails after update to Eden (MySQL, shared userdata)0