How to change saving method for thumbnails
#1
Hello every body,

I search how to save my all thumbnails(poster and banners) like this :

/movieFolder/movie.avi
/movieFolder/title-poster.jpg

Actually, xbmc use the crc method to save and i've rade the wiki but I don't solved the problem Sad

I use an advancedsettings.xml, this is the code

Code:
<advancedsettings>
    <videodatabase>
        <type>mysql</type>
        <host>192.168.0.32</host>
        <port>3306</port>
        <user>xbmc</user>
        <pass>sg7f3d3</pass>
    </videodatabase>
    <pathsubstitution>
     <substitute>
      <from>special://masterprofile/Thumbnails/</from>
      <to>//192.168.0.32/Volume_1/squeeze/var/www/xbmc/vignettes/</to>
     </substitute>
    </pathsubstitution>
</advancedsettings>:

Thanks to all for your help Big Grin
Reply

Logout Mark Read Team Forum Stats Members Help
How to change saving method for thumbnails0