https://github.com/jonnitto/jonnitto.prettyembedaudio
Prettier embeds for your native audio files in Neos CMS.
https://github.com/jonnitto/jonnitto.prettyembedaudio
audio hacktoberfest media neoscms package
Last synced: 5 months ago
JSON representation
Prettier embeds for your native audio files in Neos CMS.
- Host: GitHub
- URL: https://github.com/jonnitto/jonnitto.prettyembedaudio
- Owner: jonnitto
- License: gpl-3.0
- Created: 2019-10-16T15:16:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-07T13:34:48.000Z (over 1 year ago)
- Last Synced: 2025-02-13T17:54:30.598Z (over 1 year ago)
- Topics: audio, hacktoberfest, media, neoscms, package
- Homepage:
- Size: 76.2 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![Latest stable version]][packagist] [![Total downloads]][packagist] [![License]][packagist] [![GitHub forks]][fork] [![GitHub stars]][stargazers] [![GitHub watchers]][subscription] [![GitHub followers]][followers] [![Follow Jon on Twitter]][twitter]
# Jonnitto.PrettyEmbedAudio
**For a detail guide, please visit the [PrettyEmbed Wiki](https://github.com/jonnitto/Jonnitto.PrettyEmbedHelper/wiki)**
Prettier embeds for your Audio sources in [Neos CMS]
| Version | Neos | Maintained |
| ------- | ------ | :--------: |
| 1.\* | >= 5.3 | ✗ |
| 2.\* | >= 5.3 | ✗ |
| 6.\* | >= 7.3 | ✓ |
> 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:
```bash
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]?**
| | PrettyEmbed series | Plyr |
| ---------------------------------- | :----------------: | :----: |
| YouTube Video | ✓ | ✓ |
| YouTube Playlist | ✓ | |
| Vimeo | ✓ | ✓ |
| Native Audio | ✓ | ✓ |
| Native Video | ✓ | ✓ |
| Advanced captions for native video | ✓ | |
| Preview image | ✓ | |
| Lightbox included | ✓ | |
| Preview image | ✓ | |
| Javascript API | ✓ | ✓ |
| Filesize (JS & CSS) | smaller | bigger |
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.
[packagist]: https://packagist.org/packages/jonnitto/prettyembedaudio
[latest stable version]: https://poser.pugx.org/jonnitto/prettyembedaudio/v/stable
[total downloads]: https://poser.pugx.org/jonnitto/prettyembedaudio/downloads
[license]: https://poser.pugx.org/jonnitto/prettyembedaudio/license
[github forks]: https://img.shields.io/github/forks/jonnitto/Jonnitto.PrettyEmbedAudio.svg?style=social&label=Fork
[github stars]: https://img.shields.io/github/stars/jonnitto/Jonnitto.PrettyEmbedAudio.svg?style=social&label=Stars
[github watchers]: https://img.shields.io/github/watchers/jonnitto/Jonnitto.PrettyEmbedAudio.svg?style=social&label=Watch
[github followers]: https://img.shields.io/github/followers/jonnitto.svg?style=social&label=Follow
[follow jon on twitter]: https://img.shields.io/twitter/follow/jonnitto.svg?style=social&label=Follow
[twitter]: https://twitter.com/jonnitto
[fork]: https://github.com/jonnitto/Jonnitto.PrettyEmbedAudio/fork
[stargazers]: https://github.com/jonnitto/Jonnitto.PrettyEmbedAudio/stargazers
[subscription]: https://github.com/jonnitto/Jonnitto.PrettyEmbedAudio/subscription
[followers]: https://github.com/jonnitto/followers
[neos cms]: https://www.neos.io
[jonnitto.plyr]: https://github.com/jonnitto/Jonnitto.Plyr