The developer team will check this moment, to see if we can replicate it on our side. In the meanwhile, please let us know the type& size of the audio file, as well as the type & version of the device and browser where this issue has been encountered.
It will help us to identify any cause much faster.
Hi @cohereandnow, weâve checked the reported case on our side, and mp3 files with a duration of over 15 minutes are played normally, with no interruptions.
I appreciate your message and your interest in our plugins.
We will consult with our development team to determine if the pluginâs library supports the addition of the AIFF audio format. Rest assured, we will promptly inform you of any updates or findings.
If you have any further inquiries about the plugin, please donât hesitate to reach out to us. We are always delighted to assist you.
We appreciate your patience. After consulting with our development team, we have confirmed that the Advanced Audio Player Plugin library only supports the following file formats: wav, mp3, mp4, ogg, webm, oga, and flac. Unfortunately, both the plugin library and html5 do not have support for the AIFF format.
To address this limitation, we have added a ticket to our Plugin Ideas list to create a new plugin that will offer support for the AIFF audio format. We will thoroughly investigate this option in the future. If there are any updates regarding this matter, we will inform you here.
Thank you for your understanding and for using our plugins.
If you require any further information, please donât hesitate to reach out. Wishing you a fantastic day ahead!
Hi! Looks liked the audio player is automatically stopped after all songs in a list have been played when shuffle is on. Is there a way to keep the audio player going even when all the songs in a list have been played so it keeps shuffling songs infinitely?
Weâve tested the plugin and observed that after the last song finishes, the playlist automatically starts over from the beginning. However, when using the âplay previous/nextâ actions, playback stops at the end of the list. Could you please confirm if this is what you wanted to be changed, ex: so that âplay nextâ triggers the first song if it is on the last song? Please let us know so we can check the possibility of such improvement for a new version.
We appreciate your input and look forward to your response.
Also, the âplay an audio playerâ action hasnât worked since version 1.5.10
Only the play from index. The only way to play the audio player has been to use the built in play button or the âplay from indexâ action.
For example, drag the player to the middle of the song and trigger âPlay an audio playerâ via an icon or something and nothing will happen.
Weâve reviewed the âPlay AudioPlayerâ action and also observed the issues you mentioned. Weâve forwarded all the necessary details to our development team for further analysis and to find a resolution, the new version will also include improving the functionality for the âplay previous/nextâ actions to enable continuous looping.
We appreciate your vigilance in bringing this to our attention. Rest assured, we will keep you updated on any developments or news regarding this matter.
In the meantime, if you have any other questions or require further assistance, please donât hesitate to let us know. Weâre here to help.
Also, currently when making use of the âplay next songâ action, it plays the next song on the list, not the actual next song. Would it be possible to fix this to make it function in a more traditional way of playing the next song after the selected song?
For example, in the demo if you
click song 1
click song 5
click the next button, it will play song 2 instead of song 6
It would nice in this scenario, when song 5 is currently playing, if instead of playing the next song in the list (song 2) it played the actual next song (song 6)
Thank you for bringing this to our attention. Weâll check with our development team regarding the shuffle feature and the âplay next audioâ action. We appreciate your feedback and will get back to you with an update as soon as possible.
Thank you for noticing and providing detailed examples.
Thanks!! Also would be great if instead of the skip 10 seconds, we had the next track button available on iOS! Especially with all the awesome features it has regarding playing from lists.
We will inquire with our developers to see if adding a âNext Trackâ button on iOS is feasible and will let you know as soon as we have more information.
Thank you for your valuable feedback and for your patience.
We are pleased to inform you that our plugin was updated, and the latest update is version 1.63.0 - Fixed shuffle, playing next/previous song and added âShow Next/Previous Buttonsâ field. which addresses your inquiry. To activate newly added functionality with adding Next/Previous track buttons you need to go in the plugin element settings:
We hope this enhancement will meet your needs and look forward to hearing your feedback. Please update to the latest version to benefit from this improvement.
Please let us know if everything works well inside your app.
We wanted to follow up regarding the plugin update to version 1.63.0, which includes the fixed shuffle and added âShow Next/Previous Buttonsâ field. Have you had a chance to update and test the new functionality in your app?
Please let us know if everything works well or if you need any further assistance.
When I update the dynamic value of the âSongâ input in the Player Element, the player doesnt update the files to play. This happens with a list of file URLs⊠The player plays it well (the first load) but then it can change it (I want to change the playlist for another).
I hope you can help me @levon , this use case is not in the demo preview.
Thanks for reaching out and describing your use case!
The behavior you are encountering happens because the initial Song data field configuration on the Advanced Audio Player element is designed to initialize the source or playlist on the initial page load. Changing the dynamic value inside that element property field after the page has already loaded will not automatically re-initialize or flush the internal player queue.
To dynamically switch your playlist or load a completely new list of song URLs on the fly, you will need to utilize workflow actions instead.
How to change the playlist dynamically:
Clear the current queue (Optional): If you want to replace the current playlist entirely rather than appending to it, make sure to look for a clear action or trigger a page state reset if necessary, though the load action typically sets the current target.
Use the âLoad audioâ Action: Instead of updating the elementâs property field directly, trigger a Bubble workflow when you want the playlist to change (for example, when a user clicks a âSwitch Playlistâ button or selects a new playlist from a dropdown).
Configure the Action: Add the element action Load audio to your workflow step. In the Song property field of that action, pass your new list of dynamic file URLs.
Trigger Playback: According to the plugin logic, once the new audio files are loaded into the playerâs internal queue buffer, you can trigger the Play or Play first audio action right after it in the workflow sequence to start playing the new playlist seamlessly.
Please try setting up this workflow logic in your app. You can find more details regarding all the available element actions and properties in our official documentation here: Advanced Audio Player Documentation.
Give this a go and let me know if it resolves the issue or if you need any further guidance!