Update README.md

This commit is contained in:
Milan Nikolic
2022-09-05 18:13:03 +02:00
parent a5e796d017
commit 1fdc1610f5

View File

@@ -18,17 +18,19 @@ It can convert comics to different formats to fit your various devices.
### Download ### Download
 - [Windows](https://github.com/gen2brain/cbconvert/releases/download/0.7.0/cbconvert-0.7.zip)  - [Windows](https://github.com/gen2brain/cbconvert/releases/download/0.7.0/cbconvert-0.7.0.zip)
 - [Linux](https://github.com/gen2brain/cbconvert/releases/download/0.7.0/cbconvert-0.7.tar.gz)  - [Linux](https://github.com/gen2brain/cbconvert/releases/download/0.7.0/cbconvert-0.7.0.tar.gz)
### Using cbconvert in file managers to generate FreeDesktop thumbnails ### Using cbconvert in file managers to generate FreeDesktop thumbnails
Copy cbconvert cli binary to your PATH and create file ~/.local/share/thumbnailers/cbconvert.thumbnailer : Copy cbconvert cli binary to your PATH and create file ~/.local/share/thumbnailers/cbconvert.thumbnailer :
   
    [Thumbnailer Entry] ```
    TryExec=cbconvert [Thumbnailer Entry]
    Exec=cbconvert thumbnail --quiet --width %s --outfile %o %i TryExec=cbconvert
    MimeType=application/pdf;application/x-pdf;image/pdf;application/x-cbz;application/x-cbr;application/x-cb7;application/x-cbt;application/epub+zip; Exec=cbconvert thumbnail --quiet --width %s --outfile %o %i
MimeType=application/pdf;application/x-pdf;image/pdf;application/x-cbz;application/x-cbr;application/x-cb7;application/x-cbt;application/epub+zip;
```
This is what it looks like in the PCManFM file manager: This is what it looks like in the PCManFM file manager: