-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AudioPlaylist cannot automatically play next song #42
Comments
Nevermind - it's Safari. It works perfectly, but not on Safari. I guess that's a bug worth reporting too eh? |
Indeed this feature is not working on Safari and to be honest I was not aware of that. Thanks for bringing it up @mikhael28! I will investigate this issue in the next few days, maybe there is a solution for that. As far as I understood, Safari does not handle the |
That sounds like a solid solution - I want to reiterate how much I like the simplicity of your package. In case you are curious how it’s being used, my open-source project is at https://github.com/mikhael28/paretOS It’s a ‘high level’ operating system for human performance, and our goal is to include the software that is most helpful and beneficial for people learning new skills, or trying to perform at the highest level in their current occupations. It’s a bit of a broad mandate, but the underlying ethos is to include the 20% of software that is genuinely useful - and leave the junk out. Your audio player was added as a proof of concept for a simple music player, that people can run in the background while doing their work - using public domain jazz music at the moment, but we will add support for playlists like classical and deep house when we have a chance. Maybe even death metal, some people love that for work music. |
Hi 👋 , @EvandroLG has the safari issue been solved? |
At this point, I might want to look into any 'conditional-render-if-safari' packages, because there are so many places where Safari mucks up the works. |
Heu @ordinz and @mikhael28 |
Thank you @EvandroLG for the update, I really appreciate it. |
Hi there! Love this library, you have done a fantastic job. I am making a simple audio player, and wrote up the following code below - however, the playlist does not automatically move onto the next song in the list after the current one finishes. I've tried setting loop to true, enabling shuffle, and playlist.end doesn't seem to work.
Here is the code below, is there something I'm missing? Using 0.7.0, latest release.
The text was updated successfully, but these errors were encountered: