diff options
author | Alex Henrie <alexhenrie24@gmail.com> | 2023-08-19 00:32:48 -0600 |
---|---|---|
committer | David Faure <faure@kde.org> | 2023-08-24 19:09:11 +0000 |
commit | c19a969e28c27db126967007dab0a808b7595dd6 (patch) | |
tree | 268309d7087ed2e220cec884143772b2865b00a5 | |
parent | 3846e61dfeaf403479ee79c22edf0bf435a85b9d (diff) |
Add application/vnd.microsoft.windows.thumbnail-cache
These files may be used to recover low-resolution copies of images that
were accidentally deleted. They can be opened in programs such as
Vinetto <https://vinetto.sourceforge.net/>, Thumbs Viewer
<https://thumbsviewer.github.io/>, or Thumb*.db Viewer
<https://www.janusware.com/>.
https://www.iana.org/assignments/media-types/application/vnd.microsoft.windows.thumbnail-cache
-rw-r--r-- | data/freedesktop.org.xml.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/data/freedesktop.org.xml.in b/data/freedesktop.org.xml.in index 328de9e..9f64929 100644 --- a/data/freedesktop.org.xml.in +++ b/data/freedesktop.org.xml.in @@ -3449,6 +3449,18 @@ command to generate the output files. <match type="little32" value="0xe011cfd0" offset="0"/> </magic> </mime-type> + <mime-type type="application/vnd.microsoft.windows.thumbnail-cache"> + <comment>Microsoft Windows Thumbnail Cache</comment> + <sub-class-of type="application/x-ole-storage"/> + <generic-icon name="image-x-generic"/> + <glob pattern="ehthumbs.db"/> + <glob pattern="ehthumbs_vista.db"/> + <glob pattern="image.db"/> + <glob pattern="musicthumbs.db"/> + <glob pattern="thumbs.db"/> + <glob pattern="tvthumb.db"/> + <glob pattern="video.db"/> + </mime-type> <mime-type type="application/vnd.ms-publisher"> <comment>Microsoft Publisher document</comment> <sub-class-of type="application/x-ole-storage"/> |