[RELEASE] Texture Cache Maintenance utility
Question:   is there a way to translate the special:// paths (http://kodi.wiki/view/Special_protocol) to traditional filesystem paths in scripts like mklocal.py?  I enabled gif support and added a workaround for my use case, but it wouldn't be needed if there was an easy way to translate these paths.

For reference, i replaced line 522 from:
Code:
newsource = source
 
to
Code:

    if "special://profile/" in source:
       newsource = source.replace("special://profile/","/storage/.kodi/userdata/",1)
    else:
       newsource = source
Reply


Messages In This Thread
Crash on Gotham on OS X - by desepticon - 2014-05-29, 17:57
RE: [RELEASE] Texture Cache Maintenance utility - by wallacebw - 2017-11-22, 19:46
Cleaning - by AleisterHH - 2018-05-28, 22:03
RE: Cleaning - by Milhouse - 2018-05-28, 22:16
qax genre not updated - by Just-Me_A-User - 2018-06-12, 22:06
RE: qax genre not updated - by Milhouse - 2018-06-12, 23:40
Logout Mark Read Team Forum Stats Members Help
[RELEASE] Texture Cache Maintenance utility17