Print number of tracks on disc to simplify the decision of switching to singleton mode

This commit is contained in:
Jayme 2013-05-06 18:55:06 +02:00
parent 9d6e25175e
commit 9ed6c671fa

View file

@ -517,7 +517,7 @@ class TerminalImportSession(importer.ImportSession):
"""
# Show what we're tagging.
print_()
print_(displayable_path(task.paths, u'\n'))
print_(displayable_path(task.paths, u'\n') + u' ({0} items)'.format(len(task.items)))
# Take immediate action if appropriate.
action = _summary_judment(task.rec)