-
-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docs update: new filetype list, search on local help, other correctio…
…ns (#1430) * Fix typo in running from source * Add new page listing filetypes * Add a return * Enable searching docs when offline * Add last updated date to docs pages and edit buttons when hosted * Add mkdocs-git-revision-date-localized-plugin plugin to gh actions * Correction * Update publish_docs gh actions * Exclude index.md from last update dates * flv files are actually viewable in hydrus * Add note about how Hydrus determines filetypes
- Loading branch information
1 parent
3125a04
commit 84d7e72
Showing
7 changed files
with
132 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,99 @@ | ||
--- | ||
title: Supported Filetypes | ||
--- | ||
|
||
This is a list of all filetypes Hydrus can import. Hydrus determines the filetype based on examining the file itself rather than the extension or MIME type. | ||
|
||
## Images | ||
|
||
| Filetype | Extension | MIME type | Thumbnails | Viewable in Hydrus | Notes | | ||
| ---------- | --------- | -------------- | :--------: | :----------------: | ------------------------------------------ | | ||
| jpeg | `.jpeg` | `image/jpeg` | ✅ | ✅ | | | ||
| png | `.png` | `image/png` | ✅ | ✅ | | | ||
| static gif | `.gif` | `image/gif` | ✅ | ✅ | | | ||
| webp | `.webp` | `image/webp` | ✅ | ✅ | Animated webp files will display as static | | ||
| tiff | `.tiff` | `image/tiff` | ✅ | ✅ | | | ||
| qoi | `.qoi` | `image/qoi` | ✅ | ✅ | Quite OK Image Format | | ||
| icon | `.ico` | `image/x-icon` | ✅ | ✅ | | | ||
| bmp | `.bmp` | `image/bmp` | ✅ | ✅ | Gets converted to png | | ||
| heif | `.heif` | `image/heif` | ✅ | ✅ | | | ||
| heic | `.heic` | `image/heic` | ✅ | ✅ | | | ||
| avif | `.avif` | `image/avif` | ✅ | ✅ | | | ||
|
||
|
||
## Animations | ||
|
||
| Filetype | Extension | MIME type | Thumbnails | Viewable in Hydrus | Notes | | ||
| ------------- | --------- | --------------------- | :--------: | :----------------: | ----- | | ||
| animated gif | `.gif` | `image/gif` | ✅ | ✅ | | | ||
| apng | `.apng` | `image/apng` | ✅ | ✅ | | | ||
| heif sequence | `.heifs` | `image/heif-sequence` | ✅ | ✅ | | | ||
| heic sequence | `.heics` | `image/heic-sequence` | ✅ | ✅ | | | ||
| avif sequence | `.avifs` | `image/avif-sequence` | ✅ | ✅ | | | ||
|
||
|
||
## Video | ||
|
||
| Filetype | Extension | MIME type | Thumbnails | Viewable in Hydrus | Notes | | ||
| --------- | --------- | ------------------------ | :--------: | :----------------: | ----- | | ||
| mp4 | `.mp4` | `video/mp4` | ✅ | ✅ | | | ||
| webm | `.webm` | `video/webm` | ✅ | ✅ | | | ||
| matroska | `.mkv` | `video/x-matroska` | ✅ | ✅ | | | ||
| avi | `.avi` | `video/x-msvideo` | ✅ | ✅ | | | ||
| flv | `.flv` | `video/x-flv` | ✅ | ✅ | | | ||
| quicktime | `.mov` | `video/quicktime` | ✅ | ✅ | | | ||
| mpeg | `.mpeg` | `video/mpeg` | ✅ | ✅ | | | ||
| ogv | `.ogv` | `video/ogg` | ✅ | ✅ | | | ||
| realvideo | `.rm` | `video/vnd.rn-realvideo` | ✅ | ✅ | | | ||
| wmv | `.wmv` | `video/x-ms-wmv` | ✅ | ✅ | | | ||
|
||
|
||
## Audio | ||
|
||
| Filetype | Extension | MIME type | Viewable in Hydrus | Notes | | ||
| -------------- | --------- | ------------------------ | :----------------: | ----- | | ||
| mp3 | `.mp3` | `audio/mp3` | ✅ | | | ||
| ogg | `.ogg` | `audio/ogg` | ✅ | | | ||
| flac | `.flac` | `audio/flac` | ✅ | | | ||
| m4a | `.m4a` | `audio/mp4` | ✅ | | | ||
| matroska audio | `.mkv` | `audio/x-matroska` | ✅ | | | ||
| mp4 audio | `.mp4` | `audio/mp4` | ✅ | | | ||
| realaudio | `.ra` | `audio/vnd.rn-realaudio` | ✅ | | | ||
| tta | `.tta` | `audio/x-tta` | ✅ | | | ||
| wave | `.wav` | `audio/x-wav` | ✅ | | | ||
| wavpack | `.wv` | `audio/wavpack` | ✅ | | | ||
| wma | `.wma` | `audio/x-ms-wma` | ✅ | | | ||
|
||
|
||
## Applications | ||
|
||
| Filetype | Extension | MIME type | Thumbnails | Viewable in Hydrus | Notes | | ||
| -------- | --------- | ------------------------------- | :--------: | :----------------: | ----- | | ||
| flash | `.swf` | `application/x-shockwave-flash` | ✅ | ❌ | | | ||
| pdf | `.pdf` | `application/pdf` | ❌ | ❌ | | | ||
|
||
|
||
## Image Project Files | ||
|
||
| Filetype | Extension | MIME type | Thumbnails | Viewable in Hydrus | Notes | | ||
| --------- | ------------ | ----------------------------- | :--------: | :----------------: | ----------------- | | ||
| psd | `.psd` | `image/vnd.adobe.photoshop` | ✅ | ✅ | Adobe Photoshop | | ||
| clip | `.clip` | `application/clip`[^1] | ✅ | ❌ | Clip Studio Paint | | ||
| sai2 | `.sai2` | `application/sai2`[^1] | ❌ | ❌ | PaintTool SAI2 | | ||
| krita | `.kra` | `application/x-krita` | ✅ | ❌ | | | ||
| svg | `.svg` | `image/svg+xml` | ✅ | ❌ | | | ||
| xcf | `.xcf` | `application/x-xcf` | ❌ | ❌ | GIMP | | ||
| procreate | `.procreate` | `application/x-procreate`[^1] | ✅ | ❌ | Procreate app | | ||
|
||
|
||
## Archives | ||
|
||
| Filetype | Extension | MIME type | Notes | | ||
| -------- | --------- | ----------------------------- | ----- | | ||
| 7z | `.7z` | `application/x-7z-compressed` | | | ||
| gzip | `.gz` | `application/gzip` | | | ||
| rar | `.rar` | `application/vnd.rar` | | | ||
| zip | `.zip` | `application/zip` | | | ||
|
||
|
||
[^1]: This filetype doesn't have an official or de facto media type, the one listed was made up for Hydrus. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters