Skip to content

[Feature Request]: Add general thumbnail support for file types with thumbnails in zip file (i.e. Libre-/OpenOffice) #379

Closed
@Heiholf

Description

@Heiholf

Checklist

  • I am using an up-to-date version.
  • I have read the documentation.
  • I have searched existing issues.

Description

LibreOffice files only show up as icons
image

Solution

As described in #363 the thumbnails are part of the file. The file is stored as a zip and the thumbnail is stored under "Thumbnails/thumbnail.png".

It would be quite easy to do the same as #366 for these files. However, as there are probably more files like these it might be useful to bundle the functionality for file types with this structure.

I don't know how easy it is right now or if it is more useful to wait until thumbnails is merged into main.

Some file types which have this kind of pattern are (some where added afterwards):

  • .mscz (MuseScore)
  • .odf .odp .ods .odt .odg (LibreOffice/OpenOffice)
  • .ora (OpenRaster Qronikarz)
  • .kra (Krita blipdrifter)

Alternatives

Alternatively, one could handle all of these files individually which would create an unnecessary amount of repetition in the code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type: EnhancementNew feature or requestType: UI/UXUser interface and/or user experience

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions