Ticket #3392 (closed enhancement: fixed)

Opened 12 months ago

Last modified 9 months ago

Set default book directory on Android device in preferences

Reported by: dragula20213 Owned by: kovidgoyal
Priority: minor Milestone:
Component: Default Version: trunk
Keywords: android preferences directory Cc:

Description

I would love it if I could set the default location of books on my android device. That way I don't have to use the default reader (I prefer fbreader considerably more).

Change History

comment:1 Changed 11 months ago by jace

I vote for this too. Calibre currently places files in /wordplayer/calibreimport. This is for the Word Player app. However, there are other locations:

/eBooks/import (used by Aldiko, my preferred reader) /Books (used by FBReader)

It would be nice to have a simple string path setting preference in the Android plugin.

comment:2 Changed 10 months ago by Smeagol

I would like it to, but for now you can edit /usr/lib/calibre/calibre/devices/android/driver.py (in Linux) and change line

EBOOK_DIR_MAIN = 'wordplayer/calibreimport'

to

EBOOK_DIR_MAIN = 'eBooks/import'

or

EBOOK_DIR_MAIN = 'Books'

or whatever you want :)

comment:3 Changed 9 months ago by kovidgoyal

  • Status changed from new to closed
  • Resolution set to fixed

Implemented in branch trunk. The fix will be in the next release.

Note: See TracTickets for help on using tickets.