Parse cbr files

This commit is contained in:
BasioMeusPuga
2017-11-17 00:30:56 +05:30
parent 3f09c5afb9
commit 10dcc14fd0
12 changed files with 4347 additions and 16 deletions

View File

@@ -83,9 +83,6 @@ class Library:
'tags': tags,
'hash': i[8]}
# import pprint
# pprint.pprint(all_metadata)
tooltip_string = title + '\nAuthor: ' + author + '\nYear: ' + str(year)
if tags:
tooltip_string += ('\nTags: ' + tags)