Managing Islandora Media¶
This document is under construction. For a detailed explanation of how media works in Islandora, see the Islandora Wiki. (Note that we do not use Fedora, so ignore those parts.)
Special media types in Arca:
- oEmbed Remote Media: Takes a URL to a remotely hosted media object from any oEmbed-compatible source, and displays it as an embedded object in the repository. This for the most part is how re replicate the old Islandora Remote Media Solution Pack.
- Works with the most common media sources, such as YouTube, Vimeo, Hulu, SoundCloud, and even Twitter, Bluesky, and Reddit posts.
- You can also configure the oEmbed Providers module to add additional custom sources, such as your Kaltura endpoint. (Documentation for this to come.)
Adding and Changing Thumbnails¶
Thumbnails for most items are created automatically as derivatives of the Original Media. But you may find yourself wanting to change these automatic thumbnails for something custom-made.
Changing non-collection thumbnails¶
To change an item's thumbnail, do not delete the original thumbnail image. Instead, edit the existing one:
- Click the Media tab
- On the "Thumbnail Image" item, click Edit
- Under the Image section, click "Remove"
- Then, under Add New File, choose your new file.
Thumbnail sizes¶
Automatically-generated thumbnails will be 256 pixels at their largest dimension (width or height). Custom thumbnails should follow this template.
Collection thumbnails¶
Unlike other repository items, collection thumbnails are set by editing the Node itself. To change a collection thumbnail:
- Edit the collection node (looking at the collection, click the Edit button in the header image)
- In the Summary tab, scroll down to the Representative Image section, and click Select Entities
- The dropdown menu offers a choice, to either
Select existing media image
orUpload a new media image
.- "Existing media image" means an image that already exists in your Media collection -- just check the box to use it.
- To upload a new image, choose a file from your computer, and then click "Select image" to upload it.
Adding captions to video and audio content¶
Captions are added to the same Media entity as the audio/video file they describe. To add captions to your audio or video media, first ensure that you have a track in the VTT file format, then:
- Create a new Repository Item with the Content Type "Audio" or "Video". Ensure that "Add Media" is toggled on in the metadata form.
- Once you finish entering metadata, save and proceed to the Add Media screen.
- Select Audio or Video as the Media Type.
- On the Media edit/upload screen, after uploading your media, scroll further down to find the Track section.
- Upload your transcript/caption file.
Warning
If you are adding captions to media on a Repository Item that has already been created (i.e., a node with already-generated media derivatives), you must add the VTT to the Service File
derivative. This is the version of your video that the system displays in the viewer, not the Original File.
When you create a new Repository Item and add a track at the time of ingest, Islandora will automatically generate the Service File derivative with the VTT attached.