Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 11-13-2019, 05:24 PM   #1
Rellwood
Library Breeder (She/Her)
Rellwood ought to be getting tired of karma fortunes by now.Rellwood ought to be getting tired of karma fortunes by now.Rellwood ought to be getting tired of karma fortunes by now.Rellwood ought to be getting tired of karma fortunes by now.Rellwood ought to be getting tired of karma fortunes by now.Rellwood ought to be getting tired of karma fortunes by now.Rellwood ought to be getting tired of karma fortunes by now.Rellwood ought to be getting tired of karma fortunes by now.Rellwood ought to be getting tired of karma fortunes by now.Rellwood ought to be getting tired of karma fortunes by now.Rellwood ought to be getting tired of karma fortunes by now.
 
Rellwood's Avatar
 
Posts: 1,262
Karma: 1937891
Join Date: Apr 2015
Location: Fullerton, California
Device: Paperwhite 2015 (2), PW 2024 (12 GEN), PW 2023 (11 GEN), Scribe (1st)
Copy manage tags matrix to clipboard

Is there a way to copy the matrix for the manage tags editor? Would like to have the values exported to .csv. The .db file only shows the id's and not the number of times the tag is used. I have a custom column for the ENF plugin which is comma separated containing some 5000 total words that I need to weed down.
Rellwood is offline   Reply With Quote
Old 11-14-2019, 09:52 AM   #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 Rellwood View Post
Is there a way to copy the matrix for the manage tags editor? Would like to have the values exported to .csv. The .db file only shows the id's and not the number of times the tag is used. I have a custom column for the ENF plugin which is comma separated containing some 5000 total words that I need to weed down.

This SQL run in DB Browser for SQLite or whatever tool you are using to peruse metadata.db can be used to create a spreadsheet file.


Code:
SELECT book,name FROM books_tags_link,tags WHERE books_tags_link.tag = tags.id  ORDER BY name,book
book name

26720 Action & Adventure


The spreadsheet application should be able to easily create a summarized matrix based on Tag Name.


Or, create the list already summarized via:


Code:
SELECT name,count(*) FROM books_tags_link,tags WHERE books_tags_link.tag = tags.id  GROUP BY name
Action & Adventure 2




DaltonST


n.b. I added new comments to my answer to your CALM question from yesterday.

Last edited by DaltonST; 11-14-2019 at 10:06 AM.
DaltonST is offline   Reply With Quote
Advert
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Category Editor (Tags) - Manage Tags Pachuqismo Library Management 5 03-10-2021 02:19 PM
Copy Metadata to Clipboard EmilThelonius Library Management 7 10-15-2016 07:36 AM
Manage Tags Rellwood Library Management 1 07-27-2016 06:29 PM
copy text to computer clipboard alansplace Editor 13 02-03-2014 11:35 AM
copy to clipboard in browser? RAH Nook Color & Nook Tablet 1 04-28-2011 07:37 AM


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


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