Subject locator previews
Line 27: | Line 27: | ||
AudioMidi | AudioMidi | ||
| | | | ||
− | Midi audio player. | + | [https://en.wikipedia.org/wiki/MIDI Midi] audio player. The midi player is based on Java's midi system. |
Line 38: | Line 38: | ||
AudioFlac | AudioFlac | ||
| | | | ||
− | [https://en.wikipedia.org/wiki/FLAC Flac] audio player. | + | [https://en.wikipedia.org/wiki/FLAC Flac] audio player. Wandora's flac audio player uses Daniel Becker's Javamod player. The Javamod player is embedded in Wandora and requires no extra installations. |
Line 53: | Line 53: | ||
AudioOgg | AudioOgg | ||
| | | | ||
− | [https://en.wikipedia.org/wiki/Vorbis Ogg Vorbis] audio player. | + | [https://en.wikipedia.org/wiki/Vorbis Ogg Vorbis] audio player. Wandora's ogg audio player uses Daniel Becker's Javamod player. |
Line 72: | Line 72: | ||
AudioSid | AudioSid | ||
| | | | ||
− | [https://en.wikipedia.org/wiki/MOS_Technology_SID Sid tune] audio player. See also [https://en.wikipedia.org/wiki/The_High_Voltage_SID_Collection The High Voltage SID Collection] | + | [https://en.wikipedia.org/wiki/MOS_Technology_SID Sid tune] audio player. See also [https://en.wikipedia.org/wiki/The_High_Voltage_SID_Collection The High Voltage SID Collection]. Wandora's sid tune audio player uses Daniel Becker's Javamod player. |
Line 96: | Line 96: | ||
AudioMod | AudioMod | ||
| | | | ||
− | [https://en.wikipedia.org/wiki/MOD_%28file_format%29 Mod] audio player. | + | [https://en.wikipedia.org/wiki/MOD_%28file_format%29 Mod] audio player. Wandora's mod audio player uses Daniel Becker's Javamod player. See also [http://modarchive.org/ The Mod Archive]. |
Line 113: | Line 113: | ||
AudioWav | AudioWav | ||
| | | | ||
− | Basic audio sample player for wav and aiff files. | + | Basic audio sample player for wav and aiff files. Basic audio sample player uses Java's native audio libraries. |
Line 127: | Line 127: | ||
AudioMP3v2 | AudioMP3v2 | ||
| | | | ||
− | Audio MP3 player. | + | Audio MP3 player. Wandora's mod audio player uses Daniel Becker's Javamod player. The Javamod player is embedded in Wandora and requires no additional installations. |
Revision as of 19:35, 5 December 2015
If you just popped into this page, notice the page is still a bit unfinished. Come back within few days...
Wandora's Traditional topic panel views subject locator resources if the View subject locators option is enabled. The menu option is available at View > Traditional w ... > View subject locators. Also, right to the subject locator field is an icon button toggle to switch subject locator previews on and off. Wandora doesn't view subject locator resources by default.
When subject locator preview is enabled, Wandora checks if there is a valid subject locator URI and tries to figure out mimetype for the subject locator resource. Wandora supports both external resources and internal data URI resources. Once the mimetype is resolved, Wandora chooses a viewer for the resource and initializes the viewer.
Supported preview formats
Wandora selects a viewer for the subject locator resouce using resources mimetype. At the moment Wandora has a viewer for images, videos, web pages etc. Next table lists all viewers and supported formats (2015-11-13).
Mimetype(s) | File extension(s) | Handler | Description and notes |
audio/midi |
mid |
AudioMidi |
Midi audio player. The midi player is based on Java's midi system.
|
audio/x-flac |
flac |
AudioFlac |
Flac audio player. Wandora's flac audio player uses Daniel Becker's Javamod player. The Javamod player is embedded in Wandora and requires no extra installations.
|
audio/ogg |
ogg |
AudioOgg |
Ogg Vorbis audio player. Wandora's ogg audio player uses Daniel Becker's Javamod player.
|
audio/x-sidtune |
sid |
AudioSid |
Sid tune audio player. See also The High Voltage SID Collection. Wandora's sid tune audio player uses Daniel Becker's Javamod player.
|
audio/mod |
mod |
AudioMod |
Mod audio player. Wandora's mod audio player uses Daniel Becker's Javamod player. See also The Mod Archive.
|
audio/x-wav |
wav |
AudioWav |
Basic audio sample player for wav and aiff files. Basic audio sample player uses Java's native audio libraries.
|
audio/mpeg |
mp3 |
AudioMP3v2 |
Audio MP3 player. Wandora's mod audio player uses Daniel Becker's Javamod player. The Javamod player is embedded in Wandora and requires no additional installations.
|
image/* |
gif |
Image |
Image viewer. Even though the viewer captures all image mimetypes, viewer supports only image types supported by Java.
|
application/pdf |
|
ApplicationPDF |
PDF viewer.
|
text/rtf |
rtf |
TextRTF |
RTF viewer.
|
text/html |
html |
TextHTML |
General web viewer.
|
application/xml |
xml |
ApplicationXML |
General XML viewer.
|
text/* |
txt |
Text |
General text viewer that captures all text type mimetypes and many text file formats.
|
application/x-zmachine |
z1 |
ApplicationZMachine |
Viewer runs interactive fiction files in Z machine format and the user can play the games. Viewer is based on Z-Machine Preservation Project (ZMPP) created by Wei-ju Wu. Wandora fork is avalable in GitHub as a separate project.
|
Values in Handler column are Java classes in package org.wandora.application.gui.previews.formats.