[RELEASE] Texture Cache Maintenance utility
(2015-02-23, 11:11)Milhouse Wrote: Not really sure, as I don't use Windows for Kodi. Have you looked at the Advanced Launcher addon?

By the way, you can send notifications using "texturecache.py notify title message [displaytime [image]]" (once you've got the python issue sorted, of course).

(2015-02-23, 21:12)scott967 Wrote:
(2015-02-23, 10:31)teeedubb Wrote: Hey all,

Does anyone have any suggestion for running TCMU from a Kodi addon in windows?

You might want to have a look at something like py2exe and see if you can create a windows executable from the script.

scott s.
.

Thanks for the suggestions guys, I got it to wrk by setting the environment variable PYTHONHOME and PYTHONPATH in the ahk script, eg:

Code:
EnvSet, PYTHONHOME, C:\python33
EnvSet, PYTHONPATH, "C:\Python33\DLLs;C:\Python33\Lib;C:\Python33\Lib\site-packages"
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 teeedubb - 2015-02-25, 10:34
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