![]() |
#1 |
Junior Member
![]() 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. |
![]() |
![]() |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
suggestion: add "apply" or "save" functionality in edit toc | davidhcje | Editor | 1 | 08-20-2021 10:40 PM |
"Add a book" template like "Save to disk"? | vr8ce | Library Management | 10 | 06-09-2017 08:16 AM |
A warning for Linux users: slow "Add Books", "Unknown" title and Author | rolgiati | Library Management | 8 | 07-24-2013 04:36 PM |
Defining Metadata with "calibredb add" command line function. | macr0t0r | Calibre | 3 | 03-01-2012 07:36 PM |
Problem with "Add Books" regex | wygit | Library Management | 9 | 07-24-2011 12:24 PM |