mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
iTunes author_sort fix wip
This commit is contained in:
parent
1cd7b53bb2
commit
c0f08524a9
@ -1647,8 +1647,9 @@ class ITUNES(DriverBase):
|
|||||||
if isosx:
|
if isosx:
|
||||||
fs = '{!s}{:<%d} {:<%d} {:<%d} {:<10} {!s}' % (len(lt),
|
fs = '{!s}{:<%d} {:<%d} {:<%d} {:<10} {!s}' % (len(lt),
|
||||||
len(la), len(las))
|
len(la), len(las))
|
||||||
logger().info(fs.format(book.title, book.author, book.author_sort,
|
logger().info(fs.format(' '*indent, book.title, book.author,
|
||||||
str(book.library_id)[-9:], book.uuid))
|
book.author_sort, str(book.library_id)[-9:],
|
||||||
|
book.uuid))
|
||||||
#logger().info("%s%-40.40s %-30.30s %-10.10s %s" %
|
#logger().info("%s%-40.40s %-30.30s %-10.10s %s" %
|
||||||
# (' '*indent,book.title, book.author, str(book.library_id)[-9:], book.uuid))
|
# (' '*indent,book.title, book.author, str(book.library_id)[-9:], book.uuid))
|
||||||
elif iswindows:
|
elif iswindows:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user