View Single Post
Old 08-26-2014, 10:36 AM   #8
ahisham
Junior Member
ahisham began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Aug 2014
Device: none
As far as I read in amazon metadata downloader, I think it just update a Metadata object and then put it on a result queue (I still didn't figure who is responsible for getting it back). Then this Metadata is saved to database for the corresponding book which started the downloader in the first place.

This is why I was trying to add my values to this Metadata object to be saved along.
Code:
mi.set_all_user_metadata(um)
Thanks
ahisham is offline   Reply With Quote