So:
1. scraping isn't importing, it'll just copy files scattered in a drive into the import folder.
2. I'll see about the "%" character in filenames
3. importing can be resumed, not scraping.
4. at some point I decided to only have epubs in the library. It's easier to work with as a format and, I guess, by its open nature, more future-proof.
5. you could look at list_folder_contents() in kindle_contents.py to have an idea of how to build your offline script to generate the json.
6. I don't really get why you would get such a difference in terms of speed. Maybe it's a memory thing? how are your files organized? lots of folders/subfolders or a few folders with a lot of files?
7. nested folders do not work in later firmwares, so I dropped support for that during a rewrite.
|