• 1
  • 194
  • 195
  • 196
  • 197
  • 198(current)
[RELEASE] Texture Cache Maintenance utility
(2025-01-03, 16:24)rainman74 Wrote:
(2025-01-03, 15:51)Kupo91 Wrote: Hi, I need some help here. I'm trying to recache my artworks, but if I run the script it looks like my argument is ignored:

Image
To make sure that something is wrong with your Python installation, please use the embedded EXE version:
https://forum.kodi.tv/showthread.php?tid...pid3184117

Hi, I unpacked the archive from your link, added the path to my userdata folder in the config file and then ran the exe file in this folder. The cmd window opened for like half a second but then closed immediately.
Reply
(2025-01-03, 17:27)Kupo91 Wrote:
(2025-01-03, 16:24)rainman74 Wrote:
(2025-01-03, 15:51)Kupo91 Wrote: Hi, I need some help here. I'm trying to recache my artworks, but if I run the script it looks like my argument is ignored:
To make sure that something is wrong with your Python installation, please use the embedded EXE version:
https://forum.kodi.tv/showthread.php?tid...pid3184117

Hi, I unpacked the archive from your link, added the path to my userdata folder in the config file and then ran the exe file in this folder. The cmd window opened for like half a second but then closed immediately.

Code:
texturecache.exe c @profile.name=YOURPROFILENAME @config=.\texturecache.cfg

And it's best to read the instructions first:
https://forum.kodi.tv/showthread.php?tid=158373
Reply
(2025-01-03, 18:01)rainman74 Wrote:
(2025-01-03, 17:27)Kupo91 Wrote:
(2025-01-03, 16:24)rainman74 Wrote: To make sure that something is wrong with your Python installation, please use the embedded EXE version:
https://forum.kodi.tv/showthread.php?tid...pid3184117

Hi, I unpacked the archive from your link, added the path to my userdata folder in the config file and then ran the exe file in this folder. The cmd window opened for like half a second but then closed immediately.

Code:
texturecache.exe c @profile.name=YOURPROFILENAME @config=.\texturecache.cfg

And it's best to read the instructions first:
https://forum.kodi.tv/showthread.php?tid=158373

Where do I find my profile name? I never messed with profiles, so it should be the default one
Reply
then only use:

Code:
texturecache.exe c @config=.\texturecache.cfg
Reply
(2025-01-03, 19:02)rainman74 Wrote: then only use:

Code:
texturecache.exe c @config=.\texturecache.cfg

Image

This is my config file:
Quote:##
## THIS IS JUST A SAMPLE CONFIGURATION FILE
##
## All of the following lines are comments.
##
## Remove the # at the beginning of a line
## to make that property "active".
##
## Add extra properties to the end of the file.
##
## Don't specify properties unless you want or
## need to override the default value.
##

userdata = C:\Users\Jan-N\AppData\Roaming\Kodi\userdata\

#userdata = ~/.xbmc/userdata/
#dbfile = Database/Textures13.db
#thumbnails = Thumbnails/
#xbmc.host = localhost
#webserver.port = 8080
#rpc.port = 9090
#download.threads = 2
#extrajson.albums  =
#extrajson.artists =
#extrajson.songs   =
#extrajson.movies  =
#extrajson.sets    =
#extrajson.tvshows.tvshow =
#extrajson.tvshows.season =
#extrajson.tvshows.episode=
#qaperiod = 30
#qa.file = no
#cache.castthumb = no
#logfile =
#logfile.verbose = no
#network.mac = aa:bb:cc:dd:ee:ff

 
Reply
(2025-01-03, 20:43)Kupo91 Wrote:
(2025-01-03, 19:02)rainman74 Wrote: then only use:

Code:
texturecache.exe c @config=.\texturecache.cfg

Image

This is my config file:
Quote:##
## THIS IS JUST A SAMPLE CONFIGURATION FILE
##
## All of the following lines are comments.
##
## Remove the # at the beginning of a line
## to make that property "active".
##
## Add extra properties to the end of the file.
##
## Don't specify properties unless you want or
## need to override the default value.
##

userdata = C:\Users\Jan-N\AppData\Roaming\Kodi\userdata\

#userdata = ~/.xbmc/userdata/
#dbfile = Database/Textures13.db
#thumbnails = Thumbnails/
#xbmc.host = localhost
#webserver.port = 8080
#rpc.port = 9090
#download.threads = 2
#extrajson.albums  =
#extrajson.artists =
#extrajson.songs   =
#extrajson.movies  =
#extrajson.sets    =
#extrajson.tvshows.tvshow =
#extrajson.tvshows.season =
#extrajson.tvshows.episode=
#qaperiod = 30
#qa.file = no
#cache.castthumb = no
#logfile =
#logfile.verbose = no
#network.mac = aa:bb:cc:dd:ee:ff
Your web server in Kodi is not activated and probably not the RPC server either. READ THE INSTRUCTIONS!
Reply
(2025-01-03, 20:48)rainman74 Wrote:
(2025-01-03, 20:43)Kupo91 Wrote:
(2025-01-03, 19:02)rainman74 Wrote: then only use:

Code:
texturecache.exe c @config=.\texturecache.cfg

Image

This is my config file:
Quote:##
## THIS IS JUST A SAMPLE CONFIGURATION FILE
##
## All of the following lines are comments.
##
## Remove the # at the beginning of a line
## to make that property "active".
##
## Add extra properties to the end of the file.
##
## Don't specify properties unless you want or
## need to override the default value.
##

userdata = C:\Users\Jan-N\AppData\Roaming\Kodi\userdata\

#userdata = ~/.xbmc/userdata/
#dbfile = Database/Textures13.db
#thumbnails = Thumbnails/
#xbmc.host = localhost
#webserver.port = 8080
#rpc.port = 9090
#download.threads = 2
#extrajson.albums  =
#extrajson.artists =
#extrajson.songs   =
#extrajson.movies  =
#extrajson.sets    =
#extrajson.tvshows.tvshow =
#extrajson.tvshows.season =
#extrajson.tvshows.episode=
#qaperiod = 30
#qa.file = no
#cache.castthumb = no
#logfile =
#logfile.verbose = no
#network.mac = aa:bb:cc:dd:ee:ff
Your web server in Kodi is not activated and probably not the RPC server either. READ THE INSTRUCTIONS!

I have read the instructions. You are free to show me a screenshot about the part about the "RPC server" (whatever this is).
Reply
  • 1
  • 194
  • 195
  • 196
  • 197
  • 198(current)

Logout Mark Read Team Forum Stats Members Help
[RELEASE] Texture Cache Maintenance utility17