stumpapp / stump

A free and open source comics, manga and digital book server with OPDS support (WIP)
https://stumpapp.dev
MIT License
863 stars 34 forks source link

[FEATURE] Clean Library / Clean on Scan #195

Open jacobkossman opened 8 months ago

jacobkossman commented 8 months ago

Is your feature request related to a problem? Please describe. Currently if you change a file (rename / move / delete) it will show the old file is missing but will not do anything about it even on scanning.

Describe the solution you'd like

This way users will have the ability to let Stump manage it for them, or just manually click the menu item to do it themselves occasionally.

aaronleopold commented 8 months ago

I've implemented the first functionality in the linked PR:

Have an additional menu item in the library options dropdown to "clean" a library

It won't exist in the dropdown menu you referenced, although it is very easy to add it there if that is the preference, rather I just placed a simple button in the management page for a library for now.

I'll leave this ticket open until I extend it to be an optional configuration for scans, but it will likely be after a few other items I want to tackle first 👍