self.sort_title = db.SortName(self.title).replace(' ','_');
self.sort_author = db.SortAuthorName(self.author).replace(' ','_');
self.path = ("%s/%s/%s/%s/%s (%d)" % (self.sort_author[0],self.sort_author[0:2],self.sort_author[0:4],self.sort_author[0:32],self.sort_title[0:64],self.book_id))
self.sort_title = db.SortName(self.title).replace(' ','_');
self.sort_author = db.SortAuthorName(self.author).replace(' ','_');
self.path = ("%s/%s/%s/%s/%s (%d)" % (self.sort_author[0],self.sort_author[0:2],self.sort_author[0:4],self.sort_author[0:32],self.sort_title[0:64],self.book_id))