f3lixding / dookie

A highly opinionated home automation server that I am writing for my own shitty little set up, hence the name.
0 stars 0 forks source link

[Feature] A job to recommend items to delete #7

Open f3lixding opened 10 months ago

f3lixding commented 10 months ago

We would eventually run out of space. We need a job to do the following: p

Some resources:

f3lixding commented 10 months ago

There are two categories of items: items that had been watched, items that not been watched.

For items that had been watched, we would mark it for deletion if the following are true:

For items that had not been watched, we would mark it for deletion if the following are true:

Threshold 2 is to be greater than threshold 1.

f3lixding commented 9 months ago

Also on the deletion front, it is complicated by the fact that we would need to do this for three possible locations:

It's quite cumbersome to do the deletion at each spot. The following alternatives might be better.

For manual deletions:

For auto deletions: