1
0
mirror of synced 2024-06-17 03:29:50 +02:00
mat2/libmat2
Antoine Tenart 0e3c2c9b1b libmat2: audio: not all id3 types have a text attribute
Not all id3 types have a text attribute (such as mutagen.id3.APIC or
mutagen.id3.UFID). This leads to the get_meta helper to crash when
trying to access the text attribute of an object which does not have it.
Fixes it by checking the text attribute is available before accessing
it.

Signed-off-by: Antoine Tenart <antoine.tenart@ack.tf>
2019-03-23 00:32:44 +01:00
..
__init__.py Whenever possible, use bwrap for subprocesses 2019-02-03 19:18:41 +01:00
abstract.py Whenever possible, use bwrap for subprocesses 2019-02-03 19:18:41 +01:00
archive.py Document the previous commit 2019-02-25 15:37:44 +01:00
audio.py libmat2: audio: not all id3 types have a text attribute 2019-03-23 00:32:44 +01:00
epub.py Improve epub support 2019-02-27 23:04:38 +01:00
exiftool.py Refactor {black,white}list into {block,allow}list 2019-03-05 23:13:42 +00:00
harmless.py Bump mypy typing coverage 2018-10-12 14:32:09 +02:00
images.py Refactor {black,white}list into {block,allow}list 2019-03-05 23:13:42 +00:00
office.py Refactor {black,white}list into {block,allow}list 2019-03-05 23:13:42 +00:00
parser_factory.py Implement epub support 2019-02-20 16:28:11 -08:00
pdf.py Improve type annotation coverage 2018-10-23 16:32:28 +02:00
subprocess.py Streamline a bit the previous commit 2019-02-09 15:23:16 +01:00
torrent.py Refactor {black,white}list into {block,allow}list 2019-03-05 23:13:42 +00:00
video.py Refactor {black,white}list into {block,allow}list 2019-03-05 23:13:42 +00:00
web.py Refactor {black,white}list into {block,allow}list 2019-03-05 23:13:42 +00:00