![]() |
#1 |
Groupie
![]() ![]() ![]() Posts: 190
Karma: 220
Join Date: Aug 2007
Location: Moscow, ID
Device: iPhone 11 (Kindle app & iBooks)
|
"ebook-convert" command-line metadata add DOI
I'm using calibre's command-line "ebook-convert" with various tags to add metadata to my epubs; ie, this works great:
Code:
ebook-convert Ivanov2025.epub Ivanov2025-metafy.epub --tags new --publisher "Icarus" --pubdate "15 March 2025" Code:
ebook-convert Ivanov2025.epub Ivanov2025-metafy.epub --tags new --publisher "Icarus" --pubdate "15 March 2025" --isbn "10.1016/j.icarus.2024.116404" I suppose: I'm asking for --doi to be added to the ebook-convert metadata options! Any chance of this? Or any way I can fudge it in a shell or python script? Thanks! |
![]() |
![]() |
![]() |
#2 |
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 12,389
Karma: 8012652
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
|
Use ebook-meta after or instead of ebook-convert.
|
![]() |
![]() |
Advert | |
|
![]() |
#3 |
Groupie
![]() ![]() ![]() Posts: 190
Karma: 220
Join Date: Aug 2007
Location: Moscow, ID
Device: iPhone 11 (Kindle app & iBooks)
|
Ha, that works perfectly! Thanks!
ebook-meta $FILE.epub --tags new --publisher "$PUBLER" --date "$PUBDT" --identifier "doi:$DOI" |
![]() |
![]() |
![]() |
Tags |
calibre, command line, doi, ebook-convert, metadata |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to run Calibre's "Check book" tool from the command line? | py_make_book | Editor | 2 | 07-05-2022 11:39 PM |
Linux / Command Line / search and add metadata | plittlefield | Library Management | 3 | 06-24-2016 12:45 PM |
How to "Install Command Line Tools" on version 2.37.1 | SilverWinter | Calibre | 13 | 12-08-2015 07:45 AM |
"Remove the dependency on the zip command line tool when developing plugins"? | JimmXinu | Plugins | 2 | 07-13-2012 02:09 PM |
Defining Metadata with "calibredb add" command line function. | macr0t0r | Calibre | 3 | 03-01-2012 07:36 PM |