Feature Requests - clear-cache (lite)

All your suggestions, requests and ideas for future development
Post Reply
kim
Power User
Posts: 1251
Joined: 15 May 2014, 16:17

Feature Requests - clear-cache (lite)

Post by kim »

now if you use

Code: Select all

filebot -clear-cache
it will delete all files in cache

Can you make a "lite" or specific clear cache ?
e.g. only delete themoviedb files or all files NOT from your server

Why ?
let's say you already have the movie info in cache and you update the info on themoviedb, but to get that new info you need to clear ALL files. This way less download from your server and better service to the user, it's a win win ;)
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Feature Requests - clear-cache (lite)

Post by rednoah »

Few people would make use of that feature, plus you can already easily delete individual cache files.

e.g.

Code: Select all

rm $FILEBOT_APP_DATA/cache/0/themoviedb_*
:idea: Please read the FAQ and How to Request Help.
Post Reply