An open API service indexing awesome lists of open source software.

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.

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 :)