https://bugs.kde.org/show_bug.cgi?id=503645
--- Comment #2 from Robby Stephenson <ro...@periapsis.org> --- (In reply to John Zaitseff from comment #0) > The current version of Tellico (v4.1.1, Ubuntu package 4.1.1-1ubuntu2 using > Qt6) has a regression when loading directory images as compared to Tellico > v3.5.5. In particular, image links with id="file:///...." produce "WARNING > image not found: "file:///...."" instead of displaying the image. Thanks for the detailed write-up. I'll take a look at the regression. > At this point, loading the TC file copies every poster from > /data/videos/POSTERS to ~/.local/share/tellico/data -- in my case, with a > real TC file containing over 5700 entries, almost 100MB worth of images! That's essentially intentional as a shortcut for some of the searches that may return image location instead of reading the image contents into the XML itself. > Is it possible to fix ImageZipArchive::imageById() to work with "file:///" > URLs, or (perhaps a better solution) implement another mode for "Image > Location", say "ImagesInAbsoluteDir", which would use the images at a > particular location without any copying. Individual images can be marked as links only, such that no copying takes place. In the XML, it's a link="true" attribute where the id is the path. In the GUI, it's the checkbox in the image selection in the entry editor. Maybe that would fit the bill for what you need? -- You are receiving this mail because: You are watching all bug changes.