Kodi Community Forum

Full Version: Thumbnails Folder
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to move my thumbnails over to my external sdcard and save future images there also. Can someone tell me if this is correct way for the paths? I am not that knowledgeable on android stuff.

Code:
<advancedsettings>
<pathsubstitution>
<substitute>
<from>/sdcard/Android/data/org.xbmc.kodi/files/.kodi/userdata/Thumbnails/</from>
<to>/storage/external_storage/sdcard1/Thumbnails/</to>
</substitute>
</pathsubstitution>
</advancedsettings>
Seems OK to me ive done the same but in my raspberry Pi2 so the paths are different to yours.
Don't forget to move over the thumbnails you already have before adding your xml file unless you want to scrape all new.
When I did it I decided to scrape all new but it wouldn't automatically do it so was a bit of a pain