View Single Post
Old 02-02-2022, 05:24 AM   #16
glenm
Member
glenm began at the beginning.
 
glenm's Avatar
 
Posts: 19
Karma: 10
Join Date: Jul 2011
Location: Adelaide Australia
Device: Windows
Finding Missing EBook files

I've written a small utility in C# that will analyze a Caliber Library and list all the books that are in the Caliber metadata database but do not exist on disc.

The source can be found here - https://github.com/glenm80/CaliberMissing

It's written in C# using Visual Studio 2022 Community and the only dependency is on SQLite Core which is obtained from NuGet

The list of books can be exported to a text/csv by Right Clicking the list and exporting the data.

I will put a more comprehensive post in the Related Tools area of this forum.

Edit: Corrected spelling

Last edited by glenm; 02-02-2022 at 05:26 AM.
glenm is offline   Reply With Quote