View Single Post
Old 09-29-2015, 07:58 AM   #9
carlosz123456
Nameless Being
 
Help with the directory

Quote:
Originally Posted by kovidgoyal View Post
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)
Hi, I have the same problem with metadata for PB 626 TL3. For some books to me everything is displayed correctly, and for some it omits the series and serial number. Please instruction on where to find the file where you paste the above code. Thank you.
  Reply With Quote