View Single Post
Old 10-07-2020, 08:01 AM   #4
cuser
Member
cuser began at the beginning.
 
Posts: 18
Karma: 10
Join Date: Oct 2020
Device: kindle
Quote:
Originally Posted by kovidgoyal View Post
And might I ask why you want to make that change?
When adding a book to the Calibre library, the book name will be converted to English characters.
It is very inconvenient to search by book name in the future.
So, need to modify backend.py and filenames.py.
When there are non-English directories or files in the Calibre library, using win32file.DeleteFileW(path) to delete the file will cause the program to crash, and need to use it instead os.remove(path).
cuser is offline   Reply With Quote