Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 07-22-2022, 11:18 AM   #1
silatiw
Member
silatiw began at the beginning.
 
Posts: 18
Karma: 10
Join Date: Oct 2021
Location: Poland
Device: PocketBook Touch 622
Book catalog without thumbnail covers

Can I create a catalog with descriptions but no thumb covers?
Tried setting thumb width = 0, impossible
I tried calibredb.exe but did not find the correct parameter.
Maybe you know some way?
silatiw is offline   Reply With Quote
Old 07-22-2022, 11:30 AM   #2
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,054
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by silatiw View Post
Can I create a catalog with descriptions but no thumb covers?
Tried setting thumb width = 0, impossible
I tried calibredb.exe but did not find the correct parameter.
Maybe you know some way?
Try the Commandline: calibredb -list
Review the help for the options to use
theducks is online now   Reply With Quote
Advert
Old 07-22-2022, 04:02 PM   #3
silatiw
Member
silatiw began at the beginning.
 
Posts: 18
Karma: 10
Join Date: Oct 2021
Location: Poland
Device: PocketBook Touch 622
I have looked at 'calibredb --list' and 'calibredb catalog --help'. Unfortunately, I can't find myself. I wanted to make a catalog:

calibredb.exe catalog listebooks.epub --with-library "D: \ Books \ e-Books \ New books" --generate-authors --generate-descriptions -- ???

I do not know what to add, so that the catalog does not contain a cover thumbs.
Will you help?
Sorry for my English

Last edited by silatiw; 07-22-2022 at 04:16 PM.
silatiw is offline   Reply With Quote
Old 07-22-2022, 04:47 PM   #4
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,054
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
There are a few Polish speakers that frequent here. They may step in (please)

I think you do NOT want to use --catalog. It has thumbnails ALWAYS

--list
--fields (to include)
--sort (how sorted)

You direct the result into a file (foo.CSV)

Code:
calibredb list --with-library "C:\Users\BigHD\Public2\MainLib" -f title,authors > foo.csv
theducks is online now   Reply With Quote
Old 07-22-2022, 05:12 PM   #5
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,447
Karma: 8012886
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
I think the OP should create a CSV catalog using a command like
Code:
calibredb catalog foo.csv --fields=title,comments
then use a spreadsheet program to format the file. This isn't something I ever do (or want to do) so I can't provide more assistance beyond saying that the above command does generate a valid CSV with quoted fields.
chaley is offline   Reply With Quote
Advert
Old 07-22-2022, 06:36 PM   #6
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,725
Karma: 29711016
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by chaley View Post
I think the OP should create a CSV catalog using a command like
Code:
calibredb catalog foo.csv --fields=title,comments
then use a spreadsheet program to format the file. This isn't something I ever do (or want to do) so I can't provide more assistance beyond saying that the above command does generate a valid CSV with quoted fields.
I sometimes create CSVs from the Generate Catalog GUI tool, which I then open with nirsoft's CSVFileView, it can do basic table functions (move, sort columns etc) and save the loaded CSV to HTML.

BR
BetterRed is offline   Reply With Quote
Old 07-23-2022, 03:50 AM   #7
silatiw
Member
silatiw began at the beginning.
 
Posts: 18
Karma: 10
Join Date: Oct 2021
Location: Poland
Device: PocketBook Touch 622
Thank you very much for help.
My idea was to create an .epub file without thumbnails, but thanks to you I found out that it is unfortunately impossible.
silatiw is offline   Reply With Quote
Old 07-23-2022, 04:08 AM   #8
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,447
Karma: 8012886
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by BetterRed View Post
I sometimes create CSVs from the Generate Catalog GUI tool, which I then open with nirsoft's CSVFileView, it can do basic table functions (move, sort columns etc) and save the loaded CSV to HTML.

BR
This worked well. I created a CSV with title & comments, added it to CSVFileView, turned on "Allow multi-line", then saved it in HTML vertical format. I then added the HTML file to calibre and converted it to EPUB. Voila -- a nicely formatted list of books.
chaley is offline   Reply With Quote
Old 07-24-2022, 03:00 AM   #9
Katja_hbg
Groupie
Katja_hbg can grok the meaning of the universe.Katja_hbg can grok the meaning of the universe.Katja_hbg can grok the meaning of the universe.Katja_hbg can grok the meaning of the universe.Katja_hbg can grok the meaning of the universe.Katja_hbg can grok the meaning of the universe.Katja_hbg can grok the meaning of the universe.Katja_hbg can grok the meaning of the universe.Katja_hbg can grok the meaning of the universe.Katja_hbg can grok the meaning of the universe.Katja_hbg can grok the meaning of the universe.
 
