altescy / bookshelf

📓 Ebook management system with S3 compatible storage which provides OPDS feed.
https://hub.docker.com/r/altescy/bookshelf
MIT License
49 stars 4 forks source link

Deduplication #9

Open ckuethe opened 3 years ago

ckuethe commented 3 years ago
sqlite> select count(distinct isbn) from books;
1525
sqlite> select count(*) from books;
7031

It would be great to have some support for removing duplicates based on ISBN or file hash; my library is served from a NAS that has lots of links.