[RELEASE] Texture Cache Maintenance utility
(2020-04-10, 21:05)DjDiabolik Wrote: Hi @Milhouse i don't know if i can ask to you and if your script can do somethings similar but i try anyway:

Can you script manage the already "Watched" database of kodi or the "Partial" watched ?? On currently kodi version it's possible to Reset the timing to resume a partial watched video (apparently it's a feature add on kodi 18.x)....... but how it's stored this database ? How it's works ? It's a database different for every device ?

Yes you can backup and restore watched state.

To backup:
text:

texturecache watched movies backup /tmp/movies.dat
texturecache watched tvshows backup /tmp/tvshows.dat

You can also specify the name of a media item to only backup that item (or matching items), eg:

text:

texturecache watched movies backup /tmp/movies.dat zombieland
to only backup the watched state of movies that include "zombieland" in the title.

And to restore all items in the specified file:
text:

texturecache watched movies restore /tmp/movies.dat
texturecache watched tvshows restore /tmp/tvshows.dat
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
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
RE: [RELEASE] Texture Cache Maintenance utility - by Milhouse - 2020-04-11, 01:00
Logout Mark Read Team Forum Stats Members Help
[RELEASE] Texture Cache Maintenance utility17