View Single Post
Old 03-17-2010, 05:33 PM   #4
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
Quote:
Originally Posted by jjansen View Post
I am just in the midst of changing my folder structure on my ereader. I use the tag field for the genre and yes some books have multiple tags i.e. "Mystery & Thrillers" and "Short Stories". I haven't figured out yet what happens if I put the tag at the top of my folder structure in Calibre for output. I wonder if this will cause my novel to be written twice if it has two tags. I would like the genre at the top level if I can do that. I am not keen on having the same book twice on my ereader. I haven't tested yet what will happen.
Ereaders vary, and I don't even have an official ereader, so everything I do is via "Save to disk", but I'm reasonably confident you don't have to worry about multiple books being sent. The {tags} field is just that - a comma separated list of all tags assigned to the book. It's uncommon to use tags in your output because your directory will be \root\TagA, TagB, TagC\author_or_whatever_else_is_in_your_output_for mat_string

I'd use tags for your genres and your mother and husband's books (mom_book, husband_book )and what they've read (mom_read, husband_read) and the other tag elements automatically assigned by Calibre, like "news" for recipe-based ebooks, etc.

Say your mom wants a list of all her books, that have not been read by her, plus the news that Calibre has created. She'd use this:
tag:mom_book not tag:mom_read or tag:news

Your husband remembers he read a Mystery & Thrillers book, but can't remember the title. He wants to find it so he can see what series it's in and find the other unread books in that series. He types:
tag:husband_read tag:"Mystery & Thrillers"

You want to find all your mom's books that don't have a cover or comments so you can fetch metadata for her books. You type:
tag:mom_book cover:false comments:false

They are very flexible.
Starson17 is offline   Reply With Quote