|
|
#1 |
|
Junior Member
![]() Posts: 1
Karma: 10
Join Date: Jun 2026
Device: Kindle
|
Update Tags through import
After downloading a CSV file and running it through ChatGPT I have realised I have a considerable amount of books without Tags.
I have had ChatGPT update the Tags against my book and export it to a an updated SS to achieve 100% Tags. The recommended approach is below and I am wondering before I do this (if I can work that out), what is everyones / anyones thoughts How to import back into Calibre Calibre’s command line tool calibredb set_metadata can update individual metadata fields by book ID, including tags using the format --field tags:tag1,tag2. The Calibre documentation also supports specifying a library path where needed. Recommended dry run first: python3 apply_calibre_tags.py --csv Calibre_Tag_Updates_approved_only.csv --library-path "/path/to/Calibre Library" Then apply: python3 apply_calibre_tags.py --csv Calibre_Tag_Updates_approved_only.csv --library-path "/path/to/Calibre Library" --apply This script replaces the Calibre tags field for each selected book ID. Back up your Calibre library before running it. |
|
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Import Author And Title From Filename & Import Other Tags And Cover From File | DazJWood | Library Management | 25 | 10-06-2021 10:18 AM |
| Import tags? | beckyt | Library Management | 1 | 09-26-2015 01:31 PM |
| Calibre Companion Import and Tags | wayhop | Devices | 4 | 11-15-2012 09:59 PM |
| Import MetaData an Tags | adrian142 | Library Management | 0 | 04-03-2012 11:40 AM |
| Tags import problem | femto | Calibre | 10 | 04-22-2009 04:39 AM |