Thread
:
Pocketbook 626: Metadata Info not correctly displayed
View Single Post
10-27-2014, 03:07 AM
#
2
kovidgoyal
creator of calibre
Posts: 45,418
Karma: 27757236
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
You want to modify the render() method. You'd have to re-arrange the child elements of the metadata element before rendering. Something like this:
for child in tuple(self.metadata):
if child is to be moved to end:
self.metadata.append(child)
kovidgoyal
View Public Profile
Visit kovidgoyal's homepage!
Find More Posts by kovidgoyal
Track Posts by kovidgoyal via RSS