https://github.com/skx/calibre-plugins
A small collection of calibre-plugins.
https://github.com/skx/calibre-plugins
Last synced: 9 months ago
JSON representation
A small collection of calibre-plugins.
- Host: GitHub
- URL: https://github.com/skx/calibre-plugins
- Owner: skx
- Created: 2014-09-20T13:35:27.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-26T07:19:12.000Z (over 11 years ago)
- Last Synced: 2025-02-09T16:43:14.174Z (11 months ago)
- Language: Python
- Size: 113 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Calibre Plugins
---------------
This repository is designed to contain plugins for the [Calibre Ebook management](http://calibre-ebook.com/) application.
Currently there is only a single plugin, ResetRating.
ResetRating
-----------
This plugin is designed to set the "Rating" field to zero when a new book is imported to your collection.
I don't often get books from other people, but when I do I regard it as a bug that ratings are imported along with the new book(s).
Clearly a rating is specific to an individual, rather than a book. What I like to read you might hate, and vice-versa.
On that basis this plugin unilaterally sets the rating field to 0 for newly imported books.
There are two ways to install this plugin, the first being via the command-line:
cd ./ResetRating
calibre-customize -b .
The second way being via the Calibre GUI:
* Click on "Preferences".
* Click on "Plugins".
* Click "Load plugin-from file".
* Select "`ResetRating/ResetRating.zip`".