Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/idealist1508/Recoll-Full-Text-Search-For-Calibre
Recoll Full Text Search Plugin for Calibre
https://github.com/idealist1508/Recoll-Full-Text-Search-For-Calibre
Last synced: 3 months ago
JSON representation
Recoll Full Text Search Plugin for Calibre
- Host: GitHub
- URL: https://github.com/idealist1508/Recoll-Full-Text-Search-For-Calibre
- Owner: idealist1508
- Created: 2016-08-05T07:12:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-17T06:38:05.000Z (over 3 years ago)
- Last Synced: 2024-07-14T12:39:13.330Z (4 months ago)
- Language: Python
- Size: 2.87 MB
- Stars: 24
- Watchers: 3
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - idealist1508/Recoll-Full-Text-Search-For-Calibre - Recoll Full Text Search Plugin for Calibre (others)
README
#Recoll Full Text Search Plugin
Created by [Stanislav Kazmin (April 2013)](http://www.mobileread.com/forums/showthread.php?t=211137)
Modified by idealist1508 (Aug 2016)
This Plugin uses [Recoll](http://www.lesbonscomptes.com/recoll/) as a backend program to do a full text search inside the whole library and then display the matches in [calibre](http://calibre-ebook.com/).
It is build very simple and has only a few self explaining features.
# Install
Steps to get this plugin working:
1. install thins plugin as a usual on in calibre
3. install recoll on you system
4. copy the directory "recollFullTextSearchPlugin" from the zip file to the calibre config plugins directory (usually on unix systems: $HOME/.config/calibre/plugins, on windows %appdata%\calibre\plugins)
5. When you start calibre, a new icon for the plugin can be seen in the panel
6. before use the the plugin for the first time, make sure the paths for the plugin are set right (check out plugins preferences for do so)
7. Make create a database for recoll using the button in the plugin (can take a lot of time for the first time)
8. Thats it# Changlog since 1.0.0
## 1.0.3
- Update to work with python3
## 1.0.2
- Works on windows
- custom column is not necessary
- only unique books are shown
- Maximum number of Books is limited to 400 due to maximum recursion depth exceeded in the search interface## 1.0.1
- changed search window to have a list of last searches
- new about window
- new message when updating the recoll library