https://github.com/cbartondock/qualitycheckfork
Fork of Calibre's Quality Check Plugin
https://github.com/cbartondock/qualitycheckfork
calibre calibre-plugin
Last synced: 12 months ago
JSON representation
Fork of Calibre's Quality Check Plugin
- Host: GitHub
- URL: https://github.com/cbartondock/qualitycheckfork
- Owner: cbartondock
- Created: 2022-08-16T18:58:03.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-16T19:20:19.000Z (almost 4 years ago)
- Last Synced: 2025-06-04T12:44:00.379Z (about 1 year ago)
- Topics: calibre, calibre-plugin
- Language: Python
- Homepage:
- Size: 149 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.txt
Awesome Lists containing this project
README
# 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.