View Single Post
Old 11-02-2010, 09:37 AM   #5
nsomlai
Junior Member
nsomlai began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Nov 2010
Device: Kindle 3
Thanks, but still no joy. This did not cause any error, but doesn't fill the field either.

Looking at the code of metadata, my suspicion is that it only accepts fields it already knows about:
elif field in _data['user_metadata'].iterkeys():
... store the value

If I'm not wrong, this field is initialized with an empty map. I tried

mi = Metadata(title, authors=[], other={'#molyurl':'x'})

but this results in some other strange error, 'dict' object has no title or something similar.
nsomlai is offline   Reply With Quote