cbartondock / QualityCheckFork

Fork of Calibre's Quality Check Plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fork of Quality Check Plugin

Motivation

This fork has an additional function which allows one to automatically fix the cases of filenames and foldernames on windows so that they match exactly with what is present in Calibre's database.

This isn't useful at all if you are only working with Windows, but if you would like to be able to copy/sync your library to a posix filesystem that is case sensitive then it is extremely important that the paths match what is in the Calibre database exactly.

Use

> Quality Check > Fix > Check and re-case book paths

The operation is idempotent, that is to say running it again will leave the library unchanged if no new files have been added.

⚠️⚠️ This operation is one way!

⚠️⚠️ We are changing file paths here. Use at your own risk, back up your library first.

About

Fork of Calibre's Quality Check Plugin


Languages

Language:Python 68.2%Language:HTML 31.8%