2018-12-01, 10:58
Is there anything special that needs to be done if using a central MYSQL server? I run the script with mostly defaults and when cache moveis I get errors such as..
Environment info:
MYSQL DB (same machine as Kodi and the script)
Windows 10
My texturecache config is this...
xbmc.host = localhost
webserver.port = 8080
webserver.username = xxxx
webserver.password = xxxx
download.threads = 40
allow.recacheall=yes
logfile = c:\temp\texturecache.log
ran .\texturecache.py c movies
then every movies has an error similar to
2018-12-01 08:44:01.634171:MainThread: ERROR ITEM: {4, "movies", "poster", "Zero Dark Thirty", None, None, "C:\Upload\xbmc_videodb_2015-11-22\movies\Zero_Dark_Thirty_2012-poster.jpg", 0, None, 471, False}
I don't know why it has "C:\Upload\xbmc_videodb_2015-11-22" in the path?
Environment info:
MYSQL DB (same machine as Kodi and the script)
Windows 10
My texturecache config is this...
xbmc.host = localhost
webserver.port = 8080
webserver.username = xxxx
webserver.password = xxxx
download.threads = 40
allow.recacheall=yes
logfile = c:\temp\texturecache.log
ran .\texturecache.py c movies
then every movies has an error similar to
2018-12-01 08:44:01.634171:MainThread: ERROR ITEM: {4, "movies", "poster", "Zero Dark Thirty", None, None, "C:\Upload\xbmc_videodb_2015-11-22\movies\Zero_Dark_Thirty_2012-poster.jpg", 0, None, 471, False}
I don't know why it has "C:\Upload\xbmc_videodb_2015-11-22" in the path?