New Audio extension #192
Replies: 5 comments
-
Hi. NICE ! Thank you. Maybe you can precise the audio file must not contain space. artiste song.mp3 must be artiste-song.mp3 |
Beta Was this translation helpful? Give feedback.
-
Perhaps Steffen |
Beta Was this translation helpful? Give feedback.
-
HI I made a plugin to create a playlist: https://github.com/nibreh/yellow-plugin-streamlist Inspired by Last Rose Tutorial and your audio plugin Reports are welcome. |
Beta Was this translation helpful? Give feedback.
-
Well done, I'm glad that my work has been an inspiration for you. Currently I don't need a playlist player, but surely will test your code if I ever should need one. Currently I'm thinking of adding another player variant to my single-player-shortcode which displays the audio player as popup in a new window. This is useful especialy for webradio streams, when the user wants to browse the site while listening. Ideas welcome :) Steffen |
Beta Was this translation helpful? Give feedback.
-
The audio extension has been updated for Datenstrom Yellow 0.9, and again moved into an individual repository. I've also added a new experimental feature to handle multiple audio files. You can make a custom notice block with the
I haven't included any custom styles for the playback controls, but this is rather a theme-related thing anyways. |
Beta Was this translation helpful? Give feedback.
-
I've written a basic Audio plugin for my personal needs.
There is already the medialist plugin, however I needed a plugin which is able to play not just local media files and also can embed audio streams. So I did this quick and dirty HTML5
<audio>
implementation. The plugin provides a[audio]
shortcut to embed an audio player with play/pause, mute, volume and seeking controls. A flash fallback is not available, and I'm not going to support this feature. Instead you can enable a direct download of the file for older browsers (off by default).Feel free to make suggestions/corrections. I'm just a coppy/paste programmer, so mistakes can happen. :)
Steffen
Beta Was this translation helpful? Give feedback.
All reactions