Open cjil opened 2 days ago
Would sorting the list of comics by page, ascending, be sufficient to find comics with only a single page?
That does work, however due to the delay between selecting a checkbox and being able to select the next one, this is rather time consuming.
A filter allows to "select all" which does not have the same delay.
Alternatively, if the delay can be removed (I assume it is waiting for the ajax query response before allowing the next one to be selected) that would also assist.
Is your feature request related to a problem? Please describe. In my collection there are a number of single-page books (variant edition covers) which I do not want or need. Currently it is required to click the checkbox next to each issue which can be time consuming.
Describe the solution you'd like I would like to be able to filter to easily identify books with only 1 page so that they can be quickly and easily removed. A better solution would be to be able to merge the files so that the variant covers were within the main book as well.
Describe alternatives you've considered
I ran a manual SQL command to identify them all and mark them as deleted.
Then to delete the files, I set the SQL client to output to a file. Since I am using Postgres as my database server, the command is:
Select the filenames where the comic_state is 'DELETED'
I then edited this file to remove the header and footer so it only contained the filenames
I moved the file onto the Comixed app docker container, and executed the following command to delete the files from the system
Lastly, I removed the items that had been marked for deletion from within the Comixed app