View Single Post
Old 09-20-2010, 12:17 AM   #33
toddos
Guru
toddos ought to be getting tired of karma fortunes by now.toddos ought to be getting tired of karma fortunes by now.toddos ought to be getting tired of karma fortunes by now.toddos ought to be getting tired of karma fortunes by now.toddos ought to be getting tired of karma fortunes by now.toddos ought to be getting tired of karma fortunes by now.toddos ought to be getting tired of karma fortunes by now.toddos ought to be getting tired of karma fortunes by now.toddos ought to be getting tired of karma fortunes by now.toddos ought to be getting tired of karma fortunes by now.toddos ought to be getting tired of karma fortunes by now.
 
toddos's Avatar
 
Posts: 695
Karma: 822675
Join Date: May 2010
Device: Kobo Aura, Nokia Lumia 920 (Freda)
You know, it seems like a lot of these types of questions/issues could be easily defused by changing the names that calibre uses in the filesystem. That is, rather than storing folders by author name and books by title name, store them by some internal unique IDs. Thus a folder structure that currently looks like:
  • Author 1
    • Book 1
      • Book 1.epub
      • Book 1.pdf
    • Book 2
      • Book 2.epub
  • Author 2
    • Book 3
      • Book 3.lit

Could instead look like:
  • 123
    • 1a3def
      • 1a3def.epub
      • 1a3def.pdf
    • 4ff983
      • 4ff983.epub
  • 456
    • 3381ae
      • 3381ae.lit

If you've ever tried to side-load books into Kindle on iPhone, for example, you'd see that while the app stores books in the filesystem it doesn't store them in any named manner that would make it easy for people to poke around.

There's no way to stop people from looking in places they shouldn't, but you can discourage it by making it difficult to figure out what everything is.
toddos is offline   Reply With Quote