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

How to re-cache single channel pvr artwork? #61

Open ParadiseStudios opened 4 years ago

ParadiseStudios commented 4 years ago

I had to run ./texturecache.py C pvr.tv and update all the channels but would rather be able to do ./texturecache.py C pvr.tv "filterCriteria" re-caching a single channel instead of all channels artwork/icons.

In the log file from ./texturecache.py jd pvr.tv @logfile=channels.log @logfile.verbose=yes I have "channel":"CBS","channelid":118 which do not work for filters.

Using s to search the database does not return anything for channels in any way that I have tried and ./texturecache.py s pvr.tv doesn't do anything either.

Can anyone help me figure this out, I am sure I am overlooking something obvious.