View Single Post
Old 09-25-2024, 06:11 PM   #146
Turtle91
A Hairy Wizard
Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.
 
Turtle91's Avatar
 
Posts: 3,361
Karma: 20212223
Join Date: Dec 2012
Location: Charleston, SC today
Device: iPhone 15/11/X/6/iPad 1,2,Air & Air Pro/Surface Pro/Kindle PW & Fire
Quote:
Originally Posted by BeckyEbook View Post
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
That worked greeeeaaat! Thank you!
Turtle91 is offline   Reply With Quote