I will do a new release in a couple of days. I have added possibility to set language and description and will add setting of subjects. I will probably also add an imageresize flag in spite of my opinion about this... Anything else simple I should add when I am looking at the code?
Concerning language setting. Now you can set all languages if you specify the number for it. I also have in my code:
Code:
my %langmap = ("en-us" => 0x0409,
"sv" => 0x041d,
"fi" => 0x000b,
"en" => 0x0009,
"en-gb" => 0x0809);
If peole wanting to use this give me the line for your language I will add it here. Or give me a pointer to a list of this mapping. The ides was that the string is what is specified in the opf file.