Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 05-24-2016, 02:37 PM   #1
KimbreLee
Junior Member
KimbreLee began at the beginning.
 
Posts: 2
Karma: 10
Join Date: May 2016
Device: PC
Question Can I print a list of tags and custom columns created in Calibre?

I need to present a list of all the tags that have been created when uploading files. I would like to also see a list of the custom columns I have created. Anyway to print these lists?
KimbreLee is offline   Reply With Quote
Old 05-26-2016, 01:09 PM   #2
DaltonST
Deviser
DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.
 
DaltonST's Avatar
 
Posts: 2,265
Karma: 2090983
Join Date: Aug 2013
Location: Texas
Device: none
Quote:
Originally Posted by KimbreLee View Post
I need to present a list of all the tags that have been created when uploading files. I would like to also see a list of the custom columns I have created. Anyway to print these lists?
For the list of all Tags (or other columns, standard or custom), along with the number of books that use each one, see: https://www.mobileread.com/forums/sho...9&postcount=25

As for the Custom Columns, the simplest way is to make a screenprint of the >Preferences>Add your own columns option in Calibre.

The harder way is to use a SQLite database browser to browse table custom_columns, export the data, and print it. An end-user tool for doing browsing is: http://sqlitebrowser.org/



DaltonST
DaltonST is offline   Reply With Quote
Advert
Old 05-26-2016, 03:10 PM   #3
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: 29,779
Karma: 54830978
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
another place for 'Custom' stuff is the db_prefs_backup.json file

Many of the rules are in clear text

Tags: I think a sqlite dump is probably a simple way. Not sure what you get from this as tags does not link TO their usage (Books link to tags)
theducks is offline   Reply With Quote
Old 05-26-2016, 05:02 PM   #4
KimbreLee
Junior Member
KimbreLee began at the beginning.
 
Posts: 2
Karma: 10
Join Date: May 2016
Device: PC
You guys are talking way over my head. I have no clue what to do with the link Dalton provided. Anyway you can dumb it down?
KimbreLee is offline   Reply With Quote
Old 05-26-2016, 05:29 PM   #5
DaltonST
Deviser
DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.
 
DaltonST's Avatar
 
Posts: 2,265
Karma: 2090983
Join Date: Aug 2013
Location: Texas
Device: none
Quote:
Originally Posted by KimbreLee View Post
You guys are talking way over my head. I have no clue what to do with the link Dalton provided. Anyway you can dumb it down?
@KimbreLee:

The link is to a Job Spy example of one of its 19 GUI Tools that will do what you want to do.

If you install the plug-in Job Spy from the "Plug-in Updater" icon in Calibre, and then if you click the "Visualize Metadata" menu item underneath the Job Spy (JS+) icon on your toolbar, you will get what the example shown in the link shows you.

DaltonST
DaltonST is offline   Reply With Quote
Advert
Old 03-11-2019, 07:44 PM   #6
meghane_e
Connoisseur
meghane_e began at the beginning.
 
Posts: 73
Karma: 10
Join Date: Sep 2016
Device: Kindle
As an update, this thread info is still correct.
For complete newbies to JS+ needing to print tags or other columns:
(0. Install JS+ plugin)
1. On the opening menu dialog, go to"GUI Tools that are related to Metadata"
2. Towards the very bottom of the menu, select "Visualize Metadata"
3. A second dialog box with a nice simple layout comes up that allows
you to select various columns.
Good luck!

Last edited by meghane_e; 03-11-2019 at 07:45 PM. Reason: missed line
meghane_e is offline   Reply With Quote
Old 03-11-2019, 08:08 PM   #7
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: 20,550
Karma: 26954694
Join Date: Mar 2012
Location: Sydney Australia
Device: none
The calibredb command has sub commands to list custom columns and categories (tags)

Can't recall what properties they list, don't forget that custom columns and categories are stored for each library so you might need to use the --with-library option.

BR
BetterRed is online now   Reply With Quote
Old 03-15-2019, 04:07 PM   #8
meghane_e
Connoisseur
meghane_e began at the beginning.
 
Posts: 73
Karma: 10
Join Date: Sep 2016
Device: Kindle
I used calibredb list -f *genre > "genre_list.txt". The files have a line for each book showing id+buffer+genre. The (id+buffer) was 5 spaces for me but would vary per library.

I ended up writing a python script to strip the id+buffer and and print a comma-separated list of all genres plus an additional comma-separated list with each genre in quotes for use in Calibre template code (might as well).

ex.
List 1: Adventure, Fantasy, Mystery, Romance, Science Fiction
List 2: "Adventure", "Fantasy", "Mystery", "Romance", "Science Fiction"

Happy to share it, although my coding is clunky.

Last edited by meghane_e; 03-15-2019 at 04:07 PM. Reason: verb tense
meghane_e is offline   Reply With Quote
Reply

Tags
columns list, custom columns, print list, tags list


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
custom columns from only certain tags areyou Library Management 2 12-15-2012 05:33 AM
Custom columns vs tags Artha Calibre 3 11-22-2011 09:25 AM
using templates/pyhon and custom columns to extract specific data from tags smoothrolla Library Management 6 11-10-2011 05:12 PM
Custom columns in left list Andrew M Library Management 5 09-18-2011 04:01 AM
Patch: Calibre adds tags to identify ebook formats created by calibre. siebert Calibre 1 07-18-2011 02:07 PM


All times are GMT -4. The time now is 05:51 AM.


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