1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 22:51:39 +00:00

Added real iTunes support in dgme (similar to iPhoto support in dgpe).

This commit is contained in:
Virgil Dupras
2012-02-21 10:23:23 -05:00
parent 9457a43993
commit b12b70b0a1
4 changed files with 161 additions and 13 deletions

View File

@@ -44,9 +44,10 @@ class DupeGuru(DupeGuruBase):
else:
percentage = group.percentage
dupe_count = len(group.dupes)
dupe_folder_path = getattr(dupe, 'display_folder_path', dupe.folder_path)
return {
'name': dupe.name,
'folder_path': str(dupe.folder_path),
'folder_path': str(dupe_folder_path),
'size': format_size(size, 2, 2, False),
'duration': format_time(duration, with_hours=False),
'bitrate': str(bitrate),