Ubuntu – make nautilus show book covers as thumbnails for Epub files

ebooksnautilusnautilus-scriptscriptsthumbnails

The Problem

Can I make nautilus show thumbnails of book covers for files in .epub format?

It shows thumbnails for pdf files but not .epub. Is this achievable by adding a thumbnailer?

Each of these .epub files has a cover.jpeg file inside it.

Screenshot

Example Epub file (Google Drive)

Best Answer

No need to worry about scripts. do everything one by one

 sudo apt-get install python-pil

Now download this file from epub-thumbnailer GitHub page

now extract that file to a folder, and go into the extracted folder, Right click in empty space and select Open in Terminal and type the following command

sudo python install.py install
nautilus -q

now check your Epub files they should have thumbnails