https://github.com/mjaroslav/fb2thumbnailer
Simple Caja/Nautilus FB2 thumbnailer.
https://github.com/mjaroslav/fb2thumbnailer
Last synced: about 2 months ago
JSON representation
Simple Caja/Nautilus FB2 thumbnailer.
- Host: GitHub
- URL: https://github.com/mjaroslav/fb2thumbnailer
- Owner: MJaroslav
- License: wtfpl
- Created: 2024-01-30T22:11:52.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-31T08:33:55.000Z (about 1 year ago)
- Last Synced: 2025-01-14T05:47:32.693Z (3 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fb2thumbnailer
Simple Caja/Nautilus thumbnailer. It's fully rewrite of [VitaD/fb2info](https://github.com/VitalD/fb2info) for Python 3
## How to use
### Requirements
- Globally installed:
- PIL
- bs4### Installation
1. Copy [fb2thumbnailer.thumbnailer](fb2thumbnailer.thumbnailer) to `/usr/share/thumbnailers/`.
2. Copy [fb2thumbnailer](fb2thumbnailer) to `/usr/local/bin`.
3. (Optionally) Clear thumbnails cache.
4. Restart your file manager.For 1 and 2 you can clone this repository and run [INSTALL.sh](INSTALL.sh) from repository root.
## Post Scriptum
Feel free to correct typos and errors in the text or code :)