MilhouseVH / texturecache.py

Utility script to manage the XBMC texture cache
http://forum.xbmc.org/showthread.php?tid=158373
GNU General Public License v2.0
181 stars 34 forks source link

"watched" doesn't work with any logical parameters #73

Closed simakuutio closed 10 months ago

simakuutio commented 10 months ago

I'm trying to do a backup of watched items (movies mostly) but no matter what, can't figure out which arguments are really expected.

./texturecache.py watched backup ??????

From source, I can see it expects 3rd parameter (length of 4 or 5 characters) but doesn't seem to be using it for anything logical. I tried "True" and "False" but didn't do anything, if I leave that 3rd parameter away, it throws exception.

simakuutio commented 10 months ago

Found accidentally correct parameters:

./texturecache.py watched movies backup filename.txt ./texturecache.py watched movies restore filename.txt