View Single Post
Old 12-21-2008, 01:00 PM   #3
kiklop74
Guru
kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.
 
kiklop74's Avatar
 
Posts: 800
Karma: 194644
Join Date: Dec 2007
Location: Argentina
Device: Kindle Voyage
Quote:
Originally Posted by moggie View Post
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 View Post
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 View Post
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 View Post
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.
kiklop74 is offline   Reply With Quote