Quote:
Originally Posted by moggie
Setting an url for the cover seems to make everything fail, should it just be a string of an url of an image to be used on the cover ?
|
cover_url must be url that points to some image.
Quote:
Originally Posted by moggie
How can I set the metadata such as tags and author of the book generated by feeds2lrf from the recipe.
|
For that you use html2lrf_options variable (see what options are available by executing html2lrf from command line)
For example:
Code:
html2lrf_options = [
'--author', 'Authorname',
'--comment', 'somecoment',
'--category', 'somecategory'
'--publisher', 'somepublisher'
]
Quote:
Originally Posted by moggie
How can I feed in additional information such as a page reference so I can transform a user specified area ( should I over-ride the use of username for example ? )
|
This one I do not understand. Please clarify.
Quote:
Originally Posted by moggie
How do I submit the recipe when I am happy with it ( even though Its the first python code I have done )
|
Use custom recipes sticky thread in this forum.