bbappserver / hydrus-userpatch

Community patches for Hydrus, a personal booru-style media tagger that can import files and tags from your hard drive and popular websites. Content can be shared with other users via user-run servers.
http://hydrusnetwork.github.io/hydrus/
Do What The F*ck You Want To Public License
0 stars 0 forks source link

Filter: Raise/Lower/Trash keep priority #47

Open bbappserver opened 5 years ago

bbappserver commented 5 years ago

Some files aren't necessarily good or bad. They might provide context to other files that are good even if they themselves are not particularly good. By assigning a number which gets progressively more negative, we can generate a total ordering of keep priority. If storage gets low we know we can delete items wit the lowest keep priority first.

Keep track of a small number (s8) of keep priority for every file. In the filter view have an p and down vote in addition to trash/archive. You might be able to morph the rating service into this.