Quote:
Originally Posted by kovidgoyal
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).