[RELEASE] Texture Cache Maintenance utility
(2017-05-06, 21:32)Milhouse Wrote: Regarding your first post, is your OSMC server using IP address 10.0.1.120? You'd only get that error if there is no JSON-RPC service listening on that IP address - if you've enabled this in Kodi (reboot for good measure, it might not always start when first enabled in the GUI) then double check you're using the correct IP address.

The error in your second post follows on the from the comment above... if you're sure kodi doesn't have a password configured in the GUI then double check you're connecting to the Kodi webserver on the correct IP address - you might be connecting to a different webserver entirely.

Thank you @Milhouse for your reply,

OSMC server is using 10.0.1.120 IP address indeed.
I got it 'working' by adding this in *.cfg file

Code:
webserver.port = 8080
webserver.username = osmc
webserver.password = osmc
So my .cfg file looks like this now:

Code:
webserver.port = 8080
webserver.username = osmc
webserver.password = osmc
# set a default section
section=server
cache.ignore.types=+^special://thumbnails
[server]
kodi.host=10.0.1.120
cache.ignore.types=+.*/animatedgifs/.*.gif$
#[bedroom]
#kodi.host=10.0.1.122
#cache.ignore.types=+.*/animatedgifs/.*.gif$
[TVroom]
kodi.host=10.0.1.121
# We want to ignore the animated GIFs made by Aeon MQ 7 skin

But now my client [TVroom] with IP address 10.0.1.121 doesn't have any of the posters or fanarts, none at all, but it does have the movie titles.
Is it because of this line in the *cfg file? :

Code:
cache.ignore.types=+^special://thumbnails

Thank you.
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 Simorgh - 2017-05-07, 22:42
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