iTunes author_sort fix wip

This commit is contained in:
GRiker 2012-09-02 08:46:58 -06:00
parent 1cd7b53bb2
commit c0f08524a9

View File

@ -1647,8 +1647,9 @@ class ITUNES(DriverBase):
if isosx:
fs = '{!s}{:<%d} {:<%d} {:<%d} {:<10} {!s}' % (len(lt),
len(la), len(las))
logger().info(fs.format(book.title, book.author, book.author_sort,
str(book.library_id)[-9:], book.uuid))
logger().info(fs.format(' '*indent, book.title, book.author,
book.author_sort, str(book.library_id)[-9:],
book.uuid))
#logger().info("%s%-40.40s %-30.30s %-10.10s %s" %
# (' '*indent,book.title, book.author, str(book.library_id)[-9:], book.uuid))
elif iswindows: