View Single Post
Old 11-30-2024, 08:00 PM   #1
MontyB
Junior Member
MontyB began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Nov 2024
Device: Kobo Clara Color
Problem with "calibredb add -m" and Umlauts in Metadata

Hi,

I'm trying to merge kepub with epubs using kepubify and calibredb add -m. For all files with umlauts or special characters in the metadata it does not work.

What am I doing wrong?

Code:
#!/bin/bash
BIBLIOTHEK="/home/monty/Dokumente/Ebook Bibliothek"
./kepubify --calibre --smarten-punctuation --update --inplace "$BIBLIOTHEK"
find "$BIBLIOTHEK" -name '*.kepub' -print0 | xargs -0 -I _ calibredb add -m 'ignore' _

Last edited by MontyB; 11-30-2024 at 08:02 PM.
MontyB is offline   Reply With Quote