se1exin / Cleanarr

A simple UI to help find and delete duplicate and sample files from your Plex server
https://hub.docker.com/r/selexin/cleanarr
MIT License
218 stars 18 forks source link

Ignore Specific File/False Positive #47

Closed acharmedmatrix closed 2 years ago

acharmedmatrix commented 2 years ago

Great tool, but I've run into and issue where I have 50 false positives so the queue is jammed. Need to be able to mark as ignored or false positive otherwise I am now trapped at this part of the library.

Ahsome commented 2 years ago

@acharmedmatrix I've made some preliminary commits that have added this functionally. Give me a few days and I will upload all the code (it's already working currently, just some visual bugs)

EDIT: I noticed @se1exin that you wanted the application to be statelesss, however I don't think this is possible if we want a running tally of files ignored. Currently I've used SQlite to quickly store the media IDs to ignore, let me know if you'd prefer another method

se1exin commented 2 years ago

@Ahsome Thanks heaps for working on this! Yep the app has been stateless so-far, but I knew at some point some stateful storage would be required. Please proceed with adding SQLite :)

se1exin commented 2 years ago

Functionality to ignore content is now available in v2.1.0