When adding an audio file, currently you need ogg for firefox and an mp3 for webkit. However, if you upload both within the same file field, chrome actually displays two players, one for the ogg and one for the mp3. Perhaps this is a stretch for a feature request, however I would like for the browser to stop at the first file it finds that it can play and not continue on, therefore loading both players in chrome, and an X in firefox and safari.

Comments

bhosmer’s picture

To elaborate:

Change the display where each item in the entity is contained within different tags so that instead, one field that contains multiple files, those files are placed within the same tag with separate tags below it.

Currently:

<audio>
<src = "ogg">
</audio>

<audio>
<src = "mp3">
</audio>

Proposed:
<audio>
<src = "ogg">
<src = "mp3>
</audio>

astonvictor’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

D7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-related issues are marked as outdated in a bunch.

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.