View Single Post
Old 07-08-2021, 08:46 PM   #7
qwertyuio
Enthusiast
qwertyuio began at the beginning.
 
Posts: 28
Karma: 10
Join Date: Jan 2019
Device: none
As has been pointed out, calibre sanitizes the title/author when creating directories as not all filesystems support all characters. Since the json returned by calibredb doesn't not provide the actual path, the method I use in my python scripts is walk the entire library and identify the books by id. See the attached python function I use.
Attached Files
File Type: py traverse_calibre_library.py (486 Bytes, 87 views)
qwertyuio is offline   Reply With Quote