View Single Post
Old 09-23-2024, 11:01 AM   #143
BeckyEbook
Guru
BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.
 
BeckyEbook's Avatar
 
Posts: 844
Karma: 3335974
Join Date: Jan 2017
Location: Poland
Device: Various
I confirm. SVG files should be bypassed in get_image_metadata_alttext function.

@Turtle91: If you need a quick workaround then change a tiny bit in the code (line 484) in the plugin.py file.
Code:
        if not alttext or alttext=='':
            if not imgpath.lower().endswith('.svg'):
                alttext = get_image_metadata_alttext(imgpath, plang)
Surely KevinH will do better soon

Last edited by BeckyEbook; 09-23-2024 at 11:15 AM.
BeckyEbook is offline   Reply With Quote