Quote:
Originally Posted by Freakeao
Trying out KOReader on my android tablet. Book reader looks great, so many options. CSS support is awesome.
But one area I'm hoping for more features is the file browser. Is there something that presents more like a library view, where you can group books by (calibre metadata) series? I plan on using OPDS to get books onto my tablet. Is there a site for plugins that aren't bundled with the APK?
|
This solution is not native to Koreader but works with every reader.
- Create tags for your books in a specified format.
- I use periods as separators to create a hierarchy.
- I then group all of my books in one directory based on their tags, one directory for each section of the tag.
- So for example I will have a tag "Programming.Cloud.Azure". This will create a directory structure Programming/Cloud/Azure
- Under preferences | Sending books to devices - I set my template to be
Code:
Library/{tags:subitems(0,1)}/{tags:subitems(1,2)}/{tags:subitems(2,3)}/{tags:subitems(3,4)}/{title} - {authors}
- You can do the same thing under Saving books to disk.
- Occasionally I have had to go into Device | Configure this device and enter the template there. If you do that be cognizant of the folder edit box. I usually put Library in there and everything after the first "/" in the template box.