View Single Post
Old 12-03-2009, 01:54 PM   #916
damianb
Junior Member
damianb began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Dec 2009
Device: PRS-600
Problem with conversion_options['tags']

Hi,
I'm developing a modification on the pagina12.recipe. I'm writing the method parse_index(self) to dynamically modify the tags in the map conversion_options['tags'] like
self.conversion_options['tags'] += ',some_new_tag'

The recipe works very well from console with the command
ebook-convert pagina12.recipe pru.epub -vv.
When I add pru.epub from calibre gui the tags are update as expected but if I add this custom recipe into the gui (with "Add custom news source") and then "Fetch news", the tags aren't updated (only appear the defaults ones "Pagina 12, News").

What I'm doing wrong?
damianb is offline