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.
Example Epub file (Google Drive)
No need to worry about scripts. do everything one by one
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
now check your Epub files they should have thumbnails
It works like a charm in Ubuntu 22.04.01
Step by step instructions
git clone https://github.com/marianosimone/epub-thumbnailer.git
cd epub-thumbnailer/
pip install Pillow
sudo python3 install.py install
rm -rf ~/.cache/thumbnails