Page 1 of 1

Add category to tags automaticly (Done)

Posted: Mon 30. May 2011, 12:44
by s2r22
It is nice that downloader can put the category of a story from FF.net into the title of the output file, but I was wondering if it was possible to add the category of the story to metainfomation of the ebook file it outputs so that when it is added to calibre it automatically put the category into the tags.

Re: Add category to tags automaticly

Posted: Wed 1. Jun 2011, 07:22
by rika24
just open up layout.html and post the following code under the author meta tag:

Code: Select all

<meta name="series" content="%category">
i named that tag "series" but it depends on whatever you call the tag. like, say you name it "category" just change "series" in the code to that. hope that helps :D

Re: Add category to tags automaticly

Posted: Wed 1. Jun 2011, 22:11
by Raimond
Hi,

rikas solution is the easiest at the moment.
I'll be able to do the same thing directly later, but first I have to include the "category" thing for all supported pages.

Rai

Re: Add category to tags automaticly

Posted: Sat 18. Jun 2011, 02:19
by bahnannah
rika, i went into the layout and added it, but it doesn't work. it'll have the category on the first page of the fic correct, but it doesn't tag it. am i doing something wrong? plus, how do i add a tag for word count? i thought it had it on there before, but it doesn't now.

Re: Add category to tags automaticly

Posted: Sat 18. Jun 2011, 16:58
by Raimond
Hi,

series=....... will be automatically set with the ffdl version after 0.3.2

Rai