[RELEASE] Texture Cache Maintenance utility
(2016-10-28, 18:35)ludespeedny Wrote: Hi @millhouse,

I am trying to set up a config file, and I only need to change the default port and userdata path. I also am trying to incorporate multiple clients in sections.
Can I do all this from one file or do I need to split it out into two?

ex: on the host, the webserver port is 80 and I also want to connect to 2 clients at different ip's and on different ports 8080.

Thanks for any help!

That's fine, a single config file will work:
Code:
#common stuff
qaperiod=-1
download.threads = 4

#client specific stuff
[host]
webserver.port = 80
userdata = blah/blah/host
kodi.host = localhost

[client1]
webserver.port = 8080
userdata = blah/blah/client1
kodi.host = 192.168.0.10

[client2]
webserver.port = 8080
userdata = blah/blah/client2
kodi.host = 192.168.0.11
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
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 Milhouse - 2016-10-29, 05:26
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