Posts: 183
Karma: 158116
Join Date: Oct 2015
Device: Kobo Glo HD (landscape), Kobo Aura One
Quote:
Originally Posted by silatiw View Post
My idea was to create an .epub file without thumbnails, but thanks to you I found out that it is unfortunately impossible.
When you chpose «description», the image will be added. .... But ...
For that kind of catalog there is a template which can be adjusted. I do it, to get one book per page. You should be able to delete the image from the template.
https://www.mobileread.com/forums/sh...d.php?t=118556
Katja_hbg is offline   Reply With Quote
Old 07-24-2022, 04:49 AM   #10
silatiw
Member
silatiw began at the beginning.
 
Posts: 18
Karma: 10
Join Date: Oct 2021
Location: Poland
Device: PocketBook Touch 622
Quote:
Originally Posted by Katja_hbg View Post
When you chpose «description», the image will be added. .... But ...
For that kind of catalog there is a template which can be adjusted. I do it, to get one book per page. You should be able to delete the image from the template.
https://www.mobileread.com/forums/sh...d.php?t=118556
I missed this information
I created a catalog in an .epub file with no thumbnails
By editing the files (.css, .xhtml), you can create your own catalog view in the .epub file
MobileRead is great.
Katja_hgb thank you very much.
silatiw is offline   Reply With Quote
Old 01-14-2025, 05:02 PM   #11
Readirect
Zealot
Readirect can self-interpret dreams as they happen.Readirect can self-interpret dreams as they happen.Readirect can self-interpret dreams as they happen.Readirect can self-interpret dreams as they happen.Readirect can self-interpret dreams as they happen.Readirect can self-interpret dreams as they happen.Readirect can self-interpret dreams as they happen.Readirect can self-interpret dreams as they happen.Readirect can self-interpret dreams as they happen.Readirect can self-interpret dreams as they happen.Readirect can self-interpret dreams as they happen.
 
Posts: 134
Karma: 20456
Join Date: Apr 2014
Device: KPW1
There are two work-arounds: IF your library catalog is NOT huge THEN you can simply edit the (.epub or .azw3) catalog (select the catalog then press the t key. A window will open with the contents of the file organized into folders. Scroll down to images and delete every image in the file.

Editing works fine for modest-sized libraries but once the file > than (about) 100 mb's, Calibre becomes glacially slow at editing it.

The OTHER alternative is based upon the concept that a .epub file is actually just a .zip file. So you can change the catalog's .epub extension to .zip and extract it to a new folder. Among the extracted contents will be a folder called images. Delete its contents, rezip everything else (including the empty images folder) and change the .zip extension back to .epub, Use Calibre to convert that .epub into your e-reader's format of choice.

This is a very simple process but it takes a very long time and it would be nice if Calibre added the ability to disable images in the catalog. As I've requested. Multiple times over the years. So far, no joy.
Readirect is offline   Reply With Quote
Old 01-14-2025, 07:10 PM   #12
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,725
Karma: 29711016
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by Readirect View Post
. . . it would be nice if Calibre added the ability to disable images in the catalog. As I've requested. Multiple times over the years. So far, no joy.
The solution is provided in posts 6 & 8 of this thread. Discovered by me, verified by chaley.

BR
BetterRed is offline   Reply With Quote
Old 01-15-2025, 09:32 AM   #13
thiago.eec
Wizard
thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.
 
Posts: 1,211
Karma: 1419583
Join Date: Dec 2016
Location: Goiânia - Brazil
Device: iPad, Kindle Paperwhite, Kindle Oasis
I think @Katja_hgb provided the best solution if you want an EPUB.
All you need to do is to delete the line below in the 'template.xhtml':
Code:
<td class="thumbnail" rowspan="10">{thumb}</td>
thiago.eec is offline   Reply With Quote
Old 01-15-2025, 12:24 PM   #14
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,054
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Copy the file from here
C:\Program Files\Calibre2\app\resources\catalog
and place it into the same Relative PATH in the configuration folder.
(eg C:\Users\thedu\AppData\Roaming\calibre\resources\c atalog )
You may need to make the catalog folder

That is the one you change because Calibre Updates do not change this OVERRIDE
This is a Normal method for Customizing Calibre.
But note: Updates that affect the main version will not propagate to here. That is on You the adjust those as needed (again )
theducks is online now   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Catalog Thumbnail width tranquilo2 Library Management 4 08-21-2020 10:38 AM
Getting thumbnail covers on Sony Afrosheen Devices 14 11-30-2012 11:36 AM
Epub Cover, Thumbnail Covers, cropping off uieluck ePub 7 08-07-2012 03:55 PM
Since 0.8.50: No thumbnail covers on Kindle Touch bouvin Calibre 0 05-08-2012 03:11 PM
size of thumbnail covers on ibooks bookshelf? hapax legomenon ePub 1 04-05-2010 01:27 PM


All times are GMT -4. The time now is 12:45 PM.


MobileRead.com is a privately owned, operated and funded community.