View Single Post
Old 10-15-2022, 06:42 AM   #4
un_pogaz
Chalut o/
un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.
 
un_pogaz's Avatar
 
Posts: 486
Karma: 678910
Join Date: Dec 2017
Device: Kobo
Oh, un plugin babelio, merci, ça sera utile.

You can also retrieve the current translated value of 'Unknown' with
Code:
from calibre.ebooks.metadata.book.base import NULL_VALUES
NULL_VALUES is a dict, but small trap 'authors' value is a list
Code:
nknwn = ['Inconnu(e)', 'Unknown', NULL_VALUES['authors'][0]]
un_pogaz is offline   Reply With Quote