jonnitto/prettyembedaudio

Prettier embeds for your audio files in Neos CMS.

6.0.1 2023-12-18 14:09 UTC

This package is auto-updated.

Last update: 2024-09-18 15:51:37 UTC


README

Latest stable version Total downloads License GitHub forks GitHub stars GitHub watchers GitHub followers Follow Jon on Twitter

Jonnitto.PrettyEmbedAudio

For a detail guide, please visit the PrettyEmbed Wiki

Prettier embeds for your Audio sources in Neos CMS

The version jump was made to have all packages from the PrettyEmbed series on the same number

Installation

Most of the time, you have to make small adjustments to a package (e.g., configuration in Settings.yaml). Because of that, it is essential to add the corresponding package to the composer from your theme package. Navigate to this package in your CLI and run the following command:

composer require jonnitto/prettyembedaudio --no-update

The --no-update command prevent the automatic update of the dependencies. After the package was added to your package composer.json, go back to the root of the Neos installation and run composer update. Et voilà! Your desired package is now installed correctly.

FAQ

What are the differences from the PrettyEmbed series to Jonnitto.Plyr?

All packages from the PrettyEmbed series have the benefit of a better frontend performance since the player gets only loaded on request. So, no iframe/video get's loaded until the user wants to watch a video or listen to audio.