dartmouth-dltg / speakout

Omeka-S theme for Dartmouth College Library's SpeakOut project
3 stars 1 forks source link

Multiple audio #26

Open jotapete opened 2 years ago

jotapete commented 2 years ago

On an item page I want to display multiple audios with their corresponding titles. With the current design, it only shows (at top left) the first audio and no title.

Also, the item lacks a transcript, so that would be the best area of the page to display the audios.

Are there any simple changes to achieve this that would not interfere with the current direction of your design?

Thank you.

JP

jdshaw commented 2 years ago

Think that's an easy one to fix. I've pushed up a change to the site-summaries branch that should do what you need as far as multiple audio streams. It also adds a display adjustment if there is no html transcript. HopeI'm understanding the issues correctly!

You'll want to ensure that the audio media is of type html with attributes for Dublin Core enabled.

dc:title - free text dc:format - 'audio' dc:type - 'audio'

Then just pop the embed code into the html in source view for the media. You'll want to remove any width & height attributes from the embed code so that the audio iframe is responsive.

Hope that helps! jds

jotapete commented 2 years ago

Thank you. I'll give it a whirl...

JP