You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My application at https://mintsongs.com has a relatively complex use case. Songs can be added to the playlist dynamically, and in some cases they need to play when they are added, and sometimes they dont.
In my current staging build, I am adding songs as the user sees them on the site. Occasionally, even with all the autoplay flags off, it will rerender and play the first song in the new playlist, even if the user isn't playing it at the time.
Occasionally, the playlist will lose track of which songs it has, and never repopulates, even though the input prop is updating.
I realize this might be too complex for this player, and I might be better suited to writing a custom one. Just curious if there are any examples of complex playlist usage with this app
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
My application at https://mintsongs.com has a relatively complex use case. Songs can be added to the playlist dynamically, and in some cases they need to play when they are added, and sometimes they dont.
In my current staging build, I am adding songs as the user sees them on the site. Occasionally, even with all the autoplay flags off, it will rerender and play the first song in the new playlist, even if the user isn't playing it at the time.
Occasionally, the playlist will lose track of which songs it has, and never repopulates, even though the input prop is updating.
I realize this might be too complex for this player, and I might be better suited to writing a custom one. Just curious if there are any examples of complex playlist usage with this app
Beta Was this translation helpful? Give feedback.
All reactions