View Single Post
Old 05-11-2025, 08:21 AM   #7
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,796
Karma: 146391129
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by Stumpy View Post
Hi

I installed calibre yesterday and i try to import my books into it right now.
As my books are in german, they wont get recognized that good.
Several of my books are in pdf and the isbn is at the beginning of the title.
Because of that, i installed the plugin "action chains" and made a action to extract the isbn from the title, which works fine, as long as i only have one book selected.
if i have multiple books selected, every book gets the same ISBN.
How can i run the action chain for each of the selected books or is there and easier way?

Action Chain
Single Filed Edit
Column = identifiers

Template
Code:
program:
    title = from_selection('title');
    isbn = shorten(title,13,"",0);
    test = ("isbn: " & isbn)
Greetings Stumpy
Does this get the correct ISBN if the ePub has multiple ISBN numbers in the copyright page?
JSWolf is offline   Reply With Quote